search for: __nr_modify_ldt

Displaying 2 results from an estimated 2 matches for "__nr_modify_ldt".

2011 Sep 11
3
cannot compile wine 1.3.28
hi, I'm trying to compile the current wine source, but there's always the following error: Code: config.status: creating tools/Makefile make[1]: Entering directory `/home/yuki/archive/wine-1.3.28/tools' gcc -m32 -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -D__WINESRC__ -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes
2012 Apr 18
1
Installing wine1.5.2 from source - error 1
...asing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wwrite-strings -fno-omit-frame-pointer -Wpointer-arith -I/usr/include/freetype2 -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o ldt.o ldt.c ldt.c: In function ?modify_ldt?: ldt.c:73: error: ?__NR_modify_ldt? undeclared (first use in this function) ldt.c:73: error: (Each undeclared identifier is reported only once ldt.c:73: error: for each function it appears in.) make[1]: *** [ldt.o] Error 1 make[1]: Leaving directory `/home/velja27/wine-1.5.2/libs/wine' make: *** [libs/wine] Error 2