Maybe a non-visible character?

Cheers,
Alexandre

On 4 Apr 2010, at 04:32, laurent laffont wrote:

I do:
Gofer new
        squeaksource: 'MetacelloRepository';
        package: 'ConfigurationOfMondrian';
        load..
        
ConfigurationOfMondrian project latestVersion load.

Then

Gofer new
        squeaksource: 'Exupery';
        package: 'Exupery';
        load.

==> Syntax Error

testLiteralVariableAddress
        source := MedMethod
                                createIntermediate:
#((block 1 (mov(literalVariableAddress 10) t1) )Nothing more expected ->)
                                for: machine.                   
        mockEmitter expectEmission:
                #(      (block1
                                (mov #(#emitFetchAddress 1 
#(#simplifiedLiteralAddress 10)) t1))
                        (block2) ).
                        
        self simplifyFullyMocked.
        
        self verify.
        mockEmitter verify.


Laurent Laffont


On Sun, Apr 4, 2010 at 10:26 AM, laurent laffont <[email protected] > wrote: OK Thanks. I will try. Would be cool to have a ConfigurationOfExupery :).

Laurent Laffont


On Sun, Apr 4, 2010 at 10:19 AM, Tudor Girba <[email protected]> wrote:
Hi Laurent,

Something is wrong. MOAbstractLayout and MOGraphVizLayout come from Mondrian. Were these by mistake somehow added as dependencies to Exupery?
Doru



On 4 Apr 2010, at 10:06, laurent laffont wrote:

Hi,

I want to try to build Exupery VM. On PharoCore 1.0 I do:

Gofer new
       squeaksource: 'MetacelloRepository';
       package: 'ConfigurationOfVMMaker';
       load.

(ConfigurationOfVMMaker project version: '1.2') load.

Then

Gofer new
       squeaksource: 'Exupery';
       package: 'Exupery';
       load.

I have this error:

This package depends on the following classes:
 MOAbstractLayout
You must resolve these dependencies before you will be able to load these definitions:
 MOGraphVizLayout
 MOGraphVizLayout>>doExecute:
 MOGraphVizLayout>>findTopLeftCorner:


I suppose I need GraphViz package

Gofer new
       squeaksource: 'GraphViz';
       package: 'GraphViz';
       load.

But when I load it I have a Syntax Error:

runWithSystemFramework: string
<> expected ->apicall: short 'system' (char*) module: 'System.framework'>

       ^ self externalCallFailed

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

--
www.tudorgirba.com

"It's not how it is, it is how we see it."


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


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

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






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

Reply via email to