Author

Topic: Build on ArchLinux fails (Read 8929 times)

newbie
Activity: 2
Merit: 0
July 16, 2010, 07:43:23 AM
#3
> You'll have to build it from source
damn.

Okay, thanks.
hero member
Activity: 490
Merit: 509
My avatar pic says it all
July 16, 2010, 07:30:50 AM
#2
Ahem...

-I"/usr/local/include/wx-2.9" != 2.8.11.0

Also, yes you need 2.9. You'll have to build it from source on most distributions. Luckily, it's easy. Smiley
newbie
Activity: 2
Merit: 0
July 16, 2010, 07:08:13 AM
#1
Hi.
I have tried to build bitcoin on ArchLinux, but build failed with following error:
Code:
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
Code:
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
Code:
$ wx-config --version-full
2.8.11.0

What's wrong? WxWidgets version?..
Jump to: