aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Kompilierfehler (cxxabi.h: No such file or directory)  (Read 3930 times)

Babba_BLuBB

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Kompilierfehler (cxxabi.h: No such file or directory)
« on: August 29, 2005, 05:22:48 PM »

Hallo!

Der Kompiliervorgang bricht mit der folgenden Fehlermeldung ab:

.....
OtherFunctions.cpp:59:21: cxxabi.h: No such file or directory
OtherFunctions.cpp: In function `wxString otherfunctions::demangle(const wxString&)':
OtherFunctions.cpp:1266: error: `abi' has not been declared
OtherFunctions.cpp:1266: error: `__cxa_demangle' undeclared (first use this function)
OtherFunctions.cpp:1266: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[3]: *** [amule-OtherFunctions.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/amule-2.0.3/work/aMule-2.0.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/amule-2.0.3/work/aMule-2.0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/amule-2.0.3/work/aMule-2.0.3'
make: *** [all] Error 2

Hab schon mit Google und hier im Forum nach einer Lösung für diesen Fehler gesucht, aber nix gefunden.

Weis jemand Rat?
Logged
programmer = Device that turns coffee into source code

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Kompilierfehler (cxxabi.h: No such file or directory)
« Reply #1 on: August 29, 2005, 05:51:10 PM »

was hast denn so an wxGTK installiert?
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."

Babba_BLuBB

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: Kompilierfehler (cxxabi.h: No such file or directory)
« Reply #2 on: August 29, 2005, 05:59:16 PM »

wxGTK 2.6.1 mit GTK2 und GTK1

Hab versucht aMule mit der Option GTK2 und ohne zu kompilieren. Beide Versuche enden mit dem obigen Fehler.

Schon mal vielen Dank für deine Hilfe!
Logged
programmer = Device that turns coffee into source code

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Kompilierfehler (cxxabi.h: No such file or directory)
« Reply #3 on: August 29, 2005, 06:22:57 PM »

diese datei gehört zum gcc-compiler aslo bei mir ist sie unter

find /usr/ -name cxxabi.h
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/4.0.1/include/cxxabi.h
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.4.4/include/cxxabi.h

guck dochmal ob du die auch hast ;)
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."

Babba_BLuBB

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: Kompilierfehler (cxxabi.h: No such file or directory)
« Reply #4 on: August 29, 2005, 06:24:08 PM »

Kann sein, dass es gar nicht an wxGTK hängt!

Ich habe vor kurzem ein bischen Stress mit meinem Compiler gehabt und fast nen ganzen Tag gebraucht, bis mein System wieder einigermaßen funktionierte!

Habe mal unter "forums.gentoo.org" nach "cxxabi.h" gesucht.
Da haben mehrere Leute Probleme mit dieser Header-Datei wenn Sie vorher an Ihrem Compiler rumgeschraubt haben...

Ich schau mir dass mal genauer an und erstatte wieder Meldung  :D


[EDIT] lol Da warst du wohl einen Tick schneller... [/EDIT]
« Last Edit: August 29, 2005, 06:25:08 PM by Babba_BLuBB »
Logged
programmer = Device that turns coffee into source code

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Kompilierfehler (cxxabi.h: No such file or directory)
« Reply #5 on: August 29, 2005, 06:26:49 PM »

tja dann einfach compiler nochmal bootstrappen wie es so schön unter gentoo heist ;)
dann gehts vielleciht mit dem mule :))
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."

Babba_BLuBB

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: Kompilierfehler (cxxabi.h: No such file or directory)
« Reply #6 on: August 29, 2005, 06:37:19 PM »

Komisch...

Die Datei ist im Include-Verzeichnis meines aktuellen Compilers (GCC 3.4.4) vorhanden...

/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/cxxabi.h
/usr/lib/gcc/i686-pc-linux-gnu/3.3.5-20050130/include/cxxabi.h
/usr/local/include/c++/3.3.5-20050130/cxxabi.h

Muss aber irgendwie damit zusammenhängen da ein anderes Programm, dass ich gerade compilieren wollte, mit dem gleichen Fehler abbricht...

So eine Sch****  ;(
Logged
programmer = Device that turns coffee into source code

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Kompilierfehler (cxxabi.h: No such file or directory)
« Reply #7 on: August 29, 2005, 07:22:24 PM »

compilier das ding halt nochmal und guck obs was birngt..
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."

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: Kompilierfehler (cxxabi.h: No such file or directory)
« Reply #8 on: August 29, 2005, 09:47:13 PM »

Das 'source /etc/profile' hast du aber schon ausgeführt nach dem Wechsel des Compilers mit gcc-config?
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

Babba_BLuBB

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: Kompilierfehler (cxxabi.h: No such file or directory)
« Reply #9 on: August 29, 2005, 11:02:41 PM »

Ja, hab ich gemacht...

Hab auch mal versucht, aMule mit dem älteren aber als "stabel" markierten 3.3.5 zu kompilieren. Leider mit dem gleichen Ergebnis.

Hab auch rausgefunden, dass "cxxabi.h" zur "libstdc++" gehört und das Letztere seit den frühen 3er Versionen fest zum GCC gehört. Also lasse ich meine Kiste mal über Nacht den neuen gcc-3.4.4-r1 mergen... Mal sehen obs was bringt...

Was ich aber immer noch nicht verstehen kann ist, dass sich "cxxabi.h" im include/ Verzeichnis befindet und trotzdem beim Compilieren als fehlend gemeldet wird...  ?(

Na ja, entwerder gehts morgen oder halt nicht... Hoffendlich klappts sonst  ;(
Logged
programmer = Device that turns coffee into source code

Babba_BLuBB

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: Kompilierfehler (cxxabi.h: No such file or directory)
« Reply #10 on: August 30, 2005, 07:58:28 AM »

Jawollll!!

Mit dem r1 vom GCC 3.4.4 hat jetzt alles funktioniert!
Wunderbar!
Hab mich bestimmt beim mergen vom letzten GCC irgendwie dumm angestellt oder so...

Danke noch für eure Posts!

Grüße und macht weiter so!
Logged
programmer = Device that turns coffee into source code

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Kompilierfehler (cxxabi.h: No such file or directory)
« Reply #11 on: August 30, 2005, 08:14:35 AM »

:)) gut gut
have fun
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."