On 07/16/2012 06:12 PM, Alexandre Julliard wrote:
There's nothing mystic about it, but when you are changing the Mac code, testing the build on a Mac is recommended ;-)
gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wwrite-strings -fno-omit-frame-pointer -Wpointer-arith -I/sw/include/freetype2 -I/sw/include -I/sw/include -g -O2 -o cdrom.o cdrom.c cdrom.c: In function 'DVD_ReadStructure': cdrom.c:2718: error: invalid type argument of '->' cdrom.c:2719: error: invalid type argument of '->' cdrom.c:2720: error: invalid type argument of '->' cdrom.c:2721: error: invalid type argument of '->' cdrom.c:2721: error: invalid type argument of '->' cdrom.c:2721: error: invalid type argument of '->' cdrom.c:2721: error: invalid type argument of '->' make[1]: *** [cdrom.o] Error 1
Sorry about that : I don't have access to a Mac, even virtualized. A good developer can write code without compiling it but obviously, I'm not good enough. Anyway, I just sent a fifth try.