Can you post more info about the context? Like you were executing, the call stack, whatever. Also, check that you have the opengl lib path correctly set going to system settings -> FFI.
...sorry I should add I am on Ubuntu 11.10, using NBCog and the error comes from NBGlxAPI > NBFFICalloutOn Thu, Mar 22, 2012 at 10:43 AM, chadwick <mathnoir@gmail.com> wrote:
I get Error: function unavailable with Pharo1.3 and 1.4, but I probably followed the steps wrong. I first loaded a fresh image, then did Gofer it squeaksource: 'NBOpenGL'; package: 'ConfigurationOfNBOpenGL'; load.
ConfigurationOfNBOpenGL project lastVersion load, as per previous instructions somewhere else, then loaded the latest NBXLib + examples from squeaksource via montecello, then latest NBOpengl-X similarly.
Le 19 mars 2012 �� 10:50, Igor Stasenko <siguctua@gmail.com> a ��crit :
> great!
>
> On 19 March 2012 16:11, Javier Pim��s <elpochodelagente@gmail.com> wrote:
>> I got some time and finished commiting it.
>>
>> Steps to load it (I tested with pharo 1.3):
>>
>> 1. load NBOpenGL with its configuration.
>> 2. load NBXLib package from monticello
>> 3. load NBOpengl-X package from monticello
>>
>> Then you can run the example (you'll need tahoma font):
>>
>> 4. add the patch I attach.
>> 5. Do this:
>>
>> GLTTRenderingDemo new openInWorld.
>>
>> tell if something doesn't work.