On my Linux Mint (LMDE, xfce), 32-bit VI, I configured for OpenGL and
got an apparently successful configuration using this incantation:

cmake $SRCDIR                         \
                                      \
       -DBRLCAD_BUNDLED_LIBS=ON       \
       -DBRLCAD_ZLIB=OFF              \
       -DCMAKE_BUILD_TYPE=Debug        \
       -DBRLCAD_EXTRADOCS_PDF=OFF    \
       -DBRLCAD_EXTRADOCS_PDF_MAN=OFF \
       -DBRLCAD_ENABLE_OPENGL=ON

However, the build failed here:

Scanning dependencies of target togl
[ 43%] Building C object src/other/togl/src/CMakeFiles/togl.dir/glew/glew.c.o
In file included from
/usr/src/tbrowde/brlcad-svn/brlcad/trunk/src/other/togl/src/glew/glew.c:32:0:
/usr/src/tbrowde/brlcad-svn/brlcad/trunk/src/other/togl/src/../include/GL/glew.h:1165:20:
fatal error: GL/glu.h: No such file or directory
compilation terminated.
make[2]: *** [src/other/togl/src/CMakeFiles/togl.dir/glew/glew.c.o] Error 1
make[1]: *** [src/other/togl/src/CMakeFiles/togl.dir/all] Error 2
make: *** [all] Error 2

After I installed package ''freeglut3-dev" the build worked.

I also reconfigured after the installations to see any changes in the
cache files.

The gzipped cache files are attached.

Best,

-Tom

Attachment: CMakeCache.txt.gz
Description: GNU Zip compressed data

Attachment: CMakeCache2.txt.gz
Description: GNU Zip compressed data

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Users mailing list
brlcad-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-users

Reply via email to