aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Problems with wxWidgets 2.6.2  (Read 3585 times)

Prynde

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Problems with wxWidgets 2.6.2
« on: October 08, 2005, 08:45:06 AM »

Everything went fine on the compile (compiled like aMule-wiki told) but...
aMuled for example looked for file: libwx_baseu-2.6.so.0
when wxWidgets came with file : libwx_base-2.6.so.0
Happened with few other files too, made symlinks for those and updated binutils too :P
Now i get this:
amuled: /usr/local/lib/libwx_baseu-2.6.so.0: version `WXU_2.6' not found (required by amuled)
amuled: /usr/local/lib/libwx_baseu_net-2.6.so.0: version `WXU_2.6' not found (required by amuled)

WxWidgets version is wxGTK-2.6.2.

From the other posts in this forum i got the idea that i should have added some configure options but don't know if that would help?
« Last Edit: October 08, 2005, 09:43:36 AM by Prynde »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Problems with wxWidgets 2.6.2
« Reply #1 on: October 08, 2005, 08:56:56 AM »

Amule is looking for unicoded wx version, while your wx version is not unicoded. Sounds like messed up wx instalation. remove wx and amule, reinstall wx (better if it's unicoded one) and reinstall aMule.
Logged

Prynde

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: Problems with wxWidgets 2.6.2
« Reply #2 on: October 08, 2005, 09:21:19 AM »

Got the unicode support working now but  keep getting strange errors:
amuled: relocation error: amuled: symbol _ZN8wxCSConvC1EPKw, version WXU_2.6 not defined in file libwx_baseu-2.6.so.0 with link time reference
Logged

OldFrog

  • Sr. Member
  • ****
  • Karma: 31
  • Offline Offline
  • Posts: 385
Re: Problems with wxWidgets 2.6.2
« Reply #3 on: October 08, 2005, 10:55:55 AM »

Do a clean compile. I guess you only changed the options and run again ./ocnfigure.
Just delete the whole compilation directory and untar again the wxWidget package.
Logged
Computer Science is no more about computers than astronomy is about telescopes (Edsger W. Dijkstra)

Prynde

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: Problems with wxWidgets 2.6.2
« Reply #4 on: October 08, 2005, 05:04:35 PM »

After some more errors i have now gotten to the point where aMule crashes so i'll open a new topic for it in the aMule Crashes section  :-/
« Last Edit: October 09, 2005, 08:41:47 AM by Prynde »
Logged