aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: No chance to compile  (Read 5315 times)

ciucius

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
No chance to compile
« on: April 26, 2005, 06:14:19 PM »

I've installed wxGTK-2.4.2 and wxBase-2.4.2 (according to: http://www.amule.org/wiki/index.php/Compilation_Installation )
without problems and tried to compile amule either 2.0.0rc8 or 2.0.0rc5.
But it fails.
Output for ls -l /usr/local/bin/wx*
 -rwxr-xr-x  1 root root   4870 kwi 23 15:13 /usr/local/bin/wxbase-2.4-config -rwxr-xr-x  1 root root 369121 kwi 23 15:24 /usr/local/bin/wxcas
lrwxrwxrwx  1 root root     17 kwi 23 15:13 /usr/local/bin/wx-config -> wxbase-2.4-config
-rwxr-xr-x  1 root root   5049 kwi 23 15:03 /usr/local/bin/wxgtk-2.4-config
Output for rpm -qa | grep wx
wxGTK-gl-2.4.2-9.3.aur.1
wxBase-2.4.2-1
wxpythongtk-2.4.2.4-1.rhfc2.nr
wxGTK-devel-2.4.2-9.3.aur.1
wxGTK-2.4.2-9.3.aur.1

looking for help, thanks.
« Last Edit: April 26, 2005, 06:16:47 PM by ciucius »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: No chance to compile
« Reply #1 on: April 26, 2005, 06:57:03 PM »

well ok you missed 2 set to symlinks for compilation

# ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config
# ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config

set those 2 symlinks run

ldconfig

and rerun configure and make....

should fix this hopefully
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."

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: No chance to compile
« Reply #2 on: April 26, 2005, 07:48:11 PM »

Quote
Originally posted by stefanero
well ok you missed 2 set to symlinks for compilation

# ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config
# ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config

set those 2 symlinks run

ldconfig

and rerun configure and make....

should fix this hopefully

ehm no.. it will not ;)

he has installed it in /usr/local/bin, so:

ln -sf /usr/local/bin/wxgtk-2.4-config /usr/bin/wx-config
ln -sf /usr/local/bin/wxbase-2.4-config /usr/bin/wxbase-config

btw ciucius.. your wxgtk rpm's may cause problems anyway. uninstall them.

and did you compiled or installed wxGTK and wxBase?

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: No chance to compile
« Reply #3 on: April 26, 2005, 08:00:05 PM »

ups I just lookd at the rpms...
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."

ciucius

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: No chance to compile
« Reply #4 on: April 27, 2005, 06:42:52 PM »

Well, I tried compiling with both options of symlinks  for the user and root  and still nothing. Compilation was made exactly according to guides give at http://www.amule.org/wiki/index.php/Compilation_Installation
I have message:
usrbin/ld cannot find -lidn
I need Your help, please
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: No chance to compile
« Reply #5 on: April 27, 2005, 06:47:08 PM »

you need idn-devel for this
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."

ciucius

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: No chance to compile
« Reply #6 on: April 27, 2005, 08:19:58 PM »

I'm trying to find idn-devel package but I find it only for Mandrake. My Linux is Fedora Core 3 - based. Have You got any ideas where to look for?
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: No chance to compile
« Reply #7 on: April 28, 2005, 02:20:00 AM »

ciucius,

FC3 here.

$ rpm -qa | grep idn
libidn-0.5.6-1
libidn-devel-0.5.6-1

Cheers!
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: No chance to compile
« Reply #8 on: April 28, 2005, 08:00:13 AM »

or dl from here:
http://mirror.mcs.anl.gov/fedora-linux-core/3/i386/os/Fedora/RPMS/

these are FC3 packages but if your distro is based on FC3 they should work, I think ;)
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."

ciucius

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: No chance to compile
« Reply #9 on: April 28, 2005, 06:44:19 PM »

finally I've installed those rpms and amule compiled.
Thank You Stefanero deltaHF and phoenix.
Cheers!
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: No chance to compile
« Reply #10 on: April 28, 2005, 07:54:32 PM »

see there is always a chance to compile  :D
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."