Squeak Tutorial 1
Uploader Comments (sparaig)
All Comments (7)
-
This was on Squeak 4.1 All-in-One on OSX 10.6
Also, it seems like it loaded Pools 3 times, Kernel-threaded 2 times, and Tests once.
Same with the CroquetGL 3DTransform 3 times, OpenGL-Pools 2 times and OpenGL-Core once. Same error.
finding 3DTransform... found 3DTransform-ar.21.mcz...
finding OpenGL-Pools... found OpenGL-Pools-jcg.9.mcz...
finding OpenGL-Core... found OpenGL-Core-hmm.15.mcz...
-
Yes, the versions are different
...
finding FFI-Pools... found FFI-Pools-eem.3.mcz...
finding FFI-Pools... found FFI-Pools-eem.3.mcz...
finding FFI-Kernel... found FFI-Kernel.threaded-eem.25.mcz
... finding FFI-Pools... found FFI-Pools-eem.3.mcz...
finding FFI-Kernel... found FFI-Kernel.threaded-eem.25.mcz
... finding FFI-Tests... found FFI-Tests-ar.5.mcz...
-
(Installer repository: install: '3DTransform'; install: 'OpenGL-Pools'; install: 'OpenGL-Core'.
-
@alexmillar I just wrote that to save you typing. Youtube wouldnt let me post the link
-
(Installer repository:
install: 'FFI-Pools';
install: 'FFI-Kernel';
install: 'FFI-Tests'.
Looks great, but I get "Error: External function is valid' ... glPixelStorei:with: ...beginFrame on WinXp, Mac OSX 10.6 and Ubuntu 10.04.2. Any help would be greatly appreciated.
ckhipschman 2 weeks ago
@ckhipschman it sounds like a library isn't being found. DId you install the FFI first?
sparaig 2 weeks ago