| Computers Forum Index » Computer - Emulators (MS Windows - Wine) » wine-1.1.26 compilation failure... |
|
Page 1 of 1 |
|
| Author |
Message |
| vince... |
Posted: Tue Jul 21, 2009 4:53 pm |
|
|
|
Guest
|
Have been compiling WINE since version 1.1.20 without problems. But
can not compile version 1.1.26. Compiling abruptly stops and displays
make[2]: Entering directory
`/home/software/tar/wine-1.1.26/dlls/ntdll'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wtype-limits
-Wpointer-arith -g -O2 -o cdrom.o cdrom.c
cdrom.c: In function âGetInquiryDataâ:
cdrom.c:2078: error: âINQUIRYâ undeclared (first use in this function)
cdrom.c:2078: error: (Each undeclared identifier is reported only once
cdrom.c:2078: error: for each function it appears in.)
make[2]: *** [cdrom.o] Error 1
make[2]: Leaving directory `/home/software/tar/wine-1.1.26/dlls/ntdll'
make[1]: *** [ntdll] Error 2
make[1]: Leaving directory `/home/software/tar/wine-1.1.26/dlls'
make: *** [dlls] Error 2
Compilation failed, aborting install.
Am using Debian Sid. Is this a problem with the WINE source or do I
need to install a development package that has not been needed to
successfully compile previous versions? |
|
|
| Back to top |
|
|
|
| Reinhard Karcher... |
Posted: Tue Jul 21, 2009 7:10 pm |
|
|
|
Guest
|
vince schrieb:
Quote: Have been compiling WINE since version 1.1.20 without problems. But
can not compile version 1.1.26. Compiling abruptly stops and
displays
make[2]: Entering directory
`/home/software/tar/wine-1.1.26/dlls/ntdll'
cdrom.c:2078: error: for each function it appears in.)
make[2]: *** [cdrom.o] Error 1
make[2]: Leaving directory
`/home/software/tar/wine-1.1.26/dlls/ntdll'
make[1]: *** [ntdll] Error 2
make[1]: Leaving directory `/home/software/tar/wine-1.1.26/dlls'
make: *** [dlls] Error 2
Compilation failed, aborting install.
Am using Debian Sid. Is this a problem with the WINE source or do I
need to install a development package that has not been needed to
successfully compile previous versions?
Update your Debian Sid. It's working again.
Reinhard |
|
|
| Back to top |
|
|
|
|