Wine 1.1.33 doesn't compile
Wine 1.1.33 doesn't compile
Hello.
After configuring the source, I do make and get this error:
ldt.c: In function 'modify_ldt':
ldt.c:79: error: 'SYS_modify_ldt' undeclared (first use in this function)
I've compiled up to 1.1.32 without getting this error. Is there a fix?
Thanks.
After configuring the source, I do make and get this error:
ldt.c: In function 'modify_ldt':
ldt.c:79: error: 'SYS_modify_ldt' undeclared (first use in this function)
I've compiled up to 1.1.32 without getting this error. Is there a fix?
Thanks.
-
- Level 3
- Posts: 63
- Joined: Tue May 13, 2008 3:44 am
-
- Level 5
- Posts: 336
- Joined: Mon Nov 24, 2008 8:10 am
Re: Wine 1.1.33 doesn't compile
You sure your kernel headers match your kernel? Also are you compiling regular 32-bit Wine? Works fine here with 2.6.31.5fdelente wrote:ldt.c: In function 'modify_ldt':
ldt.c:79: error: 'SYS_modify_ldt' undeclared (first use in this function)
I've compiled up to 1.1.32 without getting this error. Is there a fix?
(Wine 1.3.27)Same problem
I have same problem.
Linux debian 3.0.0-1-amd64 #1 SMP Sat Aug 27 16:21:11 UTC 2011 x86_64 GNU/Linux
Wine 1.3.27
Linux debian 3.0.0-1-amd64 #1 SMP Sat Aug 27 16:21:11 UTC 2011 x86_64 GNU/Linux
Wine 1.3.27
Code: Select all
make[1]: Entering directory `/usr/src/wine-1.3.27/libs/wine'
gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op -g -O2 -o ldt.o ldt.c
ldt.c: In function ‘modify_ldt’:
ldt.c:73:21: error: ‘SYS_modify_ldt’ undeclared (first use in this function)
ldt.c:73:21: note: each undeclared identifier is reported only once for each function it appears in
ldt.c:74:1: warning: control reaches end of non-void function [-Wreturn-type]
Wine 1.1.33 doesn't compile
When compiling wine I just had a crash and the crash report said it was a gcc bug so I reported it that way.
ubuntu
bug 842012
ubuntu
bug 842012
-
- Newbie
- Posts: 1
- Joined: Thu Sep 08, 2011 8:58 am