Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Hernán Morales Durand
El 07/12/2013 5:31, Clément Bera escribió: Hello, answers inlined 2013/12/6 Hernán Morales Durand mailto:hernan.mora...@gmail.com>> Thanks Clement, got it. FYI doing the checkout leads to a filename too long $ git checkout -f HEAD error: unable to create file mc/VMMaker-o

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Stéphane Ducasse
On Dec 7, 2013, at 3:50 PM, p...@highoctane.be wrote: > I have been looking at the code using Source Navigator NG and it is helpful. > > I am not afraid of C for sure. > > Who is in? I'm not afraid but not fluent so this is worse :) > > On Saturday, December 7, 2013, Stéphane Ducasse wrot

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread p...@highoctane.be
I have been looking at the code using Source Navigator NG and it is helpful. I am not afraid of C for sure. Who is in? On Saturday, December 7, 2013, Stéphane Ducasse wrote: > having a group of C (not afraid persons) cleaning the VM code and library > would be really great. > > stef > > On Dec

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Stéphane Ducasse
having a group of C (not afraid persons) cleaning the VM code and library would be really great. stef On Dec 7, 2013, at 2:01 PM, p...@highoctane.be wrote: > Maybe can we do something about that on the 20th. > > Note: there were3 pull requests > https://github.com/pharo-project/pharo-vm/pulls

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread p...@highoctane.be
Maybe can we do something about that on the 20th. Note: there were3 pull requests https://github.com/pharo-project/pharo-vm/pulls?direction=desc&page=1&sort=created&state=openat the moment, I reviewed them and merged as they looked ok. (2 readme.md, one with Nicolai Windows fix). Phil On Sat, De

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Stéphane Ducasse
I would like to be a fly on your shoulder when you work on that? Stef On Dec 7, 2013, at 9:53 AM, Esteban Lorenzano wrote: > just because I didn't had the time of removing them from builds :) > (sometimes is not so easy, as you know) > > as soon as I have some time to work on the vm I will rem

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Esteban Lorenzano
just because I didn't had the time of removing them from builds :) (sometimes is not so easy, as you know) as soon as I have some time to work on the vm I will remove the "undesirable" plugins (while working on the ones that we actually need, like SoundPlugin :). Esteban On Sat, Dec 7, 2013 at

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Stéphane Ducasse
> >> Hello, answers inlined >> >> 2013/12/6 Hernán Morales Durand >> Thanks Clement, got it. >> >> FYI doing the checkout leads to a filename too long >> >> $ git checkout -f HEAD >> error: unable to create file >> mc/VMMaker-oscog.package/GeniePlugin.class/instance >> /primSameClassAbsoluteS

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Clément Bera
I have no clue Marcus why it is still there. Probably removing it had some side effect in rare cases so it is still there or no one has ever tried to remove it. 2013/12/7 Marcus Denker > > On 07 Dec 2013, at 09:32, Clément Bera wrote: > > Hello, answers inlined > > 2013/12/6 Hernán Morales Dur

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Marcus Denker
On 07 Dec 2013, at 09:32, Clément Bera wrote: > Hello, answers inlined > > 2013/12/6 Hernán Morales Durand > Thanks Clement, got it. > > FYI doing the checkout leads to a filename too long > > $ git checkout -f HEAD > error: unable to create file > mc/VMMaker-oscog.package/GeniePlugin.class

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Clément Bera
Hello, answers inlined 2013/12/6 Hernán Morales Durand > Thanks Clement, got it. > > FYI doing the checkout leads to a filename too long > > $ git checkout -f HEAD > error: unable to create file > mc/VMMaker-oscog.package/GeniePlugin.class/instance > > /primSameClassAbsoluteStrokeDistanceMyPoin

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-06 Thread Hernán Morales Durand
Thanks Clement, got it. FYI doing the checkout leads to a filename too long $ git checkout -f HEAD error: unable to create file mc/VMMaker-oscog.package/GeniePlugin.class/instance /primSameClassAbsoluteStrokeDistanceMyPoints.otherPoints.myVectors.otherVectors. mySquaredLengths.otherSquaredLengths

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-06 Thread Clément Béra
Hello. Can you try to git clone this repo: https://github.com/pharo-project/pharo-vm and then in the folder named 'image', there's a script named newImage.sh. Run it, it should get you an image named generator.image with Pharo 2 + Cog. Anyway it's a bug ... 2013/12/6 Hernán Morales Durand >

[Pharo-users] Loading Cog fails under Windows

2013-12-06 Thread Hernán Morales Durand
When I try to install Cog (GuillermoPolito.127) from the Configuration Browser in a clean Pharo 2.0 (Windows 7 x64), fails with the following message: "The symbolic version #stable is not defined in ConfigurationOfCog for the current platform." I download the image + vm with the following command