aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Fehler beim Kompilieren von wx-2.8.x  (Read 3593 times)

Lockslay

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37
Fehler beim Kompilieren von wx-2.8.x
« on: June 13, 2008, 10:31:54 AM »

Hallo

ich möchte gerne amuled und amule web in der Neusten Version Kompilieren.
Da ich keine passende deb für mein Debian 64 Bit Etch gefunden habe.

Ich gehe nach diese Anleitung vor
http://www.amule.org/wiki/index.php/HowTo_Compile_aMuled-de

Code: [Select]
ANMERKUNG: Um aMule 2.2.0 kompilieren zu können, wird wx 2.8.x benötigt. ANMERKUNG: Um aMule 2.1.3 mit wx-2.8.x zu kompilieren benötigst du diesen Patch.

wxAll 2.8.7 oder höher von [1] runterladen. entpacken, und als normaler Benutzer

    * ./configure --enable-unicode --without-subdirs --disable-gui --without-expat ausführen.

    * make

als root

    * make install
    * ldconfig


Ich habe mir also die wxWidgets-2.8.7$ Datei heruntergeladen, und entpackt.
Ich führe
./configure --enable-unicode --without-subdirs --disable-gui --without-expat
aus

Ich bekomme zum schluss diese Meldung

Code: [Select]
config.status: executing wx-config commands

Configured wxWidgets 2.8.7 for `x86_64-unknown-linux-gnu'

  Which GUI toolkit should wxWidgets use?                 base only
  Should wxWidgets be compiled into single library?       no
  Should wxWidgets be compiled in debug mode?             no
  Should wxWidgets be linked as a shared library?         yes
  Should wxWidgets be compiled in Unicode mode?           yes
  What level of wxWidgets compatibility should be enabled?
                                       wxWidgets 2.4      no
                                       wxWidgets 2.6      yes
  Which libraries should wxWidgets use?
                                       jpeg               none
                                       png                none
                                       regex              builtin
                                       tiff               none
                                       zlib               sys
                                       odbc               no
                                       expat              no
                                       libmspack          no
                                       sdl                no

Wenn ich aber make eingebe bekomme ich diese Meldung



Code: [Select]
/home/lock/wxWidgets-2.8.7/bk-make-pch .pch/wxprec_basedll/wx/wxprec.h.gch wx/wxprec.h g++ -I.pch/wxprec_basedll -D__WX__        -I./src/zlib  -I./src/regex  -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -fPIC -DPIC -DWX_PRECOMP -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/home/lock/wxWidgets-2.8.7/lib/wx/include/base-unicode-release-2.8 -I./include -pthread -O2 -fno-strict-aliasing
./include/wx/wxprec.h:1: fatal error: canât create precompiled header .pch/wxprec_basedll/wx/wxprec.h.gch: Keine Berechtigung
compilation terminated.
make: *** [.pch/wxprec_basedll/wx/wxprec.h.gch] Fehler 1

Was mache ich hier falsch ?
Kann mir vielleicht einer helfen ?

Gruß
Lockslay
Logged

Par@noid

  • Jr. Member
  • **
  • Karma: 3
  • Offline Offline
  • Posts: 53
Re: Fehler beim Kompilieren von wx-2.8.x
« Reply #1 on: June 13, 2008, 11:40:54 AM »

Hi Lockslay !

mach einfach so ::

curl http://apt.wxwidgets.org/key.asc |  apt-key add -

# wxWidgets/wxPython repository at apt.wxwidgets.org
    deb http://apt.wxwidgets.org/ DIST-wx main
    deb-src http://apt.wxwidgets.org/ DIST-wx main 

DIST : Lenny oder Etch

apt-get update 

apt-get install python-wxgtk2.8 python-wxtools python-wxaddons wx2.8-i18n



MfG Par@noid  ;)
Logged
IcH fInDe AuCh, dAsS eS nIcHt So WiChTig IsT, eInEn TeXt In KoRrEcKtEr
gRoSs- Und KlEiNsChReIbUnG zU vErFaSsEn, Da DiEs DeR LeSbArKeIt KaUm
AbBrUcH tUt UnD zUdEm AuSdRuCk MeInEr InDiViDuAlItAeT iSt.

Lockslay

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37
Re: Fehler beim Kompilieren von wx-2.8.x
« Reply #2 on: June 13, 2008, 02:04:55 PM »

Hallo

danke ich habe jetzt amuled selber Kompiliert  ;D
Nun habe ich das neu aMuled gestartet und es kommt das

amuled
amuled: OnInit - starting timer
Initialising aMule
Checking if there is an instance already running...
No other instances are running.
ListenSocket: Ok.
Loading temp files from /home/Lock/.aMule/Temp.
Loading PartFile 1 of 1
All PartFiles Loaded.


warte warte warte .../

Über aMuleweb ist immer noch kein Connect zu einem Server ?
 
Logged