Skip to content

Instantly share code, notes, and snippets.

@indolering
Created September 17, 2014 22:11
Show Gist options
  • Save indolering/4fb6c098d344b8663dc4 to your computer and use it in GitHub Desktop.
Save indolering/4fb6c098d344b8663dc4 to your computer and use it in GitHub Desktop.
g++ -c -O2 -Wno-invalid-offsetof -Wformat -D_MT -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DMAC_OSX=1 -DCRYPTOPP_DISABLE_ASM=1 -DBOOST_THREAD_USE_LIB -DUSE_UPNP=1 -I/usr/local/opt/openssl/include -I/usr/local/opt/boost/include -I/usr/local/opt/miniupnpc/include/miniupnpc -o obj/nogui/auxpow.o auxpow.cpp
g++ -c -O2 -Wno-invalid-offsetof -Wformat -D_MT -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DMAC_OSX=1 -DCRYPTOPP_DISABLE_ASM=1 -DBOOST_THREAD_USE_LIB -DUSE_UPNP=1 -I/usr/local/opt/openssl/include -I/usr/local/opt/boost/include -I/usr/local/opt/miniupnpc/include/miniupnpc -o obj/nogui/util.o util.cpp
g++ -c -O2 -Wno-invalid-offsetof -Wformat -D_MT -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DMAC_OSX=1 -DCRYPTOPP_DISABLE_ASM=1 -DBOOST_THREAD_USE_LIB -DUSE_UPNP=1 -I/usr/local/opt/openssl/include -I/usr/local/opt/boost/include -I/usr/local/opt/miniupnpc/include/miniupnpc -o obj/nogui/key.o key.cpp
g++ -c -O2 -Wno-invalid-offsetof -Wformat -D_MT -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DMAC_OSX=1 -DCRYPTOPP_DISABLE_ASM=1 -DBOOST_THREAD_USE_LIB -DUSE_UPNP=1 -I/usr/local/opt/openssl/include -I/usr/local/opt/boost/include -I/usr/local/opt/miniupnpc/include/miniupnpc -o obj/nogui/script.o script.cpp
In file included from auxpow.cpp:4:
In file included from script.cpp:4:
In file included from util.cpp:4:
./headers.h:47:10: fatal error: 'db_cxx.h' file not found
./headers.h:47:10: fatal error: 'db_cxx.h' file not found
./headers.h:47:10: fatal error: 'db_cxx.h' file not found
#include <db_cxx.h>
^
#include <db_cxx.h>#include <db_cxx.h>
^ ^
In file included from key.cpp:10:
./headers.h:47:10: fatal error: 'db_cxx.h' file not found
#include <db_cxx.h>
^
1 error generated.
make: *** [obj/nogui/key.o] Error 1
make: *** Waiting for unfinished jobs....
1 error generated.
make: *** [obj/nogui/auxpow.o] Error 1
1 error generated.
make: *** [obj/nogui/script.o] Error 1
1 error generated.
make: *** [obj/nogui/util.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment