I have a couple of issues I've found today trying to configure a release build on the trunk.
I'm using the following configure line: cmake ../brlcad-svn-trunk -DBRLCAD_BUNDLED_LIBS=ON -DBRLCAD_ZLIB=OFF -DCMAKE_BUILD_TYPE=Release -DBRLCAD_EXTRADOCS=ON 1. The first thing I notice is that I get this strange notice about the INSTALL file: CMake Warning at CMakeLists.txt:420 (_message): /usr/src/tbrowde/brlcad-svn-trunk/INSTALL is out of date. An updated version has been generated at /usr/src/tbrowde/brlcad-build/INSTALL.new To clear this warning, replace /usr/src/tbrowde/brlcad-svn-trunk/INSTALL with /usr/src/tbrowde/brlcad-build/INSTALL.new Note I changed the file locally, but then I committed it and even did an update in my source dir. I also have deleted the build directory (out of tree) and started with a fresh one to no avail. 2. The second thing I notice is that I cannot get the build system to recognize that I have the prereqs for a pdf build. I feel like cmake should tell me what I am missing when it tells me I cannot generate pdf. Also, I can't find anywhere in our current docs specifically what it takes to satisfy cmake (environment variables?). To correct 2 I am working on cmake input changes. Best regards, -Tom ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
