aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Compiling aMule-cvs-20050208.tar.bz2 on debian sarge problems  (Read 3187 times)

evonski

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Compiling aMule-cvs-20050208.tar.bz2 on debian sarge problems
« on: February 08, 2005, 11:43:16 PM »

Hi,

I can't seem to compile the latest CVS on debian sarge. This is the last of the errors from make:
Quote
/usr/include/wx/window.h:820: error: non-member function `wxSizer* GetContainingSizer()' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `wxSizer* GetContainingSizer()':
/usr/include/wx/window.h:837: error: `wxSysColourChangedEvent' undeclared (first use this function)
/usr/include/wx/window.h:837: error: `event' undeclared (first use this function)
/usr/include/wx/window.h:837: error: variable or field `OnSysColourChanged' declared void
/usr/include/wx/window.h:837: confused by earlier errors, bailing out
make[4]: *** [amule-AddFriend.o] Error 1
make[4]: Leaving directory `/home/steve/amule-cvs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/steve/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/steve/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/steve/amule-cvs'
make: *** [all] Error 2

I could post more if needed. Also, info if needed:

From ./configure , last part:

Quote
 Configure script has finished system check.

  Configured aMule CVS for 'i686-pc-linux-gnu'.

  aMule enabled options:

  **** aMule Core ****
  Should aMule be compiled in debug mode?                  yes
  Should aMule be compiled with verbose console output?    no
  Should aMule be compiled with upload speed sense?        no
  Should aMule be compiled with profiling?                 no
  Should aMule be compiled with optimizations?             no
  Should aMule be compiled with systray?                   yes
  Should aMule be compiled with UTF-8 systray?             no
  Should aMule be compiled with pure GTK code?             yes
  Should aMule be linked against patched gsocket?          yes
  Should aMule monolithic application be built?            yes
  Should aMule daemon version be built? (EXPERIMENTAL)     no
  Should aMule remote gui be built? (EXPERIMENTAL)         no
  Crypto++ library/headers style?                          embeded

  **** aMule TextClient ****
  Should aMule Command Line Client be built?               no
  Should aMule GUI Client be built?                        no

  **** aMule WebServer ****
  Should aMule WebServer be built?                         no
  Should aMule WebServer GUI 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.4.2
                                       GTK                1.2.10

  NOTICE: With wxWidgets versions prior 2.5, you need wxBase library to compile:          amuleweb amulecmd and alcc


And,

Quote
%> ls -l /usr/bin/wx*
lrwxrwxrwx  1 root root   27 Feb  8 13:25 /usr/bin/wx-config -> /etc/alternatives/wx-config
-rwxr-xr-x  1 root root 4865 Aug  3  2004 /usr/bin/wxbase-2.4-config

%> ls -l /etc/alternatives/wx-config
lrwxrwxrwx  1 root root 26 Feb  8 13:25 /etc/alternatives/wx-config -> /usr/bin/wxbase-2.4-config



Let me know if anything else is needed, I'm going to try earlier versions.

TIA

Steve
Logged

evonski

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Problem figured out
« Reply #1 on: February 09, 2005, 12:58:02 AM »

Hello,

After talking on IRC, I figured out the problem, no libwxgtk2.4-dev installed  :] .

I still had a problem compiling aMule-cvs-20050208.tar.bz2, but was able to compile aMule-cvs-20050206.tar.bz2 .

Will try to compile aMule-cvs-20050208.tar.bz2 later today or a later version tommorow and report any errors.


Thanks

Steve
Logged