<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Ubuntu">&nbsp;Hi all. I just rebuilt CM and Grace from source
      and encountered a few compile errors.<br>
      <br>
      I'm on Ubuntu 12.04 amd64, with a fresh svn checkout:<br>
      <br>
      Grace 3.8.0 [svn:1982M]<br>
      JUCE v1.54.27<br>
      S7 Scheme 2.8<br>
      FOMUS 0.1.18-alpha<br>
      <br>
      1. a bunch of XShm errors, which required adding Xext to premake
      links (around line 392)<br>
      <br>
      2. src/AudioFilePlayer.cpp:20:36: error: cannot call constructor
      &#8216;juce::Font::Font&#8217; directly [-fpermissive] (fixed by removing
      redundant '::Font')<br>
      <br>
      3. src/MidiFilePlayer.cpp:95:42: error: cannot call constructor
      &#8216;juce::Font::Font&#8217; directly [-fpermissive] </font><font
      face="Ubuntu">(fixed by removing redundant '::Font')<br>
      <br>
      After fixing those three, everything built fine.<br>
      <br>
      Joel<br>
    </font>
  </body>
</html>