Maybe you need to set
DYLD_LIBRARY_FALLBACK_PATH=/path/to/built/Qt/libs?

Although since its looking for Qt built as a framework you probably need to
set the alternative one:

DYLD_FRAMEWORK_FALLBACK_PATH

https://developer.apple.com/library/mac/documentation/Darwin/Reference/Manpages/man1/dyld.1.html
On Nov 26, 2013 8:21 AM, <[email protected]> wrote:

> @Justin thanks for the reply.  I was finally able to build the QT
> libraries, I just had to make sure I was using xcode 4.5.2 and the 10.6 SDK
> from xcode 4.3.
>
> Like you I am still having issues compiling shiboken, cmake runs without
> issue, but make I get an error about finding QtCore Library at the very end
> of the process ...
>
> [ 96%] Built target shiboken
> [ 98%] Running generator for 'shiboken'...
> dyld: Library not loaded: QtCore.framework/Versions/4/QtCore
>   Referenced from:
> /Users/homedir/Downloads/shiboken-1.1.2/_build/generator/shiboken
>   Reason: image not found
> /bin/sh: line 1: 49602 Trace/BPT trap: 5
> /Users/homedir/Downloads/shiboken-1.1.2/_build/generator/shiboken
> --project-file=/Users/homedir/Downloads/shiboken-1.1.2/_build/shibokenmodule/shibokenmodule.txt
> make[2]: *** [shibokenmodule/shiboken/shiboken_module_wrapper.cpp] Error
> 133
> make[1]: *** [shibokenmodule/CMakeFiles/shibokenmodule.dir/all] Error 2
> make: *** [all] Error 2
>
>
> So close, arghh!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/37c7253c-7496-4267-afa6-b8f52ddd2d3c%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA3GnYKsNoCRUpueVF5-MBKkGSEKTx6qf-%3DbZs5stN7svA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to