how to build native boosted vm?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

how to build native boosted vm?

NISHIHARA Satoshi-2
hello.

i'm using old Mac OS X 10.6.8 mbp.
1. retrieve latest vmmaker-image.zip.
2. do it "NBVMBuilder build."
3. get MNU "MessageNotUnderstood: receiver of "copyWithout:" is nil"

yes, StackToRegisterMappingCogit class>>isPushNilFunction and
pushNilSizeFunction get nil.

am i missing something?

regards

--
--
"NISHIHARA Satoshi"
[:goonsh :nsh | ^ nishis perform: goonsh with: nsh]

Reply | Threaded
Open this post in threaded view
|

Re: how to build native boosted vm?

Igor Stasenko
On 11 February 2013 09:10, NISHIHARA Satoshi <[hidden email]> wrote:

> hello.
>
> i'm using old Mac OS X 10.6.8 mbp.
> 1. retrieve latest vmmaker-image.zip.
> 2. do it "NBVMBuilder build."
> 3. get MNU "MessageNotUnderstood: receiver of "copyWithout:" is nil"
>
> yes, StackToRegisterMappingCogit class>>isPushNilFunction and
> pushNilSizeFunction get nil.
>
> am i missing something?

We are in the middle of reconfiguring stuff to build Pharo VM, which
will include
NB plugin by default. I should finish work on it this week.

>
> regards
>
> --
> --
> "NISHIHARA Satoshi"
> [:goonsh :nsh | ^ nishis perform: goonsh with: nsh]
>



--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: how to build native boosted vm?

NISHIHARA Satoshi-2
ok, i'll wait PharoIOSConfig. ;-)

and  i attach a small cs for CMakeVMGenerator>>thirdpartyDirName.
HFSX volume (Mac OS Extended, Case-sensitive), directoryname mismatch.

regards

2013/2/11 Igor Stasenko <[hidden email]>:

> On 11 February 2013 09:10, NISHIHARA Satoshi <[hidden email]> wrote:
>> hello.
>>
>> i'm using old Mac OS X 10.6.8 mbp.
>> 1. retrieve latest vmmaker-image.zip.
>> 2. do it "NBVMBuilder build."
>> 3. get MNU "MessageNotUnderstood: receiver of "copyWithout:" is nil"
>>
>> yes, StackToRegisterMappingCogit class>>isPushNilFunction and
>> pushNilSizeFunction get nil.
>>
>> am i missing something?
>
> We are in the middle of reconfiguring stuff to build Pharo VM, which
> will include
> NB plugin by default. I should finish work on it this week.
>
>>
>> regards
>>
>> --
>> --
>> "NISHIHARA Satoshi"
>> [:goonsh :nsh | ^ nishis perform: goonsh with: nsh]
>>
>
>
>
> --
> Best regards,
> Igor Stasenko.
>


--
--
"NISHIHARA Satoshi"
[:goonsh :nsh | ^ nishis perform: goonsh with: nsh]

CMakeVMGenerator-patches.1.cs.zip (1004 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: how to build native boosted vm?

Igor Stasenko
thanks, i will check it.

On 11 February 2013 09:51, NISHIHARA Satoshi <[hidden email]> wrote:

> ok, i'll wait PharoIOSConfig. ;-)
>
> and  i attach a small cs for CMakeVMGenerator>>thirdpartyDirName.
> HFSX volume (Mac OS Extended, Case-sensitive), directoryname mismatch.
>
> regards
>
> 2013/2/11 Igor Stasenko <[hidden email]>:
>> On 11 February 2013 09:10, NISHIHARA Satoshi <[hidden email]> wrote:
>>> hello.
>>>
>>> i'm using old Mac OS X 10.6.8 mbp.
>>> 1. retrieve latest vmmaker-image.zip.
>>> 2. do it "NBVMBuilder build."
>>> 3. get MNU "MessageNotUnderstood: receiver of "copyWithout:" is nil"
>>>
>>> yes, StackToRegisterMappingCogit class>>isPushNilFunction and
>>> pushNilSizeFunction get nil.
>>>
>>> am i missing something?
>>
>> We are in the middle of reconfiguring stuff to build Pharo VM, which
>> will include
>> NB plugin by default. I should finish work on it this week.
>>
>>>
>>> regards
>>>
>>> --
>>> --
>>> "NISHIHARA Satoshi"
>>> [:goonsh :nsh | ^ nishis perform: goonsh with: nsh]
>>>
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko.
>>
>
>
>
> --
> --
> "NISHIHARA Satoshi"
> [:goonsh :nsh | ^ nishis perform: goonsh with: nsh]



--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: how to build native boosted vm?

EstebanLM
PharoOSXConfig :)

