aMule Forum

English => Compilation problems => Topic started by: michelinok on February 13, 2012, 08:49:07 PM

Title: Build error "MuleDebug.cpp:417:6: error: ‘wxThread’ has not been declared"
Post by: michelinok on February 13, 2012, 08:49:07 PM
Hi there!
Back again from a fresh re-install of ubuntu 64 bit  11.04

Now, after installing all the libs (I hope!) I get this error while i do "make":

....
....
g++ -DHAVE_CONFIG_H -I. -I../../..  -DUSE_WX_EXTENSIONS  -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DwxUSE_GUI=0  -W -Wall -Wshadow -Wundef -O2 -pthread   -MT MuleDebug.o -MD -MP -MF .deps/MuleDebug.Tpo -c -o MuleDebug.o MuleDebug.cpp
MuleDebug.cpp: In function ‘wxString get_backtrace(unsigned int)’:
MuleDebug.cpp:417:6: error: ‘wxThread’ has not been declared
make[4]: *** [MuleDebug.o] Errore 1
make[4]: uscita dalla directory "/home/michele/Scrivania/amule/amule-read-only/src/libs/common"
make[3]: *** [all-recursive] Errore 1
make[3]: uscita dalla directory "/home/michele/Scrivania/amule/amule-read-only/src/libs"
make[2]: *** [all-recursive] Errore 1
make[2]: uscita dalla directory "/home/michele/Scrivania/amule/amule-read-only/src"
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory "/home/michele/Scrivania/amule/amule-read-only"
make: *** [all] Errore 2


Any idea?

I'm compiling using this config (and it seems ok!):

./configure --disable-debug --enable-optimize --enable-alc --disable-amule-daemon --enable-amule-gui --disable-upnp --enable-amulecmd
Title: Re: Build error "MuleDebug.cpp:417:6: error: ‘wxThread’ has not been declared"
Post by: Stu Redman on February 13, 2012, 09:20:25 PM
Which aMule version? 2.3.1 or SVN?
Title: Re: Build error "MuleDebug.cpp:417:6: error: ‘wxThread’ has not been declared"
Post by: michelinok on February 13, 2012, 10:20:33 PM
SVN
Title: Re: Build error "MuleDebug.cpp:417:6: error: ‘wxThread’ has not been declared"
Post by: GonoszTopi on February 13, 2012, 11:18:16 PM
Fix committed as rev. 10759
Title: Re: Build error "MuleDebug.cpp:417:6: error: ‘wxThread’ has not been declared"
Post by: michelinok on February 14, 2012, 08:06:45 AM
:( i've just done svn up, but i get 10758.... ???
Title: Re: Build error "MuleDebug.cpp:417:6: error: ‘wxThread’ has not been declared"
Post by: Stu Redman on February 14, 2012, 11:31:06 AM
That's because I'm syncing the google code repository manually. It's up now.
Title: Re: Build error "MuleDebug.cpp:417:6: error: ‘wxThread’ has not been declared"
Post by: michelinok on February 14, 2012, 06:27:57 PM
That's because I'm syncing the google code repository manually. It's up now.

thanks!

seems to work (still compiling atm...)