aMule Forum

English => en_Linux => Topic started by: nico-de-nantes on September 20, 2004, 12:03:14 AM

Title: amule cvs doesn't compile
Post by: nico-de-nantes on September 20, 2004, 12:03:14 AM
Hi,

amule cvs compile well only if i use ./configure

If i want to compile amuleweb or amulecmd i have the error message:

In file included from /usr/include/wx/textfile.h:27,
                 from /usr/include/wx/fileconf.h:24,
                 from /usr/include/wx/config.h:13,
                 from ExternalConnector.cpp:38:
/usr/include/wx/file.h:115: error: `wxSeekMode' has not been declared
/usr/include/wx/file.h:115: error: `wxFromStart' was not declared in this scope
/usr/include/wx/file.h: In member function `off_t wxFile::SeekEnd(off_t)':
/usr/include/wx/file.h:117: error: `wxFromEnd' undeclared (first use this function)
/usr/include/wx/file.h:117: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[4]: *** [amuleweb-ExternalConnector.o] Error 1
make[4]: Leaving directory `/home/users/neoclust/rpm/BUILD/amule-cvs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/users/neoclust/rpm/BUILD/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/users/neoclust/rpm/BUILD/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/users/neoclust/rpm/BUILD/amule-cvs'
make: *** [all] Error 2


who have an idea ?
Title: Re: amule cvs doesn't compile
Post by: Jacobo221 on September 20, 2004, 12:50:24 AM
wrong wx version? maybe wx installed twice in different directories?
check at http://wiki.amule.org the compiling HowTo ;-)
Greetigns!
Title: Re: amule cvs doesn't compile
Post by: nico-de-nantes on September 20, 2004, 01:17:55 PM
i use wxwindows 2.5    it worked well for the 2.0.0Rc5 :'(
Title: Re: amule cvs doesn't compile
Post by: Jacobo221 on September 20, 2004, 03:03:28 PM
if you're on wx 2.5, wxBase is no longer needed, uninstall it. It coukld be that (just a guess) and report...
Gretings
Title: Re: amule cvs doesn't compile
Post by: stefanero on September 20, 2004, 03:38:02 PM
hey

also make sure you dont have 2.5.1 with gtk2 compiled...this somehow does not work since a couple weeks....

stefanero