Re: [squeak-dev] Squeak Oversight Board minutes – 10/18/11

Casimiro de Almeida Barreto casimiro.barreto at gmail.com
Thu Oct 20 18:12:08 UTC 2011


Em 20-10-2011 15:45, Eliot Miranda escreveu:
>
> What happens when you run a VM downloaded from
> http://www.mirandabanda.org/files/Cog/VM/VM.r2502/, e.g. coglinux.tgz
> <http://www.mirandabanda.org/files/Cog/VM/VM.r2502/coglinux.tgz> instead
> of one you build yourself?
>
>
>
> -- 
> best,
> Eliot
>

Ok, then I have:

Smalltalk getSystemAttribute: 1009
Now returns correct version (r2502).

Accented characters wont work (as expected from previous e-mails).

Compiler recompileAll wont crash VM (as expected)

OpenGL example still wont work: external module not found:

OGLUnixLE(OpenGL)>>glPixelStorei:with:
glPixelStorei: pname with: param
    "This method was automatically generated."
    "void glPixelStorei(GLenum pname, GLint param);"
    <apicall: void 'glPixelStorei' (ulong long) module: 'opengl32.dll'>
    ^self externalCallFailed
   
Interesting thing is that it's trying to open a opengl32.dll (ms win32)
while in the "standard VM version" FFI works correctly... I'll
investigate more about this...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20111020/78865cd9/attachment.htm


More information about the Squeak-dev mailing list