From: "Xavier" <spam2 / noreality.net> > > I'm trying to use FLGT ruby on Windows XP, but am running into a > segmentation fault at ftgl_test.rb:38 (The first call through to the > FTGL library) > > I am installing as follows: > 1) Ruby One Click installer for windows > 2) Install ruby-opengl-0.32g > ruby extconf.rb > nmake > > At this point the openGL samples work > 3) Install FTGL > ruby setup.rb config > ruby setup.rb setup > ruby setup.rb install > 4) Try to run ftgl_test.rb > ruby tests/ftgl_test.rb > > tests/ftgl_test.rb:38: [BUG] Segmentation fault > ruby 1.8.4 (2005-12-24) [i386-mswin32] Hi, That's strange. I'll try to reproduce that problem here. However, I've compiled it pretty recently on XP with 1.8.4 and it's been working for me. I've put the binaries online here: http://tastyspleen.net/~billk/ftgl_mswin32/ Do these binaries work for you? Or do you still get the crash? Thanks, Bill