i just don't get any further..
somebody here who got it workin on OS X 10.5.7?

i downloaded a Opencv.frameworks folder somewhere and put in in Libraries/Frameworks
i downloaded opencv_unsupported_cvs, but have no idea where to put it or what to do with it.

so i guess my opencv might be far from being able to work.

on the pd-opencv-page ( http://www.hangar.org/wikis/lab/doku.php?id=start:puredata_opencv ) they say "edit the Makefile and change the values for PD_DIR and GEM_DIR variables
and edit this lines : OPENCV_CFLAGS and OPENCV_LIBS
Put something like that -I/opt/local/var/macports/software/opencv/1.0.0_0/opt/local/include/opencv/ and -L/opt/local/var/macports/software/opencv/1.0.0_0/opt/local/lib/ -lcxcore -lcv -lhighgui -lcvaux -lml "

sp, could this be correct?:
PD_DIR = /Applications/Pd-extened.app
GEM_DIR = Applications/Pd-extened.app/Contents/Resources/extra/Gem

i have no idea how i should put the OPENCV_CFLAGS and OPENCV_LIBS. what should it refer to?

UPDATA: allright, i almost believe that i managed to compile opencv, tomorrow i'll try to compile the pd objects. still need help with the paths i guess.