<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Luís Oliveira wrote:
<blockquote
 cite="mid:q2l391f79581004090038pd5fc63feh19f5bc8e88203c1c@mail.gmail.com"
 type="cite">
  <pre wrap="">On Thu, Apr 8, 2010 at 12:18 AM, David Davis <a class="moz-txt-link-rfc2396E" href="mailto:dabukun@gmail.com"><dabukun@gmail.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I want to use gluUnProject in order to do things on-screen when the user
clicks with the mouse.  I'm using Ubuntu, and it seems that the opengl
libraries that come with it do not come with the glu(Un)Project methods
defined.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
They're defined in the CL-GLU system, which you need to load.

HTH,

  </pre>
</blockquote>
Hi Luís,<br>
<br>
A 'egrep "[pP]roject"
/usr/share/common-lisp/source/opengl/opengl/glu.lisp' returns nothing
for me.  Maybe the CL opengl code in Ubuntu 9.10 is way out of date?<br>
<br>
-Dave<br>
</body>
</html>