I configured it with:
./configure \
--prefix=/usr \
--enable-amule-gui \
--enable-alc \
--enable-alcc \
--enable-utf8-systray \
--disable-debug \
--enable-optimize \
--enable-amulecmd \
--enable-amule-daemon \
--enable-cas \
--enable-wxcas \
--enable-webserver \
--enable-ccache \
--enable-remote \
And some minutes after launching the 'make' commando, i get this error:
WebServer.cpp:(.text+0x2678): undefined reference to `aMuleConv'
WebServer.cpp:(.text+0x26cf): undefined reference to `aMuleConv'
WebServer.cpp:(.text+0x2714): undefined reference to `aMuleConv'
amuleweb-WebServer.o: In function `CAnyImage::SetHttpType(wxString)':
WebServer.cpp:(.text+0x2ce5): undefined reference to `aMuleConv'
WebServer.cpp:(.text+0x2ded): undefined reference to `aMuleConv'
amuleweb-WebServer.o:WebServer.cpp:(.text+0x50ea): more undefined references to `aMuleConv' follow
collect2: ld returned 1 exit status
make[4]: *** [amuleweb] Error 1
make[4]: Leaving directory `/home/bigboss/amule-cvs/src/webserver/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/bigboss/amule-cvs/src/webserver'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bigboss/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bigboss/amule-cvs'
make: *** [all] Error 2
¿Is there any way to fix it?
BTW, i sucessfuly compiled 20071217 CVS some days ago, and i dint do any important changes in the system.
Thanks!