Hi,
trying to build aMule CVS 20050118 with a self-compiled(!) wxGTK 2.6.2, I have the following problem:
if g++ -DHAVE_CONFIG_H -I. -I. -I..
-I/usr/lib/wx/include/gtk2-unicode-release-static-2.6 -I/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64
-D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -I./libs -O2 -g
-march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2
-I/usr/include -W -Wall -Wshadow -Wundef -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
updownclient.h: In member function ‘void CUpDownClient::SetConnectionReason(const
wxString&)’:
updownclient.h:599: error: ‘connection_reason’ was not declared in this scope
make[3]: *** [libmuleappcore_a-DeadSourceList.o] Fehler 1
make[3]: Leaving directory `/usr/src/packages/BUILD/amule-cvs/src'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/usr/src/packages/BUILD/amule-cvs/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/usr/src/packages/BUILD/amule-cvs'
make: *** [all] Fehler 2
error: Bad exit status from /var/tmp/rpm-tmp.16737 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.16737 (%build)
I'll probably test wxGTK CVS now...