Hi Igor. There is a problem with the latest CogVM blessed and what it is in CogMacOSConfig. If you try to do a cmake you will have this error:<br><br>-- Configuring done<br>CMake Error at SoundPlugin/CMakeLists.txt:17 (add_library):<br>
  Cannot find source file:<br><br>    /Users/mariano/Pharo/VM/git/cogVM1/blessed/platforms/Mac OS/plugins/SoundPlugin/sqMacAudioDeviceList.c<br><br>  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp<br>
  .hxx .in .txx<br><br><br>-- Build files have been written to: /Users/mariano/Pharo/vm/git/cogVM1/blessed/build<br><br><br><br>This is because in CogMacOSConfig&gt;&gt; configureSoundPlugin: maker <br>    &quot;extra rules for SoundPlugin&quot;<br>
<br>    super configureSoundPlugin: maker.  <br>    maker includeDirectories: &#39;${platformsDir}/unix/vm/&#39;.<br>    maker addPlatformSources:<br>        #( <br>     <span style="background-color: rgb(255, 255, 102);">       &#39;sqMacAudioDeviceList.c&#39; </span><br>
            &#39;sqMacUnixInterfaceSound.c&#39; <br>            &#39;sqUnixSoundMacOSXJMM.c&#39;<br>        )<br><br><br>you are including <span style="background-color: rgb(255, 255, 102);">   &#39;sqMacAudioDeviceList.c&#39;  <span style="background-color: rgb(255, 255, 255);"> which is NOT present in Cog VM blessed, as you can see here:  </span></span><a href="https://gitorious.org/cogvm/blessed/trees/master/platforms/Mac%20OS/plugins/SoundPlugin">https://gitorious.org/cogvm/blessed/trees/master/platforms/Mac%20OS/plugins/SoundPlugin</a><br>
<br>Of course, if I remove that line from the cong, it works. <br><br>Then I check and I saw a commit from Eliot that says:<br><br><br>Author: eliot<br>Date: 2011-04-01 12:39:21 -0700 (Fri, 01 Apr 2011)<br>New Revision: 2376<br>
<br>Removed:<br>  branches/Cog/platforms/Mac OS/plugins/SoundPlugin/sqMacAudioDeviceList.c<br><br><br>So...apparently that file was removed (I don&#39;t know why) from the SVN. Maybe someone commited that to the git repository but without updating the conf ?<br>
<br>what is the correct procedure here?<br><br>Thanks in advance,<br><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>