aMule Forum

Deutsch => aMule Hilfe => Topic started by: g-maverick on June 29, 2004, 09:05:01 PM

Title: Probleme beim kompilieren von cvs
Post by: g-maverick on June 29, 2004, 09:05:01 PM
Hallo ich hab bei der Installation vom amule cvs unter Suse 9.1 pro folgendes Problem:

(bitte txt Datei entnehmen)


Configure wurde mit
./configure --with-curl-config=/usr/local/bin/curl-config --disable-debug --enable-optimise --disable-cas
gemacht.

bitte helft mir weiter, denn die sonstigen versionen von amule stürzen mir ab
Title: Re: Probleme beim kompilieren von cvs
Post by: deltaHF on June 29, 2004, 09:36:07 PM
1. du hast kein libgd .. zu finden bei uns im dl bereich
2. entweder hast du kein gtk-1.2.10-devel installier oder kompilierst du amule als root .. darum kann amule auch kein gtk-config finden
3. mach mal: ls -l /usr/bin/wx*
4. bitte immer alles posten.. dauert zu lang um die datei erst zu speichern usw .. ;)

gruss
Title: Re: Probleme beim kompilieren von cvs
Post by: g-maverick on June 29, 2004, 11:21:28 PM
danke erstmal für die antwort.

ich hab jetzt alles nochmal neu nachinstalliert
das configure läuft jetzt auch durch und schließt mit

  Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                1.2.10

ab.

als nächstes ist doch ein make install dran, was aber mit diesem fehler abschließt:

Making install in .
make[1]: Entering directory `/home/Mike/amule-cvs'
make[2]: Entering directory `/home/Mike/amule-cvs'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
/bin/sh ./mkinstalldirs /usr/local/share/pixmaps
 /usr/bin/install -c -m 644 amule.xpm /usr/local/share/pixmaps/amule.xpm
 /usr/bin/install -c -m 644 src/utils/cas/stat.png /usr/local/share/pixmaps/stat.png
 /usr/bin/install -c -m 644 src/utils/wxCas/pixmaps/wxcas.xpm /usr/local/share/pixmaps/wxcas.xpm
/bin/sh ./mkinstalldirs /usr/local/share/applications
 /usr/bin/install -c -m 644 amule.desktop /usr/local/share/applications/amule.desktop
 /usr/bin/install -c -m 644 src/utils/wxCas/wxcas.desktop /usr/local/share/applications/wxcas.desktop
make[2]: Leaving directory `/home/Mike/amule-cvs'
make[1]: Leaving directory `/home/Mike/amule-cvs'
Making install in m4
make[1]: Entering directory `/home/Mike/amule-cvs/m4'
make[2]: Entering directory `/home/Mike/amule-cvs/m4'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[2]: Für das Ziel »install-data-am« ist nichts zu tun.
make[2]: Leaving directory `/home/Mike/amule-cvs/m4'
make[1]: Leaving directory `/home/Mike/amule-cvs/m4'
Making install in intl
make[1]: Entering directory `/home/Mike/amule-cvs/intl'
if test "amule" = "gettext" \
   && test '' = 'intl-compat.o'; then \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/lib /usr/local/include; \
  /usr/bin/install -c -m 644 libintl.h /usr/local/include/libintl.h; \
  @LIBTOOL@ --mode=install \
    /usr/bin/install -c -m 644 libintl.a /usr/local/lib/libintl.a; \
else \
  : ; \
fi
if test 'no' = yes; then \
  test yes != no || /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/lib; \
  temp=/usr/local/lib/t-charset.alias; \
  dest=/usr/local/lib/charset.alias; \
  if test -f /usr/local/lib/charset.alias; then \
    orig=/usr/local/lib/charset.alias; \
    sed -f ref-add.sed $orig > $temp; \
    /usr/bin/install -c -m 644 $temp $dest; \
    rm -f $temp; \
  else \
    if test yes = no; then \
      orig=charset.alias; \
      sed -f ref-add.sed $orig > $temp; \
      /usr/bin/install -c -m 644 $temp $dest; \
      rm -f $temp; \
    fi; \
  fi; \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/locale; \
  test -f /usr/local/share/locale/locale.alias \
    && orig=/usr/local/share/locale/locale.alias \
    || orig=./locale.alias; \
  temp=/usr/local/share/locale/t-locale.alias; \
  dest=/usr/local/share/locale/locale.alias; \
  sed -f ref-add.sed $orig > $temp; \
  /usr/bin/install -c -m 644 $temp $dest; \
  rm -f $temp; \
else \
  : ; \
fi
if test "amule" = "gettext"; then \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/gettext/intl; \
  /usr/bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \
  /usr/bin/install -c -m 644 ChangeLog.inst /usr/local/share/gettext/intl/ChangeLog; \
  dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h plural-exp.h eval-plural.h os2compat.h libgnuintl.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c localename.c osdep.c os2compat.c intl-compat.c"; \
  for file in $dists; do \
    /usr/bin/install -c -m 644 ./$file \
          /usr/local/share/gettext/intl/$file; \
  done; \
  chmod a+x /usr/local/share/gettext/intl/config.charset; \
  dists="plural.c"; \
  for file in $dists; do \
    if test -f $file; then dir=.; else dir=.; fi; \
    /usr/bin/install -c -m 644 $dir/$file \
          /usr/local/share/gettext/intl/$file; \
  done; \
  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c"; \
  for file in $dists; do \
    rm -f /usr/local/share/gettext/intl/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory `/home/Mike/amule-cvs/intl'
