PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Wine Hilfe



eggdrop
24.09.04, 20:41
Configure finished. Do 'make depend && make' to compile Wine.

linux:/home/ey3lez/Downloads/wine-20040914 # make depend && make
bash: make: command not found


hi, diese ausgabe hatte ich nach dem ausführen von configure.sh
was mach ich falsch?


(bin gnu/linux noob =))

/edit: ok das problem hab ich gelöst, ein neues tut sich auf:


gcc -c -I. -I. -I../include -I../include -DLEX_OUTPUT_ROOT="\"lex.yy\"" -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o makedep.o makedep.c
In file included from makedep.c:23:
../include/wine/port.h:53: error: conflicting types for `mode_t'
/usr/include/sys/types.h:72: error: previous declaration of `mode_t'
../include/wine/port.h:56: error: conflicting types for `off_t'
/usr/include/sys/types.h:90: error: previous declaration of `off_t'
../include/wine/port.h:59: warning: redefinition of `pid_t'
/usr/include/sys/types.h:100: warning: `pid_t' previously declared here
../include/wine/port.h:71: error: conflicting types for `fsblkcnt_t'
/usr/include/sys/types.h:248: error: previous declaration of `fsblkcnt_t'
../include/wine/port.h:74: error: conflicting types for `fsfilcnt_t'
/usr/include/sys/types.h:252: error: previous declaration of `fsfilcnt_t'
make[1]: *** [makedep.o] Fehler 1
make[1]: Leaving directory `/home/ey3lez/Downloads/wine-20040914/tools'
make: *** [tools/makedep] Fehler 2