<div dir="ltr">thanks Iohannes,<div><br></div><div>you're right, </div><div>there was a big mess on my machine and pd was loading the wrong Gem binary</div><div><br></div><div>and thanks for the advice</div><div><br></div>

<div>+</div><div>a</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">2014-06-23 13:28 GMT+02:00 IOhannes m zmoelnig via Pd-dev <span dir="ltr"><<a href="mailto:pd-dev@lists.iem.at" target="_blank">pd-dev@lists.iem.at</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA256<br>
<div class=""><br>
On 2014-06-19 15:41, Antoine Villeret via Pd-dev wrote:<br>
> hello,<br>
><br>
> i'm trying to make a new build system for pix_opencv based on<br>
> automake it's mainly inspired by Gem's one<br>
><br>
> I can make a pix_opencv.l_ia64 on linux but when I tried to load it<br>
> I got : ./pix_opencv.l_ia64: ./pix_opencv.l_ia64: undefined<br>
> symbol: _ZN9GemPixObj4SIMDEi pix_opencv: can't load library<br>
><br>
> maybe I need some flag to fit the Gem build option, but I can't<br>
> figure out which one. does anybody knows how to link correctly ?<br>
<br>
</div>Gem comes with a pkg-config file, that should help you.<br>
but then, there is no magic involved and no special compilation flags<br>
or defines are involved (but make sure you do NOT define GEM_INTERNAL)<br>
<br>
anyhow, the problem you are experiencing is usually related to using<br>
Gem-headers that do not match the Gem binary that you use.<br>
<br>
e.g. i find that the version of Gem that comes with Debian (0.93.3)<br>
lacks the GemPixObj::SIMD(int) method, but the git version provides it.<br>
<br>
so make sure that you load the *correct* version of Gem (the git<br>
version) before loading pix_opencv.<br>
<br>
fgmasdr<br>
IOhannes<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1<br>
Comment: Using GnuPG with Icedove - <a href="http://www.enigmail.net/" target="_blank">http://www.enigmail.net/</a><br>
<br>
iQIcBAEBCAAGBQJTqA9CAAoJELZQGcR/ejb42E0QAJYwm63fGV4CAt/80UlaIXsO<br>
TxWa/O5vU4Zcf/1zI713SDPKmQimdmTZXcguJH3/0MbVn/DaGQEO8toJp/jaO/pb<br>
nV7HwfHfZ9lsGA/3RxKJvOHo1xP2WtdKVUqU5u1mxoGFov//Ba9SdTE44/eho13j<br>
Y1zDrNVZr8Yr1xsZezeKYkj6ZVD4JRoKeFD0c1chShmZ53wonWnHJzP5GwQSbTdc<br>
s6izZNzQXbd1b6YPRM5JhJPRhsl9yGkByGs9AEG70yg6utwb0K1J49FqNpUHeEOa<br>
J5hl5FRt640XmJA3CNYi9T48swZbkRW1ai0JBSatWVF/21xtfHnx3CPo8pWXGauy<br>
EvCokedcag19RkyZWXFvHp3Iv8222ea4mThOFtVMrJtGr7NpV0EdXuxyBPgr+u4R<br>
R7UX/cpo+4i7gwMK/3K5iM0kbTl+39KVpt6f2Q8fuSh0ICvColsGeF62FhGaPSwZ<br>
EX9+iLa8ovYnysJ0bCgoryi3iKnpSJsr4XwwwW2vcTRZojvj1CfkfLebr6AxhE5P<br>
qTdChOp6zOqRyCdc1ih+BL3vHlzMW35NKN+gLJxIfZFyCaveT56aOQKlRfUNuE9Z<br>
w3U+jrdPfMq5qzCW0Y2xK6ASkHC3TBFkxw0FqmwEZ4f0CXRCrJu1stnoiaz3gYjB<br>
ixnv7Heo0NwnRb+uJdga<br>
=f0Fu<br>
-----END PGP SIGNATURE-----<br>
<br>
_______________________________________________<br>
Pd-dev mailing list<br>
<a href="mailto:Pd-dev@lists.iem.at">Pd-dev@lists.iem.at</a><br>
<a href="http://lists.puredata.info/listinfo/pd-dev" target="_blank">http://lists.puredata.info/listinfo/pd-dev</a><br>
</blockquote></div><br></div>