The "make" command brings some error numbers (1, 2 and 3) in the last line. I reproduced all the shell lines here, since the "./configure..." stuff in hope that this can help.
Is this really an error???
Shouldn't I run make install as root now?
Thanks.
PS: It seems that something is goin on with "class wxGIFDecoder". One more thing: I'm trying to make a backtrace version so I can cooperate with the project (You can see in the ./configure). This has nothing to do with the error messagens, right?
tuliouel@eumesmo:~/Desktop/aMule-2.1.3$ ./configure --enable-debug --disable-optimize --prefix=/usr/bin/amule
(...)
config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating Compilation.flags
config.status: WARNING: Compilation.flags.in seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: creating po/Makefile
Configure script has finished system check.
Configured aMule 2.1.3 for 'i686-pc-linux-gnu'.
aMule enabled options:
**** aMule Core ****
Prefix where aMule should be installed? /usr/bin/amule
Should aMule be compiled with i18n support? yes
Should aMule be compiled in debug mode? yes
Should aMule be compiled with profiling? no
Should aMule be compiled with optimizations? no
Should aMule monolithic application be built? yes
Should aMule daemon version be built? no
Should aMule remote gui be built? (EXPERIMENTAL) no
Crypto++ library/headers style? embedded
**** aMule TextClient ****
Should aMule Command Line Client be built? no
**** aMule WebServer ****
Should aMule WebServer 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? no
Should aMule GUI Statistics (wxCas) be built? no
**** General Libraries and Tools ****
Should ccache support be enabled? no
Libraries aMule will use to build:
wxWidgets 2.8.0
crypto++ embedded
zlib 1.2.3
tuliouel@eumesmo:~/Desktop/aMule-2.1.3$ make
make all-recursive
make[1]: Entrando no diretório `/home/tuliouel/Desktop/aMule-2.1.3'
Making all in m4
(...)
make[3]: Entrando no diretório `/home/tuliouel/Desktop/aMule-2.1.3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -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_LARGEFILE_SOURCE=1 -D__WXGTK__ -pthread -I./libs -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -MT libmuleappcore_a-AsyncDNS.o -MD -MP -MF ".deps/libmuleappcore_a-AsyncDNS.Tpo" -c -o libmuleappcore_a-AsyncDNS.o `test -f 'AsyncDNS.cpp' || echo './'`AsyncDNS.cpp; \
then mv -f ".deps/libmuleappcore_a-AsyncDNS.Tpo" ".deps/libmuleappcore_a-AsyncDNS.Po"; else rm -f ".deps/libmuleappcore_a-AsyncDNS.Tpo"; exit 1; fi
AsyncDNS.cpp:31:2: warning: #warning DEBUG! Remove!
/usr/include/wx-2.8/wx/gdicmn.h: In member function ‘bool wxRect::Inside(int, int) const’:
/usr/include/wx-2.8/wx/gdicmn.h:486: aviso: declaration of ‘y’ shadows a member of 'this'
/usr/include/wx-2.8/wx/gdicmn.h:486: aviso: declaration of ‘x’ shadows a member of 'this'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -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_LARGEFILE_SOURCE=1 -D__WXGTK__ -pthread -I./libs -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -MT libmuleappcore_a-DeadSourceList.o -MD -MP -MF ".deps/libmuleappcore_a-DeadSourceList.Tpo" -c -o libmuleappcore_a-DeadSourceList.o `test -f 'DeadSourceList.cpp' || echo './'`DeadSourceList.cpp; \
then mv -f ".deps/libmuleappcore_a-DeadSourceList.Tpo" ".deps/libmuleappcore_a-DeadSourceList.Po"; else rm -f ".deps/libmuleappcore_a-DeadSourceList.Tpo"; exit 1; fi
/usr/include/wx-2.8/wx/gdicmn.h: In member function ‘bool wxRect::Inside(int, int) const’:
/usr/include/wx-2.8/wx/gdicmn.h:486: aviso: declaration of ‘y’ shadows a member of 'this'
/usr/include/wx-2.8/wx/gdicmn.h:486: aviso: declaration of ‘x’ shadows a member of 'this'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -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_LARGEFILE_SOURCE=1 -D__WXGTK__ -pthread -I./libs -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -MT libmuleappcore_a-Scanner.o -MD -MP -MF ".deps/libmuleappcore_a-Scanner.Tpo" -c -o libmuleappcore_a-Scanner.o `test -f 'Scanner.cpp' || echo './'`Scanner.cpp; \
then mv -f ".deps/libmuleappcore_a-Scanner.Tpo" ".deps/libmuleappcore_a-Scanner.Po"; else rm -f ".deps/libmuleappcore_a-Scanner.Tpo"; exit 1; fi
./Scanner.l:207:5: warning: "YY_STACK_USED" is not defined
Scanner.cpp:1742: aviso: ‘void yy_fatal_error(const char*)’ defined but not used
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -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_LARGEFILE_SOURCE=1 -D__WXGTK__ -pthread -I./libs -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -MT libmuleappcore_a-Parser.o -MD -MP -MF ".deps/libmuleappcore_a-Parser.Tpo" -c -o libmuleappcore_a-Parser.o `test -f 'Parser.cpp' || echo './'`Parser.cpp; \
then mv -f ".deps/libmuleappcore_a-Parser.Tpo" ".deps/libmuleappcore_a-Parser.Po"; else rm -f ".deps/libmuleappcore_a-Parser.Tpo"; exit 1; fi
Parser.cpp:154:6: warning: "YYENABLE_NLS" is not defined
Parser.cpp:537:6: warning: "YYLTYPE_IS_TRIVIAL" is not defined
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I
(...)
MuleGifCtrl.o -MD -MP -MF ".deps/libmuleappgui_a-MuleGifCtrl.Tpo" -c -o libmuleappgui_a-MuleGifCtrl.o `test -f 'MuleGifCtrl.cpp' || echo './'`MuleGifCtrl.cpp; \
then mv -f ".deps/libmuleappgui_a-MuleGifCtrl.Tpo" ".deps/libmuleappgui_a-MuleGifCtrl.Po"; else rm -f ".deps/libmuleappgui_a-MuleGifCtrl.Tpo"; exit 1; fi
/usr/include/wx-2.8/wx/gdicmn.h: In member function ‘bool wxRect::Inside(int, int) const’:
/usr/include/wx-2.8/wx/gdicmn.h:486: aviso: declaration of ‘y’ shadows a member of 'this'
/usr/include/wx-2.8/wx/gdicmn.h:486: aviso: declaration of ‘x’ shadows a member of 'this'
MuleGifCtrl.cpp: In member function ‘bool MuleGifCtrl::LoadData(const char*, int)’:
MuleGifCtrl.cpp:69: erro: no matching function for call to ‘wxGIFDecoder::wxGIFDecoder(wxMemoryInputStream*, int)’
/usr/include/wx-2.8/wx/gifdecod.h:104: nota: candidates are: wxGIFDecoder::wxGIFDecoder(const wxGIFDecoder&)
/usr/include/wx-2.8/wx/gifdecod.h:52: nota: wxGIFDecoder::wxGIFDecoder()
MuleGifCtrl.cpp:70: erro: ‘class wxGIFDecoder’ has no member named ‘ReadGIF’
MuleGifCtrl.cpp:76: erro: ‘class wxGIFDecoder’ has no member named ‘GoFirstFrame’
MuleGifCtrl.cpp:78: erro: no matching function for call to ‘wxGIFDecoder::ConvertToImage(wxImage*)’
/usr/include/wx-2.8/wx/gifdecod.h:82: nota: candidates are: virtual bool wxGIFDecoder::ConvertToImage(unsigned int, wxImage*) const
MuleGifCtrl.cpp: In member function ‘void MuleGifCtrl::Start()’:
MuleGifCtrl.cpp:89: erro: ‘class wxGIFDecoder’ has no member named ‘GoLastFrame’
MuleGifCtrl.cpp: In member function ‘virtual wxSize MuleGifCtrl::GetBestSize()’:
MuleGifCtrl.cpp:105: erro: ‘class wxGIFDecoder’ has no member named ‘GetLogicalScreenWidth’
MuleGifCtrl.cpp:105: erro: ‘class wxGIFDecoder’ has no member named ‘GetLogicalScreenHeight’
MuleGifCtrl.cpp: In member function ‘void MuleGifCtrl::OnTimer(wxTimerEvent&)’:
MuleGifCtrl.cpp:113: erro: ‘class wxGIFDecoder’ has no member named ‘GoNextFrame’
MuleGifCtrl.cpp:116: erro: no matching function for call to ‘wxGIFDecoder::ConvertToImage(wxImage*)’
/usr/include/wx-2.8/wx/gifdecod.h:82: nota: candidates are: virtual bool wxGIFDecoder::ConvertToImage(unsigned int, wxImage*) const
MuleGifCtrl.cpp:122: erro: no matching function for call to ‘wxGIFDecoder::GetDelay()’
/usr/include/wx-2.8/wx/gifdecod.h:65: nota: candidates are: virtual long int wxGIFDecoder::GetDelay(unsigned int) const
MuleGifCtrl.cpp: In member function ‘void MuleGifCtrl::OnPaint(wxPaintEvent&)’:
MuleGifCtrl.cpp:132: erro: ‘class wxGIFDecoder’ has no member named ‘GetLogicalScreenWidth’
MuleGifCtrl.cpp:133: erro: ‘class wxGIFDecoder’ has no member named ‘GetLogicalScreenHeight’
MuleGifCtrl.cpp:137: erro: ‘class wxGIFDecoder’ has no member named ‘GetLeft’
MuleGifCtrl.cpp:137: erro: ‘class wxGIFDecoder’ has no member named ‘GetTop’
make[3]: ** [libmuleappgui_a-MuleGifCtrl.o] Erro 1
make[3]: Saindo do diretório `/home/tuliouel/Desktop/aMule-2.1.3/src'
make[2]: ** [all-recursive] Erro 1
make[2]: Saindo do diretório `/home/tuliouel/Desktop/aMule-2.1.3/src'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório `/home/tuliouel/Desktop/aMule-2.1.3'
make: ** [all] Erro 2