Bitcoin Forum
October 04, 2025, 12:22:09 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: Build on ArchLinux fails on: July 16, 2010, 11:43:23 AM
> You'll have to build it from source
damn.

Okay, thanks.
2  Bitcoin / Bitcoin Technical Support / Build on ArchLinux fails on: July 16, 2010, 11:08:13 AM
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?..
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!