[Insight-users] Re: Other build failures (fwd) : configuring GLUT
Luis Ibanez
luis.ibanez@kitware.com
Tue, 03 Dec 2002 07:51:47 -0500
Hi Neil,
My mistake,
The problem you are having is not related to GLUT
but just to OpenGL.
In your CMakeCache.txt file you had the following
two lines:
OPENGL_gl_LIBRARY /usr/local/gnu/lib
OPENGL_glu_LIBRARY /usr/local/gnu/lib
The problem is that they are containing only the
directory. They are missing the library name.
Here is how they look in a typical linux installation:
OPENGL_gl_LIBRARY:INTERNAL=/usr/lib/libGL.so
OPENGL_glu_LIBRARY:INTERNAL=/usr/lib/libGLU.so
Sorry about the confusion.
Luis
=====================================================
Neil Killeen wrote:
>>
>> GLUT_INCLUDE_DIR:PATH=/usr/include
>> GLUT_Xi_LIBRARY:FILEPATH=/usr/X11R6/lib/libXi.so
>> GLUT_Xmu_LIBRARY:FILEPATH=/usr/X11R6/lib/libXmu.so
>> GLUT_glut_LIBRARY:FILEPATH=/usr/lib/libglut.so
>>
>
> these lines (empty or otherwise) are neither in my CMakeCache.txt file
> nor presented to me by ccmake (in ordinary or expert mode).
> I am sure I am not expected to add them to the file manually...
>
> Neil
>
> _______________________________________________