[root@davidhp brlcad-7]# export CFLAGS="-DTEST=1"; [root@davidhp brlcad-7]# cmake . -DCMAKE_C_FLAGS="-DCOWGOESMOO=1" -DCMAKE_CXX_FLAGS="-DTrace=1" -DCMAKE_SHARED_LINKER_FLAGS="-DMT=Y" ********************************************************** *** Configuring BRL-CAD Release 7.22.0, Build 20121219 *** ********************************************************** -- Could NOT find ADAPTAGRAMS (missing: AVOID_LIBRARY AVOID_INCLUDE_DIR) ------ BRL-CAD Release 7.22.0, Build 20121219 - Debug Build ------ Prefix: /usr/brlcad/dev-7.22.0 Binaries: /usr/brlcad/dev-7.22.0/bin Manual pages: /usr/brlcad/dev-7.22.0/share/brlcad/7.22.0/man Data resource files: /usr/brlcad/dev-7.22.0/share/brlcad/7.22.0 CC = /usr/bin/cc CXX = /usr/bin/c++ CFLAGS = -Werror -Wno-variadic-macros -Wno-long-long -Winline -Wshadow -Wfloat-equal -Wundef -Wextra -Wall -pedantic -g -ggdb3 -fexceptions -fno-common -fno-strict-aliasing -pipe -DCOWGOESMOO=1 -DTEST=1 -std=gnu89 -msse3 CXXFLAGS = -Werror -Wno-variadic-macros -Wno-long-long -Winline -Wshadow -Wfloat-equal -Wundef -Wextra -Wall -pedantic -g -ggdb3 -ftemplate-depth-128 -fexceptions -fno-common -fno-strict-aliasing -pipe -DTrace=1 LDFLAGS = -g -ggdb3 -DMT=Y Compile Tcl ...........................: ON Compile Tk ............................: ON Compile Itcl/Itk ......................: ON Compile Iwidgets ......................: ON Compile Tkhtml ........................: ON Compile tkpng .........................: ON Compile Tktable .......................: ON Compile libpng ........................: ON Compile libregex ......................: OFF Compile zlib ..........................: OFF Compile termlib .......................: ON Compile Utah Raster Toolkit ...........: ON Compile openNURBS .....................: ON Compile NIST STEP Class Libraries .....: ON X11 support (optional) ................: ON OpenGL support (optional) .............: ON librtserver JDK support (optional) ....: ON Enable run-time debugging (optional) ..: ON Build 32/64-bit release ...............: 32BIT (Auto) Build optimized release ...............: OFF Build debuggable release...............: ON Build profile release .................: OFF Build SMP-capable release .............: ON Build static libraries ................: OFF Build dynamic libraries ...............: ON Print verbose compilation warnings ....: ON Print verbose compilation progress ....: OFF Install example geometry models .......: ON Generate extra docs ...................: ON (html/man) Elapsed configuration time..: 3 minutes 23 seconds -- Configuring done -- Generating done -- Build files have been written to: /home/davidw/brlcad-7 [root@davidhp brlcad-7]#