aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Super Probleme mit CVS [wxGTK 2.5.2]  (Read 4296 times)

poi

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 82
Super Probleme mit CVS [wxGTK 2.5.2]
« on: August 02, 2004, 10:37:55 AM »

Moin Jungs!

Bei mir war am Wochenende die mittlere Kriese ausgebrochen! Ich habe versucht auf die neuere wx* umzusteigen. Nur Schrott, nur Probleme, konnte nix mehr kompilieren. Anleitungen befolgt, Forum durchsucht... uff!

Dann entschloss ich mich auf die wx-GTK 2.5.2 umzusteigen. läuft auch alles soweit, bis auf einige Fehlermeldunen beim kompilieren.

Ich bin am Ende.

Also ich habe die neueste web-CVS. wx-gtk-2.5.2-1. wxWidgets nach Anleitung deinstalliert, danach beim kompilieren auch ok:
wx-gtk-2.5.2-1.i386.rpm
wx-gtk-contrib-2.5.2-1.i386.rpm
wx-gtk-contrib-devel-2.5.2-1.i386.rpm
wx-gtk-debuginfo-2.5.2-1.i386.rpm
wx-gtk-devel-2.5.2-1.i386.rpm
wx-gtk-gl-2.5.2-1.i386.rpm
wx-gtk-static-2.5.2-1.i386.rpm
libcryptopp-5.2.1-1.i586-FC.rpm
libcryptopp-devel-5.2.1-1.i586-FC.rpm
aMule-cvs-20040802.tar.bz2


Kompilieren: ./configure  --prefix=/usr --disable-gtk2 --enable-optimise

Meldung(en):
Code: [Select]
 Configure script has finished system check.

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

  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?             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 core-gui version be built? (EXPERIMENTAL)   no
  Should aMule WebServer be built?                         no
  Should aMule WebServer GUI be built?                     no
  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

  Libraries aMule will use to build:
                                       wxWidgets          2.5.2
                                       GTK                1.2.10

Meldungen mit [grep no]:
Code: [Select]
| grep no
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether we are cross compiling... no
checking for gcc option to accept ANSI C... none needed
checking for strerror in -lcposix... no
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether included gettext is requested... no
configure: WARNING: wxWidgets >=2.5.0: Using wx-config --libs=base,net
checking if wxWidgets was linked with GTK2... no
checking whether SysTray should be compiled in safe mode... no
checking whether stat accepts an empty string... no
checking for floor... no
checking for sqrt... no
checking whether ccache support should be added... 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 safe systray?              no
  Should aMule be compiled without bar drawing?            no
  Should ccache support be enabled?                        no
  Should aMule command line client be built?               no
  Should aMule GUI client be built?                        no
  Should aMule core-gui version be built? (EXPERIMENTAL)   no
  Should aMule WebServer be built?                         no
  Should aMule WebServer GUI be built?                     no

