Thanks I just installed libmpeg3 and I&#39;ll give it a run.<br><br>As soon as I sort all this out i&#39;ll get the info on the wiki...I know some of my fellow JAD users have been complaining about the absence of pd extended as an rpm in the distribution (for now there is only a Pd rpm and an rpm for creb)
<br><br>Let you know how it goes!<br><br>Eric<br><br><div><span class="gmail_quote">2007/9/5, Hans-Christoph Steiner &lt;<a href="mailto:hans@eds.org">hans@eds.org</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style=""><div><br></div><div>Looks like you are missing libmpeg3.&nbsp;&nbsp;</div><div><br></div><div>I created a wiki page so you can keep track of what needs doing to get stuff building on SUSE, please edit it, you just need a 
<a href="http://puredata.info" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">puredata.info</a> login:</div><div><br></div><div><a href="http://puredata.org/docs/developer/SUSE" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://puredata.org/docs/developer/SUSE</a></div><div><br></div><div>You can look at the Debian/Fedora pages for examples:</div><div><br></div><div><a href="http://puredata.org/docs/developer/Debian" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://puredata.org/docs/developer/Debian</a></div><div><a href="http://puredata.org/docs/developer/Fedora" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://puredata.org/docs/developer/Fedora</a>
</div><div><br></div><div>.hc</div><br><div><div><span class="e" id="q_114d857ef16547b9_1"><div>On Sep 5, 2007, at 12:39 PM, eric labelle wrote:</div><br></span></div><blockquote type="cite"><div><span class="e" id="q_114d857ef16547b9_3">
Hi<br><br>I&#39;m trying to compile extended from the CVS and everytime I get the same error on my openSUSE box:<br><br>g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx&nbsp;&nbsp; -I/usr/include/lqt&nbsp;&nbsp; -I..&nbsp; -I/home/dubian/pure-data/pd/src&nbsp; libfidtrack_fidtrackX.cpp -o libfidtrack_fidtrackX.o 
<br>../Pixes/filmMPEG3.h:70: error: ISO C++ forbids declaration of &#39;mpeg3_t&#39; with no type<br>../Pixes/filmMPEG3.h:70: error: expected &#39;;&#39; before &#39;*&#39; token<br>filmMPEG3.cpp: In constructor &#39;filmMPEG3::filmMPEG3(int)&#39;:
<br>filmMPEG3.cpp :37: error: &#39;mpeg_file&#39; was not declared in this scope<br>filmMPEG3.cpp: In member function &#39;virtual void filmMPEG3::close()&#39;:<br>filmMPEG3.cpp:53: error: &#39;mpeg_file&#39; was not declared in this scope
<br>filmMPEG3.cpp:53: error: &#39;mpeg3_close&#39; was not declared in this scope <br>filmMPEG3.cpp:54: error: &#39;mpeg_file&#39; was not declared in this scope<br>filmMPEG3.cpp: In member function &#39;virtual bool filmMPEG3::open(char*, int)&#39;:
<br>filmMPEG3.cpp:63: error: &#39;mpeg3_check_sig&#39; was not declared in this scope <br>filmMPEG3.cpp:64: error: &#39;mpeg_file&#39; was not declared in this scope<br>filmMPEG3.cpp:64: error: &#39;mpeg3_open&#39; was not declared in this scope
<br>filmMPEG3.cpp:65: error: &#39;mpeg3_has_video&#39; was not declared in this scope<br> filmMPEG3.cpp:69: error: &#39;mpeg3_total_vstreams&#39; was not declared in this scope<br>filmMPEG3.cpp:72: error: &#39;mpeg3_video_frames&#39; was not declared in this scope
<br>filmMPEG3.cpp:73: error: &#39;mpeg3_frame_rate&#39; was not declared in this scope <br>filmMPEG3.cpp:75: error: &#39;mpeg3_video_width&#39; was not declared in this scope<br>filmMPEG3.cpp:76: error: &#39;mpeg3_video_height&#39; was not declared in this scope
<br>filmMPEG3.cpp: In member function &#39;virtual pixBlock* filmMPEG3::getFrame()&#39;: <br>filmMPEG3.cpp:118: error: &#39;mpeg_file&#39; was not declared in this scope<br>filmMPEG3.cpp:122: error: &#39;MPEG3_RGBA8888&#39; was not declared in this scope
<br>filmMPEG3.cpp:123: error: &#39;mpeg3_read_frame&#39; was not declared in this scope <br>filmMPEG3.cpp:139: error: &#39;mpeg_file&#39; was not declared in this scope<br>filmMPEG3.cpp:139: error: &#39;mpeg3_read_yuvframe_ptr&#39; was not declared in this scope
<br>filmMPEG3.cpp: In member function &#39;virtual int filmMPEG3::changeImage(int, int)&#39;: <br>filmMPEG3.cpp:157: error: &#39;mpeg_file&#39; was not declared in this scope<br>filmMPEG3.cpp:157: error: &#39;mpeg3_set_frame&#39; was not declared in this scope
<br>make[3]: *** [filmMPEG3.o] Error 1<br>make[3]: *** Waiting for unfinished jobs.... <br>make[3]: Leaving directory `/home/dubian/pure-data/Gem/src/Pixes&#39;<br>make[2]: *** [Pixes] Error 2<br>make[2]: Leaving directory `/home/dubian/pure-data/Gem/src&#39;
<br>make[1]: *** [/home/dubian/pure-data/Gem/src/Gem.pd_linux] Error 2 <br>make[1]: Leaving directory `/home/dubian/pure-data/packages&#39;<br>make: *** [install] Error 2<br><br>Is this because I&#39;m missing a dependency?
<br><br>Thanks for your help!<br><br>Eric<br></span></div><div style="margin: 0px;">_______________________________________________</div><div style="margin: 0px;"><a href="mailto:PD-list@iem.at" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
PD-list@iem.at</a> mailing list</div><div style="margin: 0px;">UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lists.puredata.info/listinfo/pd-list</a></div> </blockquote></div><br><div> <span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<br><span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<div><br></div><div>----------------------------------------------------------------------------</div><div><br></div><div>As we enjoy great advantages from inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously. &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; - Benjamin Franklin
</div><br></span></span> </div><br></div></blockquote></div><br>