Making install in po
make[1]: Entering directory `/home/Mike/amule-cvs/po'
: --update en_GB.po amule.pot
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
make[1]: Leaving directory `/home/Mike/amule-cvs/po'



PS:
diesmal ohne TXT Datei :)
Title: Re: Probleme beim kompilieren von cvs
Post by: deltaHF on June 29, 2004, 11:55:32 PM
dir fehlt diesmal rpm namens gettext
Title: Re: Probleme beim kompilieren von cvs
Post by: g-maverick on June 30, 2004, 06:55:45 AM
herzlichen danke

jetzt momentan ist er noch am werkeln, aber ich muss leider zur arbeit...

mal schaun, ob er heute abend fertig ist.


übrigens, woran konnte man sehen, dass mir die gettext fehlt?
Title: Re: Probleme beim kompilieren von cvs
Post by: deltaHF on June 30, 2004, 10:55:39 AM
checking for windres... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
Title: Re: Probleme beim kompilieren von cvs
Post by: g-maverick on June 30, 2004, 04:32:56 PM
herzlichen dank!


alles läuft

jetzt muss sich nur noch zeigen, ob die abstürze weg sind, oder ob es wie gehabt weitergeht!
Title: Re: Probleme beim kompilieren von cvs
Post by: g-maverick on June 30, 2004, 05:36:36 PM
tja leider hats nicht geholfen

der amule läuft noch immer sehr instabil

hm gibts da noch alternativen?
Title: Re: Probleme beim kompilieren von cvs
Post by: deltaHF on June 30, 2004, 10:53:09 PM
cvs vom 26.06
Title: Re: Probleme beim kompilieren von cvs
Post by: g-maverick on July 01, 2004, 06:07:04 PM
das hier war übrigens der backtrace:
OOPS! - Seems like aMule crashed
--== BACKTRACE FOLLOWS: ==--

[0x40399f42]
[2] [0xffffe440]
[3] amule(_ZN13CUpDownClient17CalculateKBpsDownEv+0x11a) [0x814c02a]
[4] amule(_ZN9CPartFile7ProcessEjh+0x5be) [0x81e203e]
[5] amule(_ZN14CDownloadQueue7ProcessEv+0xa4) [0x8160834]
[6] amule(_ZN9CamuleApp11OnCoreTimerER12wxTimerEvent+0x4e) [0x8245f4e]
[7] /usr/lib/libwx_gtk-2.4.so.0(_ZN12wxEvtHandler16SearchEventTableER12wxEventTableR7wxEvent+0xb6) [0x402cfe62]
[8] /usr/lib/libwx_gtk-2.4.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x83) [0x402cfc8f]
[9] /usr/lib/libwx_gtk-2.4.so.0(_ZN11wxTimerBase6NotifyEv+0x6f) [0x4035b867]
[10] /usr/lib/libwx_gtk-2.4.so.0(timeout_callback+0x28) [0x4027896c]
[11] /usr/local/lib/libglib-1.2.so.0 [0x4065d431]
[12] /usr/local/lib/libglib-1.2.so.0 [0x4065da88]
[13] /usr/local/lib/libglib-1.2.so.0 [0x4065e34b]
[14] /usr/local/lib/libglib-1.2.so.0(g_main_run+0x37) [0x4065e417]
[15] /opt/gnome/lib/libgtk-1.2.so.0(gtk_main+0xbf) [0x40564c4f]
[16] /usr/lib/libwx_gtk-2.4.so.0(_ZN5wxApp8MainLoopEv+0x16) [0x402349f2]
[17] /usr/lib/libwx_gtk-2.4.so.0(_ZN9wxAppBase5OnRunEv+0x18) [0x40286610]
[18] /usr/lib/libwx_gtk-2.4.so.0(_Z7wxEntryiPPc+0x235) [0x402350cd]
[19] amule(main+0x17) [0x8249e17]
[20] /lib/tls/libc.so.6(__libc_start_main+0xe0) [0x409ef500]
[21] amule(_ZN16wxScrolledWindow16AdjustScrollbarsEv+0xa5) [0x811ba71]
Abgebrochen




oki doki

werde die mal testen, wenn die wieder probleme macht, dann weiss ich nicht mehr was ich machen soll (außer wieder zu emule/windows zu wechseln)
Title: Re: Probleme beim kompilieren von cvs
Post by: roum on July 01, 2004, 08:42:14 PM
Wenn die 2.x Versionen unstabil laufen (Suse9.1), dann kann ich dir die 1.2.6 empfehlen. Hab auch schon dutzende CVS Versionen und RCs getestet - alle beenden sich nach maximal 2 Stunden. Egal ob ich RPMs benutze oder selber kompiliere.
Die 1.2.6 läuft jetzt seit fast 2 Tagen durch, macht keine Zicken und langsam finde ich sie nicht.
Title: Re: Probleme beim kompilieren von cvs
Post by: Linuxsys on July 01, 2004, 09:15:40 PM
Dem muss ich wiedersprechen.

Ich habe die neuste CVS und bis jetzt lief sie sehr stabil.  :D

