aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Configure - wxWidgets!  (Read 2195 times)

denisq

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Configure - wxWidgets!
« on: September 21, 2004, 03:52:51 PM »

Hi!

when i'm compiling i get the following during ./configure:

  Which libraries should aMule use?
                                       wxWidgets          2.5.1
                                       GTK                1.2.10

It found two libs. how can i choose?

GTK is shurely not what i need (too old) and wxWidgets seems wrong two, because i've wxGTK-2.4.24 from SuSE (i know you recommend you wxGTK binaries, but it's jsut the reason why i'm trying to compile myself! using yours will make some dep problems)
I know i've installed wxwidget some time ago (complied from tarball) but i've uninstalled all and reinstalled wxGTK, so there should be no remains!

but first of all, how to choose?

regards, Quentin
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Configure - wxWidgets!
« Reply #1 on: September 21, 2004, 04:39:41 PM »

it didn't found 2 libs. it told you that's the libs he's gonna use.


Just type make :)
Logged

denisq

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: Configure - wxWidgets!
« Reply #2 on: September 21, 2004, 05:06:51 PM »

thx, but then there is a different error: (just post everything, hope it doesn't matter!)


  Configure script has finished system check.

  Configured aMule 2.0.0rc5 for 'i686-suse-linux'.

  Should aMule be compiled in debug mode?                  no
  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?             yes
  Should aMule be compiled with systray?                   yes
  Should aMule be compiled with safe systray?              no
  Should aMule be compiled with pure GTK code?             yes
  Should aMule be compiled without bar drawing?            no
  Should aMule be linked against patched gsocket?          yes
  Should amulecmd (TextClient) be linked against wxbase?   yes
  Should ccache support be enabled?                        no
  Should aMule command line client be built?               yes
  Should aMule GUI client be built?                        yes
  Should aMule WebServer be built?                         yes
  Should aMule WebServer GUI be built?                     yes
  Should aMule ed2k links handler be built?                yes
  Should aMuleLinkCreator GUI version (alc) be built?      yes
  Should aMuleLinkCreator for console (alcc) be built?     yes
  Should C aMule Statistics (CAS) be built?                yes
  Should aMule GUI Statistics (wxCas) be built?            yes
  Crypto++ library/headers style?                          mdk_suse_fc

  Which libraries should aMule use?
                                       wxWidgets          2.5.1
                                       GTK                1.2.10


quentin@linux:~/aMule-2.0.0rc5> make
make  all-recursive
make[1]: Entering directory `/home/quentin/aMule-2.0.0rc5'
Making all in m4
make[2]: Entering directory `/home/quentin/aMule-2.0.0rc5/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/quentin/aMule-2.0.0rc5/m4'
Making all in intl
make[2]: Entering directory `/home/quentin/aMule-2.0.0rc5/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/quentin/aMule-2.0.0rc5/intl'
Making all in po
make[2]: Entering directory `/home/quentin/aMule-2.0.0rc5/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/quentin/aMule-2.0.0rc5/po'
Making all in docs
make[2]: Entering directory `/home/quentin/aMule-2.0.0rc5/docs'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/quentin/aMule-2.0.0rc5/docs'
Making all in src
make[2]: Entering directory `/home/quentin/aMule-2.0.0rc5/src'
make  all-recursive
make[3]: Entering directory `/home/quentin/aMule-2.0.0rc5/src'
Making all in utils
make[4]: Entering directory `/home/quentin/aMule-2.0.0rc5/src/utils'
Making all in xas
make[5]: Entering directory `/home/quentin/aMule-2.0.0rc5/src/utils/xas'
make[5]: Für das Ziel »all« ist nichts zu tun.
make[5]: Leaving directory `/home/quentin/aMule-2.0.0rc5/src/utils/xas'
Making all in cas
make[5]: Entering directory `/home/quentin/aMule-2.0.0rc5/src/utils/cas'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/include -D__GD__ -O2  -MT cas-graphics.o -MD -MP -MF ".deps/cas-graphics.Tpo" \
  -c -o cas-graphics.o `test -f 'graphics.c' || echo './'`graphics.c; \
then mv -f ".deps/cas-graphics.Tpo" ".deps/cas-graphics.Po"; \
else rm -f ".deps/cas-graphics.Tpo"; exit 1; \
fi
graphics.c:5:16: gd.h: Datei oder Verzeichnis nicht gefunden
graphics.c: In function `createimage':
graphics.c:17: error: `FILE' undeclared (first use in this function)
graphics.c:17: error: (Each undeclared identifier is reported only once
graphics.c:17: error: for each function it appears in.)
graphics.c:17: error: `in' undeclared (first use in this function)
graphics.c:17: error: `out' undeclared (first use in this function)
graphics.c:19: error: `gdImagePtr' undeclared (first use in this function)
graphics.c:19: error: parse error before "im"
graphics.c:34: error: `im' undeclared (first use in this function)
make[5]: *** [cas-graphics.o] Fehler 1
make[5]: Leaving directory `/home/quentin/aMule-2.0.0rc5/src/utils/cas'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory `/home/quentin/aMule-2.0.0rc5/src/utils'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/quentin/aMule-2.0.0rc5/src'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/home/quentin/aMule-2.0.0rc5/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/quentin/aMule-2.0.0rc5'
make: *** [all] Fehler 2
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Configure - wxWidgets!
« Reply #3 on: September 21, 2004, 05:11:29 PM »

you lack libgd-dev
Logged