[squeak-dev] porting Croquet to Squeak6.0 alpha...

gettimothy gettimothy at zoho.com
Wed Mar 11 21:54:38 UTC 2020


Okey dokey,



Poking along, there is a stray glyph in OGLUnix openGLLibraryName after

openGLLibraryName

^Smalltalk osVersion = 'linux'

ifTrue: ['libGL.so.1']

ifFalse: ['GL']



I removed it in my install and got past that error.



Working exclusively with Croquet(Master)...







My next error is in OGLUnixX11LE(OpenGL)>>glMatrixMode: 

glMatrixMode: mode

"This method was automatically generated."

"void glMatrixMode(GLenum mode);"

<apicall: void 'glMatrixMode' (ulong) module: '#openGLLibraryName'>

^self externalCallFailed



The <apicall:...> fails



How to think about this?



Is Croquet behind OpenGL latest?

Would teaching myself OpenGL programming be of use to the Croquet project?



cheers,



tty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200311/85439f3c/attachment.html>


More information about the Squeak-dev mailing list