Wenn man die FAQs beachtet und vielleicht mal im IRC nach Hilfe fragt, bekommt man diese meistens sofort.   ;)
Title: Re: Probleme beim kompilieren von cvs
Post by: stefanero on July 01, 2004, 09:40:39 PM
ausser mrogens....;)
da schlafen alle noch  :rolleyes:
Title: Re: Probleme beim kompilieren von cvs
Post by: deltaHF on July 01, 2004, 11:20:44 PM
Quote
Originally posted by roum
Wenn die 2.x Versionen unstabil laufen (Suse9.1), dann kann ich dir die 1.2.6 empfehlen. Hab auch schon dutzende CVS Versionen und RCs getestet - alle beenden sich nach maximal 2 Stunden. Egal ob ich RPMs benutze oder selber kompiliere.
Die 1.2.6 läuft jetzt seit fast 2 Tagen durch, macht keine Zicken und langsam finde ich sie nicht.

versuchs mit cvs vom 26.06 .. abm 27. läuft unstabil, das stimmt
Title: Re: Probleme beim kompilieren von cvs
Post by: g-maverick on July 02, 2004, 06:13:35 AM
ich habe inzwischen die 1.2.6, die neueste 2.x sowie die CVS vom 06.06 und die vom 26.06 getestet.

bei ersteren dreien verreckt normalerweise nur amule bzw. friert ein, bei der cvs vom 26.06 ist mir nach ca. 8h laufzeit mein ganzes system abgestürzt.

irgendwie bin ich jetzt mit meinem latein am ende.
und ich habe keine ahnung mehr, welche version ich noch ausprobieren sollte.
Title: Re: Probleme beim kompilieren von cvs
Post by: stefanero on July 02, 2004, 08:42:08 AM
hey

hast du irgentwelche tollen tweaks eingestellt wie verbose oder sowas?

stefanero
Title: Re: Probleme beim kompilieren von cvs
Post by: roum on July 02, 2004, 11:30:57 AM
So, ich häng mich mit meinen Problemchen mal hier mit dran. Geht ja auch ums kompilieren von der CVS (26.6.).

Hab erstmal allen Schronz gelöscht und alles von Hand nach dieser Anleitung und mit den dort angegebenen Quellen versucht.
http://www.amule.org/amule/howto.php

wxGTK, wxBase und libcrypto haben keine Fehlermeldungen ausgegeben.
Beim aMule siehts anders aus.

Bei ./configure --disable-debug --enable-optimise && make erhalte ich immer Fehler beim make Befehl. Wenn ich das make erstmal weglasse gibts keine Probleme, wenn ich make dranhänge oder nach dem configure einzeln ausführe kommt immer folgendes:

Code: [Select]
roum@linux:~/amule-cvs> make
make  all-recursive
make[1]: Entering directory `/home/roum/amule-cvs'
Making all in m4
make[2]: Entering directory `/home/roum/amule-cvs/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/roum/amule-cvs/m4'
Making all in intl
make[2]: Entering directory `/home/roum/amule-cvs/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/roum/amule-cvs/intl'
Making all in po
make[2]: Entering directory `/home/roum/amule-cvs/po'
rm -f en_GB.gmo && /usr/bin/msgfmt -c --statistics -o en_GB.gmo en_GB.po
0 übersetzte Meldungen, 459 unübersetzte Meldungen.
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
966 übersetzte Meldungen.
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
856 übersetzte Meldungen, 20 ungenaue Übersetzungen, 6 unübersetzte Meldungen.
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
966 übersetzte Meldungen.
rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po
966 übersetzte Meldungen.
rm -f ko.gmo && /usr/bin/msgfmt -c --statistics -o ko.gmo ko.po
355 übersetzte Meldungen, 104 unübersetzte Meldungen.
rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
955 übersetzte Meldungen, 11 unübersetzte Meldungen.
rm -f et_EE.gmo && /usr/bin/msgfmt -c --statistics -o et_EE.gmo et_EE.po
351 übersetzte Meldungen, 108 unübersetzte Meldungen.
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
456 übersetzte Meldungen.
rm -f bg.gmo && /usr/bin/msgfmt -c --statistics -o bg.gmo bg.po
389 übersetzte Meldungen, 375 unübersetzte Meldungen.
rm -f es_MX.gmo && /usr/bin/msgfmt -c --statistics -o es_MX.gmo es_MX.po
348 übersetzte Meldungen, 111 unübersetzte Meldungen.
rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po
754 übersetzte Meldungen, 79 unübersetzte Meldungen.
rm -f gl.gmo && /usr/bin/msgfmt -c --statistics -o gl.gmo gl.po
514 übersetzte Meldungen, 263 unübersetzte Meldungen.
rm -f eu.gmo && /usr/bin/msgfmt -c --statistics -o eu.gmo eu.po
966 übersetzte Meldungen.
rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
955 übersetzte Meldungen.
rm -f ar.gmo && /usr/bin/msgfmt -c --statistics -o ar.gmo ar.po
695 übersetzte Meldungen, 233 unübersetzte Meldungen.
rm -f fi.gmo && /usr/bin/msgfmt -c --statistics -o fi.gmo fi.po
833 übersetzte Meldungen.
rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po
881 übersetzte Meldungen, 74 unübersetzte Meldungen.
rm -f da.gmo && /usr/bin/msgfmt -c --statistics -o da.gmo da.po
741 übersetzte Meldungen, 139 unübersetzte Meldungen.
rm -f hu.gmo && /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po
966 übersetzte Meldungen.
rm -f ca.gmo && /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po
939 übersetzte Meldungen, 1 ungenaue Übersetzung, 26 unübersetzte Meldungen.
rm -f it_NA.gmo && /usr/bin/msgfmt -c --statistics -o it_NA.gmo it_NA.po
966 übersetzte Meldungen.
rm -f pt_PT.gmo && /usr/bin/msgfmt -c --statistics -o pt_PT.gmo pt_PT.po
833 übersetzte Meldungen.
rm -f hr.gmo && /usr/bin/msgfmt -c --statistics -o hr.gmo hr.po
882 übersetzte Meldungen.
make[2]: Leaving directory `/home/roum/amule-cvs/po'
Making all in docs
make[2]: Entering directory `/home/roum/amule-cvs/docs'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/roum/amule-cvs/docs'
Making all in src
make[2]: Entering directory `/home/roum/amule-cvs/src'
make  all-recursive
make[3]: Entering directory `/home/roum/amule-cvs/src'
Making all in utils
make[4]: Entering directory `/home/roum/amule-cvs/src/utils'
Making all in xas
make[5]: Entering directory `/home/roum/amule-cvs/src/utils/xas'
make[5]: Für das Ziel »all« ist nichts zu tun.
make[5]: Leaving directory `/home/roum/amule-cvs/src/utils/xas'
Making all in cas
make[5]: Entering directory `/home/roum/amule-cvs/src/utils/cas'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/include -D__GD__ -O2  -MT cas-cas.o -MD -MP -MF ".deps/cas-cas.Tpo" \
  -c -o cas-cas.o `test -f 'cas.c' || echo './'`cas.c; \
then mv -f ".deps/cas-cas.Tpo" ".deps/cas-cas.Po"; \
else rm -f ".deps/cas-cas.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/include -D__GD__ -O2  -MT cas-functions.o -MD -MP -MF ".deps/cas-functions.Tpo" \
  -c -o cas-functions.o `test -f 'functions.c' || echo './'`functions.c; \
then mv -f ".deps/cas-functions.Tpo" ".deps/cas-functions.Po"; \
else rm -f ".deps/cas-functions.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/include -D__GD__ -O2  -MT cas-configfile.o -MD -MP -MF ".deps/cas-configfile.Tpo" \
  -c -o cas-configfile.o `test -f 'configfile.c' || echo './'`configfile.c; \
then mv -f ".deps/cas-configfile.Tpo" ".deps/cas-configfile.Po"; \
else rm -f ".deps/cas-configfile.Tpo"; exit 1; \
fi
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/roum/amule-cvs/src/utils/cas'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory `/home/roum/amule-cvs/src/utils'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/roum/amule-cvs/src'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/home/roum/amule-cvs/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/roum/amule-cvs'
make: *** [all] Fehler 2

