aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2]

Author Topic: Fehler beim compilieren  (Read 5467 times)

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Fehler beim compilieren
« Reply #15 on: June 12, 2005, 11:11:50 AM »

also entweder es liegt daran das wxBase mit dem alten gcc gebaut ist, oder dir fehlen vielleciht ein paar header oder lib dateien zu deinem gcc...aber mti der version die du drauf hast jetzt, geht das compilieren auf jeden fall....
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."

linusr

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Re: Fehler beim compilieren
« Reply #16 on: June 12, 2005, 11:26:46 AM »

Wenn ich jetzt versuche wxBase neu zu compiliern bekomme ich von make folgenden Fehler ausgegeben:

Quote
./bk-deps g++ -c -o basedll_string.o  -D__WX__           -I./src/expat/lib -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -fPIC -DPIC -Ilib/wx/include/base-ansi-release-2.6 -I./include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -O2 -pthread -Wall -Wno-ctor-dtor-privacy ./src/common/string.cpp
./src/common/string.cpp: In method `int wxString::PrintfV(const wxChar *, void *)':
./src/common/string.cpp:1830: implicit declaration of function `int va_copy(...)'
./src/common/string.cpp:1829: warning: `void * argptrcopy' might be used uninitialized in this function
make: *** [basedll_string.o] Error 1
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Fehler beim compilieren
« Reply #17 on: June 12, 2005, 11:56:49 AM »

hast du einen frischen tarball genommen oder den wo du vorher schon drin kompiliert hast?

versuch entweder mal ein "make distclean" und dann configure usw von vorne, ode einfahc nochmla neu entpacken und compilieren....
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."
Pages: 1 [2]