[Wine] Installing Wine From A Patched Source

James Mckenzie jjmckenzie51 at earthlink.net
Tue Nov 16 17:36:44 CST 2010


Skcorps <wineforum-user at winehq.org> wrote:
>
>@dimensio Alright, I'll keep that in mind.
>
>I did get Xcode now, I was missing it for the make command and such, but after 'sudo make install' in this step:
>
>Code:
>  $ ./configure
>            $ make depend
You don't need this anymore and it should not do anything.
>            $ make
>            # make install
>You should NEVER see this on a Mac.  What EXACTLY did you do?
>
>gcc -m32 -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wpointer-arith  -g -O2  -o device.o device.c
>device.c:25:25: error: fpu_control.h: No such file or directory
>device.c: In function ‘IDirect3DDevice9Impl_DrawPrimitiveUP’:
>device.c:1855: error: ‘fpu_control_t’ undeclared (first use in this function)
>device.c:1855: error: (Each undeclared identifier is reported only once
>device.c:1855: error: for each function it appears in.)
>device.c:1855: error: expected ‘;’ before ‘cw’
>device.c:1856: warning: implicit declaration of function ‘_FPU_GETCW’
>device.c:1856: error: ‘cw’ undeclared (first use in this function)
>device.c:1857: error: expected ‘;’ before ‘new’
>device.c:1858: warning: implicit declaration of function ‘_FPU_SETCW’
>device.c:1858: error: ‘new’ undeclared (first use in this function)
>device.c:1859: warning: ISO C90 forbids mixed declarations and code
>make[1]: *** [device.o] Error 1
>make: *** [install] Error 2
>
Did you run make and not make install?  This file should have been complied with make.

Did you get and compile ALL of the required dependencies for Wine?

James McKenzie




More information about the wine-users mailing list