I am configuring BRL-CAD on Linux Mint (Deb xfce) 32-bit like this:

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=OFF

The following libraries are not listed as needed or are not checked
for their presence:

  libXlt (and headers)   # Deb package: libxft-dev

The missing library header wasn't discovered until later in the make step.

Otherwise all works well and the build succeeds (rev 50621).

Best regards,

-Tom

------------------------------------------------------------------------------
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 Developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to