Die letzte(n) Fehlermeldung [make]:
Code: [Select]
-lwx_base_net-2.5 -lwx_base-2.5
/usr/bin/ld: cannot find -lwx_base_odbc-2.5
collect2: ld returned 1 exit status
make[6]: *** [wxcas] Error 1
make[6]: Leaving directory `/data/work/install/amule-cvs/src/utils/wxCas/src'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/data/work/install/amule-cvs/src/utils/wxCas'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/data/work/install/amule-cvs/src/utils'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/data/work/install/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/data/work/install/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/work/install/amule-cvs'
make: *** [all] Error 2

Wie komme ich nun weiter? Diese Meldung wx_base_odbc-2.5 geht mir nicht mehr aus den Kopf. Was habe ich nicht beachtet?!

Bitte helft mir hierbei. Ich habe den kpl. wx*2.4 Topf via yum installiert, geht auch nicht mehr. So ein Mist...  ?(

Danke!
« Last Edit: August 02, 2004, 10:41:02 AM by poi »
Logged
Poi
   german

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Super Probleme mit CVS [wxGTK 2.5.2]
« Reply #1 on: August 02, 2004, 01:19:24 PM »

finger wech von mdk wx rpms.. wenn du schon 2.5.2 ausprobieren willst, dann kompiliere  es selbst. und du brauchst ab wx 2.5 kein wxbase mehr

Quote
./configure --prefix=/usr --disable-gtk2 --enable-optimise

disable-gtk2 bei amule? guck nochmal im howto nach

gruss

poi

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 82
Re: Super Probleme mit CVS [wxGTK 2.5.2]
« Reply #2 on: August 02, 2004, 03:44:00 PM »

Ähm.... das habe ich mit rpmbuild --rebuild aus einem SRPM erstellt?!

Tx!
Logged
Poi
   german

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Super Probleme mit CVS [wxGTK 2.5.2]
« Reply #3 on: August 02, 2004, 03:56:13 PM »

ich weiss nur dass es funtz wenn mans selbst kompiliert hat.. kann dir leider keine auskunft über irgendwelche rpms geben.

poi

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 82
Re: Super Probleme mit CVS [wxGTK 2.5.2]
« Reply #4 on: August 02, 2004, 10:48:42 PM »

Okay, teste das und melde mich dann.  :]

Tx!
Logged
Poi
   german

poi

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 82
Re: Super Probleme mit CVS [wxGTK 2.5.2]
« Reply #5 on: August 03, 2004, 08:03:09 PM »

Jo...

klappt vorzüglich!
Nur der Webserver lässt sich nach wie vor nicht mit kompilieren. Hmmm....  ?(

Danke!
Logged
Poi
   german

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Super Probleme mit CVS [wxGTK 2.5.2]
« Reply #6 on: August 03, 2004, 08:58:02 PM »

Quote
Originally posted by poi
Jo...

klappt vorzüglich!
Nur der Webserver lässt sich nach wie vor nicht mit kompilieren. Hmmm....  ?(

Danke!

warum nicht ?

poi

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 82
Re: Super Probleme mit CVS [wxGTK 2.5.2]
« Reply #7 on: August 04, 2004, 07:42:58 PM »

Ja warum?! Ich weiss es nicht....

Webserver ff stehen immer auf nein.

Gruss.
Logged
Poi
   german

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Super Probleme mit CVS [wxGTK 2.5.2]
« Reply #8 on: August 04, 2004, 09:59:12 PM »

hast du vielleciht noch ein wxbase-config zufällig in deinem /usr/bin/ verzeichniss von früher?

und mit welchem configure! installierst du aMule??!

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

poi

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 82
Re: Super Probleme mit CVS [wxGTK 2.5.2]
« Reply #9 on: August 05, 2004, 06:56:01 PM »

/usr/bin/

@wx-config
wxbase-2~-config
@wxbase-config

./configure  --prefix=/usr --enable-optimise

Code: [Select]
config.status: creating po/Makefile


  Configure script has finished system check.

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

  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?             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 core-gui version be built? (EXPERIMENTAL)   no
  Should aMule WebServer be built?                         no
  Should aMule WebServer GUI be built?                     no
  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

  Libraries aMule will use to build:
                                       wxWidgets          2.5.2
                                       GTK                1.2.10
?( Tx!
Logged
Poi
   german

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Super Probleme mit CVS [wxGTK 2.5.2]
« Reply #10 on: August 05, 2004, 08:07:59 PM »

du musst amule mit

--enable-webserver

compilierne ;)
dann klappt auch

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

poi

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 82
Re: Super Probleme mit CVS [wxGTK 2.5.2]
« Reply #11 on: August 06, 2004, 12:00:12 PM »

Oje...

Ich dachte das flag http wäre die Geschichte.
Sowas plödes! Steht auch nirgens beschrieben. Sollte zumindest im "Install" file stehen, dort kannst du die zus. flags ja auch beschrieben einsehen. Nur davon steht dort nix...

 :))

Danke!
Logged
Poi
   german

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Super Probleme mit CVS [wxGTK 2.5.2]
« Reply #12 on: August 06, 2004, 12:32:02 PM »

heheh

configure --help ;)
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."