• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

winexCVS error beim make

tux123

Member
ich wollte winex330 aus dem cvs kompilierem
configure klappt gut aber make klappt nicht ich bekommen immer fehlermeldung
habe den WineCVS.sh script genutzt aber ich bekomme immer folgendes
Code:
--------- Error log - file /root/.WineCVS/sources/winex330/ErrorLog : ---------
make[1]: Entering directory `/root/.WineCVS/sources/winex330/winex/unicode'
gcc -c -I. -I. -I../include -I../include  -g -O2 -Wall -fno-keep-static-consts -D__const=const -fno-strict-aliasing -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o casemap.o casemap.c
In file included from ../include/winnt.h:10,
                 from ../include/windef.h:16,
                 from ../include/wine/unicode.h:10,
                 from casemap.c:4:
../include/basetsd.h:146:3: error: #error Unknown CPU architecture!
In file included from ../include/windef.h:16,
                 from ../include/wine/unicode.h:10,
                 from casemap.c:4:
../include/winnt.h:1048:2: error: #error You need to define a CONTEXT for your CPU
In file included from ../include/windef.h:16,
                 from ../include/wine/unicode.h:10,
                 from casemap.c:4:
../include/winnt.h:1051: error: syntax error before ‘*’ token
../include/winnt.h:1051: warning: type defaults to ‘int’ in declaration of ‘PCONTEXT’
../include/winnt.h:1051: warning: data definition has no type or storage class
../include/winnt.h:1194:2: error: #error You need to define DEFINE_REGS_ENTRYPOINT macros for your CPU
../include/winnt.h:2286: error: syntax error before ‘PCONTEXT’
../include/winnt.h:2286: warning: no semicolon at end of struct or union
../include/winnt.h:2287: warning: type defaults to ‘int’ in declaration of ‘EXCEPTION_POINTERS’
../include/winnt.h:2287: warning: type defaults to ‘int’ in declaration of ‘PEXCEPTION_POINTERS’
../include/winnt.h:2287: warning: data definition has no type or storage class
../include/winnt.h:2299: error: syntax error before ‘PCONTEXT’
../include/winnt.h:2311: error: syntax error before ‘ExceptionInfo’
../include/winnt.h:2314: error: syntax error before ‘epointers’
In file included from ../include/winnls.h:5,
                 from ../include/wine/unicode.h:11,
                 from casemap.c:4:
../include/winbase.h:120: error: syntax error before ‘LPCONTEXT’
../include/winbase.h:120: warning: type defaults to ‘int’ in declaration of ‘LPCONTEXT’
../include/winbase.h:120: warning: data definition has no type or storage class
../include/winbase.h:122: error: syntax error before ‘LPEXCEPTION_POINTERS’
../include/winbase.h:122: warning: type defaults to ‘int’ in declaration of ‘LPEXCEPTION_POINTERS’
../include/winbase.h:122: warning: data definition has no type or storage class
../include/winbase.h:1340: error: syntax error before ‘CONTEXT’
../include/winbase.h:1476: warning: type defaults to ‘int’ in declaration of ‘CONTEXT’
../include/winbase.h:1476: error: syntax error before ‘*’ token
make[1]: *** [casemap.o] Fehler 1
make[1]: Leaving directory `/root/.WineCVS/sources/winex330/winex/unicode'
make: *** [unicode/libwine_unicode.so] Fehler 2


Error in Make

Try fixing the error based on the output above, and
run the script again, without paramaters (Eg: WineCVS.sh)

ich nutze suse 10 64bit version mit kde 3.5.0
 
Oben