Title: 0.3.8 Release - Newer wxWidgets? Post by: knightmb on August 06, 2010, 10:33:42 AM I finally got around to compiling the 0.3.8 source tonight, but noticed it errors out wxWidgets when it didn't before. I did notice on the wxWidgets website that they have a new 2.9.1 release. Are the new versions of Bitcoin being written against the new 2.9.1 wxWidgets release?
This the error I was getting in case anyone was curious Code: /usr/local/lib/libwx_gtk2ud-2.9.a(monolib_displayx11.o): In function `wxDisplayImplX11::GetModes(wxVideoMode const&) const': Title: Re: 0.3.8 Release - Newer wxWidgets? Post by: ArtForz on August 06, 2010, 11:02:02 AM Always had that problem building under Debian sid amd64.
just add -l Xxf86vm to WXLIBS in makefile.unix Title: Re: 0.3.8 Release - Newer wxWidgets? Post by: knightmb on August 06, 2010, 11:17:25 AM Always had that problem building under Debian sid amd64. Well *snap*, that's what it was. Sometimes I get my virtual machines mixed up, thanks! Sending 10BTC to you!just add -l Xxf86vm to WXLIBS in makefile.unix For reference in case anyone else encounters this Code: WXLIBS= \ |