Hi.
I have tried to build bitcoin on ArchLinux, but build failed with following error:
bitcoin-0.3.0/src$ make -f makefile.unix
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -D__WXGTK__ -DNOPCH -I"/usr/include" -I"/usr/local/include/wx-2.9" -I"/usr/local/lib/wx/include/gtk2-unicode-debug-static-2.9" -o headers.h.gch headers.h
headers.h:21:19: fatal error: wx/wx.h: No such file or directory
I googled a bit, found
this topic, and tried to fix makefile by changing line 32 as
CFLAGS=`wx-config --cxxflags` -O2 -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(WXDEFS) $(INCLUDEPATHS)
but that gave me lots of compilation errors, log's
here.
WxWidgets' version in ArchLinux currently is
$ wx-config --version-full
2.8.11.0
What's wrong? WxWidgets version?..