On Feb 11, 2013, at 11:06 AM, Igor Stasenko <[hidden email]> wrote:

> thanks, i will check it.
>
> On 11 February 2013 09:51, NISHIHARA Satoshi <[hidden email]> wrote:
>> ok, i'll wait PharoIOSConfig. ;-)
>>
>> and  i attach a small cs for CMakeVMGenerator>>thirdpartyDirName.
>> HFSX volume (Mac OS Extended, Case-sensitive), directoryname mismatch.
>>
>> regards
>>
>> 2013/2/11 Igor Stasenko <[hidden email]>:
>>> On 11 February 2013 09:10, NISHIHARA Satoshi <[hidden email]> wrote:
>>>> hello.
>>>>
>>>> i'm using old Mac OS X 10.6.8 mbp.
>>>> 1. retrieve latest vmmaker-image.zip.
>>>> 2. do it "NBVMBuilder build."
>>>> 3. get MNU "MessageNotUnderstood: receiver of "copyWithout:" is nil"
>>>>
>>>> yes, StackToRegisterMappingCogit class>>isPushNilFunction and
>>>> pushNilSizeFunction get nil.
>>>>
>>>> am i missing something?
>>>
>>> We are in the middle of reconfiguring stuff to build Pharo VM, which
>>> will include
>>> NB plugin by default. I should finish work on it this week.
>>>
>>>>
>>>> regards
>>>>
>>>> --
>>>> --
>>>> "NISHIHARA Satoshi"
>>>> [:goonsh :nsh | ^ nishis perform: goonsh with: nsh]
>>>>
>>>
>>>
>>>
>>> --
>>> Best regards,
>>> Igor Stasenko.
>>>
>>
>>
>>
>> --
>> --
>> "NISHIHARA Satoshi"
>> [:goonsh :nsh | ^ nishis perform: goonsh with: nsh]
>
>
>
> --
> Best regards,
> Igor Stasenko.
>


Reply | Threaded
Open this post in threaded view
|

Re: how to build native boosted vm?

NISHIHARA Satoshi-2
!
PharoOSXConfig was a subclass of NBCogCocoaIOSConfig!
thanx! ;-)

2013/2/11 Esteban Lorenzano <[hidden email]>:

> PharoOSXConfig :)
>
> On Feb 11, 2013, at 11:06 AM, Igor Stasenko <[hidden email]> wrote:
>
>> thanks, i will check it.
>>
>> On 11 February 2013 09:51, NISHIHARA Satoshi <[hidden email]> wrote:
>>> ok, i'll wait PharoIOSConfig. ;-)
>>>
>>> and  i attach a small cs for CMakeVMGenerator>>thirdpartyDirName.
>>> HFSX volume (Mac OS Extended, Case-sensitive), directoryname mismatch.
>>>
>>> regards
>>>
>>> 2013/2/11 Igor Stasenko <[hidden email]>:
>>>> On 11 February 2013 09:10, NISHIHARA Satoshi <[hidden email]> wrote:
>>>>> hello.
>>>>>
>>>>> i'm using old Mac OS X 10.6.8 mbp.
>>>>> 1. retrieve latest vmmaker-image.zip.
>>>>> 2. do it "NBVMBuilder build."
>>>>> 3. get MNU "MessageNotUnderstood: receiver of "copyWithout:" is nil"
>>>>>
>>>>> yes, StackToRegisterMappingCogit class>>isPushNilFunction and
>>>>> pushNilSizeFunction get nil.
>>>>>
>>>>> am i missing something?
>>>>
>>>> We are in the middle of reconfiguring stuff to build Pharo VM, which
>>>> will include
>>>> NB plugin by default. I should finish work on it this week.
>>>>
>>>>>
>>>>> regards
>>>>>
>>>>> --
>>>>> --
>>>>> "NISHIHARA Satoshi"
>>>>> [:goonsh :nsh | ^ nishis perform: goonsh with: nsh]
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Best regards,
>>>> Igor Stasenko.
>>>>
>>>
>>>
>>>
>>> --
>>> --
>>> "NISHIHARA Satoshi"
>>> [:goonsh :nsh | ^ nishis perform: goonsh with: nsh]
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko.
>>
>
>



--
--
"NISHIHARA Satoshi"
[:goonsh :nsh | ^ nishis perform: goonsh with: nsh]