Ruby1.7.3 win [glut32.dll missing?]

hi,

I installed ruby1.7.3 using the windows installer provided at
sourceforge. i didn’t upgrade from 1.6.8.
All the GL samples won’t run because the glut32 library is missing.

Is it missing on purpose? Should we install GLUT on our own?

has anyone else seen this problem?

_meinrad

“Meinrad Recheis” meinrad.recheis@aon.at wrote in message
news:3E480798.7070909@aon.at…

hi,

I installed ruby1.7.3 using the windows installer provided at
sourceforge. i didn’t upgrade from 1.6.8.
All the GL samples won’t run because the glut32 library is missing.

Is it missing on purpose? Should we install GLUT on our own?

has anyone else seen this problem?

By coincidence yes - I just tried this a few days ago on 1.7.3 and got the
same error. I reckon you should just go get the dll’s from somewhere.

That said - my impression is that there are better alternatives than glut -
but obviously this won’t work with files in the Ruby OpenGL directory.

In OCaml there has recently been added a new OpenGL interface which relies
on GLFW if I rember correctly.

Mikkel

MikkelFJ wrote:

By coincidence yes - I just tried this a few days ago on 1.7.3 and got the
same error. I reckon you should just go get the dll’s from somewhere.

A google search for “glut32.dll” yields the answer :wink:

WOW GLFW is cool. who wants to wrap it for RUBY? :slight_smile:
i would do it if i had more wrapping experience…sigh

thanks for the great link,

_meinrad

MikkelFJ wrote:

···

“Meinrad Recheis” meinrad.recheis@aon.at wrote in message
news:3E480798.7070909@aon.at…

hi,

I installed ruby1.7.3 using the windows installer provided at
sourceforge. i didn’t upgrade from 1.6.8.
All the GL samples won’t run because the glut32 library is missing.

Is it missing on purpose? Should we install GLUT on our own?

has anyone else seen this problem?

By coincidence yes - I just tried this a few days ago on 1.7.3 and got the
same error. I reckon you should just go get the dll’s from somewhere.

That said - my impression is that there are better alternatives than glut -
but obviously this won’t work with files in the Ruby OpenGL directory.

Casino utan Svensk Licens » Nya Casinon utan Spelpaus

In OCaml there has recently been added a new OpenGL interface which relies
on GLFW if I rember correctly.

Mikkel

“Lyle Johnson” lyle@users.sourceforge.net wrote in message
news:3E4819E1.4050700@users.sourceforge.net

MikkelFJ wrote:

By coincidence yes - I just tried this a few days ago on 1.7.3 and got
the
same error. I reckon you should just go get the dll’s from somewhere.

A google search for “glut32.dll” yields the answer :wink:

Why I would neeever have thought of that :wink:

Mikkel