On Aug 20, 2008, at 4:14 PM, <[EMAIL PROTECTED]> wrote: > Attempts to compile wine via FinkCommander result in ------------- > <snip> gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ - > D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration- > after-statement -Wwrite-strings -Wpointer-arith -I/sw/lib/ > freetype219/include -I/sw/lib/fontconfig2/include -g -O2 -o > credui_main.o credui_main.c ../../tools/wrc/wrc --nostdinc -I. -I. - > I../../include -I../../include -D__WINESRC__ -focredui.res > credui.rc ../../tools/winegcc/winegcc -B../../tools/winebuild - > shared ./credui.spec credui_main.o credui.res -o credui.dll.so - > lcomctl32 -luser32 -ladvapi32 -lkernel32 ../../libs/port/ > libwine_port.a -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib > gcc -c -I. -I. -I../../include -I../../include -I../../include/ > msvcrt -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict- > aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer- > arith -I/sw/lib/freetype219/include -I/sw/lib/fontconfig2/include -g > -O2 -fno-builtin -o crtdll_main.o crtdll_main.c ../../tools/winegcc/ > winegcc -B../../tools/winebuild -shared ./crtdll.spec crtdll_main.o - > o crtdll.dll.so -lmsvcrt -lkernel32 ../../libs/port/libwine_port.a - > L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib ./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 ### execution of /var/tmp/tmp.1.HCIvyu > failed, exit code 2 Removing runtime build-lock... Removing build- > lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-wine-1.1.0-1 > (Reading database ... 80932 files and directories currently > installed.) Removing fink-buildlock-wine-1.1.0-1 ... Failed: phase > compiling: wine-1.1.0-1 failed Before reporting any errors, please > run "fink selfupdate" and try again. If you continue to have issues, > please check to see if the FAQ on fink's website solves the problem. > If not, ask on the fink-users or fink-beginners mailing lists, with > a carbon copy to the maintainer: Damian Dimmich <[EMAIL PROTECTED] > tec.com> Note that this is preferable to emailing the maintainer > directly, since most fink package maintainers do not have access to > all possible hardware and software configurations. > ---------------------------------------------- I've tried > 'selfupdate'ing and 'rebuild'ing with the same result. I haven't > seen '...external symbol 'CRTDLL__xxx_dll' is not a function' > before. Any ideas? Thanks Terry ---------------------------------
I'm assuming you're on 10.5, as you didn't say. If you are, this problem has been reported on fink-users: http://thread.gmane.org/gmane.os.macosx.fink.user/26630/focus=26655 and appears to have been introduced by Xcode 3.1, so the best workaround that I can think of is to downgrade Xcode to 3.0. If you're on 10.4, or have Xcode 3.0 on 10.5, then that would be another matter. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
