hi,
this is the error:
# ./configure --enable-debug --disable-optimise && make
...
...
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-unicode-release-2.5 -I/usr/include/wx-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D__GTK2__ -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -MT amule-ExternalConn.o -MD -MP -MF ".deps/amule-ExternalConn.Tpo" \
-c -o amule-ExternalConn.o `test -f 'ExternalConn.cpp' || echo './'`ExternalConn.cpp; \
then mv -f ".deps/amule-ExternalConn.Tpo" ".deps/amule-ExternalConn.Po"; \
else rm -f ".deps/amule-ExternalConn.Tpo"; exit 1; \
fi
ExternalConn.cpp: In function `CECPacket* Get_EC_Response_StatRequest(const CECPacket*)':
ExternalConn.cpp:274: warning: unused parameter `const CECPacket*request'
ExternalConn.cpp: In function `CECPacket* Get_EC_Response_GetUpQueue(const CECPacket*)':
ExternalConn.cpp:342: warning: unused parameter `const CECPacket*request'
ExternalConn.cpp: In function `CECPacket* Get_EC_Response_GetDownloadQueue(const CECPacket*)':
ExternalConn.cpp:372: warning: unused parameter `const CECPacket*request'
ExternalConn.cpp: In function `CECPacket* Get_EC_Response_ServerList(const CECPacket*)':
ExternalConn.cpp:554: error: `EC_TAG_SERVER_USERS_MAX' undeclared (first use this function)
ExternalConn.cpp:554: error: (Each undeclared identifier is reported only once for each function it appears in.)
ExternalConn.cpp:556: error: `EC_TAG_SERVER_DESC' undeclared (first use this function)
ExternalConn.cpp: In function `CECPacket* Get_EC_Response_Server(const CECPacket*)':
ExternalConn.cpp:593: error: `EC_OP_SERVER_REMOVE' undeclared (first use this function)
make[4]: *** [amule-ExternalConn.o] Error 1
make[4]: Leaving directory `/home/fctk/amule-related/amule-cvs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/fctk/amule-related/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/fctk/amule-related/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fctk/amule-related/amule-cvs'
make: *** [all] Error 2