#13000: wine build incompatible with Xcode 3.1 / iPhone SDK ---------------------------------+------------------------------------------ Reporter: tannhaus@gmail.com | Owner: ryandesign@macports.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by ryandesign@macports.org): Partial fix committed to wine-devel port in r38484. For every variable causing the "not a function" message I added "=0" to its definition. But I don't know how to continue from here. I now have these errors: {{{ ./msvcrt.spec:88: external symbol 'MSVCRT___argv' is not a function ./msvcrt.spec:107: external symbol 'MSVCRT___lc_handle' is not a function ./msvcrt.spec:152: external symbol 'MSVCRT___wargv' is not a function ./msvcrt.spec:157: external symbol 'MSVCRT__acmdln' is not a function ./msvcrt.spec:297: external symbol 'MSVCRT__iob' is not a function ./msvcrt.spec:364: external symbol 'MSVCRT_mbctype' is not a function ./msvcrt.spec:512: external symbol 'MSVCRT__wcmdln' is not a function }}} And none of these are simple variables. Some are pointers to variables or pointers to pointers to variables, or arrays. I don't know how to change their definition to make Xcode 3.1 happy. Help is welcomed. -- Ticket URL: <http://trac.macports.org/ticket/13000#comment:52> MacPorts <http://www.macports.org/> Ports system for Mac OS