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-deANMERKUNG: 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
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
/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