aMule Forum

English => Compilation problems => Topic started by: reeky on March 02, 2005, 04:52:38 PM

Title: configure ok but make errors
Post by: reeky 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
Title: Re: configure ok but make errors
Post by: stefanero on March 02, 2005, 06:17:01 PM
what wx-version are you using? did you compile it yourself?
Title: Re: configure ok but make errors
Post by: reeky 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)
Title: Re: configure ok but make errors
Post by: stefanero on March 02, 2005, 07:07:55 PM
ls -la /usr/bin/wx*

post that please

stefanero
Title: Re: configure ok but make errors
Post by: reeky 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:~>
Title: Re: configure ok but make errors
Post by: Kry 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
Title: Re: configure ok but make errors
Post by: stefanero 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
Title: Re: configure ok but make errors
Post by: reeky 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
Title: Re: configure ok but make errors
Post by: Kry on March 02, 2005, 08:12:45 PM
Because you must install FIRST wxBase and THEN wxGTK.
Title: Re: configure ok but make errors
Post by: reeky 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 ;)