aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: build failure with wxGTK 2.6.2  (Read 2718 times)

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
build failure with wxGTK 2.6.2
« on: January 18, 2006, 07:48:16 AM »

Hi,

trying to build aMule CVS 20050118 with a self-compiled(!) wxGTK 2.6.2, I have the following problem:
Code: [Select]
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...
« Last Edit: January 18, 2006, 07:50:25 AM by Gerd78 »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: build failure with wxGTK 2.6.2
« Reply #1 on: January 18, 2006, 08:03:40 AM »

Current tarball only compile on debug.
Logged