Re: [Pharo-project] Integrating VMMaker-dtl.175

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

Re: [Pharo-project] Integrating VMMaker-dtl.175

laurent laffont
 
Hi Igor,

build fails with 
- squeakvm trunk rev. 2210 
- ConfigurationOfVMMaker 1.4 (VMMaker-dtl.176)
- all Plugins but UUID external

Scanning dependencies of target squeakvm                                                                              
[  3%] Building C object CMakeFiles/squeakvm.dir/gnu-interp.c.o                                                       
/home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c: In function ‘sendInvokeCallbackStackRegistersJmpbuf’:   
/home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c:25885:74: erreur: ‘BytesPerWord’ undeclared (first use in this function)
/home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c:25885:74: note: each undeclared identifier is reported only once for each function it appears in
/home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c:25887:24: erreur: ‘BaseHeaderSize’ undeclared (first use in this function)
/home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c:25888:2: erreur: ‘ShiftForWord’ undeclared (first use in this function)
make[2]: *** [CMakeFiles/squeakvm.dir/gnu-interp.c.o] Erreur 1
make[1]: *** [CMakeFiles/squeakvm.dir/all] Erreur 2
make: *** [all] Erreur 2

Laurent Laffont

http://pharocasts.blogspot.com/
http://magaloma.blogspot.com/


On Thu, May 27, 2010 at 11:02 AM, Igor Stasenko <[hidden email]> wrote:
Dear all,

i would really like to finish an integration of new finalization.
But this requires releasing a new VMs for all platforms.

If you think, we're done with VM-side part, then lets proceed with
releasing new VMs, so we could start using new feature.

--
Best regards,
Igor Stasenko AKA sig.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] Integrating VMMaker-dtl.175

Igor Stasenko

On 27 May 2010 20:29, laurent laffont <[hidden email]> wrote:
>
> Hi Igor,

Hi, Laurent.
It is not because of introduction of concretely mine changes.
Apparently it is a problem with sources out of sync with VMMaker.
Try get latest SVN and build with latest VMMaker sources (not those,
which in SVN).

> build fails with
> - squeakvm trunk rev. 2210
> - ConfigurationOfVMMaker 1.4 (VMMaker-dtl.176)
> - all Plugins but UUID external
> Scanning dependencies of target squeakvm
> [  3%] Building C object CMakeFiles/squeakvm.dir/gnu-interp.c.o
> /home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c: In function ‘sendInvokeCallbackStackRegistersJmpbuf’:
> /home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c:25885:74: erreur: ‘BytesPerWord’ undeclared (first use in this function)
> /home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c:25885:74: note: each undeclared identifier is reported only once for each function it appears in
> /home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c:25887:24: erreur: ‘BaseHeaderSize’ undeclared (first use in this function)
> /home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c:25888:2: erreur: ‘ShiftForWord’ undeclared (first use in this function)
> make[2]: *** [CMakeFiles/squeakvm.dir/gnu-interp.c.o] Erreur 1
> make[1]: *** [CMakeFiles/squeakvm.dir/all] Erreur 2
> make: *** [all] Erreur 2
> Laurent Laffont
>
> http://pharocasts.blogspot.com/
> http://magaloma.blogspot.com/
>
>
> On Thu, May 27, 2010 at 11:02 AM, Igor Stasenko <[hidden email]> wrote:
>>
>> Dear all,
>>
>> i would really like to finish an integration of new finalization.
>> But this requires releasing a new VMs for all platforms.
>>
>> If you think, we're done with VM-side part, then lets proceed with
>> releasing new VMs, so we could start using new feature.
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>



--
Best regards,
Igor Stasenko AKA sig.
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] Integrating VMMaker-dtl.175

laurent laffont
 


On Thu, May 27, 2010 at 9:36 PM, Igor Stasenko <[hidden email]> wrote:

On 27 May 2010 20:29, laurent laffont <[hidden email]> wrote:
>
> Hi Igor,

Hi, Laurent.
It is not because of introduction of concretely mine changes.
Apparently it is a problem with sources out of sync with VMMaker.
Try get latest SVN and build with latest VMMaker sources (not those,
which in SVN).

- rev 2210 is the latest squeakvm source.
- VMMaker.dtl.176 the latest VMMaker package.

I forgot to tell I'm on Linux, gcc 4.5.0. 

 

> build fails with
> - squeakvm trunk rev. 2210
> - ConfigurationOfVMMaker 1.4 (VMMaker-dtl.176)
> - all Plugins but UUID external
> Scanning dependencies of target squeakvm
> [  3%] Building C object CMakeFiles/squeakvm.dir/gnu-interp.c.o
> /home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c: In function ‘sendInvokeCallbackStackRegistersJmpbuf’:
> /home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c:25885:74: erreur: ‘BytesPerWord’ undeclared (first use in this function)
> /home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c:25885:74: note: each undeclared identifier is reported only once for each function it appears in
> /home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c:25887:24: erreur: ‘BaseHeaderSize’ undeclared (first use in this function)
> /home/lol/sandbox/squeakvm/easysqueak/out/build/gnu-interp.c:25888:2: erreur: ‘ShiftForWord’ undeclared (first use in this function)
> make[2]: *** [CMakeFiles/squeakvm.dir/gnu-interp.c.o] Erreur 1
> make[1]: *** [CMakeFiles/squeakvm.dir/all] Erreur 2
> make: *** [all] Erreur 2
> Laurent Laffont
>
> http://pharocasts.blogspot.com/
> http://magaloma.blogspot.com/
>
>
> On Thu, May 27, 2010 at 11:02 AM, Igor Stasenko <[hidden email]> wrote:
>>
>> Dear all,
>>
>> i would really like to finish an integration of new finalization.
>> But this requires releasing a new VMs for all platforms.
>>
>> If you think, we're done with VM-side part, then lets proceed with
>> releasing new VMs, so we could start using new feature.
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>



--
Best regards,
Igor Stasenko AKA sig.