Wine make help! error message included
make[1]: Entering directory `/home/joe/wine-20041019/libs'
make[2]: Entering directory `/home/joe/wine-20041019/libs/port'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o ffs.o ffs.c
In file included from ffs.c:22:
../../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:68: error: conflicting types for `fsblkcnt_t'
/usr/include/sys/types.h:248: error: previous declaration of `fsblkcnt_t'
../../include/wine/port.h:71: error: conflicting types for `fsfilcnt_t'
/usr/include/sys/types.h:252: error: previous declaration of `fsfilcnt_t'
make[2]: *** [ffs.o] Error 1
make[2]: Leaving directory `/home/joe/wine-20041019/libs/port'
make[1]: *** [port] Error 2
make[1]: Leaving directory `/home/joe/wine-20041019/libs'
make: *** [libs] Error 2
I am currently on mepis and I ran the wine configure with no problem but when i run make I get this error. Can anybody help me??
Jmcatch742
|