Re: Ubuntu Edgy vs wxWidgets

new topic     » goto parent     » topic index » view thread      » older message » newer message

Matt Lewis wrote:
> 
> ChrisBurch2 wrote:
> > 
> > Hi
> > 
> > I'm getting a few cpp cast errors. Heres the output of make with your 
> > new makefile

<snip>

> The solution isn't trivial, I think, because of the way I've got the
> c calls set up, so that euphoria does the work of converting atoms 
> too big for integers into C_INTs.  I've never worked with a 64-bit
> machine, so I'm not familiar with the sorts of things that would need
> to be done.

Thinking about it some more, I think part of the solution has to be making
euphoria build on a 64-bit architecture.  There's not even a way for 
euphoria to hold a 64-bit number in a primitive data type.  An atom only 
holds a double, which is itself 64 bits, but not all bits are devoted to
the mantissa.

I suppose your best bet is to see if you can get (or figure out the flags)
to get gcc to cross compile to 32-bit.

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu