Skip to content

Instantly share code, notes, and snippets.

@eckucukoglu
Created July 6, 2017 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eckucukoglu/546a2dd4cecdd5ba930f317a792fc59a to your computer and use it in GitHub Desktop.
Save eckucukoglu/546a2dd4cecdd5ba930f317a792fc59a to your computer and use it in GitHub Desktop.
eckucukoglu@neptune:~/.../OnboardingManager$ make
g++ -O2 -g -Wall -fmessage-length=0 -std=c++11 -pthread -DDEVICE -I../ExternalLibs/include -c main.cpp -o main.o
In file included from main.cpp:30:0:
OnboardingServer.h:9:23: fatal error: curl/curl.h: No such file or directory
compilation terminated.
Makefile:18: recipe for target 'main.o' failed
make: *** [main.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment