aMule Forum
English => Compilation problems => Topic started by: fbnsantos on September 13, 2005, 01:09:38 PM
-
Hello,
I want to compile the amuled amuleweb and amulecmd
I do
./configure --enable-amulecmd --enable-webserver --enable-wxcas --disable-alc --disable-systray --enable-amule-daemon --enable-gtk --disable-monolithic
after ./configure it give-me:
....
WARNING! gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
amuleweb will be compiled but file download progress bar images will NOT be generated.
See the above error on gd check for solutions.
...
I have
gd-2.0.28-1.30.1
gd-devel-2.0.28-1.30.1
this is on Fedora 3
(I have tried with -disable-wxcas but give-me another errros on make )
after configure i make make and give-me the erro (with and without gtk enable)r:
g++ -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -lpthread -o wxcas wxcas-onlinesig.o wxcas-linuxmon.o wxcas-wxcas.o wxcas-wxcasprint.o wxcas-wxcasframe.o wxcas-wxcasprefs.o wxcas-wxcascte.o wxcas-wxcaspix.o -pthread -L/usr/X11R6/lib -lwx_gtk_html-2.5 -lwx_gtk_adv-2.5 -lwx_gtk_core-2.5 -lwx_base_xml-2.5 -lwx_base_net-2.5 -lwx_base-2.5
/usr/lib/libgdk-1.2.so.0: undefined reference to `XGetDeviceMotionEvents'
/usr/lib/libgdk-1.2.so.0: undefined reference to `XFreeDeviceList'
/usr/lib/libgdk-1.2.so.0: undefined reference to `XQueryDeviceState'
/usr/lib/libgdk-1.2.so.0: undefined reference to `XListInputDevices'
/usr/lib/libgdk-1.2.so.0: undefined reference to `XFreeDeviceMotionEvents'
/usr/lib/libgdk-1.2.so.0: undefined reference to `XFreeDeviceState'
/usr/lib/libgdk-1.2.so.0: undefined reference to `XOpenDevice'
/usr/lib/libgdk-1.2.so.0: undefined reference to `XSelectExtensionEvent'
/usr/lib/libgdk-1.2.so.0: undefined reference to `XUngrabDevice'
/usr/lib/libgdk-1.2.so.0: undefined reference to `XGrabDevice'
can anyone help me to compile the amuled ??
thanks,
Filipe Santos
-
about gd-error enable cas , not wxcas, its a configure bug, fixed already in cvs.
you cannot have wxcas compiled on a system without X, since its a gui app
whats your wxWidgets version?
I can see its 2.5 but what? wxGTk or wxBase?
and why do you use 2.5? we have stable wxWidgets at 2.6.1 at the moment..
stefanero