<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><div>&gt; &gt; On Jan 2, 2014, at 9:33 PM, Joel Matthys &lt;jwmatthys@yahoo.com&gt; wrote:<br>&gt; &gt; Thanks for the update! One bugfix: I had to add -ldl to LIBS in s7.make.<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; Joel<br><br>&gt; so you might try what Joel did and see if that builds s7.  <br><br><br>Hi,<br>Yes, that seems to work.<br><br>My changes to get it to build on f20 were:<br><br>change premake4.lua, line 350 etc. to include "dl"... (thanks Bill)<br><br>-- Linux<br>configuration({"linux"})<br>links({"dl", "pthread", "rt", "X11","GL","GLU","Xinerama",<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "asound","freetype", "Xext"})<br>if _OPTIONS["with-fomus"] then<br>&nbsp;&nbsp; links({"dl", "gsl", "gslcblas", "m"}) <br>end<br><br>then run configure using premake<br>$ CFLAGS='-ldl -lpthread ' ./premake4 --with-oscpack<br><br>then edit and change s7.make for config debug, release, and speed LIB options to (thanks Joel):<br><br>&nbsp; LIBS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; += -ldl -lsndlib -lasound<br><br>then run $ make<br>-----<br>Also followed gnome instructions for adding icon to app on fedora with gnome:<br>"Place the icon in
        <span class="filename" dir="ltr">/usr/share/icons/hicolor/48x48/apps/"<br>Then after build is complete right click grace app in bin directory, select properties, then click on the icon image on properties page and associate it with cm.png.<br><br>Regards,<br>Jim<br><br></span><br><br></div>                                               </div></body>
</html>