[fluxus] progress on osx

Artem Baguinski artm at v2.nl
Fri May 26 13:14:48 PDT 2006


the _CF symbols are from CoreFoundation.framework

sorry, can't test it yet.

On 26/05/06, greebo <greebo at wolke7.net> wrote:
> /folks,
>
> now it seems to compile cleanly, but the linking process is still broken  .
>
> do i need some tweaks for the gcc setting ? additional framework necessary?
>
>
> /*output with gcc 3.3*/
>
> ld: Undefined symbols:
> _fprintf$LDBLStub
> _printf$LDBLStub
> _snprintf$LDBLStub
> _fscanf$LDBLStub
> _vsnprintf$LDBLStub
> _vfprintf$LDBLStub
> _sprintf$LDBLStub
> _sscanf$LDBLStub
> ___fixunstfdi
> ___floatditf
> ___gcc_qsub
> _CFArrayGetCount
> _CFArrayGetTypeID
> _CFArrayGetValueAtIndex
> _CFGetTypeID
> _CFPreferencesCopyAppValue
> _CFStringGetCString
> _CFStringGetTypeID
> ___CFStringMakeConstantString
> _kCFPreferencesCurrentApplication
> _CFLocaleCopyCurrent
> _CFLocaleGetIdentifier
> _CFRelease
> scons: *** [fluxus] Error 1
> scons: building terminated because of errors.
> /*end*/
>
> /*output with gcc 4.0.1*/
> /usr/bin/ld: Undefined symbols:
> _CFArrayGetCount
> _CFArrayGetTypeID
> _CFArrayGetValueAtIndex
> _CFGetTypeID
> _CFPreferencesCopyAppValue
> _CFStringGetCString
> _CFStringGetTypeID
> ___CFStringMakeConstantString
> _kCFPreferencesCurrentApplication
> _CFLocaleCopyCurrent
> _CFLocaleGetIdentifier
> _CFRelease
> collect2: ld returned 1 exit status
> scons: *** [fluxus] Error 1
> scons: building terminated because of errors.
>
>



More information about the Fluxus mailing list