make :
Code: Select all
bison -p dbg_ -o dbg.tab.c dbg.y
dbg.y: conflicts: 1 shift/reduce, 1 reduce/reduce
gcc -m32 -c -o dbg.tab.o dbg.tab.c -I. -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe \
-fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers \
-Wstrict-prototypes -Wtype-limits -Wvla -Wwrite-strings -Wpointer-arith -fno-omit-frame-pointer \
-g -O2
flex -odebug.yy.c debug.l
/usr/bin/flex: /usr/bin/flex: cannot execute binary file
make[1]: *** [debug.yy.c] Error 126
make: *** [programs/winedbg] Error 2
Code: Select all
STRIPPROG="strip" ./tools/install-sh dlls/acledit/acledit.dll.so /usr/local/lib/wine/acledit.dll.so
mkdir: /usr/local/lib/wine: Input/output error
mkdir: /usr/local/lib/wine: Input/output error
make: *** [dlls/acledit/install-lib] Error 1