Unn nu?  ?(
Title: Re: Probleme beim kompilieren von cvs
Post by: stefanero on July 02, 2004, 11:41:16 AM
heh

mach du mal mit --disable-cas....

und nochmal ;)

stefanero
Title: Re: Probleme beim kompilieren von cvs
Post by: deltaHF on July 02, 2004, 11:44:55 AM
wie wärs wenn du libgd installierst/kompilierst ;)
Title: Re: Probleme beim kompilieren von cvs
Post by: roum on July 02, 2004, 11:45:05 AM
Hmm, sieht ähnlich aus.

Code: [Select]
roum@linux:~/amule-cvs> ./configure --disable-debug --enable-optimize --disable-
cas
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for strip... strip
checking for ar... ar
checking for ld... ld
checking for windres... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ranlib... (cached) ranlib
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, ch
ar * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.875, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.4.2... yes (version 2.4.2)
checking for wxbase-2.4-config... /usr/bin/wxbase-2.4-config
checking for wxWidgets base version >= 2.4.2... yes (version 2.4.2)
checking for curl >= 7.9.5... yes (version 7.11.0)
checking for gdlib-config... /usr/bin/gdlib-config
checking for gdlib version >= 2.0.0... yes (version 2.0.22)
checking if wxWidgets was linked with GTK2... no
checking for gtk-config... /opt/gnome/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking if wxWidgets version >=2.5.0 ... no
checking for crypto++ version >= 5.1... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether SysTray should be compiled... yes
checking whether SysTray should be compiled in safe mode... no
checking whether pure GTK code should be compiled... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for locale.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash...
 yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for floor... no
checking for ftruncate... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for putenv... (cached) yes
checking for select... yes
checking for setlocale... (cached) yes
checking for sqrt... no
checking for strcasecmp... (cached) yes
checking for strchr... yes
checking for strdup... (cached) yes
checking for strrchr... yes
checking for strstr... yes
checking for strtoul... (cached) yes
checking for getrlimit... yes
checking for setrlimit... yes
checking whether ccache support should be added... no
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/pixmaps/Makefile
config.status: creating src/utils/Makefile
config.status: creating src/utils/cas/Makefile
config.status: creating src/utils/wxCas/Makefile
config.status: creating src/utils/wxCas/doc/Makefile
config.status: creating src/utils/wxCas/pixmaps/Makefile
config.status: creating src/utils/wxCas/src/Makefile
config.status: creating src/utils/xas/Makefile
config.status: creating src/webserver/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating docs/Makefile
config.status: creating Makefile
config.status: creating Compilation.flags
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile


  Configure script has finished system check.

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

  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 ccache support be enabled?                        no
  Should aMule command line client be built?               no
  Should aMule GUI client be built?                        no
  Should aMule WebServer be built?                         no
  Should aMule WebServer GUI be built?                     no
  Should aMule ed2k links handler be built?                yes
  Should C aMule Statistics (CAS) be built?                no
  Should aMule GUI Statistics (wxCas) be built?            yes
  Crypto++ library/headers style?                          mdk_suse_fc

  Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                1.2.10

