On 28/11/12 14:55, Sergey wrote:
> List of non-found by linker functions became less after linking with zlib.
> But these functions are still not found:
> _CFDataGetBytePtr
> _CFDataGetLength
> _CFDataGetTypeID
> _CFGetTypeID
> ___CFConstantStringClassReference
> _FrontWindow
> _GetCurrentProcess
> _SelectWindow
> _SetFrontProcess
> _ShowWindow
>
> What must I link additionally to find them?

I seem to recall Mac apps needing to explicitly link to CoreFoundation 
even if they weren't directly using it.

The CFxxx symbols are certainly that library...

It may be that linking to CoreFoundation means you don't need to link to 
zlib too...

mac:LIBS += -framework CoreFoundation

-- 
Link

_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to