aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: configure ok but make errors  (Read 5100 times)

reeky

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 88
configure ok but make errors
« on: March 02, 2005, 04:52:38 PM »

i'm trying to compile today cvs (Wed Mar  2 07:01:20 CET 2005).
autogen and configure scripts end without errors but make returns lots of errors (see attachment). could you help me?
thanx

bye
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: configure ok but make errors
« Reply #1 on: March 02, 2005, 06:17:01 PM »

what wx-version are you using? did you compile it yourself?
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."

reeky

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 88
Re: configure ok but make errors
« Reply #2 on: March 02, 2005, 07:03:36 PM »

wxbase, wxgtk and wxgtk-devel -> rpm from amule site.

amule rc8 runs fine (not considering its bugs)
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: configure ok but make errors
« Reply #3 on: March 02, 2005, 07:07:55 PM »

ls -la /usr/bin/wx*

post that please

stefanero
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."

reeky

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 88
Re: configure ok but make errors
« Reply #4 on: March 02, 2005, 07:18:56 PM »

reek@linux:~>  ls -la /usr/bin/wx*
-rwxr-xr-x  1 root root 4864 2003-11-28 13:08 /usr/bin/wxbase-2.4-config
lrwxrwxrwx  1 root root   17 2004-11-30 14:59 /usr/bin/wx-config -> wxbase-2.4-config
-rwxr-xr-x  1 root root 5159 2003-09-21 15:14 /usr/bin/wxgtk-2.4-config
lrwxrwxrwx  1 root root    3 2005-02-10 07:44 /usr/bin/wxvlc -> vlc
reek@linux:~>
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: configure ok but make errors
« Reply #5 on: March 02, 2005, 07:23:46 PM »

lrwxrwxrwx 1 root root 17 2004-11-30 14:59 /usr/bin/wx-config -> wxbase-2.4-config

must be

lrwxrwxrwx 1 root root 17 2004-11-30 14:59 /usr/bin/wx-config -> wxgtk-2.4-config
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: configure ok but make errors
« Reply #6 on: March 02, 2005, 07:26:20 PM »

well maybe tell him the whole links! :P

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

if you forget the 2nd link, console apps will fail for example amuleweb and such...

stfanero
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."

reeky

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 88
Re: configure ok but make errors
« Reply #7 on: March 02, 2005, 08:00:25 PM »

thank you!!!  :baby:

i linked the correct files, deleted the old amule-cvs directory, re-extracted the tarball, re-run autogen and configure and so make works ok!

amule now seems to be even faster!  :rolleyes:

only a question: why the links were not right? aren't they created extracting the rpms?


thanx both of you!
bye
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: configure ok but make errors
« Reply #8 on: March 02, 2005, 08:12:45 PM »

Because you must install FIRST wxBase and THEN wxGTK.
Logged

reeky

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 88
Re: configure ok but make errors
« Reply #9 on: March 02, 2005, 08:25:21 PM »

well... i checked the 3 rpms and then clicked on "install"... :]

thank you again.

ps: i noticed that some parts are not still translated... if you need help (for italian translation) send me a note, i'll find the time for that ;)
Logged