Bitcoin Forum
May 10, 2024, 05:19:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 0.3.8 Release - Newer wxWidgets?  (Read 46869 times)
knightmb (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 258



View Profile WWW
August 06, 2010, 10: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'

Timekoin - The World's Most Energy Efficient Encrypted Digital Currency
1715318362
Hero Member
*
Offline Offline

Posts: 1715318362

View Profile Personal Message (Offline)

Ignore
1715318362
Reply with quote  #2

1715318362
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715318362
Hero Member
*
Offline Offline

Posts: 1715318362

View Profile Personal Message (Offline)

Ignore
1715318362
Reply with quote  #2

1715318362
Report to moderator
1715318362
Hero Member
*
Offline Offline

Posts: 1715318362

View Profile Personal Message (Offline)

Ignore
1715318362
Reply with quote  #2

1715318362
Report to moderator
1715318362
Hero Member
*
Offline Offline

Posts: 1715318362

View Profile Personal Message (Offline)

Ignore
1715318362
Reply with quote  #2

1715318362
Report to moderator
ArtForz
Sr. Member
****
Offline Offline

Activity: 406
Merit: 257


View Profile
August 06, 2010, 11:02:02 AM
 #2

Always had that problem building under Debian sid amd64.
just add -l Xxf86vm to WXLIBS in makefile.unix

bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz
i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
knightmb (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 258



View Profile WWW
August 06, 2010, 11: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

Timekoin - The World's Most Energy Efficient Encrypted Digital Currency
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!