Difference between revisions of "Talk:Compilation Installation"

From AMule Project FAQ
Jump to: navigation, search
Line 1: Line 1:
 
 
== Can't run amule in Konsole ==
 
== Can't run amule in Konsole ==
  
Line 9: Line 8:
  
 
Wiki is not the place to ask for such help ;-)
 
Wiki is not the place to ask for such help ;-)
 +
 +
----
 +
 +
Karsten wrote:
 +
Hi, shouldn't be the second symbolic link creation be mentioned in the wxGTK section (step 2)?
 +
 +
ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config
 +
 +
???>>> ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config <<<???
 +
 +
Also: What if gtk-config cannot be found (e.g. it's not in available SuSE 9.1)? I think, the installation of gtk (and - before that - glib) should at least be mentioned as a precondition.
 +
 +
B.t.w. - I had serious problems compiling 2 RC5 with wx 2.4, finally I moved to 2.5, compiling was fine, but aMule hung during the startup. Got an error message that libqtpixmap.could not be found. Maybe qtpixmap is a precondition as well?
 +
 +
----

Revision as of 13:26, 24 July 2004

Can't run amule in Konsole

Someone wrote:
hi, i've tryied to install amule by compiling source, and it did'nt work : when i tape 'amule' in Konsole, it return 'command not found', and after i've tryied to install by rpm installation and it made the seem problem again. i work on Mandrake 10.0. please help me

Answer:
Please post in forums (that is http://www.amule.org/amule) or join #amule IRC channel in irc.freenode.net

Wiki is not the place to ask for such help ;-)


Karsten wrote: Hi, shouldn't be the second symbolic link creation be mentioned in the wxGTK section (step 2)?

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

???>>> ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config <<<???

Also: What if gtk-config cannot be found (e.g. it's not in available SuSE 9.1)? I think, the installation of gtk (and - before that - glib) should at least be mentioned as a precondition.

B.t.w. - I had serious problems compiling 2 RC5 with wx 2.4, finally I moved to 2.5, compiling was fine, but aMule hung during the startup. Got an error message that libqtpixmap.could not be found. Maybe qtpixmap is a precondition as well?