Hi!
I'm trying to test amule on my recent Solaris Express b24 installation, but I'm having a little problem:
When configuring, the libgd test complains that libgd is not installed, when in fact it is. It's not installed in the default place, and gd.h (the include library) is not in the default include dir, but libgd definitely is installed, and libgd-config is in the $PATH and gives correct information. Therefore, I can only conclude that libgd test is broken. Same happens with png test. I am compiling right now (slow PC) and will report back if amule works fine or not.
Thanks!
Edit: Forgot to say, this is aMule CVS 2005-12-06
Edit: I just made a quick hack to walaround this problem: I had to link gd.h, gd_io.h and gdfx.h from their installation locations to /usr/include. It's a really ugly hack, but I got the tests to succeed. Let's see if the compilation goes OK...
Third Edit: OK!! so compilation just finished and guess what...aMule started!! yipee!! and best of all, this time I made it to compile it using GTK2 under Solaris, I'll soon update my guide to compile it.
bash-3.00# uname -a
SunOS neptune 5.11 snv_24 i86pc i386 i86pc
bash-3.00# ./src/amule --version
aMule CVS using wxGTK2 v2.6.2 (Snapshot: Tue Dec 6 07:02:00 CET 2005) (OS: SunOS)
bash-3.00#
Thanks to all the aMule team.