aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: make error with amule 2.1.3  (Read 4450 times)

agentmulder1

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
make error with amule 2.1.3
« on: August 01, 2006, 11:49:11 AM »

Hello,

make is ending with the following error:

lexer.o amuleweb-php_syntree.o amuleweb-php_core_lib.o -lec_noevt -lmulecommon -pthread   -L/usr/X11R6/lib  -lwx_baseu_net-2.6 -lwx_baseu-2.6  -lz  -lpng12
/usr/bin/ld: cannot find -lwx_baseu_net-2.6
collect2: ld returned 1 exit status
make[4]: *** [amuleweb] Error 1
make[4]: Leaving directory `/usr/share/aMule-2.1.3/src/webserver/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/share/aMule-2.1.3/src/webserver'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/share/aMule-2.1.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/share/aMule-2.1.3'
uranus:/usr/share/aMule-2.1.3#

thanks for help
torben
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: make error with amule 2.1.3
« Reply #1 on: August 01, 2006, 05:32:49 PM »

looks like your missing some wxbase libs...

did configure find it all well?
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

agentmulder1

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: make error with amule 2.1.3
« Reply #2 on: August 01, 2006, 09:01:23 PM »

if ' ve installed the wxBase libs an configure found it.
Logged

Skogkatt

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Re: make error with amule 2.1.3
« Reply #3 on: September 06, 2006, 11:41:41 AM »

Hi, similar problem. I compiled WxGTK 2.6.3 with --enable-unicode --enable-optimise.

Amule make :

Quote
g++  -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -O2   -static  -lpthread -o wxcas  wxcas-onlinesig.o wxcas-linuxmon.o wxcas-wxcas.o wxcas-wxcasprint.o wxcas-wxcasframe.o wxcas-wxcasprefs.o wxcas-wxcascte.o wxcas-wxcaspix.o -L/usr/local/lib -pthread   -lwx_gtk2u_adv-2.6 -lwx_gtk2u_core-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6
/usr/bin/ld: cannot find -lwx_gtk2u_adv-2.6
collect2: ld returned 1 exit status
make[5]: *** [wxcas] Error 1

Can we make a sym lynk and where ?
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: make error with amule 2.1.3
« Reply #4 on: September 06, 2006, 08:09:02 PM »

hmm strange can you post

ls -la /usr/bin/wx*

AND!!!

ls -la /usr/local/bin/wx*
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."