aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: compilation error  (Read 7286 times)

Pierluigi

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
compilation error
« on: December 22, 2004, 11:28:27 AM »

make[4]: Entering directory `/var/abs/local/amule/src/aMule-2.0.0rc8/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -D__SYSTRAY_DISABLED__ -I/usr/lib/wx/inc                                                     lude/base-ansi-release-2.5 -I/usr/include/wx-2.5 -DwxUSE_GUI=0 -D_FILE_OFFSET_BI                                                     TS=64 -D_LARGE_FILES -DWX_PRECOMP -DNO_GCC_PRAGMA   -I/usr/include/gtk-1.2 -I/us                                                     r/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include    -march=i686 -                                                     O2 -pipe -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessa                                                     ge-length=0 -O2 -pg -MT amule-ListenSocket.o -MD -MP -MF ".deps/amule-ListenSock                                                     et.Tpo" -c -o amule-ListenSocket.o `test -f 'ListenSocket.cpp' || echo './'`List                                                     enSocket.cpp; \
then mv -f ".deps/amule-ListenSocket.Tpo" ".deps/amule-ListenSocket.Po"; else rm                                                      -f ".deps/amule-ListenSocket.Tpo"; exit 1; fi
In file included from ListenSocket.cpp:27:
ServerList.h:87: error: field `udp_timer' has incomplete type
In file included from ListenSocket.cpp:40:
sockets.h:102: error: field `m_idRetryTimer' has incomplete type
ListenSocket.cpp:111:4: warning: #warning check closing method to change order a                                                     nd get rid of this
ListenSocket.cpp:825:8: warning: #warning Here should be the IDHybrid, but we do                                                     n't use it yet and I'm afraid it will break a lot ;)
ListenSocket.cpp:831:7: warning: #warning Here should be the IDHybrid, but we do                                                     n't use it yet and I'm afraid it will break a lot ;)
ListenSocket.cpp:1171:7: warning: #warning We need a new ProcessSharedFileList t                                                     hat can handle dirs. ___UNICODE___
make[4]: *** [amule-ListenSocket.o] Error 1
make[4]: Leaving directory `/var/abs/local/amule/src/aMule-2.0.0rc8/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/abs/local/amule/src/aMule-2.0.0rc8/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/abs/local/amule/src/aMule-2.0.0rc8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/local/amule/src/aMule-2.0.0rc8'
make: *** [all] Error 2


wxbase 2.5.3, gtk 1.2.10
p.s. i'm building amuled, not the gui.
thanks a lot!

edit:
configure options:
./configure --prefix=/usr --enable-optimise --enable-profile --enable-dependen
cy-tracking --enable-amule-daemon --enable-webserver --enable-amulecmd --disable
-alc --disable-wxcas --disable-systray
« Last Edit: December 22, 2004, 11:33:03 AM by Pierluigi »
Logged

Pierluigi

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: compilation error
« Reply #1 on: December 22, 2004, 12:18:09 PM »

mmmh.. solved using wxGTK 2.5.3 insted of wxBase.
Logged

horst

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 21
RE: compilation error
« Reply #2 on: December 22, 2004, 01:24:50 PM »

same problem here (wxBase 2.5.3, no gtk). hope the final version will compile with just wxBase out of the box.

anybody knows a quickfix for this?
« Last Edit: December 22, 2004, 01:25:38 PM by horst »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: compilation error
« Reply #3 on: December 22, 2004, 04:08:15 PM »

Guys, how is a GUI application going to compile with wxBASE?
Logged

horst

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 21
Re: compilation error
« Reply #4 on: December 22, 2004, 04:13:01 PM »

dunno, but i thought i had disabled everything from the gui?

./configure --enable-amulecmd --enable-webserver --disable-wxcas --disable-alc --disable-systray --enable-amule-daemon --disable-gtk
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: compilation error
« Reply #5 on: December 22, 2004, 05:02:59 PM »

Code: [Select]
 --disable-monolithic    Disable building of the monolithic aMule app.
Logged

horst

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 21
Re: compilation error
« Reply #6 on: December 22, 2004, 05:30:17 PM »

yes, that did the trick, thanks :)
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: compilation error
« Reply #7 on: December 22, 2004, 06:05:53 PM »

You're welcome
Logged