OK, now it works on PowerPC, MacOSX.4.11Here the method :• Download this three libraries with Fink : libjpeg + libpng3 + libtiff• In Terminal :cvs -d:pserver:anonymous@opencvlibrary.cvs.sourceforge.net:/cvsroot/opencvlibrary login----> then hit 'enter' on your keyboardcvs -z3 -d:pserver:anonymous@opencvlibrary.cvs.sourceforge.net:/cvsroot/opencvlibrary co -P opencv----> download opencv sources• with a text editor, open the file : cvcap_qt.cpplook for '__BEGIN__' and change it by '__BEGIN__{'look for '__END__' and change it by '}__END__'----> save• In Terminal----> go to your opencv folder you just download and create a new folder 'build' :cd blabla/opencvmkdir buildcd build../configure CPPFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib"makesudo make install----> enter your password• With you browser go to :----> download pix_opencv-0.1a.tar.gz and decompress all :----> download PD-extended sources and decompress all :----> download the makefile for macosx :• In the Finder :----> change 'Makefile.darwin' by 'Makefile' and then overwrite the 'Makefile' in 'pix_opencv' folder you just download• With a text editor :----> open this new 'Makefile' and change :PD_DIR = /*/Pd-0.39.3-extended/pd (enter the path of the 'pd' folder in 'Pd-0.39.3-extended' folder you just download from sourceforge)GEM_DIR = /*/Pd-0.39.3-extended/Gem (enter the path of the 'Gem' folder in 'Pd-0.39.3-extended' folder you just download from sourceforge)----> save• In Terminal :----> go to the folder 'pix_opencv' with 'cd 'export MACOSX_DEPLOYMENT_TARGET=10.4make cleanmake• Then copy the '.pd_darwin' create in the 'pix_opencv' folder in your '/Applications/Pd-0.40.3-extended-20080315.app/Contents/Resources/extra/Gem/' for exempleHope it will help and hope i have not made mistake.Thx to Lluis for his help.++JackLe 28 avr. 08 à 12:29, Jack a écrit :Hello PD users,When i compile opencv, i get this error on macos X.4.11, G4 powerbook :../../../otherlibs/highgui/cvcap_qt.cpp: In function `inticvWriteFrame_QT(CvVideoWriter*, const IplImage*)':../../../otherlibs/highgui/cvcap_qt.cpp:1183: warning: unusedvariable 'status'../../../otherlibs/highgui/cvcap_qt.cpp: In function `CvVideoWriter*cvCreateVideoWriter_QT(const char*, int, double, CvSize, int)':../../../otherlibs/highgui/cvcap_qt.cpp:1425: error: jump to label'exit'../../../otherlibs/highgui/cvcap_qt.cpp:1310: error: from here../../../otherlibs/highgui/cvcap_qt.cpp:1361: error: crossesinitialization of 'MediaType** video'../../../otherlibs/highgui/cvcap_qt.cpp:1350: error: crossesinitialization of 'TrackType** video_track'../../../otherlibs/highgui/cvcap_qt.cpp:1330: error: crossesinitialization of 'const __CFString* out_path'make[3]: *** [cvcap_qt.lo] Error 1make[2]: *** [all-recursive] Error 1make[1]: *** [all-recursive] Error 1make: *** [all] Error 2Any idea ?I followed the instructions from :Thanx.++JackLe 26 avr. 08 à 06:17, marius schebella a écrit :got it working!lluisgomez@hangar.org wrote:However, when I try to load any of them PD gives me this error::/Users/lluisgomezbigorda/pix_opencv/pix_opencv_edge.pd_darwin:dlopen(/Users/lluisgomezbigorda/pix_opencv/pix_opencv_edge.pd_darwin,10): Symbol not found: __ZN7GemBase10isRunnableEvReferenced from:/Users/lluisgomezbigorda/pix_opencv/pix_opencv_edge.pd_darwinExpected in: dynamic lookupI got this error too, but only when gem was not loaded. when gem isloaded, everything is fine.In order to make the opencv objects work I always had to setcolorspaceRGB. otherwise, I did no see any effect. I think the default on osx isyuv. anyway, will test a little more. great stuff!marius._______________________________________________PD-list@iem.at mailing listUNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list_______________________________________________PD-list@iem.at mailing listUNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list