aMule Forum
English => Compilation problems => Topic started 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
-
what wx-version are you using? did you compile it yourself?
-
wxbase, wxgtk and wxgtk-devel -> rpm from amule site.
amule rc8 runs fine (not considering its bugs)
-
ls -la /usr/bin/wx*
post that please
stefanero
-
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:~>
-
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
-
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
-
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
-
Because you must install FIRST wxBase and THEN wxGTK.
-
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 ;)