Please help compiling wine issue!

Questions about Wine on macOS.
Locked
mgracer48
Level 1
Level 1
Posts: 7
Joined: Sat Nov 15, 2014 4:23 am

Please help compiling wine issue!

Post by mgracer48 »

These are errors im getting
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
sudo make install:

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
mgracer48
Level 1
Level 1
Posts: 7
Joined: Sat Nov 15, 2014 4:23 am

Re: Please help compiling wine issue!

Post by mgracer48 »

nvm solved it by update flex
Locked