Skip to content

Instantly share code, notes, and snippets.

@eckucukoglu
Created July 6, 2017 08:00
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/dd7c66024b862d50eecb4ddcf9e5b531 to your computer and use it in GitHub Desktop.
Save eckucukoglu/dd7c66024b862d50eecb4ddcf9e5b531 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 OnboardingServer.h:2:0,
from main.cpp:30:
HttpConnectionInfo.h:2:24: fatal error: microhttpd.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