[Vm-dev] Re: Problem generating Mac VM...

Igor Stasenko siguctua at gmail.com
Sun Apr 10 10:42:08 UTC 2011


On 9 April 2011 18:41, Mariano Martinez Peck <marianopeck at gmail.com> wrote:
>
> I don't understand why this didn't happen to Hudson. Maybe it is because the hudson bulds are getting the git from Igor and not the blessed...
>

yes. i need to sync them out.

> cheers
>
> mariano
>
> On Sat, Apr 9, 2011 at 3:49 PM, Mariano Martinez Peck <marianopeck at gmail.com> wrote:
>>
>> 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:
>>
>> -- Configuring done
>> CMake Error at SoundPlugin/CMakeLists.txt:17 (add_library):
>>   Cannot find source file:
>>
>>     /Users/mariano/Pharo/VM/git/cogVM1/blessed/platforms/Mac OS/plugins/SoundPlugin/sqMacAudioDeviceList.c
>>
>>   Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
>>   .hxx .in .txx
>>
>>
>> -- Build files have been written to: /Users/mariano/Pharo/vm/git/cogVM1/blessed/build
>>
>>
>>
>> This is because in CogMacOSConfig>> configureSoundPlugin: maker
>>     "extra rules for SoundPlugin"
>>
>>     super configureSoundPlugin: maker.
>>     maker includeDirectories: '${platformsDir}/unix/vm/'.
>>     maker addPlatformSources:
>>         #(
>>             'sqMacAudioDeviceList.c'
>>             'sqMacUnixInterfaceSound.c'
>>             'sqUnixSoundMacOSXJMM.c'
>>         )
>>
>>
>> you are including    'sqMacAudioDeviceList.c'   which is NOT present in Cog VM blessed, as you can see here:  https://gitorious.org/cogvm/blessed/trees/master/platforms/Mac%20OS/plugins/SoundPlugin
>>
>> Of course, if I remove that line from the cong, it works.
>>
>> Then I check and I saw a commit from Eliot that says:
>>
>>
>> Author: eliot
>> Date: 2011-04-01 12:39:21 -0700 (Fri, 01 Apr 2011)
>> New Revision: 2376
>>
>> Removed:
>>   branches/Cog/platforms/Mac OS/plugins/SoundPlugin/sqMacAudioDeviceList.c
>>
>>
>> So...apparently that file was removed (I don't know why) from the SVN. Maybe someone commited that to the git repository but without updating the conf ?
>>
>> what is the correct procedure here?
>>
>> Thanks in advance,
>>
>> --
>> Mariano
>> http://marianopeck.wordpress.com
>>
>
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
>
>



-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list