Compiling wine on debian-unstable amd64

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Jan-Hendrik Palic

Compiling wine on debian-unstable amd64

Post by Jan-Hendrik Palic »

Hi,

I try to build wine-1.1.26 on debian unstable (amd64) linked to ia32
libs. I installed ia32-apt-get and nvidia-glx-ia32 and all ia32-lib*,
which are buildependencies for wine-1.1.23 in experimental on i386.

The configure ends successfully but the build finished with

gcc -m32 -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 -march=3Dnative -O3 -pipe -fomit-frame-pointer -msse2
-msse3 -mmmx -m3dnow -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

I have no clue, where INQUIRY is defined and got no good information
through google with my search requests.

Does anyone know, where I have to look?

Thanks in advance.

Best regards.

Jan


--
Jeder denkende und fuehlende Mensch sucht Antworten auf so viele Fragen.
Niemals duerfen wir den anderen hassen oder verspotten,
nur weil er andere Antworten als wir gefunden hat.
(c) Werner Braun, (1951 - 2006), deutscher Aphoristiker
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://www.winehq.org/pipermail/wine-us ... chment.pgp>
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

Jan-Hendrik Palic

Compiling wine on debian-unstable amd64

Post by Jan-Hendrik Palic »

Hiho ...
On Sun, Jul 19, 2009 at 08:27:08AM -0500, Thunderbird wrote:
Many thanks. :)

Regards.

Jan

--
Jeder denkende und fuehlende Mensch sucht Antworten auf so viele Fragen.
Niemals duerfen wir den anderen hassen oder verspotten,
nur weil er andere Antworten als wir gefunden hat.
(c) Werner Braun, (1951 - 2006), deutscher Aphoristiker
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://www.winehq.org/pipermail/wine-us ... chment.pgp>
Locked