roum@linux:~/amule-cvs> make
make  all-recursive
make[1]: Entering directory `/home/roum/amule-cvs'
Making all in m4
make[2]: Entering directory `/home/roum/amule-cvs/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/roum/amule-cvs/m4'
Making all in intl
make[2]: Entering directory `/home/roum/amule-cvs/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/roum/amule-cvs/intl'
Making all in po
make[2]: Entering directory `/home/roum/amule-cvs/po'
rm -f en_GB.gmo && /usr/bin/msgfmt -c --statistics -o en_GB.gmo en_GB.po
0 übersetzte Meldungen, 459 unübersetzte Meldungen.
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
966 übersetzte Meldungen.
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
856 übersetzte Meldungen, 20 ungenaue Übersetzungen, 6 unübersetzte Meldungen.
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
966 übersetzte Meldungen.
rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po
966 übersetzte Meldungen.
rm -f ko.gmo && /usr/bin/msgfmt -c --statistics -o ko.gmo ko.po
355 übersetzte Meldungen, 104 unübersetzte Meldungen.
rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
955 übersetzte Meldungen, 11 unübersetzte Meldungen.
rm -f et_EE.gmo && /usr/bin/msgfmt -c --statistics -o et_EE.gmo et_EE.po
351 übersetzte Meldungen, 108 unübersetzte Meldungen.
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
456 übersetzte Meldungen.
rm -f bg.gmo && /usr/bin/msgfmt -c --statistics -o bg.gmo bg.po
389 übersetzte Meldungen, 375 unübersetzte Meldungen.
rm -f es_MX.gmo && /usr/bin/msgfmt -c --statistics -o es_MX.gmo es_MX.po
348 übersetzte Meldungen, 111 unübersetzte Meldungen.
rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po
754 übersetzte Meldungen, 79 unübersetzte Meldungen.
rm -f gl.gmo && /usr/bin/msgfmt -c --statistics -o gl.gmo gl.po
514 übersetzte Meldungen, 263 unübersetzte Meldungen.
rm -f eu.gmo && /usr/bin/msgfmt -c --statistics -o eu.gmo eu.po
966 übersetzte Meldungen.
rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
955 übersetzte Meldungen.
rm -f ar.gmo && /usr/bin/msgfmt -c --statistics -o ar.gmo ar.po
695 übersetzte Meldungen, 233 unübersetzte Meldungen.
rm -f fi.gmo && /usr/bin/msgfmt -c --statistics -o fi.gmo fi.po
833 übersetzte Meldungen.
rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po
881 übersetzte Meldungen, 74 unübersetzte Meldungen.
rm -f da.gmo && /usr/bin/msgfmt -c --statistics -o da.gmo da.po
741 übersetzte Meldungen, 139 unübersetzte Meldungen.
rm -f hu.gmo && /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po
966 übersetzte Meldungen.
rm -f ca.gmo && /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po
939 übersetzte Meldungen, 1 ungenaue Übersetzung, 26 unübersetzte Meldungen.
rm -f it_NA.gmo && /usr/bin/msgfmt -c --statistics -o it_NA.gmo it_NA.po
966 übersetzte Meldungen.
rm -f pt_PT.gmo && /usr/bin/msgfmt -c --statistics -o pt_PT.gmo pt_PT.po
833 übersetzte Meldungen.
rm -f hr.gmo && /usr/bin/msgfmt -c --statistics -o hr.gmo hr.po
882 übersetzte Meldungen.
make[2]: Leaving directory `/home/roum/amule-cvs/po'
Making all in docs
make[2]: Entering directory `/home/roum/amule-cvs/docs'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/roum/amule-cvs/docs'
Making all in src
make[2]: Entering directory `/home/roum/amule-cvs/src'
make  all-recursive
make[3]: Entering directory `/home/roum/amule-cvs/src'
Making all in utils
make[4]: Entering directory `/home/roum/amule-cvs/src/utils'
Making all in xas
make[5]: Entering directory `/home/roum/amule-cvs/src/utils/xas'
make[5]: Für das Ziel »all« ist nichts zu tun.
make[5]: Leaving directory `/home/roum/amule-cvs/src/utils/xas'
Making all in wxCas
make[5]: Entering directory `/home/roum/amule-cvs/src/utils/wxCas'
Making all in doc
make[6]: Entering directory `/home/roum/amule-cvs/src/utils/wxCas/doc'
make[6]: Für das Ziel »all« ist nichts zu tun.
make[6]: Leaving directory `/home/roum/amule-cvs/src/utils/wxCas/doc'
Making all in src
make[6]: Entering directory `/home/roum/amule-cvs/src/utils/wxCas/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../..    -I/usr/lib/wx/include/base-2.4 -
D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__  -
O2  -MT wxcas-onlinesig.o -MD -MP -MF ".deps/wxcas-onlinesig.Tpo" \
  -c -o wxcas-onlinesig.o `test -f 'onlinesig.cpp' || echo './'`onlinesig.cpp; \
then mv -f ".deps/wxcas-onlinesig.Tpo" ".deps/wxcas-onlinesig.Po"; \
else rm -f ".deps/wxcas-onlinesig.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../..    -I/usr/lib/wx/include/base-2.4 -
D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__  -
O2  -MT wxcas-linuxmon.o -MD -MP -MF ".deps/wxcas-linuxmon.Tpo" \
  -c -o wxcas-linuxmon.o `test -f 'linuxmon.cpp' || echo './'`linuxmon.cpp; \
then mv -f ".deps/wxcas-linuxmon.Tpo" ".deps/wxcas-linuxmon.Po"; \
else rm -f ".deps/wxcas-linuxmon.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../..    -I/usr/lib/wx/include/base-2.4 -
D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__  -
O2  -MT wxcas-wxcas.o -MD -MP -MF ".deps/wxcas-wxcas.Tpo" \
  -c -o wxcas-wxcas.o `test -f 'wxcas.cpp' || echo './'`wxcas.cpp; \
then mv -f ".deps/wxcas-wxcas.Tpo" ".deps/wxcas-wxcas.Po"; \
else rm -f ".deps/wxcas-wxcas.Tpo"; exit 1; \
fi
wxcas.cpp:42:2: #error You must set wxUSE_PRINTING_ARCHITECTURE to 1 in setup.h
to compile wxCas.
In file included from /usr/include/wx/gdicmn.h:29,
                 from /usr/include/wx/image.h:20,
                 from wxcas.cpp:45:
/usr/include/wx/font.h:82: error: syntax error before `{' token
/usr/include/wx/font.h:104: error: non-member function `bool Ok()' cannot have
   `const' method qualifier
/usr/include/wx/font.h: In function `bool Ok()':
/usr/include/wx/font.h:104: error: `m_refData' undeclared (first use this
   function)
