I had this error when I want to compile GG on Linuxcoin, anyone know how to resolve?
make: wx-config: Command not found
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DGUI -o obj/auxpow.o auxpow.cpp
In file included from auxpow.cpp:4:0:
headers.h:30:19: fatal error: wx/wx.h: No such file or directory
compilation terminated.
make: *** [obj/auxpow.o] Error 1
It looks like you need to install the wxwidget-dev package.