The command:
./configure --enable-optimize --enable-profile --enable-amulecmd --enable-amulecmdgui --enable-amule-daemon --enable-webserver --enable-cas --enable-wxcas --enable-utf8-systray --disable-gtk
->OUTPUT
aMule enabled options:
**** aMule Core ****
Should aMule be compiled in debug mode? yes
Should aMule be compiled with verbose console output? no
Should aMule be compiled with upload speed sense? no
Should aMule be compiled with profiling? yes
Should aMule be compiled with optimizations? yes
Should aMule be compiled with systray? yes
Should aMule be compiled with UTF-8 systray? yes
Should aMule be compiled with pure GTK code? no
Should aMule be linked against patched gsocket? no
Should aMule monolithic application be built? yes
Should aMule daemon version be built? (EXPERIMENTAL) yes
Should aMule remote gui be built? (EXPERIMENTAL) no
Crypto++ library/headers style? embeded
**** aMule TextClient ****
Should amulecmd (TextClient) be linked against wxbase? yes
Should aMule Command Line Client be built? yes
Should aMule GUI Client be built? yes
**** aMule WebServer ****
Should aMule WebServer be built? yes
Should aMule WebServer GUI be built? no
**** aMule ED2K Links Handler ****
Should aMule ED2K Links Handler be built? yes
**** aMuleLinkCreator ****
Should aMuleLinkCreator GUI version (alc) be built? no
Should aMuleLinkCreator for console (alcc) be built? no
**** aMule Statistics ****
Should C aMule Statistics (CAS) be built? yes
Should aMule GUI Statistics (wxCas) be built? yes
**** General Libraries and Tools ****
Should ccache support be enabled? no
Libraries aMule will use to build:
wxWidgets 2.5.3
GTK 2.4.14 (Not used)
(it alsho happens without --enable-cas --enable-wxcas --enable-utf8-systray --disable-gtk)
The errors:
In file included from IPFilter.cpp:32:
/usr/include/wx-2.5/wx/zipstrm.h:21:24: wx/archive.h: File not found
In file included from IPFilter.cpp:32:
/usr/include/wx-2.5/wx/zipstrm.h:128: error: decodification error before `{' token
/usr/include/wx-2.5/wx/zipstrm.h:133: error: destructors must be member functions
/usr/include/wx-2.5/wx/zipstrm.h:133: error: virtual outside class declaration
/usr/include/wx-2.5/wx/zipstrm.h:135: error: error de decodificación before `&' token
/usr/include/wx-2.5/wx/zipstrm.h:135: error: ISO C++ prohíbe la declaración de `wxZipEntry' sin tipo
/usr/include/wx-2.5/wx/zipstrm.h:136: error: error sintáctico before `&' token
/usr/include/wx-2.5/wx/zipstrm.h:139: error: non-member function `wxDateTime GetDateTime()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h: En function `wxDateTime GetDateTime()':
/usr/include/wx-2.5/wx/zipstrm.h:139: error: `m_DateTime' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h:139: error: (Each undeclared identifier is reported only once for each function it appears in.)
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
.................................
/usr/include/wx-2.5/wx/zipstrm.h:108: error: forward declaration of `class wxZipEntry'
IPFilter.cpp: En member function `int CIPFilter::LoadFromZipFile(const wxString&)':
IPFilter.cpp:360: error: `wxZipInputStream' undeclared (first use this function)
IPFilter.cpp:360: error: error de decodificación before `(' token
IPFilter.cpp:361: error: `inputStream' undeclared (first use this function)
Statistics.h: En el nivel principal:
/usr/include/wx-2.5/wx/zipstrm.h:180: aviso: `wxString GetInternalName(const wxString&, wxPathFormat, bool*)' declared `static' but never defined
/usr/include/wx-2.5/wx/zipstrm.h:448: aviso: `wxObject* wxCreateObject()' declared `static' but never defined
make[4]: *** [amuled-IPFilter.o] Error 1
make[4]: Leaving directory `/root/tmp/amule-cvs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/tmp/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/tmp/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/tmp/amule-cvs'
make: *** [all] Error 2
I tried aMule-cvs-20050209.tar.bz2,aMule-cvs-20050208.tar.bz2
It looks as if there were a missing line (or archive)
What do you think?