Ticket #13000 (closed defect: fixed)
wine build incompatible with Xcode 3.1 / iPhone SDK
| Reported by: | tannhaus@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Bugs |
| Component: | ports | Version: | 1.5.2 |
| Keywords: | Cc: | ryandesign@…, wsiegrist@…, jason@…, keithpk@…, chosenken@…, Gordon.Child@…, meissnem@… | |
| Port: | wine, wine-devel |
Description
All the dependencies for wine are now compiling nicely, but I keep running into this when I try to compile wine:
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./crtdll.spec crtdll_main.o -o crtdll.dll.so -lmsvcrt -lkernel32 ../../libs/port/libwine_port.a -L/opt/local/lib -framework CoreServices -lz ./crtdll.spec:44: external symbol 'CRTDLL__basemajor_dll' is not a function ./crtdll.spec:45: external symbol 'CRTDLL__baseminor_dll' is not a function ./crtdll.spec:46: external symbol 'CRTDLL__baseversion_dll' is not a function ./crtdll.spec:66: external symbol 'CRTDLL__cpumode_dll' is not a function ./crtdll.spec:243: external symbol 'CRTDLL__osmajor_dll' is not a function ./crtdll.spec:244: external symbol 'CRTDLL__osminor_dll' is not a function ./crtdll.spec:245: external symbol 'CRTDLL__osmode_dll' is not a function ./crtdll.spec:247: external symbol 'CRTDLL__osversion_dll' is not a function winegcc: ../../tools/winebuild/winebuild failed. make[2]: *** [crtdll.dll.so] Error 2 make[1]: *** [crtdll] Error 2 make: *** [dlls] Error 2 Error: Status 1 encountered during processing.
Change History
Note: See
TracTickets for help on using
tickets.

