From mirko.vukovic at gmail.com Sat Jun 12 13:17:58 2010 From: mirko.vukovic at gmail.com (Mirko Vukovic) Date: Sat, 12 Jun 2010 09:17:58 -0400 Subject: [cl-opengl-devel] windows dll's Message-ID: Hello, I am using clisp on cygwin+windows. Where do people get precompiled dll's for glu & glut? I found a few online, but I would appreciate if someone could share their experience about which worked and which did not (and one site looked a bit suspicious - I was not sure if I would be installing a legit dll) Thank you, Mirko From kalyanov.dmitry at gmail.com Sat Jun 12 14:19:34 2010 From: kalyanov.dmitry at gmail.com (Kalyanov Dmitry) Date: Sat, 12 Jun 2010 18:19:34 +0400 Subject: [cl-opengl-devel] windows dll's In-Reply-To: References: Message-ID: <201006121819.47846.Kalyanov.Dmitry@gmail.com> On Saturday 12 June 2010 17:17:58, Mirko Vukovic wrote: > Hello, > > I am using clisp on cygwin+windows. > > Where do people get precompiled dll's for glu & glut? I found a few > online, but I would appreciate if someone could share their experience > about which worked and which did not (and one site looked a bit > suspicious - I was not sure if I would be installing a legit dll) > I've used http://www.xmission.com/~nate/glut.html and http://www.turtle.dds.nl/gl4newlisp/freeglut.dll - they worked for me. Unfortunately, I can't remember how I've found them. ---- ???????? ??????? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: From luismbo at gmail.com Sun Jun 13 00:19:16 2010 From: luismbo at gmail.com (=?ISO-8859-1?Q?Lu=EDs_Oliveira?=) Date: Sun, 13 Jun 2010 01:19:16 +0100 Subject: [cl-opengl-devel] windows dll's In-Reply-To: References: Message-ID: On Sat, Jun 12, 2010 at 2:17 PM, Mirko Vukovic wrote: > Where do people get precompiled dll's for glu & glut? I compiled FreeGLUT at some point in the past and stored it here: . -- Lu?s Oliveira http://r42.eu/~luis/ From biolizard.mail at gmail.com Sun Jun 13 04:08:04 2010 From: biolizard.mail at gmail.com (=?ISO-8859-1?Q?Jos=E9_Lopes?=) Date: Sun, 13 Jun 2010 05:08:04 +0100 Subject: [cl-opengl-devel] Error Message-ID: <4C1459A4.2040104@gmail.com> Hi, I'm trying to use cl-opengl. I cannot run any of the examples. For instance, when I run rb-cube with Allegro 8.2 I get the following error: Attempt to call #("glutCloseFunc" 3074974352 0 2 3074974352 4) for which the definition has not yet been (or is no longer) loaded. [Condition of type SIMPLE-ERROR] I have also tried with the latest version of SBCL and I get the following error: GLUT: Warning in (unamed): invalid glutGet parameter: 124 debugger invoked on a SB-KERNEL::UNDEFINED-ALIEN-FUNCTION-ERROR in thread #: Attempt to call an undefined alien function. Can you help me? Jos? From luismbo at gmail.com Sun Jun 13 10:37:28 2010 From: luismbo at gmail.com (=?ISO-8859-1?Q?Lu=EDs_Oliveira?=) Date: Sun, 13 Jun 2010 11:37:28 +0100 Subject: [cl-opengl-devel] Error In-Reply-To: <4C1459A4.2040104@gmail.com> References: <4C1459A4.2040104@gmail.com> Message-ID: 2010/6/13 Jos? Lopes : > GLUT: Warning in (unamed): invalid glutGet parameter: 124 > > ? ? ? ? debugger invoked on a SB-KERNEL::UNDEFINED-ALIEN-FUNCTION-ERROR My guess is that you're using classic GLUT instead of FreeGLUT. Cheers, -- Lu?s Oliveira http://r42.eu/~luis/ From mirko.vukovic at gmail.com Sun Jun 13 12:14:36 2010 From: mirko.vukovic at gmail.com (Mirko Vukovic) Date: Sun, 13 Jun 2010 08:14:36 -0400 Subject: [cl-opengl-devel] windows dll's In-Reply-To: References: Message-ID: On Sat, Jun 12, 2010 at 8:19 PM, Lu?s Oliveira wrote: > On Sat, Jun 12, 2010 at 2:17 PM, Mirko Vukovic wrote: >> Where do people get precompiled dll's for glu & glut? > > I compiled FreeGLUT at some point in the past and stored it here: > . > > -- > Lu?s Oliveira > http://r42.eu/~luis/ > Thank you all, what about glu dll's