/usr/include/wx/font.h:104: error: (Each undeclared identifier is reported only
   once for each function it appears in.)
/usr/include/wx/font.h: At global scope:
/usr/include/wx/font.h:107: error: non-member function `bool operator==(const
   wxFont&)' cannot have `const' method qualifier
/usr/include/wx/font.h:107: error: `bool operator==(const wxFont&)' must take
   exactly two arguments
/usr/include/wx/font.h:108: error: non-member function `bool operator!=(const
   wxFont&)' cannot have `const' method qualifier
/usr/include/wx/font.h:108: error: `bool operator!=(const wxFont&)' must take
   exactly two arguments
/usr/include/wx/font.h:111: error: virtual outside class declaration
/usr/include/wx/font.h:111: error: non-member function `int GetPointSize()'
   cannot have `const' method qualifier
/usr/include/wx/font.h:111: error: function `int GetPointSize()' is initialized
   like a variable
/usr/include/wx/font.h:112: error: virtual outside class declaration
/usr/include/wx/font.h:112: error: non-member function `int GetFamily()' cannot
   have `const' method qualifier
/usr/include/wx/font.h:112: error: function `int GetFamily()' is initialized
   like a variable
/usr/include/wx/font.h:113: error: virtual outside class declaration
/usr/include/wx/font.h:113: error: non-member function `int GetStyle()' cannot
   have `const' method qualifier
/usr/include/wx/font.h:113: error: function `int GetStyle()' is initialized
   like a variable
/usr/include/wx/font.h:114: error: virtual outside class declaration
/usr/include/wx/font.h:114: error: non-member function `int GetWeight()' cannot
   have `const' method qualifier
/usr/include/wx/font.h:114: error: function `int GetWeight()' is initialized
   like a variable
/usr/include/wx/font.h:115: error: virtual outside class declaration
/usr/include/wx/font.h:115: error: non-member function `bool GetUnderlined()'
   cannot have `const' method qualifier
/usr/include/wx/font.h:115: error: function `bool GetUnderlined()' is
   initialized like a variable
/usr/include/wx/font.h:116: error: virtual outside class declaration
/usr/include/wx/font.h:116: error: non-member function `wxString GetFaceName()'
   cannot have `const' method qualifier
/usr/include/wx/font.h:116: error: function `wxString GetFaceName()' is
   initialized like a variable
/usr/include/wx/font.h:117: error: virtual outside class declaration
/usr/include/wx/font.h:117: error: non-member function `wxFontEncoding
   GetEncoding()' cannot have `const' method qualifier
/usr/include/wx/font.h:117: error: function `wxFontEncoding GetEncoding()' is
   initialized like a variable
/usr/include/wx/font.h:118: error: virtual outside class declaration
/usr/include/wx/font.h:118: error: non-member function `wxNativeFontInfo*
   GetNativeFontInfo()' cannot have `const' method qualifier
/usr/include/wx/font.h:120: error: virtual outside class declaration
/usr/include/wx/font.h:120: error: non-member function `bool IsFixedWidth()'
   cannot have `const' method qualifier
/usr/include/wx/font.h:122: error: non-member function `wxString
   GetNativeFontInfoDesc()' cannot have `const' method qualifier
/usr/include/wx/font.h:123: error: non-member function `wxString
   GetNativeFontInfoUserDesc()' cannot have `const' method qualifier
/usr/include/wx/font.h:126: error: virtual outside class declaration
/usr/include/wx/font.h:126: error: function `void SetPointSize(int)' is
   initialized like a variable
/usr/include/wx/font.h:127: error: virtual outside class declaration
/usr/include/wx/font.h:127: error: function `void SetFamily(int)' is
   initialized like a variable
