Author

Topic: 0.3.8 Release - Newer wxWidgets? (Read 46862 times)

sr. member
Activity: 308
Merit: 256
August 06, 2010, 07:17:25 AM
#3
Always had that problem building under Debian sid amd64.
just add -l Xxf86vm to WXLIBS in makefile.unix

Well *snap*, that's what it was. Sometimes I get my virtual machines mixed up, thanks! Sending 10BTC to you!

For reference in case anyone else encounters this
Code:
WXLIBS= \
 -l Xxf86vm \
 -Wl,-Bstatic \
   -l wx_gtk2ud-2.9 \
 -Wl,-Bdynamic \
   -l gtk-x11-2.0 -l SM
sr. member
Activity: 406
Merit: 257
August 06, 2010, 07:02:02 AM
#2
Always had that problem building under Debian sid amd64.
just add -l Xxf86vm to WXLIBS in makefile.unix
sr. member
Activity: 308
Merit: 256
August 06, 2010, 06:33:42 AM
#1
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':
/usr/local/wxWidgets-2.9.0/buildgtk/../src/unix/displayx11.cpp:195: undefined reference to `XF86VidModeGetAllModeLines'
/usr/local/lib/libwx_gtk2ud-2.9.a(monolib_displayx11.o): In function `wxDisplayImplX11::GetCurrentMode() const':
/usr/local/wxWidgets-2.9.0/buildgtk/../src/unix/displayx11.cpp:222: undefined reference to `XF86VidModeGetModeLine'
/usr/local/lib/libwx_gtk2ud-2.9.a(monolib_displayx11.o): In function `wxDisplayImplX11::ChangeMode(wxVideoMode const&)':
/usr/local/wxWidgets-2.9.0/buildgtk/../src/unix/displayx11.cpp:232: undefined reference to `XF86VidModeGetAllModeLines'
/usr/local/wxWidgets-2.9.0/buildgtk/../src/unix/displayx11.cpp:242: undefined reference to `XF86VidModeSwitchToMode'
/usr/local/wxWidgets-2.9.0/buildgtk/../src/unix/displayx11.cpp:261: undefined reference to `XF86VidModeSwitchToMode'
Jump to: