Ah, yes, I have fink installed and use it for Pd builds. I included FTGL here:

http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2

Its all about the "otool -L libftgl.2.dylib" to see the lib paths, then install_name_tool to change the lib id, then install_name_tool to change the paths to find deps, i.e.:

install_name_tool -id /Library/Pd/fux_kinect/libfreenect.0.0.1.dylib \
        libfreenect.0.0.1.dylib
install_name_tool -id /Library/Pd/fux_kinect/libfreetype.6.dylib \
        libfreetype.6.dylib
install_name_tool -id /Library/Pd/fux_kinect/libftgl.2.dylib \
        libftgl.2.dylib
install_name_tool -change /sw/lib/freetype219/lib/libfreetype.6.dylib \
        /Library/Pd/fux_kinect/libfreetype.6.dylib libftgl.2.dylib

.hc

On Jun 20, 2011, at 4:59 PM, Pagano, Patrick wrote:

No love here on OSX 10.6.7
Quad core
16gb

pp

/Users/shree/Desktop/kinect/fux_kinect.pd_darwin:
dlopen(/Users/shree/Desktop/kinect/fux_kinect.pd_darwin, 10): Library not
loaded: /sw/lib/libftgl.2.dylib
 Referenced from: /Users/shree/Desktop/kinect/fux_kinect.pd_darwin



On 6/20/11 4:16 AM, "philippe boisnard" <[email protected]> wrote:

Hello Hans

I do that you you explain, I put the whole folder in Library/Pd, and
after I start pd-extended, but fux_kinect object doesn't work, even if I
have the objet [kinect]
????

I don't understand, because, there is no problem when I read you ?

p
Le 20 juin 2011 à 01:22, Hans-Christoph Steiner a écrit :

Basically, just unzip this, and drop the whole fux_kinect folder into
/Library/Pd, and the fux_kinect object works and finds the
libfreenect.0.0.1.dylib and libusb-1.0.0.dylib.


_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list



----------------------------------------------------------------------------

“We must become the change we want to see. - Mahatma Gandhi


_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to