Re: [PD] Implement pix_opencv and problems

2009-05-14 Thread Jack
You are on PowerPC or Intel ? I gave full instructions for PowerPC : http://hangar.org/wikis/lab/pd/opencv/INSTALL.macosx.ppc This could help for Intel ? (really don't know) ++ Jack Le 14 mai 09 à 06:04, philippe boisnard a écrit : Hello Thank you for your help. Many difficulty to compile

[PD] Implement pix_opencv and problems

2009-05-13 Thread philippe boisnard
Hello I try to implement pix_opencv in Pd-extended, and I have many problems when I make the external make make clean and after copy in Pd-extended, I have this message : cp: *.pd_darwin: No such file or directory and, in the folder, there isn't file something.pd_darwin. It's my first

Re: [PD] Implement pix_opencv and problems

2009-05-13 Thread IOhannes m zmoelnig
philippe boisnard wrote: Hello I try to implement pix_opencv in Pd-extended, and I have many problems when I make the external make make clean and after copy in Pd-extended, I have this message : cp: *.pd_darwin: No such file or directory and, in the folder, there isn't file

Re: [PD] Implement pix_opencv and problems

2009-05-13 Thread philippe boisnard
Hello Thank you for your answer. the order was that you write : make clean make here the messages of console 1/ after make clean; 2/ after make. 1/ after make clean new-host-4:~ philippeboisnard$ cd Desktop new-host-4:Desktop philippeboisnard$ cd pix_opencv new-host-4:pix_opencv

Re: [PD] Implement pix_opencv and problems

2009-05-13 Thread IOhannes m zmoelnig
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

Re: [PD] Implement pix_opencv and problems

2009-05-13 Thread philippe boisnard
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