Nick:<br><br>FYI, I have found that I need to edit the makefile prior to building.&nbsp; Also, there are some dependencies that you will need.&nbsp; I can't think of all of them off the top of my head, but certainly devel libs for flac, vorbis and mad.&nbsp; Also you will need portaudio installed.&nbsp; Just watch the linker output (or take a look at the makefile) and you should get it all.&nbsp; Everything I needed I could install on Fedora Core through Axel's &quot;
<a href="http://atrpm.net">atrpm.net</a>&quot; repository (or one of the other repositories you get using Axel's configuration files).<br><br>One other thing, Richard wrote all of these files in C, and if you link to anything &quot;C++&quot; based, you will need&nbsp; to surround all of the procedure declarations with &quot;extern C&quot; declarations.&nbsp; This tripped me up for a little while.
<br><br>George<br><br><div><span class="gmail_quote">On 8/16/06, <b class="gmail_sendername">Nick Rout</b> &lt;<a href="mailto:nick@rout.co.nz">nick@rout.co.nz</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On Wed, 16 Aug 2006 11:35:54 -0400<br>George Galt wrote:<br><br>&gt; Nick:<br>&gt;<br>&gt; You can get the latest through SVN at:<br>&gt; *svn co <a href="http://svn.slimdevices.com/repos/slim/trunk/softsqueeze*">http://svn.slimdevices.com/repos/slim/trunk/softsqueeze*
</a>.<br>&gt;<br>&gt; Or you can get the stable version at:<br>&gt; <a href="https://sourceforge.net/project/showfiles.php?group_id=105169">https://sourceforge.net/project/showfiles.php?group_id=105169</a><br>&gt;<br>&gt; George
<br><br>Thanks :-)<br><br>--<br>Nick Rout &lt;<a href="mailto:nick@rout.co.nz">nick@rout.co.nz</a>&gt;<br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>