Created
July 6, 2017 10:22
-
-
Save eckucukoglu/546a2dd4cecdd5ba930f317a792fc59a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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