<div dir="ltr">thanks for this<div><br></div><div>I just tested your patch with a fresh install of Ubuntu and it doesn&#39;t work </div><div>pix_opencv still depends both on opencv 1.5 and 2.3</div><div style>it&#39;s a shame but I&#39;ll fix this later</div>

<div style>the svn version works on ubuntu after installing legacy packages : </div><div style><div>sudo apt-get install libopencv-dev libcv-dev libhighgui-dev libcvaux-dev</div><div><br></div><div>libopencv-dev is version 2.3.1<br>

</div><div style>the others are legacy and install among others cv.h</div></div><div><br></div>
<div>concerning, pix_opencv_blobtrack, which version of opencv are you using ?</div><div>check it with : echo $(pkg-config --modversion opencv)</div><div><br></div><div style>cheers</div><div style><br></div><div style>a</div>

<div><br></div></div><div class="gmail_extra"><br clear="all"><div>--<br>do it yourself                       <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a><br></div>
<br><br><div class="gmail_quote">2013/6/19 yvan volochine <span dir="ltr">&lt;<a href="mailto:yvan.pd@gmail.com" target="_blank">yvan.pd@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

FYI it does not build on archlinux (with opencv2).<br>
<br>
I fixed some of it with the following patch:<br>
<a href="https://gist.github.com/gusano/5814205" target="_blank">https://gist.github.com/<u></u>gusano/5814205</a><br>
<br>
and now all externals build fine except for `pix_opencv_blobtrack` which gives the following error:<br>
<br>
<br>
blobtrack.h: In function ‘CvFGDetector* cvCreateFGDetector1()’:<br>
blobtrack.h:20:113: warning: control reaches end of non-void function [-Wreturn-type]<br>
 static CvFGDetector* cvCreateFGDetector1      () { return cvCreateFGDetectorBase(CV_BG_<u></u>MODEL_MOG,        NULL); }<br>
<br>
                                          ^<br>
blobtrack.h: In function ‘CvFGDetector* cvCreateFGDetector0Simple()’:<br>
blobtrack.h:19:113: warning: control reaches end of non-void function [-Wreturn-type]<br>
 static CvFGDetector* cvCreateFGDetector0Simple() { return cvCreateFGDetectorBase(CV_BG_<u></u>MODEL_FGD_SIMPLE, NULL); }<br>
<br>
                                          ^<br>
blobtrack.h: In function ‘CvFGDetector* cvCreateFGDetector0()’:<br>
blobtrack.h:18:113: warning: control reaches end of non-void function [-Wreturn-type]<br>
 static CvFGDetector* cvCreateFGDetector0      () { return cvCreateFGDetectorBase(CV_BG_<u></u>MODEL_FGD,        NULL); }<br>
<br>
                                          ^<br>
make: *** [pix_opencv_blobtrack.o] Error 1<br>
<br>
<br>
ciao,<br>
y<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
<a href="http://yvanvolochine.com" target="_blank">http://yvanvolochine.com</a><br>
<a href="http://soundcloud.com/yvanvolochine" target="_blank">http://soundcloud.com/<u></u>yvanvolochine</a><br>
<a href="http://soundcloud.com/elgusanorojo" target="_blank">http://soundcloud.com/<u></u>elgusanorojo</a><br>
<a href="http://vimeo.com/yv" target="_blank">http://vimeo.com/yv</a></font></span><div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a><br>
</div></div></blockquote></div><br></div>