aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 01.02.05 Compilierungsfehler(verzweifelt :( )  (Read 6203 times)

Sersch

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
01.02.05 Compilierungsfehler(verzweifelt :( )
« on: February 01, 2005, 12:56:36 PM »

Hi,

Ich hab nun schn seit 4 tagen versucht mehrere CSV versionen zu compilen
doch ein fehler krieg ich net weg. den hier :
Code: [Select]
ExternalConnector.cpp: In member function `void CaMuleExternalConnector::GetCommand(const wxString&, char*, unsigned int)':
ExternalConnector.cpp:41: error: too many arguments to function `char* readline()'
ExternalConnector.cpp:235: error: at this point in file
ExternalConnector.cpp:53: error: too many arguments to function `void add_history()'
ExternalConnector.cpp:237: error: at this point in file
make[4]: *** [amuleweb-ExternalConnector.o] Error 1
make[4]: Leaving directory `/daten/temp/amule-cvs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/daten/temp/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/daten/temp/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/daten/temp/amule-cvs'
make: *** [all] Error 2

Ich hab zur zeit die wxGTK und base in der Version 2.5.3
hatte es aber auch mit den 2.4ern von eurer seite versucht.
leider ohne erfolg:(
bitte HELFT MIR  :baby: :baby: :baby: :baby:

mal meine ./config:
./configure  --enable-optimize --enable-amulecmd --enable-amule-daemon  --enable-webserver --disable-monolithic


Hoffe mein problem ist zu lösen
(ich schätze das problem sitzt vor dem monitor ;) )
« Last Edit: February 01, 2005, 12:58:03 PM by Sersch »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: 01.02.05 Compilierungsfehler(verzweifelt :( )
« Reply #1 on: February 01, 2005, 04:05:48 PM »

hey

welche version hast du denn im moment? der daemon geht NUR mit 2.5.3 oder höher
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."

Sersch

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: 01.02.05 Compilierungsfehler(verzweifelt :( )
« Reply #2 on: February 01, 2005, 07:23:21 PM »

hach hi! :)

ich hab von wxbase und von wxGTX jeweils die 2.5.3... aber es hilft nix :(

Code: [Select]
ls -la /usr/bin/wx*
lrwxrwxrwx  1 root root    27 Feb  1 12:47 /usr/bin/wx-config -> /usr/bin/wxgtk-2.5.3-config
lrwxrwxrwx  1 root root    28 Feb  1 12:48 /usr/bin/wxbase-config -> /usr/bin/wxbase-2.5.3-config
lrwxrwxrwx  1 root root     8 Feb  1 12:32 /usr/bin/wxrc -> wxrc-2.5
-rwxr-xr-x  1 root root 82446 Feb  1 12:32 /usr/bin/wxrc-2.5

Code: [Select]
ls -la /usr/local/bin/wx*
lrwxrwxrwx  1 root root    49 Jan 31 17:49 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/gtk2-unicode-release-2.5
lrwxrwxrwx  1 root root     8 Jan 31 17:49 /usr/local/bin/wxrc -> wxrc-2.5
-rwxr-xr-x  1 root root 82446 Jan 31 17:49 /usr/local/bin/wxrc-2.5

hoffentlich habt ihr ne lösung ;(
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: 01.02.05 Compilierungsfehler(verzweifelt :( )
« Reply #3 on: February 01, 2005, 11:40:08 PM »

lrwxrwxrwx  1 root root    27 Feb  1 12:47 /usr/bin/wx-config -> /usr/bin/wxgtk-2.5.3-config
lrwxrwxrwx  1 root root    28 Feb  1 12:48 /usr/bin/wxbase-config -> /usr/bin/wxbase-2.5.3-config

die verlinkung gibt es gar nicht....!!
es gibt keine wxgtk-2.5.3-config, wenn ich es hier richtig sehe....
darum gehts wohl auch net so ganz ;)

http://wiki.amule.org
da hats ne howto zum removen vom wxWindows usw...einfach mal nachlesen, und dann nochmal von vorne anfagne
btw: ab 2.5.1 und höher, KEIN wxBase mehr installieren!!! nur noch wxGTK

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."

Sersch

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: 01.02.05 Compilierungsfehler(verzweifelt :( )
« Reply #4 on: February 02, 2005, 10:09:51 PM »

So hab die beiden wx  dinger deintalled anschliessend die ordner wie im howto gelöscht und nut wxgtk installiert

immernoch derselbe fehler:

Code: [Select]
ExternalConnector.cpp: In member function `void CaMuleExternalConnector::GetCommand(const wxString&, char*, unsigned int)':
ExternalConnector.cpp:41: error: too many arguments to function `char* readline()'
ExternalConnector.cpp:235: error: at this point in file
ExternalConnector.cpp:53: error: too many arguments to function `void add_history()'
ExternalConnector.cpp:237: error: at this point in file
make[4]: *** [amuleweb-ExternalConnector.o] Error 1
make[4]: Leaving directory `/daten/temp/amule-cvs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/daten/temp/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/daten/temp/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/daten/temp/amule-cvs'
make: *** [all] Error 2

Code: [Select]
ls -la /usr/bin/wx*
lrwxrwxrwx  1 root root    39 Feb  2 22:06 /usr/bin/wx-config -> /usr/lib/wx/config/gtk-ansi-release-2.5
lrwxrwxrwx  1 root root     8 Feb  2 22:06 /usr/bin/wxrc -> wxrc-2.5
-rwxr-xr-x  1 root root 82446 Feb  2 22:06 /usr/bin/wxrc-2.5

Code: [Select]
ls -la /usr/local/bin/wx*
/bin/ls: /usr/local/bin/wx*: No such file or directory

 8o

hiilfe ;(
« Last Edit: February 02, 2005, 10:10:15 PM by Sersch »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: 01.02.05 Compilierungsfehler(verzweifelt :( )
« Reply #5 on: February 03, 2005, 08:54:50 AM »

kaputter tarball?!
auf was für eine linux distro hast du?
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."

Sersch

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: 01.02.05 Compilierungsfehler(verzweifelt :( )
« Reply #6 on: February 03, 2005, 12:02:04 PM »

ich habe diese distro:


<------------------------ ;)

SuSE 9.1 Pro

und ich habe seehr viele tarballs ausprobiert... können doch net alle kaputt sein ;(
« Last Edit: February 03, 2005, 12:02:35 PM by Sersch »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: 01.02.05 Compilierungsfehler(verzweifelt :( )
« Reply #7 on: February 03, 2005, 03:27:54 PM »

das stimmt wohl :-/

kannst du mal ins irc kommen?
da geht sowas immer schneller zu klären, also über post hin post her ;)

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."

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: 01.02.05 Compilierungsfehler(verzweifelt :( )
« Reply #8 on: April 03, 2005, 02:18:50 PM »

Sersch,

hats sich erledigt?

gruss