<div dir="ltr"><div>Sorry, I haven't touched it for a while. Is this causing a problem? For what projects? The actual cl-glfw-opengl system is probably a lot less used than cl-glfw. <br><br>As I recall I think it's because there are two packages that can provide those named functions, the ARB extensions for older version of OpenGL and the core equivalents for later versions. Including those packages assumes you will have loaded one or other of the specific versions. Basically, it depends on another package.<br>
<br></div>I could go back and have a look, but it might not be for some weeks before I get time to do it. Sorry.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 31 January 2013 06:55, Faré <span dir="ltr"><<a href="mailto:fahree@gmail.com" target="_blank">fahree@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Bill,<br>
<br>
cl-glfw-opengl fails to build with the current ASDF 3 release<br>
candidates on CCL and SBCL, because of the following forward reference<br>
warnings:<br>
<br>
;   Undefined functions:<br>
;     CL-GLFW-OPENGL:ATTACH-OBJECT-ARB CL-GLFW-OPENGL:ATTACH-SHADER<br>
CL-GLFW-OPENGL:COMPILE-SHADER CL-GL<br>
FW-OPENGL:COMPILE-SHADER-ARB CL-GLFW-OPENGL:CREATE-PROGRAM<br>
CL-GLFW-OPENGL:CREATE-PROGRAM-OBJECT-ARB CL-<br>
GLFW-OPENGL:CREATE-SHADER CL-GLFW-OPENGL:CREATE-SHADER-OBJECT-ARB<br>
CL-GLFW-OPENGL:GET-INFO-LOG-ARB CL-GL<br>
FW-OPENGL:GET-OBJECT-PARAMETER-IV-ARB<br>
CL-GLFW-OPENGL:GET-PROGRAM-INFO-LOG CL-GLFW-OPENGL:GET-PROGRAM-IV<br>
 CL-GLFW-OPENGL:GET-SHADER-INFO-LOG CL-GLFW-OPENGL:GET-SHADER-IV<br>
CL-GLFW-OPENGL:GET-STRING CL-GLFW-OPEN<br>
GL:LINK-PROGRAM CL-GLFW-OPENGL:LINK-PROGRAM-ARB<br>
CL-GLFW-OPENGL:SHADER-SOURCE CL-GLFW-OPENGL:SHADER-SOUR<br>
CE-ARB<br>
;   Undefined variables:<br>
;     CL-GLFW-OPENGL::*SYNCHRONIZING-SHADER-PROGRAMS*<br>
CL-GLFW-OPENGL:+COMPILE-STATUS+ CL-GLFW-OPENGL:+F<br>
RAGMENT-SHADER+ CL-GLFW-OPENGL:+FRAGMENT-SHADER-ARB+<br>
CL-GLFW-OPENGL:+INFO-LOG-LENGTH+ CL-GLFW-OPENGL:+L<br>
INK-STATUS+ CL-GLFW-OPENGL:+OBJECT-COMPILE-STATUS-ARB+<br>
CL-GLFW-OPENGL:+OBJECT-INFO-LOG-LENGTH-ARB+ CL-G<br>
LFW-OPENGL:+OBJECT-LINK-STATUS-ARB+ CL-GLFW-OPENGL:+VERTEX-SHADER+<br>
CL-GLFW-OPENGL:+VERTEX-SHADER-ARB+<br>
;   caught 15 WARNING conditions<br>
;   caught 24 STYLE-WARNING conditions<br>
<br>
It looks like there are a lot of undeclared dependencies in your<br>
systems. Are you still maintaining those libraries? Can you fix them?<br>
<br>
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• <a href="http://fare.tunes.org" target="_blank">http://fare.tunes.org</a><br>
With freedom, no more One True Scale to rank people. Everyone pick his own.<br>
Why vie for a society of equals, when everyone can be superior?<br>
</blockquote></div><br></div>