PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Fehler beim Kompilieren von Nomachie



Kevin26
10.03.06, 08:45
Ich versuche gerade die Libs von Nomachine zu kompiliere. Hier spuckt er mir nenFehler den ich nicht ganz verstehe, hoffe hier kann mir jemand helfen.

Nach einem "make World" im Verzeichnis nx-X11 spuckt er folgendes:
[CODE]/Building XFree86 version 4.3.0 (27 February 2003).

I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.

Fri Mar 10 09:43:16 CET 2006

cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" clean
rm -f ccimake imake.o imake
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#*
rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
rm -f imakemdep_cpp.h
make Makefile.boot
cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in config/imake
cc -o ccimake -DCROSSCOMPILEDIR=\"\" -O -I../../include -I../../imports/x11/include/X11 ccimake.c
if [ -n "" ] ; then \
/cc -E `./ccimake` \
-DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; \
else touch imakemdep_cpp.h; fi
cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c
cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o
rm -f ./config/makedepend/Makefile.proto
./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
cd ./config/makedepend && rm -f -r Makefile Makefile.dep makedepend *.o bootstrap
cd ./config/makedepend && make -f Makefile.proto bootstrap
./config/imake/imake -I./config/cf -s ./config/imake/Makefile.proto -f ./config/imake/Imakefile -DTOPDIR=../.. -DCURDIR=./config/imake -DBootStrap
cd ./config/imake && make -f Makefile.proto bootstrapdepend
cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" bootstrap
+ mkdir bootstrap
mv *.o bootstrap
+ mv imake bootstrap
cd ./config/imake && make -f Makefile.proto all
rm -f imake._man
/usr/bin/cpp -undef -traditional -D__apploaddir__=/usr/X11R6/lib/X11/app-defaults -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__projectroot__=/usr/X11
R6 -D__xorgversion__='"Release 6.6" "X Version 11"' -D__vendorversion__="XFree86ManVersionString XFree86" -D__cpp__=/usr/bin/cpp <imake.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^XCOMM$/s//#/' -e '/^XCOMM
[^a-zA-Z0-9_]/s/^XCOMM/#/' >imake._man
Make: Couldn't load Shell. Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
[CODE]

Jemand nen Blassen was das bedeuten soll?

Gruß

Kevin

drcux
10.03.06, 09:06
schau mal ins Makefile, steht da irgendwo ein SHELL=Shell oder ähnlich? Wenn ja, ist deine Umgebungsvariable nicht (richtig) gesetzt

Kevin26
10.03.06, 11:01
Da steht drin Shell=/bin/sh, die gibts bei mir auf dem System auch (überprüft mit "which sh")

Kevin