/usr/include/wx/font.h:128: error: virtual outside class declaration
/usr/include/wx/font.h:128: error: function `void SetStyle(int)' is initialized
   like a variable
/usr/include/wx/font.h:129: error: virtual outside class declaration
/usr/include/wx/font.h:129: error: function `void SetWeight(int)' is
   initialized like a variable
/usr/include/wx/font.h:130: error: virtual outside class declaration
/usr/include/wx/font.h:130: error: function `void SetFaceName(const wxString&)'
   is initialized like a variable
/usr/include/wx/font.h:131: error: virtual outside class declaration
/usr/include/wx/font.h:131: error: function `void SetUnderlined(bool)' is
   initialized like a variable
/usr/include/wx/font.h:132: error: virtual outside class declaration
/usr/include/wx/font.h:132: error: function `void SetEncoding(wxFontEncoding)'
   is initialized like a variable
/usr/include/wx/font.h:133: error: virtual outside class declaration
/usr/include/wx/font.h:140: error: non-member function `wxString
   GetFamilyString()' cannot have `const' method qualifier
/usr/include/wx/font.h:141: error: non-member function `wxString
   GetStyleString()' cannot have `const' method qualifier
/usr/include/wx/font.h:142: error: non-member function `wxString
   GetWeightString()' cannot have `const' method qualifier
/usr/include/wx/font.h:145: error: virtual outside class declaration
/usr/include/wx/font.h:146: error: virtual outside class declaration
/usr/include/wx/font.h: In function `wxFontEncoding GetDefaultEncoding()':
/usr/include/wx/font.h:150: error: `ms_encodingDefault' undeclared (first use
   this function)
/usr/include/wx/font.h: At global scope:
/usr/include/wx/font.h:153: error: syntax error before `protected'
In file included from wxcas.h:42,
                 from wxcas.cpp:48:
wxcasframe.h:56: error: base class `wxFrame' has incomplete type
wxcasframe.h:58: error: syntax error before `*' token
wxcasframe.h:59: error: field `m_toolBarBitmaps' has incomplete type
wxcasframe.h:61: error: syntax error before `*' token
wxcasframe.h:62: error: syntax error before `*' token
wxcasframe.h:63: error: syntax error before `*' token
wxcasframe.h:65: error: syntax error before `*' token
wxcasframe.h:67: error: syntax error before `*' token
wxcasframe.h:69: error: syntax error before `*' token
wxcasframe.h:70: error: syntax error before `*' token
wxcasframe.h:72: error: syntax error before `*' token
wxcasframe.h:73: error: syntax error before `*' token
wxcasframe.h:74: error: syntax error before `*' token
wxcasframe.h:75: error: syntax error before `*' token
wxcasframe.h:76: error: syntax error before `*' token
wxcasframe.h:77: error: syntax error before `*' token
wxcasframe.h:78: error: syntax error before `*' token
wxcasframe.h:80: error: syntax error before `*' token
wxcasframe.h:81: error: syntax error before `*' token
wxcasframe.h:83: error: syntax error before `*' token
wxcasframe.h:90: error: syntax error before `*' token
wxcasframe.h:91: error: syntax error before `*' token
wxcasframe.h:110: error: `wxCommandEvent' was not declared in this scope
wxcasframe.h:110: error: `event' was not declared in this scope
wxcasframe.h:110: error: invalid data member initialization
wxcasframe.h:110: error: (use `=' to initialize static data members)
wxcasframe.h:110: error: variable or field `OnBarRefresh' declared void
wxcasframe.h:111: error: `wxCommandEvent' was not declared in this scope
wxcasframe.h:111: error: `event' was not declared in this scope
wxcasframe.h:111: error: invalid data member initialization
wxcasframe.h:111: error: variable or field `OnBarAbout' declared void
wxcasframe.h:112: error: `wxCommandEvent' was not declared in this scope
wxcasframe.h:112: error: `event' was not declared in this scope
wxcasframe.h:112: error: invalid data member initialization
wxcasframe.h:112: error: variable or field `OnBarSave' declared void
wxcasframe.h:113: error: `wxCommandEvent' was not declared in this scope
wxcasframe.h:113: error: `event' was not declared in this scope
wxcasframe.h:113: error: invalid data member initialization
wxcasframe.h:113: error: variable or field `OnBarPrint' declared void
wxcasframe.h:114: error: `wxCommandEvent' was not declared in this scope
wxcasframe.h:114: error: `event' was not declared in this scope
wxcasframe.h:114: error: invalid data member initialization
wxcasframe.h:114: error: variable or field `OnBarPrefs' declared void
wxcasframe.h:115: error: `wxTimerEvent' was not declared in this scope
wxcasframe.h:115: error: `event' was not declared in this scope
wxcasframe.h:115: error: invalid data member initialization
wxcasframe.h:115: error: variable or field `OnRefreshTimer' declared void
wxcasframe.h:116: error: `wxTimerEvent' was not declared in this scope
wxcasframe.h:116: error: `event' was not declared in this scope
wxcasframe.h:116: error: invalid data member initialization
wxcasframe.h:116: error: variable or field `OnFtpUpdateTimer' declared void
wxcas.cpp: In function `wxApp* wxCreateApp()':
wxcas.cpp:51: error: cannot allocate an object of type `WxCas'
wxcas.cpp:51: error:   because the following virtual functions are abstract:
/usr/include/wx/app.h:131: error:       virtual int wxAppBase::OnRun()
wxcas.cpp: In member function `virtual bool WxCas::OnInit()':
wxcas.cpp:57: error: syntax error before `)' token
wxcas.cpp:62: error: syntax error before `)' token
wxcas.cpp:70: error: `SetPrintMode' undeclared (first use this function)
wxcas.cpp:80: error: `Show' undeclared (first use this function)
wxcas.cpp:81: error: `SetTopWindow' undeclared (first use this function)
make[6]: *** [wxcas-wxcas.o] Fehler 1
make[6]: Leaving directory `/home/roum/amule-cvs/src/utils/wxCas/src'
make[5]: *** [all-recursive] Fehler 1
make[5]: Leaving directory `/home/roum/amule-cvs/src/utils/wxCas'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory `/home/roum/amule-cvs/src/utils'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/roum/amule-cvs/src'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/home/roum/amule-cvs/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/roum/amule-cvs'
make: *** [all] Fehler 2
roum@linux:~/amule-cvs>
Title: Re: Probleme beim kompilieren von cvs
Post by: stefanero on July 02, 2004, 11:49:44 AM
hey

