Hello
Thank you for your help.
Many difficulty to compile this, for a first time it's not very easy.
I'll wait some times to test that, because I have an urgent project
that I must complete before mid June.
thank you
p
Le 13 mai 09 à 11:15, IOhannes m zmoelnig a écrit :
hi
philippe boisnard wrote:
Hello
[...]
declared void pix_opencv_edge.cpp:225: error: ‘t_class’ was not declared in this
scope pix_opencv_edge.cpp:225: error: ‘classPtr’ was not declared in this
scope pix_opencv_edge.cpp:226: error: expected ‘,’ or ‘;’ before ‘{’ token pix_opencv_edge.cpp:230: error: ‘pix_opencv_edge’ has not been
declared pix_opencv_edge.cpp:230: error: ‘t_floatarg’ has not been declared pix_opencv_edge.cpp: In function ‘void
floatTreshMessCallback(void*, int)’: pix_opencv_edge.cpp:232: error: ‘GetMyClass’ was not declared in
this scope make: *** [pix_opencv_edge.o] Error 1 3/ after this, I try to copy *.pd_darwin cp: *.pd_darwin: No such file or directoryactually, before this, you should read what it says. "error" is
usually connotated as something bad (indicating that something (in
this case: compiling the code) has failed)you should carefully look through all lines containing errors (it's
a good idea to start at the top error, as the rest might just be a
result of prior errors)in your case: you seem to lack the development versions of opencv,
Pd and Gem (you need header-files apart from the binary files). the full code of Pd(-extended) and Gem can be downloaded via
subversion (there should be info on this somewhere at http://puredata.info ) how to obtain openCV i don't know, but google might help a lot.famr IOhannes