hello again,<br><br><div class="gmail_quote">On Mon, Dec 1, 2008 at 1:13 AM, IOhannes m zmoelnig <span dir="ltr">&lt;<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">Jaime Oliver wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Iohannes,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
do the problems go away when you _not_ load Gem?<br>
</blockquote>
<br>
Yes, as far as I can tell, they go away.<br>
</blockquote>
<br></div>
darn</blockquote><div><br></div><div>darn indeed&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
has Gem been compiled against the correct version of Pd?<br>
</blockquote>
<br>
I don&#39;t know, I can&#39;t remember when was the last time I downloaded this<br>
version of GEM, it only says:<br>
ver: 0.91-cvs<br>
</blockquote>
<br></div>
so did you compile Gem yourself or are you using a pre-compiled binary?</blockquote><div><br></div><div>I compiled it myself&nbsp;</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
(m_pd.h used for compilation of Gem belongs to Pd-binary used)<br>
<br>
it seems like i missed the version of Pd you are trying to use.<br>
</blockquote>

<br>
My pd version is pd-0.41-4, the thing is that it was working properly before<br>
i installed all the new libraries and mplayer. That is, the gem and pd<br>
versions were the same before and they worked fine together... is this<br>
relevant?<br>
</blockquote>
<br></div>
hmm, just in order to get it right: you installed Pd and Gem and everything worked fine; then you installed mplayer and updated some libraries; then the old binaries of pd/Gem started to crash.<br></blockquote><div><br></div>
<div>YES&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
this sounds very much like an ABI problem to me.</blockquote><div><br></div><div>what does ABI mean? I&#39;m pretty sure it&#39;s not any of these:&nbsp;<a href="http://en.wikipedia.org/wiki/ABI.">http://en.wikipedia.org/wiki/ABI.</a>..&nbsp;</div>
<div>(you&#39;ll excuse my ignorance in this and some of what follows...)</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
since Gem uses some of the libraries you upgraded (libquicktime, libmpeg3, FFMPEG(!)), it is a good idea to re-link Gem to this libraries.</blockquote><div><br></div><div>well, when i run ./configure in GEM, it tells me:</div>
<div><br></div><div>use mpeg-3 : yes</div><div>use quicktime : yes</div><div>use ffmpeg : yes&nbsp;</div><div><br></div><div>So doesn&#39;t this imply they are linked? I didn&#39;t have this libraries on this computer before, so they are brand new.</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
this is especially true for FFMPEG which ha a policy of not maintaining compatibility to older releases.<br>
it is recommended to build Gem without ffmpeg support (unless you know what you are doing and you really need it) .... though i think it won&#39;t compile with recent ffmpeg anyhow :-)</blockquote><div><br></div><div>Actually, I could do without it, but I don&#39;t know how to get rid of it... is there a nice command like uninstall ffmpeg? I installed it via-yum with freshrpms or a similar repo... I imagine i could do without mpeg3 to.&nbsp;</div>
<div><br></div><div>to read mp4s i just need quicktime right?</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Should I download and compile the latest versions of gem and Pd and see?<br>
</blockquote>
<br></div>
just re-compiling Gem should be sufficient.</blockquote><div><br></div><div>Ok, so I got his errors:</div><div><br></div><div><div>make[1]: Entering directory `/home/joliverl/Desktop/Gem/src/Pixes&#39;</div><div>In file included from pix_filmNEW.cpp:28:</div>
<div>../Pixes/filmFFMPEG.h:23:22: error: avformat.h: No such file or directory</div><div>../Pixes/filmFFMPEG.h:24:21: error: avcodec.h: No such file or directory</div><div>In file included from pix_filmNEW.cpp:30:</div><div>
../Pixes/filmMPEG3.h:22:22: error: libmpeg3.h: No such file or directory</div><div>In file included from filmMPEG3.cpp:16:</div><div>../Pixes/filmMPEG3.h:22:22: error: libmpeg3.h: No such file or directory</div><div>In file included from filmFFMPEG.cpp:17:</div>
<div>../Pixes/filmFFMPEG.h:23:22: error: avformat.h: No such file or directory</div><div>../Pixes/filmFFMPEG.h:24:21: error: avcodec.h: No such file or directory</div><div><br></div><div>so there seems to be problems both with mpeg3 and ffmpeg, is this what you mean by linking them?</div>
<div><br></div><div>J</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<br>
<br>
fgmasdr<br><font color="#888888">
IOhannes<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Jaime E Oliver LR<br><br><a href="mailto:joliverl@ucsd.edu">joliverl@ucsd.edu</a><br><a href="http://www.realidadvisual.org/jaimeoliver">www.realidadvisual.org/jaimeoliver</a><br>
<a href="http://www-crca.ucsd.edu/">www-crca.ucsd.edu/</a><br><a href="http://www.realidadvisual.org">www.realidadvisual.org</a><br><br>858 202 1522<br>9168 Regents Rd. Apt. G<br>La Jolla, CA 92037<br>USA<br>