ls -l /usr/bin/wx* and ls -l /usr/local/bin/wx*

:)
Title: Re: Probleme beim kompilieren von cvs
Post by: roum on July 02, 2004, 11:52:57 AM
Code: [Select]
roum@linux:~/amule-cvs> ls -l /usr/bin/wx*
-rwxr-xr-x  1 root root 4864 2004-07-02 11:03 /usr/bin/wxbase-2.4-config
lrwxrwxrwx  1 root root   26 2004-07-02 11:04 /usr/bin/wxbase-config -> /usr/bin/wxbase-2.4-config
lrwxrwxrwx  1 root root   17 2004-07-02 11:03 /usr/bin/wx-config -> wxbase-2.4-config
-rwxr-xr-x  1 root root 5063 2004-07-02 10:59 /usr/bin/wxgtk-2.4-config
roum@linux:~/amule-cvs> ls -l /usr/local/bin/wx*
-rwxr-xr-x  1 root root 417359 2004-06-30 13:36 /usr/local/bin/wxcas

 ?(
Title: Re: Probleme beim kompilieren von cvs
Post by: stefanero on July 02, 2004, 11:54:10 AM
hey

der 2te link is falsch...
mit wx-config...

sollte nach /usr/bin/wxgtk-2.4-config
zeigen nicht zu wxbase-2.4-config :)

stefanero
Title: Re: Probleme beim kompilieren von cvs
Post by: roum on July 02, 2004, 12:00:41 PM
Soso.

Hab ich mich evtl. hierbei vertippt?
Quote
* compile wxBase ->

tar -zxvf wxBase-2.4.2.tar.gz

cd wxBase-2.4.2

./configure --prefix=/usr && make

as root:

make install
ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config
ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config
ldconfig

Kann ich das geradebiegen oder muß ich wieder mal von vorne anfangen?
Title: Re: Probleme beim kompilieren von cvs
Post by: stefanero on July 02, 2004, 12:04:52 PM
ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config <<<---- den hast du net gemacht :)

zumindest ist er nciht da....

einfach nochmal amachen, ldconfig und dann amule nochmal compilieren :)

stefanero
Title: Re: Probleme beim kompilieren von cvs
Post by: roum on July 02, 2004, 12:55:51 PM
Ohh, das hatte ich anscheinend wirklich nicht gemacht (dabei war ich mir sicher es gemacht zu haben)  :]

@ DeltaHF
Quote
wie wärs wenn du libgd installierst/kompilierst
Scheint auch zu helfen -nochmal  :]

Jetzt klappts, die CVS vom 26.6. läuft.
Die neuen Icons sind schick.

Herzlichen Dank für eure Geduld und euren Support  :baby:
Title: Re: Probleme beim kompilieren von cvs
Post by: deltaHF on July 02, 2004, 01:04:49 PM
have fun :)
Title: Re: Probleme beim kompilieren von cvs
Post by: g-maverick on July 03, 2004, 11:38:58 AM
ähm

hallo hier wär ich nochmal (der ursprüngliche Poster :))

also ich hab einfach nur die cvs vom 26.06 installiert und keine besonderen tweaks

also alles bei standard-einstellungen
Title: Re: Probleme beim kompilieren von cvs
Post by: kricklen on July 03, 2004, 12:23:48 PM
configure mit --disable-optimise vielleicht?
Title: Re: Probleme beim kompilieren von cvs
Post by: g-maverick on July 08, 2004, 07:47:00 PM
bringt auch nix

ständig entweder crash von amule oder freeze von gesamten systemm
Title: Re: Probleme beim kompilieren von cvs
Post by: stefanero on July 08, 2004, 08:45:54 PM
strnage....

dann liegts aber an deinem system...
den die 26.06 is wohl die stabliste cvs seit langem.....
damit hat noch keiner problem reportet aber viele haben es getested und gesagt es sei supie...
Title: Re: Probleme beim kompilieren von cvs
Post by: g-maverick on July 08, 2004, 09:26:53 PM
argh

kannst dir vortellen, dass ich genau so eine antwort nicht hören wollte ;(

fuck

naja vielleicht setz ich nächste woche das system neu auf

danke für eure hilfe
Title: Re: Probleme beim kompilieren von cvs
Post by: deltaHF on July 08, 2004, 09:28:57 PM
ich würde dir suse 9.0 empfehlen .. viele haben probleme mit der 9.1er version