« Return to Thread: DocBook and CMake

Re: DocBook and CMake

by Clifford Yapp :: Rate this Message:

| View in Thread



On Sun, Feb 26, 2012 at 4:36 PM, Tom Browder <tom.browder@...> wrote:
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:

Ah, tha'ts something new - that part of INSTALL is now auto-generated from the CMakeLists.txt file.  I fixed it - see r49553 for the correct way to edit a build option docstring.

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.

Um.  I'm guessing they are present on your system?  I had intentionally turned OFF pdf building by default because it is so time intensive - you need to set BRLCAD_EXTRADOCS_PDF=ON to get the PDF build, even if everything is present...

I've tweaked your changes some - does the current version work if you add -DBRLCAD_EXTRADOCS_PDF=ON?

Cliff




------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@...
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

 « Return to Thread: DocBook and CMake