Skcorps <wineforum-user@xxxxxxxxxx> 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