--- Checking operating system support for file symlinking --- Checking operating system support for file symlinking - Supported ********************************************************** *** Configuring BRL-CAD Release 7.24.2, Build 20160828 *** ********************************************************** CMake Warning (dev) at misc/CMake/BRLCAD_Options.cmake:108 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "BRLCAD_BUNDLED_LIBS" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Options.cmake:200 (OPTION_ALIASES) CMakeLists.txt:993 (BRLCAD_OPTION) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Options.cmake:118 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "BRLCAD_BUNDLED_LIBS" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Options.cmake:200 (OPTION_ALIASES) CMakeLists.txt:993 (BRLCAD_OPTION) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/ThirdParty.cmake:81 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "BRLCAD_REGEX" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): src/other/CMakeLists.txt:85 (THIRD_PARTY) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/ThirdParty.cmake:177 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "BRLCAD_REGEX" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): src/other/CMakeLists.txt:85 (THIRD_PARTY) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/ThirdParty.cmake:216 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "BRLCAD_REGEX" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): src/other/CMakeLists.txt:85 (THIRD_PARTY) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Options.cmake:108 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "BRLCAD_REGEX" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/ThirdParty.cmake:238 (OPTION_ALIASES) src/other/CMakeLists.txt:85 (THIRD_PARTY) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Options.cmake:118 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "BRLCAD_REGEX" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/ThirdParty.cmake:238 (OPTION_ALIASES) src/other/CMakeLists.txt:85 (THIRD_PARTY) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/ThirdParty.cmake:323 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "BRLCAD_LEMON" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): src/other/CMakeLists.txt:183 (THIRD_PARTY_EXECUTABLE) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/ThirdParty.cmake:433 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "LEMON_MET_CONDITION" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): src/other/CMakeLists.txt:183 (THIRD_PARTY_EXECUTABLE) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/ThirdParty.cmake:457 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "BRLCAD_XSLTPROC" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): src/other/CMakeLists.txt:244 (THIRD_PARTY_EXECUTABLE) This warning is for project developers. Use -Wno-dev to suppress it. Generating Tcl man pages... -- Looking for INET library -- Found INET library: inet CMake Warning (dev) at src/other/tcl/CMakeLists.txt:438 (SC_TCL_CHECK_BROKEN_FUNC): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' extern int strstr(); exit(strstr(\"\\\0test\", \"test\") ? 1 : 0);' the old evaluation rules produce: ' extern int strstr(); exit(strstr("\test", "test") ? 1 : 0);' but the new evaluation rules produce an error: Syntax error in cmake code at /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/tcl/CMakeLists.txt:441 when parsing string extern int strstr(); exit(strstr(\"\\\0test\", \"test\") ? 1 : 0); Invalid character escape '\0'. Using the old result for compatibility since the policy is not set. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/other/tcl/CMakeLists.txt:1013 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tcl". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/ThirdParty_TCL.cmake:147 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "BRLCAD_TK" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): src/other/CMakeLists.txt:514 (THIRD_PARTY_TCL_PACKAGE) This warning is for project developers. Use -Wno-dev to suppress it. Generating Tk man pages... CMake Warning (dev) at misc/CMake/CheckCSourceRuns.cmake:74 (IF): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "HAVE_UNION_WAIT" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): src/other/tk/CMakeLists.txt:271 (CHECK_C_SOURCE_RUNS) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/TCL_PKGINDEX.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tk". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): src/other/tk/CMakeLists.txt:769 (TCL_PKGINDEX) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/TCL_PKGINDEX.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "itcl". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): src/other/incrTcl/itcl/CMakeLists.txt:232 (TCL_PKGINDEX) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/TCL_PKGINDEX.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "itk". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): src/other/incrTcl/itk/CMakeLists.txt:253 (TCL_PKGINDEX) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/TCL_PKGINDEX.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "Tkhtml". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): src/other/tkhtml/CMakeLists.txt:112 (TCL_PKGINDEX) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/TCL_PKGINDEX.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tkpng". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): src/other/tkpng/CMakeLists.txt:42 (TCL_PKGINDEX) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/TCL_PKGINDEX.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "Tktable". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): src/other/tktable/CMakeLists.txt:81 (TCL_PKGINDEX) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/librt/CMakeLists.txt:285 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/libpkg/CMakeLists.txt:15 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/conv/CMakeLists.txt:163 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/gtools/CMakeLists.txt:18 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/nirt/CMakeLists.txt:33 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/rt/CMakeLists.txt:21 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/util/CMakeLists.txt:41 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/vfont/CMakeLists.txt:15 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/archer/images/CMakeLists.txt:307 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/archer/CMakeLists.txt:46 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/boteditor/CMakeLists.txt:6 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/geometree/CMakeLists.txt:5 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/igraph/CMakeLists.txt:5 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/hv3/CMakeLists.txt:10 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/lib/CMakeLists.txt:31 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/lod/CMakeLists.txt:4 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/mged/CMakeLists.txt:85 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/pl-dm/CMakeLists.txt:6 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/sdialogs/scripts/CMakeLists.txt:6 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/sdialogs/CMakeLists.txt:6 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/swidgets/images/CMakeLists.txt:9 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/swidgets/scripts/CMakeLists.txt:8 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/swidgets/CMakeLists.txt:7 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/util/CMakeLists.txt:6 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/CMakeLists.txt:96 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/rtwizard/lib/CMakeLists.txt:23 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) src/tclscripts/rtwizard/CMakeLists.txt:8 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/TCL_PKGINDEX.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "issttcltk". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): src/adrt/CMakeLists.txt:74 (TCL_PKGINDEX) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) src/adrt/CMakeLists.txt:78 (BRLCAD_MANAGE_FILES) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) src/archer/CMakeLists.txt:4 (BRLCAD_MANAGE_FILES) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) misc/CMakeLists.txt:38 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:620 (BRLCAD_MANAGE_FILES) doc/docbook/articles/en/CMakeLists.txt:105 (ADD_DOC) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:620 (BRLCAD_MANAGE_FILES) doc/docbook/articles/it/CMakeLists.txt:16 (ADD_DOC) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:620 (BRLCAD_MANAGE_FILES) doc/docbook/books/en/CMakeLists.txt:54 (ADD_DOC) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:620 (BRLCAD_MANAGE_FILES) doc/docbook/lessons/en/CMakeLists.txt:133 (ADD_DOC) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:620 (BRLCAD_MANAGE_FILES) doc/docbook/lessons/es/CMakeLists.txt:129 (ADD_DOC) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:620 (BRLCAD_MANAGE_FILES) doc/docbook/presentations/en/CMakeLists.txt:18 (ADD_DOC) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:620 (BRLCAD_MANAGE_FILES) doc/html/CMakeLists.txt:5 (ADD_DOC) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:620 (BRLCAD_MANAGE_FILES) doc/legal/CMakeLists.txt:6 (ADD_DOC) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:620 (BRLCAD_MANAGE_FILES) doc/CMakeLists.txt:39 (ADD_DOC) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) db/CMakeLists.txt:78 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) bench/ref/CMakeLists.txt:20 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/BRLCAD_Util.cmake:121 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "targetname" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): misc/CMake/BRLCAD_Targets.cmake:513 (NORMALIZE_FILE_LIST) misc/CMake/BRLCAD_Targets.cmake:615 (BRLCAD_MANAGE_FILES) CMakeLists.txt:1994 (BRLCAD_ADDDATA) This warning is for project developers. Use -Wno-dev to suppress it. ------ BRL-CAD Release 7.24.2, Build 20160828 - Release Build ------ Prefix: /opt/brlcad Binaries: /opt/brlcad/bin Libraries: /opt/brlcad/lib Manual pages: /opt/brlcad/man Data resource files: /opt/brlcad/share CC = /usr/bin/cc CXX = /usr/bin/c++ CFLAGS = -pipe -fno-strict-aliasing -fno-common -fexceptions -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Winline -Wno-long-long -Wno-variadic-macros -std=gnu99 CXXFLAGS = -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wno-inline -Wno-long-long -Wno-variadic-macros LDFLAGS = -lpng16 Compile Tcl ...........................: ON Compile Tk ............................: ON Compile Itcl/Itk ......................: ON Compile Iwidgets ......................: ON Compile Tkhtml ........................: ON Compile tkpng .........................: ON Compile Tktable .......................: ON Compile libpng ........................: OFF 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 ...............: ON Build debuggable release...............: OFF Build profile release .................: OFF Build SMP-capable release .............: ON Build static libraries ................: ON 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) CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "lemon". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "re2c_bootstrap". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "re2c". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "perplex". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "aliastorle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "cubitorle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "giftorle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "graytorle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "painttorle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rawtorle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rletoabA60". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rletoalias". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rletoascii". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rletogray". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rletopaint". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rletops". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rletoraw". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rletorla". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rletotarga". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rletovcr". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "targatorle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "vcrtorle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "wasatchrle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "xbmtorle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rletoabA62". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rletogif". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rleClock". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "applymap". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "avg4". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "crop". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fant". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "into". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "mcut". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "mergechan". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pyrmask". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "repos". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rleaddcom". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlebg". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlebox". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlecat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rleccube". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlecomp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rledither". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rleflip". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlegrid". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlehdr". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlehisto". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rleinterp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rleldmap". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlemandl". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlenoise". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlepatch". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rleprint". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlequant". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlescale". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rleselect". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlesetbg". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlesortmap". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlespiff". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlesplice". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlesplit". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlestereo". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rleswap". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rlezoom". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "smush". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "to8". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tobw". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "unexp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "unslice". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tclsh". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "wish". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "check-express". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "print_schemas". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "print_attrs". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "exppp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "exp2cxx". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "lazy_test". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_sscanf". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_gethostname". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_basename". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_booleanize". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_str_isprint". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_dirname". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_escape". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_heap". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_progname". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_quote". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_redblack". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_timer". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_semaphore". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bu_vls_vprintf". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bntester". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bn_tri_tri_isect_coplanar". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bn_tri_tri_isect". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bn_list". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bn_poly_multiply". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bn_poly_scale". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bn_poly_add". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bn_poly_sub". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_bn_poly_synthetic_div". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "test_point_intersect". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "test_curve_intersect". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "test_bundle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "test_dvec". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "test_ssi". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "nurbs_tester". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tpkg". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pkg_test_server". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pkg_test_client". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "obj-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "test_bottess". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tester_density". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fftc". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "ifftc". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fftest". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtserverTest". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "anim_cascade". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "anim_fly". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "anim_hardtrack". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "anim_keyread". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "anim_lookat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "anim_offset". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "anim_orient". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "anim_script". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "anim_sort". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "anim_time". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "anim_track". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "anim_turn". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "chan_add". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "chan_mult". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "chan_permute". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "burst". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "btclsh". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwish". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "canonize". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "step-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-step". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "iges-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-iges". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tgf-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "raw-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-raw". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "vdeck". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "3dm-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "asc2dsp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "asc2g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "asc2pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix2asc". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "asc-nmg". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g2asc". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bot-bldxf". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bot_dump". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bot_shell-vtk". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "comgeom-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "conv-vg2g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "cy-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dbupgrade". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dem-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dxf-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "enf-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "euclid_format". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "euclid_unformat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "euclid-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-dot". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-dxf". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-egg". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-euclid". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-euclid1". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-nff". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-nmg". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fast4-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "jack-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-jack". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-off". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "off-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "stl-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-stl". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g4-g5". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g5-g4". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-acad". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-obj". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-voxel". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "patch-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rpatch". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-tankill". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tankill-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-var". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-vrml". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-x3d". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "nastran-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "nmg-bot". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "nmg-rib". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "nmg-sgp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "ply-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "poly-bot". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "proe-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "shp-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "viewpoint-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-shell-rect". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-xxx". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g-xxx_facets". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "walk_example". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bw-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "cell-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "cmap-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fb-bw". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fb-cmap". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fb-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fb-orle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fb-pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fb-png". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fb-rle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbanim". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbcbars". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbclear". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbcmap". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbcmrot". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbcolor". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbfade". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbframe". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbfree". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbgamma". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbgammamod". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbgrid". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbhelp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fblabel". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbline". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbpoint". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbscanplot". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbstretch". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbzoom". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "gif-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "gif2fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "orle-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixautosize". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixflip-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "png-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "polar-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pp-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rle-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "spm-fb". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbthreadtest". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbed". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fbserv". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g_diff". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g_lint". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g_qa". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "remapid". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "g_transfer". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "beset". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "halftone". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "ir-X". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "irdisp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pictx". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "all_sf". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "showtherm". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "firpass". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "secpass". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "shapefact". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "lgt". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "nirt". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "showshot". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bottest". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "brep_cube". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "brep_simple". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "brepintersect". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "breplicator". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "brickwall". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "clutter". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "contours". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "csgbrep". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "globe". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "kurt". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "lens". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "masonry". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "menger". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "metaball". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "mkbuilding". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "molecule". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "nmgmodel". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pdb-g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pipe". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pipetest". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix2g". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pyramid". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rawbot". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "ringworld". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "room". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "sketch". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "sphflake". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "spltest". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "surfaceintersect". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tea". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tea_nmg". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "wavy". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "torii". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tube". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "vegetation". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "cchannel". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "wdb_example". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtexample". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "reshoot". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtwalk". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtshot". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtregis". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtscale". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rt". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rt_bot_faces". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtarea". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtcell". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtcheck". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtedge". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtfrac". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtg3". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rthide". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtpp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtrad". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtrange". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtray". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtsil". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtweight". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtxray". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bolt". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "coil". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fence". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "gastank". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "handle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "human". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "picket_fence". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tire". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "window". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "window_frame". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "wire". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "a-d". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bw-d". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "c-d". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "d-a". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "d-bw". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "d-f". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "d-i". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "d-u". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "d2-c". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "damdf". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dauto". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dauto2". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dconv". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "ddisp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dfft". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dmod". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dpeak". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dsel". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dstats". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dwin". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "f-d". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "f-i". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fhor". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "i-a". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "i-d". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "i-f". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "ihist". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "imod". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "istats". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "smod". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "u-a". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "u-bw". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "u-d". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "u-f". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "umod". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "ustats". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "scriptsort". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "script-tab". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tabinterp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "tabsub". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3-X". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3-dm". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bombardier". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pc_test". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "alias-pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "ap-pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "asc-plot3". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "azel". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bary". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "buffer". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bw-a". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bw-imp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bw-pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bw-png". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bw-ps". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bw-rle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bw3-pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwcrop". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwdiff". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwfilter". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwhist". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwhisteq". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwmod". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwrect". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwrot". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwscale". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwshrink". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwstat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bwthresh". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "cv". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dbcp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "decimate". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "double-asc". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dpix-pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dsp_add". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dsp_add_t". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dunncolor". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "dunnsnap". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fix_polysolids". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "gencolor". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "hex". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "imgdims". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "loop". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "lowp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "mac-pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "random". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "orle-pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix-alias". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix-bw". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix-bw3". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix-orle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix-png". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix-ppm". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix-ps". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix-rle". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix-spm". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix-sun". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix-yuv". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pix3filter". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixbackgnd". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixbgstrip". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixblend". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixborder". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixbustup". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixclump". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixcolors". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixcount". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixcut". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixdiff". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixdsplit". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixelswap". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixembed". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixfade". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixfields". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixfieldsep". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixfilter". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixhalve". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixhist". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixhist3d". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixhist3d-plot3". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixinterp2x". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixmatte". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixmerge". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixmorph". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixpaste". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixrect". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixrot". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixsaturate". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixscale". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixshrink". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixstat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixsubst". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixtile". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixuntile". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3-asc". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3-hpgl". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3-plot3". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3-ps". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3-tek". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3color". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3debug". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3getframe". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3line2". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3rot". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "plot3stat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "png-bw". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "png-pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "png_info". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rle-pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "sun-pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "terrain". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "texturescale". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "ttcp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "wavelet". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "xyz-plot3". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "yuv-pix". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "roots_example". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "remrt". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rtsrv". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "ssampview". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "rttherm". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "ssamp-bw". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "mged". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "cad_boundp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "cad_parea". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "pixcmp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "printtimestamp". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "buildtimestart". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:2091 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "buildtimeend". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/Distcheck.cmake:123 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning. get_target_property() called with non-existent target "distcheck-default_build_type". Call Stack (most recent call first): CMakeLists.txt:2256 (CREATE_DISTCHECK) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/Distcheck.cmake:123 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning. get_target_property() called with non-existent target "distcheck-no_tk". Call Stack (most recent call first): CMakeLists.txt:2257 (CREATE_DISTCHECK) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/Distcheck.cmake:123 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning. get_target_property() called with non-existent target "distcheck-autodetect_debug". Call Stack (most recent call first): CMakeLists.txt:2258 (CREATE_DISTCHECK) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/Distcheck.cmake:123 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning. get_target_property() called with non-existent target "distcheck-autodetect_release". Call Stack (most recent call first): CMakeLists.txt:2259 (CREATE_DISTCHECK) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/Distcheck.cmake:123 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning. get_target_property() called with non-existent target "distcheck-odd_pathnames". Call Stack (most recent call first): CMakeLists.txt:2260 (CREATE_DISTCHECK) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/Distcheck.cmake:123 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning. get_target_property() called with non-existent target "distcheck-in_src_dir". Call Stack (most recent call first): CMakeLists.txt:2261 (CREATE_DISTCHECK) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/Distcheck.cmake:123 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning. get_target_property() called with non-existent target "distcheck-enableall_debug". Call Stack (most recent call first): misc/CMake/Distcheck.cmake:176 (CREATE_DISTCHECK) CMakeLists.txt:2264 (DEFINE_DISTCHECK_TARGET) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at misc/CMake/Distcheck.cmake:123 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning. get_target_property() called with non-existent target "distcheck-enableall_release". Call Stack (most recent call first): misc/CMake/Distcheck.cmake:177 (CREATE_DISTCHECK) CMakeLists.txt:2264 (DEFINE_DISTCHECK_TARGET) This warning is for project developers. Use -Wno-dev to suppress it. Elapsed configuration time..: 5 minutes 9 seconds CMake Warning (dev) in src/other/openNURBS/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "openNURBS" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: /usr/lib/libz.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning: Manually-specified variables were not used by the project: BRLCAD_FLAGS_ENABLE_RUNTIME_DEBUG mbols/symbols.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/symbols/symbols_fwd.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/attribute.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/debug/parser_names.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/debug/debug_node.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/debug/impl/parser_names.ipp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/debug/minimal.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/version.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/meta.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/iterator.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/distinct.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/escape_char_fwd.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/chset.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/flush_multi_pass.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/impl/chset.ipp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/impl/escape_char.ipp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/impl/lists.ipp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/impl/confix.ipp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/impl/chset_operators.ipp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/impl/chset/range_run.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/impl/chset/basic_chset.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/impl/chset/basic_chset.ipp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/impl/chset/range_run.ipp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/lists_fwd.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/distinct_fwd.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/escape_char.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/functor_parser.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/confix_fwd.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/confix.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/loops.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/chset_operators.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/lists.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/utility/scoped_lock.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/dynamic/lazy.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/dynamic/stored_rule_fwd.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/dynamic/impl/switch.ipp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/dynamic/impl/conditions.ipp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/dynamic/impl/select.ipp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/dynamic/if.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/dynamic/switch.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/dynamic/stored_rule.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/dynamic/select.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/dynamic/while.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/dynamic/for.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic/dynamic/rule_alias.hpp brlcad-7.24.2/src/other/boost/boost/spirit/home/classic.hpp brlcad-7.24.2/src/other/boost/boost/spirit/utility/functor_parser.hpp brlcad-7.24.2/src/other/boost/boost/spirit/utility/lists.hpp brlcad-7.24.2/src/other/boost/boost/spirit/dynamic/lazy.hpp brlcad-7.24.2/src/other/boost/boost/spirit/dynamic/if.hpp brlcad-7.24.2/src/other/boost/boost/iterator_adaptors.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_object.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_stateless.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_convertible.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/function_traits.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_scalar.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/remove_reference.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/has_trivial_assign.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_class.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/make_unsigned.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/alignment_of.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/remove_const.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/integral_constant.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/remove_cv.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_empty.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/extent.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/decay.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/add_const.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_same.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_volatile.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_floating_point.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/remove_pointer.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/conversion_traits.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/same_traits.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_union.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_lvalue_reference.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_function.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_complex.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_member_object_pointer.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/broken_compiler_spec.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/integral_promotion.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/arithmetic_traits.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/remove_extent.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/has_nothrow_copy.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/array_traits.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/has_nothrow_constructor.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/remove_bounds.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_void.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_fundamental.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/has_nothrow_destructor.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/add_reference.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/has_new_operator.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/composite_traits.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_pod.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/object_traits.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/make_signed.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_const.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/ice_not.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/false_result.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/is_function_ptr_helper.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/ice_and.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/wrap.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/bool_trait_undef.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/yes_no_type.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/common_type_imp.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/ice_eq.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/bool_trait_def.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/size_t_trait_undef.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/size_t_trait_def.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/is_function_ptr_tester.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/type_trait_undef.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/ice_or.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/type_trait_def.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/template_arity_spec.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/detail/cv_traits_impl.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_base_and_derived.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_arithmetic.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_polymorphic.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/type_with_alignment.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_float.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/promote.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/alignment_traits.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/has_nothrow_assign.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/add_cv.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_virtual_base_of.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_member_function_pointer.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/add_pointer.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/ice.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_compound.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/aligned_storage.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/config.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_enum.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_unsigned.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/has_virtual_destructor.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/transform_traits.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_rvalue_reference.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/has_trivial_destructor.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/msvc/remove_reference.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/msvc/remove_const.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/msvc/remove_cv.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/msvc/remove_pointer.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/msvc/remove_extent.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/msvc/remove_bounds.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/msvc/typeof.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/msvc/remove_all_extents.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/msvc/remove_volatile.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_array.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/has_trivial_copy.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_base_of.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/add_lvalue_reference.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/rank.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/has_trivial_constructor.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_member_pointer.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_reference.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/common_type.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_abstract.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/conditional.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_signed.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/intrinsics.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/add_volatile.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/floating_point_promotion.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/add_rvalue_reference.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/remove_all_extents.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_integral.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/cv_traits.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/is_pointer.hpp brlcad-7.24.2/src/other/boost/boost/type_traits/remove_volatile.hpp brlcad-7.24.2/src/other/boost/boost/bind/placeholders.hpp brlcad-7.24.2/src/other/boost/boost/bind/protect.hpp brlcad-7.24.2/src/other/boost/boost/bind/bind_mf2_cc.hpp brlcad-7.24.2/src/other/boost/boost/bind/mem_fn.hpp brlcad-7.24.2/src/other/boost/boost/bind/mem_fn_cc.hpp brlcad-7.24.2/src/other/boost/boost/bind/mem_fn_template.hpp brlcad-7.24.2/src/other/boost/boost/bind/storage.hpp brlcad-7.24.2/src/other/boost/boost/bind/bind_mf_cc.hpp brlcad-7.24.2/src/other/boost/boost/bind/bind_cc.hpp brlcad-7.24.2/src/other/boost/boost/bind/mem_fn_vw.hpp brlcad-7.24.2/src/other/boost/boost/bind/bind.hpp brlcad-7.24.2/src/other/boost/boost/bind/arg.hpp brlcad-7.24.2/src/other/boost/boost/bind/bind_template.hpp brlcad-7.24.2/src/other/boost/boost/next_prior.hpp brlcad-7.24.2/src/other/boost/boost/limits.hpp brlcad-7.24.2/src/other/boost/boost/dynamic_bitset/config.hpp brlcad-7.24.2/src/other/boost/boost/dynamic_bitset/dynamic_bitset.hpp brlcad-7.24.2/src/other/boost/boost/units/detail/utility.hpp brlcad-7.24.2/src/other/boost/boost/mem_fn.hpp brlcad-7.24.2/src/other/boost/boost/operators.hpp brlcad-7.24.2/src/other/boost/boost/token_functions.hpp brlcad-7.24.2/src/other/boost/boost/typeof/dmc/typeof_impl.hpp brlcad-7.24.2/src/other/boost/boost/typeof/integral_template_param.hpp brlcad-7.24.2/src/other/boost/boost/typeof/modifiers.hpp brlcad-7.24.2/src/other/boost/boost/typeof/int_encoding.hpp brlcad-7.24.2/src/other/boost/boost/typeof/typeof_impl.hpp brlcad-7.24.2/src/other/boost/boost/typeof/template_encoding.hpp brlcad-7.24.2/src/other/boost/boost/typeof/encode_decode.hpp brlcad-7.24.2/src/other/boost/boost/typeof/vector50.hpp brlcad-7.24.2/src/other/boost/boost/typeof/type_encoding.hpp brlcad-7.24.2/src/other/boost/boost/typeof/vector150.hpp brlcad-7.24.2/src/other/boost/boost/typeof/typeof.hpp brlcad-7.24.2/src/other/boost/boost/typeof/template_template_param.hpp brlcad-7.24.2/src/other/boost/boost/typeof/vector.hpp brlcad-7.24.2/src/other/boost/boost/typeof/unsupported.hpp brlcad-7.24.2/src/other/boost/boost/typeof/register_fundamental.hpp brlcad-7.24.2/src/other/boost/boost/typeof/encode_decode_params.hpp brlcad-7.24.2/src/other/boost/boost/typeof/native.hpp brlcad-7.24.2/src/other/boost/boost/typeof/msvc/typeof_impl.hpp brlcad-7.24.2/src/other/boost/boost/typeof/type_template_param.hpp brlcad-7.24.2/src/other/boost/boost/typeof/pointers_data_members.hpp brlcad-7.24.2/src/other/boost/boost/typeof/register_mem_functions.hpp brlcad-7.24.2/src/other/boost/boost/typeof/register_functions_iterate.hpp brlcad-7.24.2/src/other/boost/boost/typeof/vector200.hpp brlcad-7.24.2/src/other/boost/boost/typeof/register_functions.hpp brlcad-7.24.2/src/other/boost/boost/typeof/message.hpp brlcad-7.24.2/src/other/boost/boost/typeof/vector100.hpp brlcad-7.24.2/src/other/boost/boost/graph/parallel/properties.hpp brlcad-7.24.2/src/other/boost/boost/graph/parallel/simple_trigger.hpp brlcad-7.24.2/src/other/boost/boost/graph/parallel/detail/untracked_pair.hpp brlcad-7.24.2/src/other/boost/boost/graph/parallel/detail/inplace_all_to_all.hpp brlcad-7.24.2/src/other/boost/boost/graph/parallel/algorithm.hpp brlcad-7.24.2/src/other/boost/boost/graph/parallel/container_traits.hpp brlcad-7.24.2/src/other/boost/boost/graph/parallel/basic_reduce.hpp brlcad-7.24.2/src/other/boost/boost/graph/parallel/process_group.hpp brlcad-7.24.2/src/other/boost/boost/graph/graph_traits.hpp brlcad-7.24.2/src/other/boost/boost/graph/buffer_concepts.hpp brlcad-7.24.2/src/other/boost/boost/graph/adjacency_list.hpp brlcad-7.24.2/src/other/boost/boost/graph/graph_concepts.hpp brlcad-7.24.2/src/other/boost/boost/graph/named_function_params.hpp brlcad-7.24.2/src/other/boost/boost/graph/property_maps/null_property_map.hpp brlcad-7.24.2/src/other/boost/boost/graph/property_maps/constant_property_map.hpp brlcad-7.24.2/src/other/boost/boost/graph/graphml.hpp brlcad-7.24.2/src/other/boost/boost/graph/properties.hpp brlcad-7.24.2/src/other/boost/boost/graph/iteration_macros.hpp brlcad-7.24.2/src/other/boost/boost/graph/two_bit_color_map.hpp brlcad-7.24.2/src/other/boost/boost/graph/graphviz.hpp brlcad-7.24.2/src/other/boost/boost/graph/detail/read_graphviz_new.hpp brlcad-7.24.2/src/other/boost/boost/graph/detail/adjacency_list.hpp brlcad-7.24.2/src/other/boost/boost/graph/detail/d_ary_heap.hpp brlcad-7.24.2/src/other/boost/boost/graph/detail/adj_list_edge_iterator.hpp brlcad-7.24.2/src/other/boost/boost/graph/detail/read_graphviz_spirit.hpp brlcad-7.24.2/src/other/boost/boost/graph/detail/edge.hpp brlcad-7.24.2/src/other/boost/boost/graph/graph_mutability_traits.hpp brlcad-7.24.2/src/other/boost/boost/graph/subgraph.hpp brlcad-7.24.2/src/other/boost/boost/graph/numeric_values.hpp brlcad-7.24.2/src/other/boost/boost/graph/named_graph.hpp brlcad-7.24.2/src/other/boost/boost/graph/reverse_graph.hpp brlcad-7.24.2/src/other/boost/boost/graph/overloading.hpp brlcad-7.24.2/src/other/boost/boost/graph/visitors.hpp brlcad-7.24.2/src/other/boost/boost/graph/graph_selectors.hpp brlcad-7.24.2/src/other/boost/boost/graph/breadth_first_search.hpp brlcad-7.24.2/src/other/boost/boost/graph/dll_import_export.hpp brlcad-7.24.2/src/other/boost/boost/graph/adjacency_iterator.hpp brlcad-7.24.2/src/other/boost/boost/graph/distributed/two_bit_color_map.hpp brlcad-7.24.2/src/other/boost/boost/graph/distributed/unsafe_serialize.hpp brlcad-7.24.2/src/other/boost/boost/graph/distributed/graphviz.hpp brlcad-7.24.2/src/other/boost/boost/graph/distributed/detail/filtered_queue.hpp brlcad-7.24.2/src/other/boost/boost/graph/distributed/detail/queue.ipp brlcad-7.24.2/src/other/boost/boost/graph/distributed/queue.hpp brlcad-7.24.2/src/other/boost/boost/graph/distributed/breadth_first_search.hpp brlcad-7.24.2/src/other/boost/boost/graph/distributed/concepts.hpp brlcad-7.24.2/src/other/boost/boost/proto/make_expr.hpp brlcad-7.24.2/src/other/boost/boost/proto/repeat.hpp brlcad-7.24.2/src/other/boost/boost/proto/traits.hpp brlcad-7.24.2/src/other/boost/boost/proto/core.hpp brlcad-7.24.2/src/other/boost/boost/proto/eval.hpp brlcad-7.24.2/src/other/boost/boost/proto/operators.hpp brlcad-7.24.2/src/other/boost/boost/proto/deep_copy.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/extends_funop_const.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/make_expr.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/local.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/make_expr_funop.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/template_arity_helper.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/traits.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/as_lvalue.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/template_arity.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/extends_funop.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/poly_function.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/funop.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/as_expr.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/deep_copy.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/or_n.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/ignore_unused.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/unpack_expr_.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/basic_expr.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/deduce_domain_n.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/vararg_matches_impl.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/matches_.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/make_expr_.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/args.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/poly_function_funop.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/expr.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/generate_by_value.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/and_n.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/lambda_matches.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/poly_function_traits.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/deprecated.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/deduce_domain.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/expr_variadic.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/extends_funop_const.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/make_expr.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/make_expr_funop.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/template_arity_helper.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/traits.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/extends_funop.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/funop.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/deep_copy.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/or_n.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/unpack_expr_.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/basic_expr.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/deduce_domain_n.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/vararg_matches_impl.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/matches_.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/make_expr_.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/args.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/poly_function_funop.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/expr.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/generate_by_value.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/and_n.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/lambda_matches.hpp brlcad-7.24.2/src/other/boost/boost/proto/detail/preprocessed/poly_function_traits.hpp brlcad-7.24.2/src/other/boost/boost/proto/literal.hpp brlcad-7.24.2/src/other/boost/boost/proto/extends.hpp brlcad-7.24.2/src/other/boost/boost/proto/args.hpp brlcad-7.24.2/src/other/boost/boost/proto/expr.hpp brlcad-7.24.2/src/other/boost/boost/proto/matches.hpp brlcad-7.24.2/src/other/boost/boost/proto/domain.hpp brlcad-7.24.2/src/other/boost/boost/proto/tags.hpp brlcad-7.24.2/src/other/boost/boost/proto/fusion.hpp brlcad-7.24.2/src/other/boost/boost/proto/proto_fwd.hpp brlcad-7.24.2/src/other/boost/boost/proto/generate.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/fold.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/make.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/when.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/pass_through.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/construct_pod_funop.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/make.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/when.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/construct_funop.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/make_gcc_workaround.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/pass_through_impl.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/call.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/fold_impl.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/preprocessed/construct_pod_funop.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/preprocessed/make.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/preprocessed/when.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/preprocessed/construct_funop.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/preprocessed/make_gcc_workaround.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/preprocessed/pass_through_impl.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/preprocessed/call.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/detail/preprocessed/fold_impl.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/call.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/arg.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/fold_tree.hpp brlcad-7.24.2/src/other/boost/boost/proto/transform/impl.hpp brlcad-7.24.2/src/other/boost/boost/integer/static_log2.hpp brlcad-7.24.2/src/other/boost/boost/optional/optional.hpp brlcad-7.24.2/src/other/boost/boost/optional/optional_io.hpp brlcad-7.24.2/src/other/boost/boost/optional/optional_fwd.hpp brlcad-7.24.2/src/other/boost/boost/regex.hpp brlcad-7.24.2/src/other/boost/boost/enable_shared_from_this.hpp brlcad-7.24.2/src/other/boost/boost/none_t.hpp brlcad-7.24.2/src/other/boost/boost/integer_traits.hpp brlcad-7.24.2/src/other/boost/boost/unordered_set.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/ordered_index.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/tag.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/hashed_index_fwd.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/ordered_index_fwd.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/identity_fwd.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/member.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/safe_ctr_proxy.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/node_type.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/iter_adaptor.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/safe_mode.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/converter.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/ord_index_ops.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/index_node_base.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/hash_index_iterator.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/no_duplicate_tags.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/adl_swap.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/uintptr_type.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/prevent_eti.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/msvc_index_specifier.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/scope_guard.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/duplicates_iterator.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/auto_space.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/copy_map.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/has_tag.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/header_holder.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/is_index_list.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/hash_index_node.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/base_type.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/value_compare.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/modify_key_adaptor.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/ord_index_args.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/unbounded.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/bidir_node_iterator.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/seq_index_node.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/bucket_array.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/seq_index_ops.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/ord_index_node.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/index_matcher.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/hash_index_args.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/index_base.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/access_specifier.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/serialization_version.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/archive_constructed.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/index_saver.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/index_loader.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/detail/invariant_assert.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/identity.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/sequenced_index_fwd.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/indexed_by.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/safe_mode_errors.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/hashed_index.hpp brlcad-7.24.2/src/other/boost/boost/multi_index/sequenced_index.hpp brlcad-7.24.2/src/other/boost/boost/scoped_array.hpp brlcad-7.24.2/src/other/boost/boost/call_traits.hpp brlcad-7.24.2/src/other/boost/boost/function_equal.hpp brlcad-7.24.2/src/other/boost/boost/functional/hash_fwd.hpp brlcad-7.24.2/src/other/boost/boost/functional/hash/detail/hash_float.hpp brlcad-7.24.2/src/other/boost/boost/functional/hash/detail/limits.hpp brlcad-7.24.2/src/other/boost/boost/functional/hash/detail/float_functions.hpp brlcad-7.24.2/src/other/boost/boost/functional/hash/detail/hash_float_generic.hpp brlcad-7.24.2/src/other/boost/boost/functional/hash/detail/hash_float_x86.hpp brlcad-7.24.2/src/other/boost/boost/functional/hash/hash_fwd.hpp brlcad-7.24.2/src/other/boost/boost/functional/hash/extensions.hpp brlcad-7.24.2/src/other/boost/boost/functional/hash/hash.hpp brlcad-7.24.2/src/other/boost/boost/functional/hash.hpp brlcad-7.24.2/src/other/boost/boost/memory_order.hpp brlcad-7.24.2/src/other/boost/boost/unordered/unordered_set.hpp brlcad-7.24.2/src/other/boost/boost/unordered/detail/buckets.hpp brlcad-7.24.2/src/other/boost/boost/unordered/detail/equivalent.hpp brlcad-7.24.2/src/other/boost/boost/unordered/detail/extract_key.hpp brlcad-7.24.2/src/other/boost/boost/unordered/detail/util.hpp brlcad-7.24.2/src/other/boost/boost/unordered/detail/table.hpp brlcad-7.24.2/src/other/boost/boost/unordered/detail/node.hpp brlcad-7.24.2/src/other/boost/boost/unordered/detail/fwd.hpp brlcad-7.24.2/src/other/boost/boost/unordered/detail/allocator_helpers.hpp brlcad-7.24.2/src/other/boost/boost/unordered/detail/unique.hpp brlcad-7.24.2/src/other/boost/boost/unordered/detail/move.hpp brlcad-7.24.2/src/other/boost/boost/unordered/unordered_map.hpp brlcad-7.24.2/src/other/boost/boost/unordered/unordered_set_fwd.hpp brlcad-7.24.2/src/other/boost/boost/unordered/unordered_map_fwd.hpp brlcad-7.24.2/src/other/boost/boost/serialization/collections_load_imp.hpp brlcad-7.24.2/src/other/boost/boost/serialization/level.hpp brlcad-7.24.2/src/other/boost/boost/serialization/string.hpp brlcad-7.24.2/src/other/boost/boost/serialization/force_include.hpp brlcad-7.24.2/src/other/boost/boost/serialization/type_info_implementation.hpp brlcad-7.24.2/src/other/boost/boost/serialization/traits.hpp brlcad-7.24.2/src/other/boost/boost/serialization/tracking_enum.hpp brlcad-7.24.2/src/other/boost/boost/serialization/singleton.hpp brlcad-7.24.2/src/other/boost/boost/serialization/factory.hpp brlcad-7.24.2/src/other/boost/boost/serialization/utility.hpp brlcad-7.24.2/src/other/boost/boost/serialization/collections_save_imp.hpp brlcad-7.24.2/src/other/boost/boost/serialization/pfto.hpp brlcad-7.24.2/src/other/boost/boost/serialization/collection_size_type.hpp brlcad-7.24.2/src/other/boost/boost/serialization/item_version_type.hpp brlcad-7.24.2/src/other/boost/boost/serialization/shared_ptr_132.hpp brlcad-7.24.2/src/other/boost/boost/serialization/tracking.hpp brlcad-7.24.2/src/other/boost/boost/serialization/wrapper.hpp brlcad-7.24.2/src/other/boost/boost/serialization/nvp.hpp brlcad-7.24.2/src/other/boost/boost/serialization/static_warning.hpp brlcad-7.24.2/src/other/boost/boost/serialization/access.hpp brlcad-7.24.2/src/other/boost/boost/serialization/extended_type_info_typeid.hpp brlcad-7.24.2/src/other/boost/boost/serialization/vector.hpp brlcad-7.24.2/src/other/boost/boost/serialization/base_object.hpp brlcad-7.24.2/src/other/boost/boost/serialization/void_cast.hpp brlcad-7.24.2/src/other/boost/boost/serialization/detail/get_data.hpp brlcad-7.24.2/src/other/boost/boost/serialization/detail/shared_ptr_132.hpp brlcad-7.24.2/src/other/boost/boost/serialization/detail/stack_constructor.hpp brlcad-7.24.2/src/other/boost/boost/serialization/detail/shared_count_132.hpp brlcad-7.24.2/src/other/boost/boost/serialization/detail/shared_ptr_nmt_132.hpp brlcad-7.24.2/src/other/boost/boost/serialization/throw_exception.hpp brlcad-7.24.2/src/other/boost/boost/serialization/void_cast_fwd.hpp brlcad-7.24.2/src/other/boost/boost/serialization/smart_cast.hpp brlcad-7.24.2/src/other/boost/boost/serialization/config.hpp brlcad-7.24.2/src/other/boost/boost/serialization/split_free.hpp brlcad-7.24.2/src/other/boost/boost/serialization/extended_type_info.hpp brlcad-7.24.2/src/other/boost/boost/serialization/strong_typedef.hpp brlcad-7.24.2/src/other/boost/boost/serialization/split_member.hpp brlcad-7.24.2/src/other/boost/boost/serialization/extended_type_info_no_rtti.hpp brlcad-7.24.2/src/other/boost/boost/serialization/serialization.hpp brlcad-7.24.2/src/other/boost/boost/serialization/level_enum.hpp brlcad-7.24.2/src/other/boost/boost/serialization/is_bitwise_serializable.hpp brlcad-7.24.2/src/other/boost/boost/serialization/version.hpp brlcad-7.24.2/src/other/boost/boost/serialization/array.hpp brlcad-7.24.2/src/other/boost/boost/serialization/state_saver.hpp brlcad-7.24.2/src/other/boost/boost/serialization/assume_abstract.hpp brlcad-7.24.2/src/other/boost/boost/serialization/collection_traits.hpp brlcad-7.24.2/src/other/boost/boost/any.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/formatter.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/yes_no_type.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/concept.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/detail/formatter.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/detail/find_format_all.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/detail/util.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/detail/replace_storage.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/detail/find_format.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/detail/find_format_store.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/detail/case_conv.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/detail/sequence.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/detail/finder.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/constants.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/sequence_traits.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/config.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/compare.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/find_format.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/replace.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/case_conv.hpp brlcad-7.24.2/src/other/boost/boost/algorithm/string/finder.hpp brlcad-7.24.2/src/other/boost/boost/concept_check.hpp brlcad-7.24.2/src/other/boost/boost/shared_ptr.hpp brlcad-7.24.2/src/other/boost/boost/archive/text_iarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_text_iarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/dinkumware.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_xml_oarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/polymorphic_iarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_archive.hpp brlcad-7.24.2/src/other/boost/boost/archive/add_facet.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_binary_oprimitive.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_text_oarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_binary_oarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/binary_iarchive_impl.hpp brlcad-7.24.2/src/other/boost/boost/archive/xml_archive_exception.hpp brlcad-7.24.2/src/other/boost/boost/archive/impl/basic_binary_iprimitive.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/basic_text_oprimitive.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/text_wiarchive_impl.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/basic_xml_iarchive.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/basic_binary_oprimitive.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/text_woarchive_impl.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/basic_text_oarchive.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/xml_wiarchive_impl.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/basic_xml_grammar.hpp brlcad-7.24.2/src/other/boost/boost/archive/impl/text_oarchive_impl.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/basic_text_iarchive.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/basic_text_iprimitive.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/basic_xml_oarchive.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/xml_oarchive_impl.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/xml_woarchive_impl.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/basic_binary_iarchive.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/basic_binary_oarchive.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/text_iarchive_impl.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/archive_serializer_map.ipp brlcad-7.24.2/src/other/boost/boost/archive/impl/xml_iarchive_impl.ipp brlcad-7.24.2/src/other/boost/boost/archive/xml_oarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_binary_iarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/binary_oarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_xml_archive.hpp brlcad-7.24.2/src/other/boost/boost/archive/xml_woarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/shared_ptr_helper.hpp brlcad-7.24.2/src/other/boost/boost/archive/xml_wiarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/auto_link_warchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/abi_suffix.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/abi_prefix.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/basic_serializer.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/register_archive.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/basic_serializer_map.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/auto_link_archive.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/basic_oserializer.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/basic_iserializer.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/basic_iarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/check.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/basic_oarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/utf8_codecvt_facet.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/common_oarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/oserializer.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/iserializer.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/basic_pointer_iserializer.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/basic_pointer_oserializer.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/archive_serializer_map.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/common_iarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/decl.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/interface_oarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/detail/interface_iarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/text_oarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_text_iprimitive.hpp brlcad-7.24.2/src/other/boost/boost/archive/text_woarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/xml_unescape.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/remove_whitespace.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/wchar_from_mb.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/mb_from_wchar.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/transform_width.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/unescape.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/binary_from_base64.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/ostream_iterator.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/istream_iterator.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/insert_linebreaks.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/dataflow_exception.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/xml_escape.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/escape.hpp brlcad-7.24.2/src/other/boost/boost/archive/iterators/base64_from_binary.hpp brlcad-7.24.2/src/other/boost/boost/archive/xml_iarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/codecvt_null.hpp brlcad-7.24.2/src/other/boost/boost/archive/binary_oarchive_impl.hpp brlcad-7.24.2/src/other/boost/boost/archive/binary_iarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_text_oprimitive.hpp brlcad-7.24.2/src/other/boost/boost/archive/binary_woarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/wcslen.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_xml_iarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/binary_wiarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_binary_iprimitive.hpp brlcad-7.24.2/src/other/boost/boost/archive/basic_streambuf_locale_saver.hpp brlcad-7.24.2/src/other/boost/boost/archive/polymorphic_oarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/text_wiarchive.hpp brlcad-7.24.2/src/other/boost/boost/archive/archive_exception.hpp brlcad-7.24.2/src/other/boost/boost/detail/indirect_traits.hpp brlcad-7.24.2/src/other/boost/boost/detail/atomic_count.hpp brlcad-7.24.2/src/other/boost/boost/detail/reference_content.hpp brlcad-7.24.2/src/other/boost/boost/detail/no_exceptions_support.hpp brlcad-7.24.2/src/other/boost/boost/detail/allocator_utilities.hpp brlcad-7.24.2/src/other/boost/boost/detail/quick_allocator.hpp brlcad-7.24.2/src/other/boost/boost/detail/interlocked.hpp brlcad-7.24.2/src/other/boost/boost/detail/limits.hpp brlcad-7.24.2/src/other/boost/boost/detail/container_fwd.hpp brlcad-7.24.2/src/other/boost/boost/detail/endian.hpp brlcad-7.24.2/src/other/boost/boost/detail/is_incrementable.hpp brlcad-7.24.2/src/other/boost/boost/detail/call_traits.hpp brlcad-7.24.2/src/other/boost/boost/detail/workaround.hpp brlcad-7.24.2/src/other/boost/boost/detail/utf8_codecvt_facet.hpp brlcad-7.24.2/src/other/boost/boost/detail/ob_call_traits.hpp brlcad-7.24.2/src/other/boost/boost/detail/sp_typeinfo.hpp brlcad-7.24.2/src/other/boost/boost/detail/lcast_precision.hpp brlcad-7.24.2/src/other/boost/boost/detail/select_type.hpp brlcad-7.24.2/src/other/boost/boost/detail/ob_compressed_pair.hpp brlcad-7.24.2/src/other/boost/boost/detail/is_function_ref_tester.hpp brlcad-7.24.2/src/other/boost/boost/detail/lightweight_mutex.hpp brlcad-7.24.2/src/other/boost/boost/detail/is_xxx.hpp brlcad-7.24.2/src/other/boost/boost/detail/iterator.hpp brlcad-7.24.2/src/other/boost/boost/detail/dynamic_bitset.hpp brlcad-7.24.2/src/other/boost/boost/detail/binary_search.hpp brlcad-7.24.2/src/other/boost/boost/detail/numeric_traits.hpp brlcad-7.24.2/src/other/boost/boost/detail/compressed_pair.hpp brlcad-7.24.2/src/other/boost/boost/shared_array.hpp brlcad-7.24.2/src/other/boost/boost/python.hpp brlcad-7.24.2/src/other/boost/boost/spirit.hpp brlcad-7.24.2/src/other/boost/boost/throw_exception.hpp brlcad-7.24.2/src/other/boost/boost/function/function5.hpp brlcad-7.24.2/src/other/boost/boost/function/function10.hpp brlcad-7.24.2/src/other/boost/boost/function/function_fwd.hpp brlcad-7.24.2/src/other/boost/boost/function/function0.hpp brlcad-7.24.2/src/other/boost/boost/function/detail/function_iterate.hpp brlcad-7.24.2/src/other/boost/boost/function/detail/prologue.hpp brlcad-7.24.2/src/other/boost/boost/function/detail/maybe_include.hpp brlcad-7.24.2/src/other/boost/boost/function/detail/gen_maybe_include.pl brlcad-7.24.2/src/other/boost/boost/function/function_template.hpp brlcad-7.24.2/src/other/boost/boost/function/function9.hpp brlcad-7.24.2/src/other/boost/boost/function/function7.hpp brlcad-7.24.2/src/other/boost/boost/function/function2.hpp brlcad-7.24.2/src/other/boost/boost/function/function1.hpp brlcad-7.24.2/src/other/boost/boost/function/function4.hpp brlcad-7.24.2/src/other/boost/boost/function/function8.hpp brlcad-7.24.2/src/other/boost/boost/function/function3.hpp brlcad-7.24.2/src/other/boost/boost/function/function6.hpp brlcad-7.24.2/src/other/boost/boost/function/function_base.hpp brlcad-7.24.2/src/other/boost/boost/integer_fwd.hpp brlcad-7.24.2/src/other/boost/boost/intrusive_ptr.hpp brlcad-7.24.2/src/other/boost/boost/tokenizer.hpp brlcad-7.24.2/src/other/boost/boost/swap.hpp brlcad-7.24.2/src/other/boost/boost/checked_delete.hpp brlcad-7.24.2/src/other/boost/boost/dynamic_bitset_fwd.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/make_shared.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/enable_shared_from_this.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/scoped_array.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/shared_ptr.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/atomic_count.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/lwm_win32_cs.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_convertible.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/lwm_nop.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/atomic_count_pthreads.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_impl.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base_sync.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/quick_allocator.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/spinlock_pool.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/shared_count.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/atomic_count_sync.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/operator_bool.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base_w32.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/atomic_count_win32.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/spinlock_w32.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/yield_k.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/atomic_count_gcc.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/lwm_pthreads.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base_spin.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_has_sync.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base_nt.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base_pt.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/shared_ptr_nmt.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/spinlock_sync.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/lightweight_mutex.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/spinlock_pt.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/spinlock_gcc_arm.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/spinlock.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/shared_array_nmt.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/detail/spinlock_nt.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/shared_array.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/intrusive_ptr.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/bad_weak_ptr.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/weak_ptr.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr/scoped_ptr.hpp brlcad-7.24.2/src/other/boost/boost/smart_ptr.hpp brlcad-7.24.2/src/other/boost/boost/assert.hpp brlcad-7.24.2/src/other/boost/boost/aligned_storage.hpp brlcad-7.24.2/src/other/boost/boost/config.hpp brlcad-7.24.2/src/other/boost/boost/unordered_map.hpp brlcad-7.24.2/src/other/boost/boost/property_map/parallel/global_index_map.hpp brlcad-7.24.2/src/other/boost/boost/property_map/parallel/impl/distributed_property_map.ipp brlcad-7.24.2/src/other/boost/boost/property_map/parallel/local_property_map.hpp brlcad-7.24.2/src/other/boost/boost/property_map/parallel/distributed_property_map.hpp brlcad-7.24.2/src/other/boost/boost/property_map/property_map.hpp brlcad-7.24.2/src/other/boost/boost/property_map/dynamic_property_map.hpp brlcad-7.24.2/src/other/boost/boost/property_map/shared_array_property_map.hpp brlcad-7.24.2/src/other/boost/boost/property_map/vector_property_map.hpp brlcad-7.24.2/src/other/boost/boost/type.hpp brlcad-7.24.2/src/other/boost/boost/token_iterator.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/converter_policies.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/converter.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/conversion_traits.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/detail/old_numeric_cast.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/detail/converter.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/detail/conversion_traits.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/detail/int_float_mixture.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/detail/udt_builtin_mixture.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/detail/is_subranged.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/detail/sign_mixture.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/detail/meta.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/detail/bounds.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/sign_mixture_enum.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/udt_builtin_mixture_enum.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/int_float_mixture_enum.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/cast.hpp brlcad-7.24.2/src/other/boost/boost/numeric/conversion/bounds.hpp brlcad-7.24.2/src/other/boost/boost/ref.hpp brlcad-7.24.2/src/other/boost/boost/cregex.hpp brlcad-7.24.2/src/other/boost/boost/concept/detail/general.hpp brlcad-7.24.2/src/other/boost/boost/concept/detail/has_constraints.hpp brlcad-7.24.2/src/other/boost/boost/concept/detail/backward_compatibility.hpp brlcad-7.24.2/src/other/boost/boost/concept/detail/msvc.hpp brlcad-7.24.2/src/other/boost/boost/concept/detail/concept_undef.hpp brlcad-7.24.2/src/other/boost/boost/concept/detail/borland.hpp brlcad-7.24.2/src/other/boost/boost/concept/detail/concept_def.hpp brlcad-7.24.2/src/other/boost/boost/concept/assert.hpp brlcad-7.24.2/src/other/boost/boost/concept/usage.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/regex_primitives.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/regex_traits.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/traits/c_regex_traits.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/traits/detail/c_ctype.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/traits/cpp_regex_traits.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/sub_match.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/xpressive_fwd.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/xpressive_static.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/regex_iterator.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/match_results.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/linker.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/sub_match_vector.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/quant_style.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/peeker.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matchers.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/adaptor.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/flow_control.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/sub_match_impl.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/state.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/regex_impl.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/access.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/results_cache.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/repeat_begin_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/assert_eos_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/assert_word_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/true_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/keeper_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/simple_repeat_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/literal_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/alternate_end_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/lookahead_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/mark_begin_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/epsilon_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/assert_eol_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/mark_end_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/any_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/assert_bol_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/alternate_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/assert_bos_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/attr_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/posix_charset_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/regex_byref_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/assert_line_base.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/repeat_end_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/set_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/string_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/charset_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/regex_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/optional_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/attr_end_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/range_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/mark_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/logical_newline_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/matcher/end_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/list.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/optimize.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/icase.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/finder.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/regex_domain.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/core/action.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/detail_fwd.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/visitor.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/placeholders.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/grammar.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/modifier.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/compile.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/transforms/as_action.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/transforms/as_inverse.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/transforms/as_alternate.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/transforms/as_independent.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/transforms/as_marker.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/transforms/as_modifier.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/transforms/as_set.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/transforms/as_matcher.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/transforms/as_quantifier.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/transforms/as_sequence.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/static.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/width_of.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/transmogrify.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/type_traits.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/is_pure.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/dont_care.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/width.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/save_restore.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/cons.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/hash_peek_bitset.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/boyer_moore.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/sequence_stack.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/symbols.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/any.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/algorithm.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/traits_utils.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/ignore_unused.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/chset/chset.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/chset/range_run.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/chset/basic_chset.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/chset/basic_chset.ipp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/chset/range_run.ipp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/tracking_ptr.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/literals.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/never_true.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/utility/counted_base.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/dynamic/matchable.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/detail/dynamic/sequence.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/regex_algorithms.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/regex_constants.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/regex_token_iterator.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/basic_regex.hpp brlcad-7.24.2/src/other/boost/boost/xpressive/regex_error.hpp brlcad-7.24.2/src/other/boost/boost/non_type.hpp brlcad-7.24.2/src/other/boost/boost/multi_index_container.hpp brlcad-7.24.2/src/other/boost/boost/io_fwd.hpp brlcad-7.24.2/src/other/boost/boost/parameter/keyword.hpp brlcad-7.24.2/src/other/boost/boost/parameter/value_type.hpp brlcad-7.24.2/src/other/boost/boost/parameter/binding.hpp brlcad-7.24.2/src/other/boost/boost/parameter/name.hpp brlcad-7.24.2/src/other/boost/boost/parameter/config.hpp brlcad-7.24.2/src/other/boost/boost/parameter/aux_/tag.hpp brlcad-7.24.2/src/other/boost/boost/parameter/aux_/unwrap_cv_reference.hpp brlcad-7.24.2/src/other/boost/boost/parameter/aux_/void.hpp brlcad-7.24.2/src/other/boost/boost/parameter/aux_/default.hpp brlcad-7.24.2/src/other/boost/boost/parameter/aux_/tagged_argument.hpp brlcad-7.24.2/src/other/boost/boost/parameter/aux_/yesno.hpp brlcad-7.24.2/src/other/boost/boost/parameter/aux_/result_of0.hpp brlcad-7.24.2/src/other/boost/boost/parameter/aux_/parameter_requirements.hpp brlcad-7.24.2/src/other/boost/boost/parameter/aux_/arg_list.hpp brlcad-7.24.2/src/other/boost/boost/parameter/aux_/is_maybe.hpp brlcad-7.24.2/src/other/boost/boost/mpi.hpp brlcad-7.24.2/src/other/boost/boost/none.hpp brlcad-7.24.2/src/other/boost/boost/is_placeholder.hpp brlcad-7.24.2/src/other/boost/boost/bind.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/ptree_fwd.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/id_translator.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/exceptions.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/detail/file_parser_error.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/detail/xml_parser_writer_settings.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/detail/xml_parser_read_rapidxml.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/detail/xml_parser_error.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/detail/ptree_implementation.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/detail/exception_implementation.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/detail/xml_parser_flags.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/detail/xml_parser_utils.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/detail/rapidxml.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/detail/xml_parser_write.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/detail/ptree_utils.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/string_path.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/xml_parser.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/ptree.hpp brlcad-7.24.2/src/other/boost/boost/property_tree/stream_translator.hpp brlcad-7.24.2/src/other/boost/boost/current_function.hpp brlcad-7.24.2/src/other/boost/boost/version.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/selection/max.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/enum_params_with_defaults.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/empty.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/inc.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repeat.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/config/config.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/tuple/rem.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/tuple/to_seq.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/tuple/elem.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/tuple/to_list.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/tuple/eat.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/tuple/reverse.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/control/if.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/control/detail/dmc/while.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/control/detail/edg/while.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/control/detail/while.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/control/detail/msvc/while.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/control/while.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/control/iif.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/control/expr_if.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/control/expr_iif.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/control/deduce_d.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/list/transform.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/list/fold_right.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/list/append.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/list/adt.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/list/detail/dmc/fold_left.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/list/detail/fold_right.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/list/detail/edg/fold_right.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/list/detail/edg/fold_left.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/list/detail/fold_left.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/list/for_each_i.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/list/reverse.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/list/fold_left.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/cat.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/slot/slot.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/slot/detail/counter.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/slot/detail/slot3.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/slot/detail/slot2.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/slot/detail/shared.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/slot/detail/slot5.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/slot/detail/slot1.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/slot/detail/def.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/slot/detail/slot4.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/stringize.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/punctuation/comma.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/punctuation/comma_if.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/punctuation/paren.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/facilities/empty.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/facilities/intercept.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/facilities/identity.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/enum_shifted.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/enum_params_with_defaults.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/repeat.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/enum_trailing_params.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/enum_shifted_params.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/enum.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/detail/dmc/for.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/detail/edg/for.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/detail/msvc/for.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/detail/for.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/repeat_from_to.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/enum_params_with_a_default.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/for.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/enum_binary_params.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/enum_trailing.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/enum_params.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repetition/enum_trailing_binary_params.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/transform.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/pop_back.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/push_front.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/to_tuple.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/for_each.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/cat.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/first_n.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/rest_n.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/enum.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/elem.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/detail/split.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/seq.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/for_each_i.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/size.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/subseq.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/fold_left.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/seq/push_back.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/tuple.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/enum_shifted_params.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/enum.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/if.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iterate.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/detail/dmc/auto_rec.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/detail/split.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/detail/check.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/detail/is_binary.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/detail/is_unary.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/detail/auto_rec.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/comma_if.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/repeat_from_to.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/identity.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/local.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/iterate.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/bounds/lower5.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/bounds/lower2.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/bounds/upper3.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/bounds/upper5.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/bounds/upper1.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/bounds/upper2.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/bounds/upper4.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/bounds/lower3.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/bounds/lower4.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/bounds/lower1.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/finish.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/local.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/rlocal.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/iter/reverse1.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/iter/reverse5.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/iter/reverse4.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/iter/reverse3.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/iter/forward3.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/iter/forward4.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/iter/reverse2.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/iter/forward1.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/iter/forward2.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/iter/forward5.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/start.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/detail/self.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/iteration/self.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/debug/line.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/debug/error.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/expr_if.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/enum_params_with_a_default.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/arithmetic/inc.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/arithmetic/sub.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/arithmetic/detail/div_base.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/arithmetic/add.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/arithmetic/mod.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/arithmetic/dec.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/enum_params.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/comparison/greater.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/comparison/not_equal.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/comparison/less.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/comparison/less_equal.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/logical/bool.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/logical/and.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/logical/or.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/logical/bitand.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/logical/not.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/logical/bitor.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/logical/compl.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/array/elem.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/array/data.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/array/size.hpp brlcad-7.24.2/src/other/boost/boost/preprocessor/dec.hpp brlcad-7.24.2/src/other/boost/boost/cstdint.hpp brlcad-7.24.2/src/other/boost/boost/range/empty.hpp brlcad-7.24.2/src/other/boost/boost/range/distance.hpp brlcad-7.24.2/src/other/boost/boost/range/rend.hpp brlcad-7.24.2/src/other/boost/boost/range/result_iterator.hpp brlcad-7.24.2/src/other/boost/boost/range/value_type.hpp brlcad-7.24.2/src/other/boost/boost/range/difference_type.hpp brlcad-7.24.2/src/other/boost/boost/range/functions.hpp brlcad-7.24.2/src/other/boost/boost/range/mutable_iterator.hpp brlcad-7.24.2/src/other/boost/boost/range/reverse_iterator.hpp brlcad-7.24.2/src/other/boost/boost/range/begin.hpp brlcad-7.24.2/src/other/boost/boost/range/irange.hpp brlcad-7.24.2/src/other/boost/boost/range/size_type.hpp brlcad-7.24.2/src/other/boost/boost/range/rbegin.hpp brlcad-7.24.2/src/other/boost/boost/range/algorithm/equal.hpp brlcad-7.24.2/src/other/boost/boost/range/iterator_range_core.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/detail_str.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/sfinae.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/extract_optional_type.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/value_type.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/remove_extent.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/safe_bool.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/vc6/end.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/begin.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/size_type.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/misc_concept.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/end.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/as_literal.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/const_iterator.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/str_types.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/implementation_help.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/iterator.hpp brlcad-7.24.2/src/other/boost/boost/range/detail/common.hpp brlcad-7.24.2/src/other/boost/boost/range/end.hpp brlcad-7.24.2/src/other/boost/boost/range/as_literal.hpp brlcad-7.24.2/src/other/boost/boost/range/iterator_range.hpp brlcad-7.24.2/src/other/boost/boost/range/size.hpp brlcad-7.24.2/src/other/boost/boost/range/config.hpp brlcad-7.24.2/src/other/boost/boost/range/const_iterator.hpp brlcad-7.24.2/src/other/boost/boost/range/iterator.hpp brlcad-7.24.2/src/other/boost/boost/range/concepts.hpp brlcad-7.24.2/src/other/boost/boost/range/iterator_range_io.hpp brlcad-7.24.2/src/other/boost/boost/concept_archetype.hpp brlcad-7.24.2/src/other/boost/boost/iterator.hpp brlcad-7.24.2/src/other/boost/boost/noncopyable.hpp brlcad-7.24.2/src/other/boost/boost/thread/once.hpp brlcad-7.24.2/src/other/boost/boost/thread/xtime.hpp brlcad-7.24.2/src/other/boost/boost/thread/tss.hpp brlcad-7.24.2/src/other/boost/boost/thread/condition_variable.hpp brlcad-7.24.2/src/other/boost/boost/thread/locks.hpp brlcad-7.24.2/src/other/boost/boost/thread/thread_time.hpp brlcad-7.24.2/src/other/boost/boost/thread/mutex.hpp brlcad-7.24.2/src/other/boost/boost/thread/exceptions.hpp brlcad-7.24.2/src/other/boost/boost/thread/detail/thread_group.hpp brlcad-7.24.2/src/other/boost/boost/thread/detail/config.hpp brlcad-7.24.2/src/other/boost/boost/thread/detail/thread_heap_alloc.hpp brlcad-7.24.2/src/other/boost/boost/thread/detail/platform.hpp brlcad-7.24.2/src/other/boost/boost/thread/detail/tss_hooks.hpp brlcad-7.24.2/src/other/boost/boost/thread/detail/thread_interruption.hpp brlcad-7.24.2/src/other/boost/boost/thread/detail/move.hpp brlcad-7.24.2/src/other/boost/boost/thread/detail/thread.hpp brlcad-7.24.2/src/other/boost/boost/thread/win32/once.hpp brlcad-7.24.2/src/other/boost/boost/thread/win32/basic_timed_mutex.hpp brlcad-7.24.2/src/other/boost/boost/thread/win32/condition_variable.hpp brlcad-7.24.2/src/other/boost/boost/thread/win32/mutex.hpp brlcad-7.24.2/src/other/boost/boost/thread/win32/interlocked_read.hpp brlcad-7.24.2/src/other/boost/boost/thread/win32/thread_heap_alloc.hpp brlcad-7.24.2/src/other/boost/boost/thread/win32/shared_mutex.hpp brlcad-7.24.2/src/other/boost/boost/thread/win32/thread_data.hpp brlcad-7.24.2/src/other/boost/boost/thread/win32/thread_primitives.hpp brlcad-7.24.2/src/other/boost/boost/thread/condition.hpp brlcad-7.24.2/src/other/boost/boost/thread/pthread/pthread_mutex_scoped_lock.hpp brlcad-7.24.2/src/other/boost/boost/thread/pthread/once.hpp brlcad-7.24.2/src/other/boost/boost/thread/pthread/condition_variable_fwd.hpp brlcad-7.24.2/src/other/boost/boost/thread/pthread/condition_variable.hpp brlcad-7.24.2/src/other/boost/boost/thread/pthread/mutex.hpp brlcad-7.24.2/src/other/boost/boost/thread/pthread/timespec.hpp brlcad-7.24.2/src/other/boost/boost/thread/pthread/thread_heap_alloc.hpp brlcad-7.24.2/src/other/boost/boost/thread/pthread/shared_mutex.hpp brlcad-7.24.2/src/other/boost/boost/thread/pthread/thread_data.hpp brlcad-7.24.2/src/other/boost/boost/thread/shared_mutex.hpp brlcad-7.24.2/src/other/boost/boost/thread/thread.hpp brlcad-7.24.2/src/other/boost/boost/multi_index_container_fwd.hpp brlcad-7.24.2/src/other/boost/boost/array.hpp brlcad-7.24.2/src/other/boost/boost/dynamic_bitset.hpp brlcad-7.24.2/src/other/boost/boost/utility/result_of.hpp brlcad-7.24.2/src/other/boost/boost/utility/value_init.hpp brlcad-7.24.2/src/other/boost/boost/utility/compare_pointees.hpp brlcad-7.24.2/src/other/boost/boost/utility/in_place_factory.hpp brlcad-7.24.2/src/other/boost/boost/utility/enable_if.hpp brlcad-7.24.2/src/other/boost/boost/utility/binary.hpp brlcad-7.24.2/src/other/boost/boost/utility/addressof.hpp brlcad-7.24.2/src/other/boost/boost/utility/detail/result_of_iterate.hpp brlcad-7.24.2/src/other/boost/boost/utility/detail/in_place_factory_prefix.hpp brlcad-7.24.2/src/other/boost/boost/utility/detail/in_place_factory_suffix.hpp brlcad-7.24.2/src/other/boost/boost/utility/swap.hpp brlcad-7.24.2/src/other/boost/boost/utility/base_from_member.hpp brlcad-7.24.2/src/other/boost/boost/utility/declval.hpp brlcad-7.24.2/src/other/boost/boost/weak_ptr.hpp brlcad-7.24.2/src/other/boost/boost/cast.hpp brlcad-7.24.2/src/other/boost/boost/type_traits.hpp brlcad-7.24.2/src/other/boost/boost/implicit_cast.hpp brlcad-7.24.2/src/other/boost/boost/scoped_ptr.hpp brlcad-7.24.2/src/other/boost/boost/compressed_pair.hpp brlcad-7.24.2/src/other/boost/LICENSE_1_0.txt brlcad-7.24.2/src/other/boost/libs/mpi/src/packed_skeleton_oarchive.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/packed_iarchive.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/timer.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/graph_communicator.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/py_environment.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/datatypes.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/documentation.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/py_timer.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/utility.hpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/py_exception.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/request_with_value.hpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/py_nonblocking.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/py_communicator.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/py_request.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/collectives.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/serialize.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/status.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/skeleton_and_content.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/module.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/python/exception.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/computation_tree.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/request.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/environment.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/intercommunicator.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/communicator.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/point_to_point.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/mpi_datatype_oarchive.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/mpi_datatype_cache.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/text_skeleton_oarchive.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/broadcast.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/group.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/packed_skeleton_iarchive.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/exception.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/packed_oarchive.cpp brlcad-7.24.2/src/other/boost/libs/mpi/src/content_oarchive.cpp brlcad-7.24.2/src/other/boost/libs/date_time/src/date_time.doc brlcad-7.24.2/src/other/boost/libs/date_time/src/gregorian/gregorian_types.cpp brlcad-7.24.2/src/other/boost/libs/date_time/src/gregorian/greg_weekday.cpp brlcad-7.24.2/src/other/boost/libs/date_time/src/gregorian/greg_names.hpp brlcad-7.24.2/src/other/boost/libs/date_time/src/gregorian/greg_month.cpp brlcad-7.24.2/src/other/boost/libs/date_time/src/gregorian/date_generators.cpp brlcad-7.24.2/src/other/boost/libs/date_time/src/posix_time/posix_time_types.cpp brlcad-7.24.2/src/other/boost/libs/date_time/CMakeLists.txt brlcad-7.24.2/src/other/boost/libs/config/test/config_info.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/icu.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/w32_regex_traits.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/regex.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/regex_raw_buffer.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/winstances.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/regex_traits_defaults.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/c_regex_traits.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/fileiter.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/wide_posix_api.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/cpp_regex_traits.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/posix_api.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/wc_regex_traits.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/cregex.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/instances.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/static_mutex.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/usinstances.cpp brlcad-7.24.2/src/other/boost/libs/regex/src/regex_debug.cpp brlcad-7.24.2/src/other/boost/libs/regex/test/config_info/regex_config_info.cpp brlcad-7.24.2/src/other/boost/libs/python/src/slice.cpp brlcad-7.24.2/src/other/boost/libs/python/src/import.cpp brlcad-7.24.2/src/other/boost/libs/python/src/object/inheritance.cpp brlcad-7.24.2/src/other/boost/libs/python/src/object/function.cpp brlcad-7.24.2/src/other/boost/libs/python/src/object/enum.cpp brlcad-7.24.2/src/other/boost/libs/python/src/object/life_support.cpp brlcad-7.24.2/src/other/boost/libs/python/src/object/pickle_support.cpp brlcad-7.24.2/src/other/boost/libs/python/src/object/stl_iterator.cpp brlcad-7.24.2/src/other/boost/libs/python/src/object/iterator.cpp brlcad-7.24.2/src/other/boost/libs/python/src/object/function_doc_signature.cpp brlcad-7.24.2/src/other/boost/libs/python/src/object/class.cpp brlcad-7.24.2/src/other/boost/libs/python/src/long.cpp brlcad-7.24.2/src/other/boost/libs/python/src/errors.cpp brlcad-7.24.2/src/other/boost/libs/python/src/exec.cpp brlcad-7.24.2/src/other/boost/libs/python/src/tuple.cpp brlcad-7.24.2/src/other/boost/libs/python/src/object_operators.cpp brlcad-7.24.2/src/other/boost/libs/python/src/dict.cpp brlcad-7.24.2/src/other/boost/libs/python/src/wrapper.cpp brlcad-7.24.2/src/other/boost/libs/python/src/list.cpp brlcad-7.24.2/src/other/boost/libs/python/src/converter/from_python.cpp brlcad-7.24.2/src/other/boost/libs/python/src/converter/type_id.cpp brlcad-7.24.2/src/other/boost/libs/python/src/converter/arg_to_python_base.cpp brlcad-7.24.2/src/other/boost/libs/python/src/converter/registry.cpp brlcad-7.24.2/src/other/boost/libs/python/src/converter/builtin_converters.cpp brlcad-7.24.2/src/other/boost/libs/python/src/module.cpp brlcad-7.24.2/src/other/boost/libs/python/src/str.cpp brlcad-7.24.2/src/other/boost/libs/python/src/numeric.cpp brlcad-7.24.2/src/other/boost/libs/python/src/object_protocol.cpp brlcad-7.24.2/src/other/boost/libs/graph/src/graphml.cpp brlcad-7.24.2/src/other/boost/libs/graph/src/read_graphviz_new.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_iarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/extended_type_info.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_xml_grammar.ipp brlcad-7.24.2/src/other/boost/libs/serialization/src/shared_ptr_helper.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/void_cast.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/codecvt_null.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/polymorphic_iarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/text_woarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_oserializer.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/stl_port.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/polymorphic_oarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_iserializer.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_oarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_xml_archive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/text_oarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/utf8_codecvt_facet.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/binary_iarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_text_woprimitive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/extended_type_info_no_rtti.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_text_wiprimitive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_pointer_iserializer.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/binary_wiarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/xml_woarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/xml_grammar.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/xml_wiarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/xml_wgrammar.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/text_iarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_serializer_map.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/extended_type_info_typeid.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_pointer_oserializer.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/text_wiarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/archive_exception.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_archive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_text_oprimitive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/basic_text_iprimitive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/binary_woarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/xml_archive_exception.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/xml_iarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/binary_oarchive.cpp brlcad-7.24.2/src/other/boost/libs/serialization/src/xml_oarchive.cpp brlcad-7.24.2/src/other/boost/libs/detail/utf8_codecvt_facet.cpp brlcad-7.24.2/src/other/boost/libs/smart_ptr/src/sp_debug_hooks.cpp brlcad-7.24.2/src/other/boost/libs/smart_ptr/src/sp_collector.cpp brlcad-7.24.2/src/other/boost/libs/thread/src/win32/tss_dll.cpp brlcad-7.24.2/src/other/boost/libs/thread/src/win32/thread.cpp brlcad-7.24.2/src/other/boost/libs/thread/src/win32/timeconv.inl brlcad-7.24.2/src/other/boost/libs/thread/src/win32/tss_pe.cpp brlcad-7.24.2/src/other/boost/libs/thread/src/tss_null.cpp brlcad-7.24.2/src/other/boost/libs/thread/src/pthread/once.cpp brlcad-7.24.2/src/other/boost/libs/thread/src/pthread/thread.cpp brlcad-7.24.2/src/other/boost/libs/thread/src/pthread/timeconv.inl brlcad-7.24.2/src/other/boost/libs/thread/CMakeLists.txt brlcad-7.24.2/src/other/openNURBS.dist brlcad-7.24.2/src/other/libutahrle.dist brlcad-7.24.2/src/other/clipper.dist brlcad-7.24.2/src/other/README brlcad-7.24.2/src/other/sqlite3.dist brlcad-7.24.2/src/other/lemon.dist brlcad-7.24.2/src/other/libz.dist brlcad-7.24.2/src/other/URToolkit/blurb brlcad-7.24.2/src/other/URToolkit/3.1-changes brlcad-7.24.2/src/other/URToolkit/Makefile.am brlcad-7.24.2/src/other/URToolkit/tools/rlescale.c brlcad-7.24.2/src/other/URToolkit/tools/rlebox.c brlcad-7.24.2/src/other/URToolkit/tools/rleswap.c brlcad-7.24.2/src/other/URToolkit/tools/into.c brlcad-7.24.2/src/other/URToolkit/tools/applymap.c brlcad-7.24.2/src/other/URToolkit/tools/rlecat.c brlcad-7.24.2/src/other/URToolkit/tools/rleflip.c brlcad-7.24.2/src/other/URToolkit/tools/rleccube.c brlcad-7.24.2/src/other/URToolkit/tools/Makefile.am brlcad-7.24.2/src/other/URToolkit/tools/unexp.c brlcad-7.24.2/src/other/URToolkit/tools/avg4.c brlcad-7.24.2/src/other/URToolkit/tools/rlecomp.c brlcad-7.24.2/src/other/URToolkit/tools/rledither.c brlcad-7.24.2/src/other/URToolkit/tools/rleskel.c brlcad-7.24.2/src/other/URToolkit/tools/mergechan.c brlcad-7.24.2/src/other/URToolkit/tools/rlehdr.c brlcad-7.24.2/src/other/URToolkit/tools/crop.c brlcad-7.24.2/src/other/URToolkit/tools/rleprint.c brlcad-7.24.2/src/other/URToolkit/tools/rleldmap.c brlcad-7.24.2/src/other/URToolkit/tools/rleaddeof.c brlcad-7.24.2/src/other/URToolkit/tools/CMakeLists.txt brlcad-7.24.2/src/other/URToolkit/tools/rlesplit.c brlcad-7.24.2/src/other/URToolkit/tools/rlegrid.c brlcad-7.24.2/src/other/URToolkit/tools/rlesetbg.c brlcad-7.24.2/src/other/URToolkit/tools/rlemandl.c brlcad-7.24.2/src/other/URToolkit/tools/smush.c brlcad-7.24.2/src/other/URToolkit/tools/pyrlib.c brlcad-7.24.2/src/other/URToolkit/tools/pyrmask.c brlcad-7.24.2/src/other/URToolkit/tools/mcut.c brlcad-7.24.2/src/other/URToolkit/tools/clock/rleClock.c brlcad-7.24.2/src/other/URToolkit/tools/clock/Makefile.am brlcad-7.24.2/src/other/URToolkit/tools/clock/font.c brlcad-7.24.2/src/other/URToolkit/tools/clock/CMakeLists.txt brlcad-7.24.2/src/other/URToolkit/tools/clock/makeFont brlcad-7.24.2/src/other/URToolkit/tools/clock/font.h brlcad-7.24.2/src/other/URToolkit/tools/clock/README brlcad-7.24.2/src/other/URToolkit/tools/clock/font.src brlcad-7.24.2/src/other/URToolkit/tools/rlequant.c brlcad-7.24.2/src/other/URToolkit/tools/repos.c brlcad-7.24.2/src/other/URToolkit/tools/rlebg.c brlcad-7.24.2/src/other/URToolkit/tools/rlehisto.c brlcad-7.24.2/src/other/URToolkit/tools/rlesplice.c brlcad-7.24.2/src/other/URToolkit/tools/mallocNd.c brlcad-7.24.2/src/other/URToolkit/tools/rleselect.c brlcad-7.24.2/src/other/URToolkit/tools/rle_box.c brlcad-7.24.2/src/other/URToolkit/tools/rlesortmap.c brlcad-7.24.2/src/other/URToolkit/tools/rlestereo.c brlcad-7.24.2/src/other/URToolkit/tools/rlezoom.c brlcad-7.24.2/src/other/URToolkit/tools/rleaddcom.c brlcad-7.24.2/src/other/URToolkit/tools/rlepatch.c brlcad-7.24.2/src/other/URToolkit/tools/fant.c brlcad-7.24.2/src/other/URToolkit/tools/rlespiff.c brlcad-7.24.2/src/other/URToolkit/tools/rleinterp.c brlcad-7.24.2/src/other/URToolkit/tools/tobw.c brlcad-7.24.2/src/other/URToolkit/tools/rlenoise.c brlcad-7.24.2/src/other/URToolkit/tools/to8.c brlcad-7.24.2/src/other/URToolkit/tools/unslice.c brlcad-7.24.2/src/other/URToolkit/cnv/rletops.c brlcad-7.24.2/src/other/URToolkit/cnv/painttorle.c brlcad-7.24.2/src/other/URToolkit/cnv/rletotarga.c brlcad-7.24.2/src/other/URToolkit/cnv/rawtorle.c brlcad-7.24.2/src/other/URToolkit/cnv/iristorle.c brlcad-7.24.2/src/other/URToolkit/cnv/rletoalias.c brlcad-7.24.2/src/other/URToolkit/cnv/vcrtorle.c brlcad-7.24.2/src/other/URToolkit/cnv/Makefile.am brlcad-7.24.2/src/other/URToolkit/cnv/tifftorle.c brlcad-7.24.2/src/other/URToolkit/cnv/rletovcr.c brlcad-7.24.2/src/other/URToolkit/cnv/rletocgm.c brlcad-7.24.2/src/other/URToolkit/cnv/rastorle.c brlcad-7.24.2/src/other/URToolkit/cnv/CMakeLists.txt brlcad-7.24.2/src/other/URToolkit/cnv/rletoabA60.c brlcad-7.24.2/src/other/URToolkit/cnv/giftorle.c brlcad-7.24.2/src/other/URToolkit/cnv/rletoraw.c brlcad-7.24.2/src/other/URToolkit/cnv/wasatchrle.c brlcad-7.24.2/src/other/URToolkit/cnv/rletogif/gifencod.c brlcad-7.24.2/src/other/URToolkit/cnv/rletogif/rletogif.h brlcad-7.24.2/src/other/URToolkit/cnv/rletogif/compgif.c brlcad-7.24.2/src/other/URToolkit/cnv/rletogif/Makefile.am brlcad-7.24.2/src/other/URToolkit/cnv/rletogif/rletogif.c brlcad-7.24.2/src/other/URToolkit/cnv/xbmtorle.c brlcad-7.24.2/src/other/URToolkit/cnv/rletorast.c brlcad-7.24.2/src/other/URToolkit/cnv/aliastorle.c brlcad-7.24.2/src/other/URToolkit/cnv/rletoppm.c brlcad-7.24.2/src/other/URToolkit/cnv/README brlcad-7.24.2/src/other/URToolkit/cnv/rletogray.c brlcad-7.24.2/src/other/URToolkit/cnv/rletoiris.c brlcad-7.24.2/src/other/URToolkit/cnv/pgmtorle.c brlcad-7.24.2/src/other/URToolkit/cnv/rletopaint.c brlcad-7.24.2/src/other/URToolkit/cnv/graytorle.c brlcad-7.24.2/src/other/URToolkit/cnv/cubitorle.c brlcad-7.24.2/src/other/URToolkit/cnv/targatorle.c brlcad-7.24.2/src/other/URToolkit/cnv/ppmtorle.c brlcad-7.24.2/src/other/URToolkit/cnv/rla_header.h brlcad-7.24.2/src/other/URToolkit/cnv/rletotiff.c brlcad-7.24.2/src/other/URToolkit/cnv/rletorla.c brlcad-7.24.2/src/other/URToolkit/cnv/rletoabA62/rletoabA62.c brlcad-7.24.2/src/other/URToolkit/cnv/rletoabA62/Makefile.am brlcad-7.24.2/src/other/URToolkit/cnv/rletoabA62/COPYRIGHT brlcad-7.24.2/src/other/URToolkit/cnv/rletoabA62/rle.c brlcad-7.24.2/src/other/URToolkit/cnv/rlatorle.c brlcad-7.24.2/src/other/URToolkit/cnv/rletoascii.c brlcad-7.24.2/src/other/URToolkit/cnv/rlb_header.h brlcad-7.24.2/src/other/URToolkit/copyright brlcad-7.24.2/src/other/URToolkit/patchlevel.h brlcad-7.24.2/src/other/URToolkit/MANIFEST brlcad-7.24.2/src/other/URToolkit/CMakeLists.txt brlcad-7.24.2/src/other/URToolkit/CHANGES brlcad-7.24.2/src/other/URToolkit/README brlcad-7.24.2/src/other/URToolkit/man/getsun.1 brlcad-7.24.2/src/other/URToolkit/man/painttorle.1 brlcad-7.24.2/src/other/URToolkit/man/rlesplice.1 brlcad-7.24.2/src/other/URToolkit/man/rletopaint.1 brlcad-7.24.2/src/other/URToolkit/man/rleClock.1 brlcad-7.24.2/src/other/URToolkit/man/rlebg.1 brlcad-7.24.2/src/other/URToolkit/man/rlesetbg.1 brlcad-7.24.2/src/other/URToolkit/man/rastorle.1 brlcad-7.24.2/src/other/URToolkit/man/cubitorle.1 brlcad-7.24.2/src/other/URToolkit/man/rawtorle.1 brlcad-7.24.2/src/other/URToolkit/man/rlecomp.1 brlcad-7.24.2/src/other/URToolkit/man/rletoppm.1 brlcad-7.24.2/src/other/URToolkit/man/rleprint.1 brlcad-7.24.2/src/other/URToolkit/man/rletoraw.1 brlcad-7.24.2/src/other/URToolkit/man/rletotarga.1 brlcad-7.24.2/src/other/URToolkit/man/applymap.1 brlcad-7.24.2/src/other/URToolkit/man/gettaac.1 brlcad-7.24.2/src/other/URToolkit/man/urt.1 brlcad-7.24.2/src/other/URToolkit/man/mergechan.1 brlcad-7.24.2/src/other/URToolkit/man/rleccube.1 brlcad-7.24.2/src/other/URToolkit/man/Makefile.am brlcad-7.24.2/src/other/URToolkit/man/show3.1 brlcad-7.24.2/src/other/URToolkit/man/rledither.1 brlcad-7.24.2/src/other/URToolkit/man/getbob.1 brlcad-7.24.2/src/other/URToolkit/man/getqcr.1 brlcad-7.24.2/src/other/URToolkit/man/crop.1 brlcad-7.24.2/src/other/URToolkit/man/dvirle.1 brlcad-7.24.2/src/other/URToolkit/man/rlemandl.1 brlcad-7.24.2/src/other/URToolkit/man/avg4.1 brlcad-7.24.2/src/other/URToolkit/man/getren.1 brlcad-7.24.2/src/other/URToolkit/man/rlegrid.1 brlcad-7.24.2/src/other/URToolkit/man/rletogray.1 brlcad-7.24.2/src/other/URToolkit/man/getcx3d.1 brlcad-7.24.2/src/other/URToolkit/man/rlehisto.1 brlcad-7.24.2/src/other/URToolkit/man/rleinterp.1 brlcad-7.24.2/src/other/URToolkit/man/CMakeLists.txt brlcad-7.24.2/src/other/URToolkit/man/graytorle.1 brlcad-7.24.2/src/other/URToolkit/man/ppmtorle.1 brlcad-7.24.2/src/other/URToolkit/man/unslice.1 brlcad-7.24.2/src/other/URToolkit/man/rletops.1 brlcad-7.24.2/src/other/URToolkit/man/getgmr.1 brlcad-7.24.2/src/other/URToolkit/man/rleskel.1 brlcad-7.24.2/src/other/URToolkit/man/getmac.1 brlcad-7.24.2/src/other/URToolkit/man/repos.1 brlcad-7.24.2/src/other/URToolkit/man/pgmtorle.1 brlcad-7.24.2/src/other/URToolkit/man/rlecat.1 brlcad-7.24.2/src/other/URToolkit/man/aliastorle.1 brlcad-7.24.2/src/other/URToolkit/man/rletoabA60.1 brlcad-7.24.2/src/other/URToolkit/man/getfb.1 brlcad-7.24.2/src/other/URToolkit/man/to8.1 brlcad-7.24.2/src/other/URToolkit/man/rlespiff.1 brlcad-7.24.2/src/other/URToolkit/man/rlehdr.1 brlcad-7.24.2/src/other/URToolkit/man/rleaddcom.1 brlcad-7.24.2/src/other/URToolkit/man/rleflip.1 brlcad-7.24.2/src/other/URToolkit/man/fant.1 brlcad-7.24.2/src/other/URToolkit/man/into.1 brlcad-7.24.2/src/other/URToolkit/man/getmex.1 brlcad-7.24.2/src/other/URToolkit/man/pyrmask.1 brlcad-7.24.2/src/other/URToolkit/man/rlatorle.1 brlcad-7.24.2/src/other/URToolkit/man/template.1 brlcad-7.24.2/src/other/URToolkit/man/getiris.1 brlcad-7.24.2/src/other/URToolkit/man/rlebox.1 brlcad-7.24.2/src/other/URToolkit/man/read98721.1 brlcad-7.24.2/src/other/URToolkit/man/rleselect.1 brlcad-7.24.2/src/other/URToolkit/man/giftorle.1 brlcad-7.24.2/src/other/URToolkit/man/rleswap.1 brlcad-7.24.2/src/other/URToolkit/man/tobw.1 brlcad-7.24.2/src/other/URToolkit/man/getx10.1 brlcad-7.24.2/src/other/URToolkit/man/rlequant.1 brlcad-7.24.2/src/other/URToolkit/man/rlepatch.1 brlcad-7.24.2/src/other/URToolkit/man/get_orion.1 brlcad-7.24.2/src/other/URToolkit/man/unexp.1 brlcad-7.24.2/src/other/URToolkit/man/rletogif.1 brlcad-7.24.2/src/other/URToolkit/man/rlenoise.1 brlcad-7.24.2/src/other/URToolkit/man/rletorla.1 brlcad-7.24.2/src/other/URToolkit/man/rleaddeof.1 brlcad-7.24.2/src/other/URToolkit/man/targatorle.1 brlcad-7.24.2/src/other/URToolkit/man/getami.1 brlcad-7.24.2/src/other/URToolkit/man/smush.1 brlcad-7.24.2/src/other/URToolkit/man/rlescale.1 brlcad-7.24.2/src/other/URToolkit/man/rleldmap.1 brlcad-7.24.2/src/other/URToolkit/man/rlezoom.1 brlcad-7.24.2/src/other/URToolkit/man/getap.1 brlcad-7.24.2/src/other/URToolkit/man/rletocgm.1 brlcad-7.24.2/src/other/URToolkit/man/tifftorle.1 brlcad-7.24.2/src/other/URToolkit/man/rletoascii.1 brlcad-7.24.2/src/other/URToolkit/man/rlestereo.1 brlcad-7.24.2/src/other/URToolkit/man/get4d.1 brlcad-7.24.2/src/other/URToolkit/man/rletoalias.1 brlcad-7.24.2/src/other/URToolkit/man/rlesplit.1 brlcad-7.24.2/src/other/URToolkit/man/rletoabA62.1 brlcad-7.24.2/src/other/URToolkit/man/getx11.1 brlcad-7.24.2/src/other/URToolkit/man/mcut.1 brlcad-7.24.2/src/other/URToolkit/man/wasatchrle.1 brlcad-7.24.2/src/other/URToolkit/man/rletorast.1 brlcad-7.24.2/src/other/URToolkit/man/rletotiff.1 brlcad-7.24.2/src/other/incrTcl/tclconfig/install-sh brlcad-7.24.2/src/other/incrTcl/tclconfig/tcl.m4 brlcad-7.24.2/src/other/incrTcl/INCOMPATIBLE brlcad-7.24.2/src/other/incrTcl/Makefile.am brlcad-7.24.2/src/other/incrTcl/tools/Makefile.am brlcad-7.24.2/src/other/incrTcl/tools/genStubs.tcl brlcad-7.24.2/src/other/incrTcl/TODO brlcad-7.24.2/src/other/incrTcl/doc/Makefile.am brlcad-7.24.2/src/other/incrTcl/doc/README brlcad-7.24.2/src/other/incrTcl/CHANGES brlcad-7.24.2/src/other/incrTcl/makefile.vc brlcad-7.24.2/src/other/incrTcl/README brlcad-7.24.2/src/other/incrTcl/ChangeLog brlcad-7.24.2/src/other/incrTcl/rules.vc brlcad-7.24.2/src/other/incrTcl/license.terms brlcad-7.24.2/src/other/incrTcl/itcl/aclocal.m4 brlcad-7.24.2/src/other/incrTcl/itcl/CMake/FindTIMEZONE.cmake brlcad-7.24.2/src/other/incrTcl/itcl/CMake/CheckCSourceRuns.cmake brlcad-7.24.2/src/other/incrTcl/itcl/CMake/tcl.cmake brlcad-7.24.2/src/other/incrTcl/itcl/CMake/CheckPrototypeExists.cmake brlcad-7.24.2/src/other/incrTcl/itcl/CMake/CheckSystemFunctionality.cmake brlcad-7.24.2/src/other/incrTcl/itcl/CMake/ac_std_funcs.cmake brlcad-7.24.2/src/other/incrTcl/itcl/CMake/test_sources/sys_wait_test.c brlcad-7.24.2/src/other/incrTcl/itcl/CMake/test_sources/ctypes_test.c brlcad-7.24.2/src/other/incrTcl/itcl/CMake/test_sources/alloca_test.c brlcad-7.24.2/src/other/incrTcl/itcl/CMake/test_sources/alloca_header_test.c brlcad-7.24.2/src/other/incrTcl/itcl/Makefile.am brlcad-7.24.2/src/other/incrTcl/itcl/CMakeLists.txt brlcad-7.24.2/src/other/incrTcl/itcl/pkgIndex.tcl.in brlcad-7.24.2/src/other/incrTcl/itcl/doc/local.n brlcad-7.24.2/src/other/incrTcl/itcl/doc/Makefile.am brlcad-7.24.2/src/other/incrTcl/itcl/doc/List.3 brlcad-7.24.2/src/other/incrTcl/itcl/doc/find.n brlcad-7.24.2/src/other/incrTcl/itcl/doc/man.macros brlcad-7.24.2/src/other/incrTcl/itcl/doc/scope.n brlcad-7.24.2/src/other/incrTcl/itcl/doc/RegisterC.3 brlcad-7.24.2/src/other/incrTcl/itcl/doc/itcl.n brlcad-7.24.2/src/other/incrTcl/itcl/doc/is.n brlcad-7.24.2/src/other/incrTcl/itcl/doc/Class.3 brlcad-7.24.2/src/other/incrTcl/itcl/doc/body.n brlcad-7.24.2/src/other/incrTcl/itcl/doc/itclvars.n brlcad-7.24.2/src/other/incrTcl/itcl/doc/ensemble.n brlcad-7.24.2/src/other/incrTcl/itcl/doc/class.n brlcad-7.24.2/src/other/incrTcl/itcl/doc/Object.3 brlcad-7.24.2/src/other/incrTcl/itcl/doc/Stack.3 brlcad-7.24.2/src/other/incrTcl/itcl/doc/license.terms brlcad-7.24.2/src/other/incrTcl/itcl/doc/code.n brlcad-7.24.2/src/other/incrTcl/itcl/doc/Preserve.3 brlcad-7.24.2/src/other/incrTcl/itcl/doc/configbody.n brlcad-7.24.2/src/other/incrTcl/itcl/doc/delete.n brlcad-7.24.2/src/other/incrTcl/itcl/itclConfig.sh.in brlcad-7.24.2/src/other/incrTcl/itcl/library/Makefile.am brlcad-7.24.2/src/other/incrTcl/itcl/library/pkgIndex.tcl brlcad-7.24.2/src/other/incrTcl/itcl/library/itcl.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/local.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/tclIndex brlcad-7.24.2/src/other/incrTcl/itcl/tests/scope.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/mkindex.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/interp.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/protection.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/all.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/tclIndex brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/Foo.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/upvar.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/toasters/tclIndex brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/toasters/SmartToaster.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/toasters/usualway.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/toasters/Appliance.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/toasters/Toaster.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/toasters/Hazard.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/toasters/Outlet.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/inherit.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/FooBar.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/Baz.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/Mongrel.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/AAA.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/toaster.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/testlib.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/uplevel.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/VirtualErr.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/basic.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/Geek.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/all brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/Bar.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/old/BarFoo.tcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/info.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/inherit.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/delete.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/namespace.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/body.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/basic.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/ensemble.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/mkindex.itcl brlcad-7.24.2/src/other/incrTcl/itcl/tests/chain.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/methods.test brlcad-7.24.2/src/other/incrTcl/itcl/tests/import.test brlcad-7.24.2/src/other/incrTcl/itcl/license.terms brlcad-7.24.2/src/other/incrTcl/itcl/win/dllEntryPoint.c brlcad-7.24.2/src/other/incrTcl/itcl/win/rc/itcl.rc brlcad-7.24.2/src/other/incrTcl/itcl/win/nmakehlp.c brlcad-7.24.2/src/other/incrTcl/itcl/win/makefile.vc brlcad-7.24.2/src/other/incrTcl/itcl/win/toaster.bmp brlcad-7.24.2/src/other/incrTcl/itcl/generic/itcl_parse.c brlcad-7.24.2/src/other/incrTcl/itcl/generic/itcl_methods.c brlcad-7.24.2/src/other/incrTcl/itcl/generic/Makefile.am brlcad-7.24.2/src/other/incrTcl/itcl/generic/itcl_cmds.c brlcad-7.24.2/src/other/incrTcl/itcl/generic/itcl_ensemble.c brlcad-7.24.2/src/other/incrTcl/itcl/generic/itcl_bicmds.c brlcad-7.24.2/src/other/incrTcl/itcl/generic/itclStubInit.c brlcad-7.24.2/src/other/incrTcl/itcl/generic/itcl_migrate.c brlcad-7.24.2/src/other/incrTcl/itcl/generic/itcl_objects.c brlcad-7.24.2/src/other/incrTcl/itcl/generic/itcl_class.c brlcad-7.24.2/src/other/incrTcl/itcl/generic/itclDecls.h brlcad-7.24.2/src/other/incrTcl/itcl/generic/itcl.h brlcad-7.24.2/src/other/incrTcl/itcl/generic/itclStubLib.c brlcad-7.24.2/src/other/incrTcl/itcl/generic/itclInt.h brlcad-7.24.2/src/other/incrTcl/itcl/generic/itclIntDecls.h brlcad-7.24.2/src/other/incrTcl/itcl/generic/itcl_linkage.c brlcad-7.24.2/src/other/incrTcl/itcl/generic/itcl_util.c brlcad-7.24.2/src/other/incrTcl/itcl/generic/itclInt.decls brlcad-7.24.2/src/other/incrTcl/itcl/generic/itcl.decls brlcad-7.24.2/src/other/incrTcl/itk/aclocal.m4 brlcad-7.24.2/src/other/incrTcl/itk/CMake/FindTIMEZONE.cmake brlcad-7.24.2/src/other/incrTcl/itk/CMake/CheckCSourceRuns.cmake brlcad-7.24.2/src/other/incrTcl/itk/CMake/tcl.cmake brlcad-7.24.2/src/other/incrTcl/itk/CMake/FindX11.cmake brlcad-7.24.2/src/other/incrTcl/itk/CMake/CheckPrototypeExists.cmake brlcad-7.24.2/src/other/incrTcl/itk/CMake/CheckSystemFunctionality.cmake brlcad-7.24.2/src/other/incrTcl/itk/CMake/ac_std_funcs.cmake brlcad-7.24.2/src/other/incrTcl/itk/CMake/test_sources/sys_wait_test.c brlcad-7.24.2/src/other/incrTcl/itk/CMake/test_sources/ctypes_test.c brlcad-7.24.2/src/other/incrTcl/itk/CMake/test_sources/alloca_test.c brlcad-7.24.2/src/other/incrTcl/itk/CMake/test_sources/alloca_header_test.c brlcad-7.24.2/src/other/incrTcl/itk/Makefile.am brlcad-7.24.2/src/other/incrTcl/itk/CMakeLists.txt brlcad-7.24.2/src/other/incrTcl/itk/pkgIndex.tcl.in brlcad-7.24.2/src/other/incrTcl/itk/doc/Widget.n brlcad-7.24.2/src/other/incrTcl/itk/doc/usual.n brlcad-7.24.2/src/other/incrTcl/itk/doc/Makefile.am brlcad-7.24.2/src/other/incrTcl/itk/doc/itk.n brlcad-7.24.2/src/other/incrTcl/itk/doc/man.macros brlcad-7.24.2/src/other/incrTcl/itk/doc/Archetype.n brlcad-7.24.2/src/other/incrTcl/itk/doc/itkvars.n brlcad-7.24.2/src/other/incrTcl/itk/doc/license.terms brlcad-7.24.2/src/other/incrTcl/itk/doc/Toplevel.n brlcad-7.24.2/src/other/incrTcl/itk/demos/itkedit brlcad-7.24.2/src/other/incrTcl/itk/demos/README brlcad-7.24.2/src/other/incrTcl/itk/library/tclIndex brlcad-7.24.2/src/other/incrTcl/itk/library/Makefile.am brlcad-7.24.2/src/other/incrTcl/itk/library/pkgIndex.tcl brlcad-7.24.2/src/other/incrTcl/itk/library/Archetype.itk brlcad-7.24.2/src/other/incrTcl/itk/library/itk.tcl brlcad-7.24.2/src/other/incrTcl/itk/library/Toplevel.itk brlcad-7.24.2/src/other/incrTcl/itk/library/Widget.itk brlcad-7.24.2/src/other/incrTcl/itk/examples/TextInfo.itk brlcad-7.24.2/src/other/incrTcl/itk/examples/tclIndex brlcad-7.24.2/src/other/incrTcl/itk/examples/MessageInfo.itk brlcad-7.24.2/src/other/incrTcl/itk/examples/Info.itk brlcad-7.24.2/src/other/incrTcl/itk/examples/TextDisplay.itk brlcad-7.24.2/src/other/incrTcl/itk/examples/viewfile brlcad-7.24.2/src/other/incrTcl/itk/examples/README brlcad-7.24.2/src/other/incrTcl/itk/tests/option.test brlcad-7.24.2/src/other/incrTcl/itk/tests/interp.test brlcad-7.24.2/src/other/incrTcl/itk/tests/all.tcl brlcad-7.24.2/src/other/incrTcl/itk/tests/toplevel.test brlcad-7.24.2/src/other/incrTcl/itk/tests/widget.test brlcad-7.24.2/src/other/incrTcl/itk/tests/defs brlcad-7.24.2/src/other/incrTcl/itk/tests/privacy.test brlcad-7.24.2/src/other/incrTcl/itk/tests/all brlcad-7.24.2/src/other/incrTcl/itk/tests/public.test brlcad-7.24.2/src/other/incrTcl/itk/itkConfig.sh.in brlcad-7.24.2/src/other/incrTcl/itk/license.terms brlcad-7.24.2/src/other/incrTcl/itk/win/dllEntryPoint.c brlcad-7.24.2/src/other/incrTcl/itk/win/rc/itk.rc brlcad-7.24.2/src/other/incrTcl/itk/win/rc/itk.ico brlcad-7.24.2/src/other/incrTcl/itk/win/nmakehlp.c brlcad-7.24.2/src/other/incrTcl/itk/win/makefile.vc brlcad-7.24.2/src/other/incrTcl/itk/win/toaster.bmp brlcad-7.24.2/src/other/incrTcl/itk/generic/Makefile.am brlcad-7.24.2/src/other/incrTcl/itk/generic/itk.decls brlcad-7.24.2/src/other/incrTcl/itk/generic/itk_option.c brlcad-7.24.2/src/other/incrTcl/itk/generic/itkStubInit.c brlcad-7.24.2/src/other/incrTcl/itk/generic/itk_util.c brlcad-7.24.2/src/other/incrTcl/itk/generic/itk_archetype.c brlcad-7.24.2/src/other/incrTcl/itk/generic/itkDecls.h brlcad-7.24.2/src/other/incrTcl/itk/generic/itk_cmds.c brlcad-7.24.2/src/other/incrTcl/itk/generic/itkStubLib.c brlcad-7.24.2/src/other/incrTcl/itk/generic/itk.h brlcad-7.24.2/src/other/iwidgets.dist brlcad-7.24.2/src/other/libgdiam.dist brlcad-7.24.2/src/other/perplex/CMake/RE2C_Util.cmake brlcad-7.24.2/src/other/perplex/CMake/FindRE2C.cmake brlcad-7.24.2/src/other/perplex/CMake/LEMON_Util.cmake brlcad-7.24.2/src/other/perplex/CMake/FindLEMON.cmake brlcad-7.24.2/src/other/perplex/mbo_getopt.cpp brlcad-7.24.2/src/other/perplex/token_type.h brlcad-7.24.2/src/other/perplex/CMakeLists.txt brlcad-7.24.2/src/other/perplex/README.txt brlcad-7.24.2/src/other/perplex/parser.y brlcad-7.24.2/src/other/perplex/mbo_getopt.h brlcad-7.24.2/src/other/perplex/scanner.re brlcad-7.24.2/src/other/perplex/perplex.cpp brlcad-7.24.2/src/other/perplex/perplex.h brlcad-7.24.2/src/other/perplex/perplex_template.c brlcad-7.24.2/src/other/tclap/include/tclap/XorHandler.h brlcad-7.24.2/src/other/tclap/include/tclap/DocBookOutput.h brlcad-7.24.2/src/other/tclap/include/tclap/StandardTraits.h brlcad-7.24.2/src/other/tclap/include/tclap/VersionVisitor.h brlcad-7.24.2/src/other/tclap/include/tclap/StdOutput.h brlcad-7.24.2/src/other/tclap/include/tclap/ArgException.h brlcad-7.24.2/src/other/tclap/include/tclap/SwitchArg.h brlcad-7.24.2/src/other/tclap/include/tclap/ZshCompletionOutput.h brlcad-7.24.2/src/other/tclap/include/tclap/ValueArg.h brlcad-7.24.2/src/other/tclap/include/tclap/CmdLine.h brlcad-7.24.2/src/other/tclap/include/tclap/Constraint.h brlcad-7.24.2/src/other/tclap/include/tclap/Arg.h brlcad-7.24.2/src/other/tclap/include/tclap/UnlabeledMultiArg.h brlcad-7.24.2/src/other/tclap/include/tclap/OptionalUnlabeledTracker.h brlcad-7.24.2/src/other/tclap/include/tclap/ArgTraits.h brlcad-7.24.2/src/other/tclap/include/tclap/HelpVisitor.h brlcad-7.24.2/src/other/tclap/include/tclap/MultiSwitchArg.h brlcad-7.24.2/src/other/tclap/include/tclap/CmdLineInterface.h brlcad-7.24.2/src/other/tclap/include/tclap/UnlabeledValueArg.h brlcad-7.24.2/src/other/tclap/include/tclap/ValuesConstraint.h brlcad-7.24.2/src/other/tclap/include/tclap/MultiArg.h brlcad-7.24.2/src/other/tclap/include/tclap/IgnoreRestVisitor.h brlcad-7.24.2/src/other/tclap/include/tclap/Visitor.h brlcad-7.24.2/src/other/tclap/include/tclap/CmdLineOutput.h brlcad-7.24.2/src/other/tclap/CMakeLists.txt brlcad-7.24.2/src/other/tclap/COPYING brlcad-7.24.2/src/other/tclap/NEWS brlcad-7.24.2/src/other/tclap/AUTHORS brlcad-7.24.2/src/other/tclap/README brlcad-7.24.2/src/other/tclap/ChangeLog brlcad-7.24.2/src/other/tclap/config.h.in brlcad-7.24.2/src/other/clipper/clipper.hpp brlcad-7.24.2/src/other/clipper/License.txt brlcad-7.24.2/src/other/clipper/CMakeLists.txt brlcad-7.24.2/src/other/clipper/README brlcad-7.24.2/src/other/clipper/clipper.cpp brlcad-7.24.2/src/other/tcl.dist brlcad-7.24.2/src/other/itk.dist brlcad-7.24.2/src/other/libregex.dist brlcad-7.24.2/src/other/tkpng/CMake/FindTCL.cmake brlcad-7.24.2/src/other/tkpng/CMake/FindZLIB.cmake brlcad-7.24.2/src/other/tkpng/CMake/FindX11.cmake brlcad-7.24.2/src/other/tkpng/Makefile.am brlcad-7.24.2/src/other/tkpng/CMakeLists.txt brlcad-7.24.2/src/other/tkpng/pkgIndex.tcl.in brlcad-7.24.2/src/other/tkpng/README brlcad-7.24.2/src/other/tkpng/ChangeLog brlcad-7.24.2/src/other/tkpng/license.terms brlcad-7.24.2/src/other/tkpng/generic/tkImgPNGInit.c brlcad-7.24.2/src/other/tkpng/generic/tkImgPNG.c brlcad-7.24.2/src/other/stepcode/misc/notepad++-syntax-highlighting-express.xml brlcad-7.24.2/src/other/stepcode/misc/wiki-scripts/build_all.sh brlcad-7.24.2/src/other/stepcode/misc/wiki-scripts/update-matrix.py brlcad-7.24.2/src/other/stepcode/misc/flawfinder brlcad-7.24.2/src/other/stepcode/misc/astyle.cfg brlcad-7.24.2/src/other/stepcode/misc/kate-syntax-highlighting-express.xml brlcad-7.24.2/src/other/stepcode/lcov.cmake brlcad-7.24.2/src/other/stepcode/ctest_matrix.cmake brlcad-7.24.2/src/other/stepcode/include/ordered_attrs.h brlcad-7.24.2/src/other/stepcode/include/sc_stdbool.h brlcad-7.24.2/src/other/stepcode/include/express/expr.h brlcad-7.24.2/src/other/stepcode/include/express/object.h brlcad-7.24.2/src/other/stepcode/include/express/hash.h brlcad-7.24.2/src/other/stepcode/include/express/symbol.h brlcad-7.24.2/src/other/stepcode/include/express/resolve.h brlcad-7.24.2/src/other/stepcode/include/express/decstart.h brlcad-7.24.2/src/other/stepcode/include/express/stmt.h brlcad-7.24.2/src/other/stepcode/include/express/type.h brlcad-7.24.2/src/other/stepcode/include/express/linklist.h brlcad-7.24.2/src/other/stepcode/include/express/memory.h brlcad-7.24.2/src/other/stepcode/include/express/caseitem.h brlcad-7.24.2/src/other/stepcode/include/express/expbasic.h brlcad-7.24.2/src/other/stepcode/include/express/de_end.h brlcad-7.24.2/src/other/stepcode/include/express/error.h brlcad-7.24.2/src/other/stepcode/include/express/dict.h brlcad-7.24.2/src/other/stepcode/include/express/entity.h brlcad-7.24.2/src/other/stepcode/include/express/lexact.h brlcad-7.24.2/src/other/stepcode/include/express/express.h brlcad-7.24.2/src/other/stepcode/include/express/basic.h brlcad-7.24.2/src/other/stepcode/include/express/schema.h brlcad-7.24.2/src/other/stepcode/include/express/defstart.h brlcad-7.24.2/src/other/stepcode/include/express/variable.h brlcad-7.24.2/src/other/stepcode/include/express/alg.h brlcad-7.24.2/src/other/stepcode/include/express/scope.h brlcad-7.24.2/src/other/stepcode/include/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/include/sc_cf_cmake.h.in brlcad-7.24.2/src/other/stepcode/include/sc_export.h brlcad-7.24.2/src/other/stepcode/include/exppp/exppp.h brlcad-7.24.2/src/other/stepcode/src/base/sc_memmgr.h brlcad-7.24.2/src/other/stepcode/src/base/sc_memmgr.cc brlcad-7.24.2/src/other/stepcode/src/base/sc_getopt.cc brlcad-7.24.2/src/other/stepcode/src/base/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/src/base/sc_benchmark.cc brlcad-7.24.2/src/other/stepcode/src/base/judy/misc/judy64n.c brlcad-7.24.2/src/other/stepcode/src/base/judy/misc/hextest.sh brlcad-7.24.2/src/other/stepcode/src/base/judy/misc/astyle.cfg brlcad-7.24.2/src/other/stepcode/src/base/judy/src/judyL2Array.h brlcad-7.24.2/src/other/stepcode/src/base/judy/src/judySArray.h brlcad-7.24.2/src/other/stepcode/src/base/judy/src/judy.c brlcad-7.24.2/src/other/stepcode/src/base/judy/src/judy.h brlcad-7.24.2/src/other/stepcode/src/base/judy/src/judyS2Array.h brlcad-7.24.2/src/other/stepcode/src/base/judy/src/judyLArray.h brlcad-7.24.2/src/other/stepcode/src/base/judy/README.md brlcad-7.24.2/src/other/stepcode/src/base/judy/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/src/base/judy/test/judyLtest.cc brlcad-7.24.2/src/other/stepcode/src/base/judy/test/judyStest.cc brlcad-7.24.2/src/other/stepcode/src/base/judy/test/judyS2test.cc brlcad-7.24.2/src/other/stepcode/src/base/judy/test/hexSort.c brlcad-7.24.2/src/other/stepcode/src/base/judy/test/sort.c brlcad-7.24.2/src/other/stepcode/src/base/judy/test/judyL2test.cc brlcad-7.24.2/src/other/stepcode/src/base/judy/test/sort.h brlcad-7.24.2/src/other/stepcode/src/base/judy/test/pennySort.c brlcad-7.24.2/src/other/stepcode/src/base/sc_trace_fprintf.h brlcad-7.24.2/src/other/stepcode/src/base/sc_trace_fprintf.c brlcad-7.24.2/src/other/stepcode/src/base/sc_benchmark.h brlcad-7.24.2/src/other/stepcode/src/base/sc_getopt.h brlcad-7.24.2/src/other/stepcode/src/express/Changes brlcad-7.24.2/src/other/stepcode/src/express/resolve.c brlcad-7.24.2/src/other/stepcode/src/express/ordered_attrs.cc brlcad-7.24.2/src/other/stepcode/src/express/entity.c brlcad-7.24.2/src/other/stepcode/src/express/memory.c brlcad-7.24.2/src/other/stepcode/src/express/expr.c brlcad-7.24.2/src/other/stepcode/src/express/express.c brlcad-7.24.2/src/other/stepcode/src/express/caseitem.c brlcad-7.24.2/src/other/stepcode/src/express/token_type.h brlcad-7.24.2/src/other/stepcode/src/express/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/src/express/exptoks.h brlcad-7.24.2/src/other/stepcode/src/express/hash.c brlcad-7.24.2/src/other/stepcode/src/express/symbol.c brlcad-7.24.2/src/other/stepcode/src/express/linklist.c brlcad-7.24.2/src/other/stepcode/src/express/variable.c brlcad-7.24.2/src/other/stepcode/src/express/expparse.y brlcad-7.24.2/src/other/stepcode/src/express/test/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/src/express/test/print_attrs.c brlcad-7.24.2/src/other/stepcode/src/express/test/print_schemas.c brlcad-7.24.2/src/other/stepcode/src/express/lexact.c brlcad-7.24.2/src/other/stepcode/src/express/inithook.c brlcad-7.24.2/src/other/stepcode/src/express/stack.h brlcad-7.24.2/src/other/stepcode/src/express/scope.c brlcad-7.24.2/src/other/stepcode/src/express/generated/expparse.c brlcad-7.24.2/src/other/stepcode/src/express/generated/expparse.h brlcad-7.24.2/src/other/stepcode/src/express/generated/README brlcad-7.24.2/src/other/stepcode/src/express/generated/expscan.h brlcad-7.24.2/src/other/stepcode/src/express/generated/verification_info.cmake brlcad-7.24.2/src/other/stepcode/src/express/generated/expscan.c brlcad-7.24.2/src/other/stepcode/src/express/type.c brlcad-7.24.2/src/other/stepcode/src/express/README brlcad-7.24.2/src/other/stepcode/src/express/stmt.c brlcad-7.24.2/src/other/stepcode/src/express/expscan.l brlcad-7.24.2/src/other/stepcode/src/express/fedex.c brlcad-7.24.2/src/other/stepcode/src/express/dict.c brlcad-7.24.2/src/other/stepcode/src/express/error.c brlcad-7.24.2/src/other/stepcode/src/express/schema.c brlcad-7.24.2/src/other/stepcode/src/express/alg.c brlcad-7.24.2/src/other/stepcode/src/express/parse_data.h brlcad-7.24.2/src/other/stepcode/src/express/object.c brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/stepentdescriptor.cc brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/seedefines.h brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/instcmdbufdisp.cc brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/instcmdbufdisp.h brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/seinstdisp.h brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/setypedisp.h brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/probe.h brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/headerdisp.h brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/headerdisp.cc brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/sclfilechooser.cc brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/stepenteditor.cc brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/stepenteditor.h brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/probe.cc brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/probemain.cc brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/sclfilechooser.h brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/seinstdisp.cc brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/setypedisp.cc brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/dpmenuitem.h brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/seestreditors.cc brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/stepentdescriptor.h brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/dpmenuitem.cc brlcad-7.24.2/src/other/stepcode/src/clprobe-ui/seestreditors.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/baseType.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/ExpDict.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/STEPaggregate.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/dict-pic.txt brlcad-7.24.2/src/other/stepcode/src/clstepcore/SubSuperIterators.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/mgrnode.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/sdaiSelect.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/instmgr.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/mgrnodearray.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/trynext.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/non-ors.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/sdaiApplication_instance.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/multlist.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/match-ors.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/entlist.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/dispnodelist.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/notes.txt brlcad-7.24.2/src/other/stepcode/src/clstepcore/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/src/clstepcore/STEPcomplex.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/orlist.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/dispnodelist.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/needFunc.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/mgrnodearray.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/needFunc.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/SingleLinkList.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/mgrnodelist.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/sdaiSelect.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/Registry.inline.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/ExpDict.inline.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/STEPundefined.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/SingleLinkList.inline.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/dictdefs.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/mgrnode.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/Registry.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/read_func.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/STEPattributeList.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/STEPattribute.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/sdaiApplication_instance.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/STEPattribute.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/SingleLinkList.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/entnode.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/complexSupport.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/STEPcomplex.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/README brlcad-7.24.2/src/other/stepcode/src/clstepcore/complexlist.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/STEPundefined.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/sdai.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/collect.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/STEPaggregate.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/sdai.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/instmgr.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/dispnode.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/dispnode.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/mgrnodelist.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/STEPattributeList.h brlcad-7.24.2/src/other/stepcode/src/clstepcore/print.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/ExpDict.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/read_func.cc brlcad-7.24.2/src/other/stepcode/src/clstepcore/STEPattribute.inline.cc brlcad-7.24.2/src/other/stepcode/src/exp2python/REAMDE.md brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/__init__.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/Utils.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/ConstructedDataTypes.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/Part21.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/BaseType.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/Model.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/essa_par.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/Builtin.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/SCLBase.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/TypeChecker.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/AggregationDataTypes.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/Rules.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/SCL/SimpleDataTypes.py brlcad-7.24.2/src/other/stepcode/src/exp2python/python/setup.py brlcad-7.24.2/src/other/stepcode/src/exp2python/src/classes_wrapper_python.cc brlcad-7.24.2/src/other/stepcode/src/exp2python/src/selects_python.c brlcad-7.24.2/src/other/stepcode/src/exp2python/src/multpass_python.c brlcad-7.24.2/src/other/stepcode/src/exp2python/src/classes_misc_python.c brlcad-7.24.2/src/other/stepcode/src/exp2python/src/fedex_main_python.c brlcad-7.24.2/src/other/stepcode/src/exp2python/src/classes_python.c brlcad-7.24.2/src/other/stepcode/src/exp2python/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/src/exp2python/test/test_builtin.py brlcad-7.24.2/src/other/stepcode/src/exp2python/test/test_SCL.py brlcad-7.24.2/src/other/stepcode/src/exp2python/test/test_unitary_schemas.py brlcad-7.24.2/src/other/stepcode/src/exp2python/test/test_base.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_select_data_type.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_enum_entity_name.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_single_inheritance_multi_level.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_array_of_array_of_simple_types.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/generate_schemas_modules.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_single_inheritance.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_multiple_inheritance.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/multiple_rep.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_array_of_simple_types.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_derived_attribute.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_where_rule.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_function.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/index_attribute.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/gcc_incomplete_type.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_array.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_named_type.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_enums_same_name.py brlcad-7.24.2/src/other/stepcode/src/exp2python/examples/unitary_schemas/test_entity_where_rule.py brlcad-7.24.2/src/other/stepcode/src/test/generate_express/generate_express.cc brlcad-7.24.2/src/other/stepcode/src/test/scl2html/scl2html.cc brlcad-7.24.2/src/other/stepcode/src/test/tests.h brlcad-7.24.2/src/other/stepcode/src/test/needFunc.cc brlcad-7.24.2/src/other/stepcode/src/test/needFunc.h brlcad-7.24.2/src/other/stepcode/src/test/runtests brlcad-7.24.2/src/other/stepcode/src/test/p21read/p21read.cc brlcad-7.24.2/src/other/stepcode/src/test/p21read/testfile.step brlcad-7.24.2/src/other/stepcode/src/test/schema-loc brlcad-7.24.2/src/other/stepcode/src/test/treg/treg.cc brlcad-7.24.2/src/other/stepcode/src/test/tio/tio.cc brlcad-7.24.2/src/other/stepcode/src/test/tio/testfile.step brlcad-7.24.2/src/other/stepcode/src/test/SEarritr.h brlcad-7.24.2/src/other/stepcode/src/test/README brlcad-7.24.2/src/other/stepcode/src/test/tstatic/tstatic.cc brlcad-7.24.2/src/other/stepcode/src/clSchemas/example/SdaiEXAMPLE_SCHEMA.init.cc brlcad-7.24.2/src/other/stepcode/src/clSchemas/example/compstructs.cc brlcad-7.24.2/src/other/stepcode/src/clSchemas/example/SdaiEXAMPLE_SCHEMA.h brlcad-7.24.2/src/other/stepcode/src/clSchemas/example/SdaiAll.cc brlcad-7.24.2/src/other/stepcode/src/clSchemas/example/schema.cc brlcad-7.24.2/src/other/stepcode/src/clSchemas/example/Sdaiclasses.h brlcad-7.24.2/src/other/stepcode/src/clSchemas/example/schema.h brlcad-7.24.2/src/other/stepcode/src/clSchemas/example/SdaiEXAMPLE_SCHEMA.cc brlcad-7.24.2/src/other/stepcode/src/clutils/gennodelist.cc brlcad-7.24.2/src/other/stepcode/src/clutils/errordesc.h brlcad-7.24.2/src/other/stepcode/src/clutils/dirobj.h brlcad-7.24.2/src/other/stepcode/src/clutils/dirobj.cc brlcad-7.24.2/src/other/stepcode/src/clutils/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/src/clutils/gennodearray.h brlcad-7.24.2/src/other/stepcode/src/clutils/errordesc.cc brlcad-7.24.2/src/other/stepcode/src/clutils/gennodearray.cc brlcad-7.24.2/src/other/stepcode/src/clutils/gennode.h brlcad-7.24.2/src/other/stepcode/src/clutils/Str.h brlcad-7.24.2/src/other/stepcode/src/clutils/README brlcad-7.24.2/src/other/stepcode/src/clutils/sc_hash.h brlcad-7.24.2/src/other/stepcode/src/clutils/sc_hash.cc brlcad-7.24.2/src/other/stepcode/src/clutils/gennode.cc brlcad-7.24.2/src/other/stepcode/src/clutils/gennodelist.h brlcad-7.24.2/src/other/stepcode/src/clutils/Str.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/classes_wrapper.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/trynext.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/non-ors.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/multlist.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/match-ors.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/entlist.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/expressbuild.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/multpass.c brlcad-7.24.2/src/other/stepcode/src/exp2cxx/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/src/exp2cxx/fedex_main.c brlcad-7.24.2/src/other/stepcode/src/exp2cxx/orlist.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/selects.c brlcad-7.24.2/src/other/stepcode/src/exp2cxx/classes.h brlcad-7.24.2/src/other/stepcode/src/exp2cxx/entnode.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/complexSupport.h brlcad-7.24.2/src/other/stepcode/src/exp2cxx/write.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/complexlist.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/classes_misc.c brlcad-7.24.2/src/other/stepcode/src/exp2cxx/collect.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/print.cc brlcad-7.24.2/src/other/stepcode/src/exp2cxx/classes.c brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiModel_contents.h brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiModel_contents.cc brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiEntity_extent_set.cc brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiDaObject.h brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiBinary.cc brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiString.cc brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiBinary.h brlcad-7.24.2/src/other/stepcode/src/cldai/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiObject.cc brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiSession_instance.cc brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiApplication_instance_set.cc brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiModel_contents_list.cc brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiModel_contents_list.h brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiString.h brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiEntity_extent_set.h brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiDaObject.cc brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiEnum.h brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiObject.h brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiEnum.cc brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiApplication_instance_set.h brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiEntity_extent.cc brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiEntity_extent.h brlcad-7.24.2/src/other/stepcode/src/cldai/sdaiSession_instance.h brlcad-7.24.2/src/other/stepcode/src/cllazyfile/lazyP21DataSectionReader.h brlcad-7.24.2/src/other/stepcode/src/cllazyfile/lazyTypes.h brlcad-7.24.2/src/other/stepcode/src/cllazyfile/lazyDataSectionReader.cc brlcad-7.24.2/src/other/stepcode/src/cllazyfile/instMgrHelper.h brlcad-7.24.2/src/other/stepcode/src/cllazyfile/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/src/cllazyfile/lazy_test.cc brlcad-7.24.2/src/other/stepcode/src/cllazyfile/headerSectionReader.h brlcad-7.24.2/src/other/stepcode/src/cllazyfile/lazyInstMgr.cc brlcad-7.24.2/src/other/stepcode/src/cllazyfile/lazyFileReader.cc brlcad-7.24.2/src/other/stepcode/src/cllazyfile/sectionReader.cc brlcad-7.24.2/src/other/stepcode/src/cllazyfile/lazyFileReader.h brlcad-7.24.2/src/other/stepcode/src/cllazyfile/lazyInstMgr.h brlcad-7.24.2/src/other/stepcode/src/cllazyfile/current_function.hpp brlcad-7.24.2/src/other/stepcode/src/cllazyfile/lazyDataSectionReader.h brlcad-7.24.2/src/other/stepcode/src/cllazyfile/p21HeaderSectionReader.h brlcad-7.24.2/src/other/stepcode/src/cllazyfile/p21HeaderSectionReader.cc brlcad-7.24.2/src/other/stepcode/src/cllazyfile/lazyP21DataSectionReader.cc brlcad-7.24.2/src/other/stepcode/src/cllazyfile/sectionReader.h brlcad-7.24.2/src/other/stepcode/src/exppp/exppp.c brlcad-7.24.2/src/other/stepcode/src/exppp/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/src/exppp/README brlcad-7.24.2/src/other/stepcode/src/exppp/exppp-main.c brlcad-7.24.2/src/other/stepcode/src/cleditor/STEPfile.cc brlcad-7.24.2/src/other/stepcode/src/cleditor/seeinfodefault.h brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiHeaderSchemaClasses.h brlcad-7.24.2/src/other/stepcode/src/cleditor/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/src/cleditor/STEPfile.inline.cc brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiHeaderSchema.cc brlcad-7.24.2/src/other/stepcode/src/cleditor/cmdmgr.h brlcad-7.24.2/src/other/stepcode/src/cleditor/cmdmgr.cc brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiHeaderSchemaAll.cc brlcad-7.24.2/src/other/stepcode/src/cleditor/STEPfile.h brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiSchemaInit.cc brlcad-7.24.2/src/other/stepcode/src/cleditor/README brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiHeaderSchema.h brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiSchemaInit.h brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiHeaderSchemaInit.cc brlcad-7.24.2/src/other/stepcode/src/cleditor/editordefines.h brlcad-7.24.2/src/other/stepcode/INSTALL brlcad-7.24.2/src/other/stepcode/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/TODO brlcad-7.24.2/src/other/stepcode/COPYING brlcad-7.24.2/src/other/stepcode/NEWS brlcad-7.24.2/src/other/stepcode/doc/sclnotes.pdf brlcad-7.24.2/src/other/stepcode/doc/iso-10303-11--2004.bnf brlcad-7.24.2/src/other/stepcode/doc/Fed-X_The_NIST_EXPRESS_Translator_clark90g.pdf brlcad-7.24.2/src/other/stepcode/doc/Architecture_for_the_VTS_Software_-_morris92.pdf brlcad-7.24.2/src/other/stepcode/doc/data_probe_-_a_tool_for_express-based_data_-_morris93b.pdf brlcad-7.24.2/src/other/stepcode/doc/iso-10303-11--1994.bnf brlcad-7.24.2/src/other/stepcode/doc/doxygen_custom_header.html brlcad-7.24.2/src/other/stepcode/doc/iso-10303-21--1994.bnf brlcad-7.24.2/src/other/stepcode/doc/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/doc/EXPTK_-_Design_And_Implementation_Libes93B.pdf brlcad-7.24.2/src/other/stepcode/doc/EXPTK_-_Updating_Existing_Applications_Libes.pdf brlcad-7.24.2/src/other/stepcode/doc/EXPTK_-_Working_Form_Clark92C.pdf brlcad-7.24.2/src/other/stepcode/doc/Validating_STEP_Application_Models_-_morris93.pdf brlcad-7.24.2/src/other/stepcode/doc/VTS_Requirements_-_morris91b.pdf brlcad-7.24.2/src/other/stepcode/doc/EXPTK_-_Lessons_Learned_Libes92B.pdf brlcad-7.24.2/src/other/stepcode/doc/Design_of_SCL_-_sauder95.pdf brlcad-7.24.2/src/other/stepcode/doc/Data_Probe_Users_Guide_-_sauder93.pdf brlcad-7.24.2/src/other/stepcode/doc/A_structural_express_editor_-_kramer92.pdf brlcad-7.24.2/src/other/stepcode/doc/EXPTK_-_Introduction_And_Overview_Libes93G.pdf brlcad-7.24.2/src/other/stepcode/doc/VTS_-_Reusable_Software_Component_Design_-_morris91.pdf brlcad-7.24.2/src/other/stepcode/doc/man/man1/mkProbe.1 brlcad-7.24.2/src/other/stepcode/doc/man/man1/exp2cxx.1 brlcad-7.24.2/src/other/stepcode/doc/man/man1/dataprobe.1 brlcad-7.24.2/src/other/stepcode/doc/man/man1/fedex.1 brlcad-7.24.2/src/other/stepcode/doc/EXPTK_-_Requirements_For_Improvement_Libes93F.pdf brlcad-7.24.2/src/other/stepcode/doc/Doxyfile brlcad-7.24.2/src/other/stepcode/doc/doxyassist.xml brlcad-7.24.2/src/other/stepcode/doc/EXPTK_-_Using_Applications_Libes93E.pdf brlcad-7.24.2/src/other/stepcode/doc/iso-10303-21--2002.bnf brlcad-7.24.2/src/other/stepcode/doc/Specifications_for_an_Application_Protocol_Development_Environment_clark93b.pdf brlcad-7.24.2/src/other/stepcode/run_ctest.cmake brlcad-7.24.2/src/other/stepcode/test/cpp/schema_specific/inverse_attr1.cc brlcad-7.24.2/src/other/stepcode/test/cpp/schema_specific/aggregate_bound_runtime.cc brlcad-7.24.2/src/other/stepcode/test/cpp/schema_specific/attribute.cc brlcad-7.24.2/src/other/stepcode/test/cpp/schema_specific/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/test/cpp/schema_specific/inverse_attr3.cc brlcad-7.24.2/src/other/stepcode/test/cpp/schema_specific/stepfile_rw_progress.cc brlcad-7.24.2/src/other/stepcode/test/cpp/schema_specific/inverse_attr2.cc brlcad-7.24.2/src/other/stepcode/test/cpp/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/test/cpp/stepcore/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/test/cpp/stepcore/test_SupertypesIterator.cc brlcad-7.24.2/src/other/stepcode/test/misc/select.exp brlcad-7.24.2/src/other/stepcode/test/misc/example.exp brlcad-7.24.2/src/other/stepcode/test/misc/select_segfault_210e3.exp brlcad-7.24.2/src/other/stepcode/test/p21/test_array_bounds_FAIL1.p21 brlcad-7.24.2/src/other/stepcode/test/p21/test_inverse_attr.p21 brlcad-7.24.2/src/other/stepcode/test/p21/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/test/p21/comments.p21 brlcad-7.24.2/src/other/stepcode/test/p21/missing_and_required.p21 brlcad-7.24.2/src/other/stepcode/test/p21/test_array_bounds.p21 brlcad-7.24.2/src/other/stepcode/test/p21/select_segfault_210e3.stp brlcad-7.24.2/src/other/stepcode/test/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/test/buggy/spaces_in_fct.exp brlcad-7.24.2/src/other/stepcode/test/buggy/bad_line_nums.exp brlcad-7.24.2/src/other/stepcode/test/buggy/expr-src-aggregate.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/array_of_simple_types.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/derived_attribute.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/function.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/diamond_inheritance.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/select_data_type.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/gcc_incomplete_type.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/defined_type_where_rule.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/multiple_array.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/array_bounds_expr.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/single_inheritance.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/fail_missing_semicolon.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/multiple_rep.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/named_type.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/single_inheritance_multi_level.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/inverse_attr.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/multiple_inheritance.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/aggregate_array.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/enums_same_name.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/alias_type.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/enum_entity_name.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/select_lookup_enum.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/multiple_inheritance_derived.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/entity_where_rule.exp brlcad-7.24.2/src/other/stepcode/test/unitary_schemas/aggregate_index_attr.exp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/HEAD.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/HEAD.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/HEAD_BACK.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/s1-c5-214.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/MAINBODY.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/MAINBODY_FRONT.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/TAIL.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/FOOT.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/TAIL_MIDDLE_PART.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/HEAD_FRONT.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/HEAD_BACK.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/FOOT_BACK_000.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/TAIL.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/FOOT_FRONT_000.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/MAINBODY_FRONT.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/TAIL_TURBINE.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/FOOT_BACK_000.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/MAINBODY_BACK.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/MAINBODY_BACK.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/HEAD_FRONT.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/TAIL_TURBINE.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/TAIL_MIDDLE_PART.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/MAINBODY.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/s1-c5-214.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/FOOT_FRONT_000.stp.log brlcad-7.24.2/src/other/stepcode/data/ap214e3/s1-c5-214/FOOT.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/AP214E3_2010.exp brlcad-7.24.2/src/other/stepcode/data/ap214e3/dm1-id-214.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/as1-oc-214.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/sg1-c5-214.stp brlcad-7.24.2/src/other/stepcode/data/ap214e3/io1-cm-214.stp brlcad-7.24.2/src/other/stepcode/data/ap219/10303-219-AIM-long.exp brlcad-7.24.2/src/other/stepcode/data/ifc4/IFC4.exp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS7Mod0-outresult.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS1Mod0-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS4Mod0-outresult.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS4Mod0-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS8Mod0-outresult.stp brlcad-7.24.2/src/other/stepcode/data/cd209/part409cdts_wg3n2617mim_lf.exp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS4-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS7Mod0-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS8Mod0-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS1Mod0-outresult.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS10Mod0-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS3Mod0-outresult.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS3Mod0-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS2Mod0-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS8-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS10-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS7-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS2-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS3-out.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS10Mod0-outresult.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS2Mod0-outresult.stp brlcad-7.24.2/src/other/stepcode/data/cd209/ATS1-out.stp brlcad-7.24.2/src/other/stepcode/data/ap203e2/ap203e2_mim_lf.exp brlcad-7.24.2/src/other/stepcode/data/ap235/AP235_TC_engineering_properties_schema_20110222.exp brlcad-7.24.2/src/other/stepcode/data/CMakeLists.txt brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp brlcad-7.24.2/src/other/stepcode/data/pdm/pdm_schema_12.exp brlcad-7.24.2/src/other/stepcode/data/ISO15926/15926-0002-lifecycle_integration.exp brlcad-7.24.2/src/other/stepcode/data/ap239/ap239_arm_lf.exp brlcad-7.24.2/src/other/stepcode/data/ap240/AP240_aim_lf.exp brlcad-7.24.2/src/other/stepcode/data/ap227/mitre.step.txt brlcad-7.24.2/src/other/stepcode/data/ap227/ap227.exp brlcad-7.24.2/src/other/stepcode/data/ap227/mitre.p21 brlcad-7.24.2/src/other/stepcode/data/ap238/ap238-aim-long.exp brlcad-7.24.2/src/other/stepcode/data/README brlcad-7.24.2/src/other/stepcode/data/STEPTools_merged_schema/modified_step_merged_cad_schema.exp brlcad-7.24.2/src/other/stepcode/data/cd242/242_n2813_mim_lf.exp brlcad-7.24.2/src/other/stepcode/data/wip210e3/210e3_v1_47_mim_lf.exp brlcad-7.24.2/src/other/stepcode/data/ifc2x3/IFC2X3_TC1.exp brlcad-7.24.2/src/other/stepcode/data/ifc2x3/Bien-Zenker_Jasmin-Sun-AC14-V2.ifc brlcad-7.24.2/src/other/stepcode/data/ap210e2/ap210e2_v1_40_mim_lf.exp brlcad-7.24.2/src/other/stepcode/data/ap210e2/FlasherThruHole.stp brlcad-7.24.2/src/other/stepcode/data/ap210e2/PDES-181.stp brlcad-7.24.2/src/other/stepcode/data/ap210e2/Cable_db.stp brlcad-7.24.2/src/other/stepcode/data/ap210e2/SurfaceMountFlasher.stp brlcad-7.24.2/src/other/stepcode/AUTHORS brlcad-7.24.2/src/other/stepcode/README brlcad-7.24.2/src/other/stepcode/cmake/cmake_uninstall.cmake.in brlcad-7.24.2/src/other/stepcode/cmake/Generated_Source_Utils.cmake brlcad-7.24.2/src/other/stepcode/cmake/FindRE2C.cmake brlcad-7.24.2/src/other/stepcode/cmake/PERPLEX_Util.cmake brlcad-7.24.2/src/other/stepcode/cmake/LEMON_Util.cmake brlcad-7.24.2/src/other/stepcode/cmake/sync_generated.cmake.in brlcad-7.24.2/src/other/stepcode/cmake/SC_Utils.cmake brlcad-7.24.2/src/other/stepcode/cmake/FindPERPLEX.cmake brlcad-7.24.2/src/other/stepcode/cmake/test_srcs/sys_wait_test.c brlcad-7.24.2/src/other/stepcode/cmake/CheckCFileRuns.cmake brlcad-7.24.2/src/other/stepcode/cmake/manage_generated.cmake.in brlcad-7.24.2/src/other/stepcode/cmake/FindLEMON.cmake brlcad-7.24.2/src/other/stepcode/cmake/sc_version_string.cmake brlcad-7.24.2/src/other/stepcode/cmake/verify_generated.cmake.in brlcad-7.24.2/src/other/stepcode/CTestConfig.cmake brlcad-7.24.2/src/other/stepcode/ChangeLog brlcad-7.24.2/src/other/stepcode/SC_VERSION.txt brlcad-7.24.2/src/other/libutahrle/colorquant.c brlcad-7.24.2/src/other/libutahrle/rle_addhist.3 brlcad-7.24.2/src/other/libutahrle/rle_getcom.3 brlcad-7.24.2/src/other/libutahrle/rle_cp.3 brlcad-7.24.2/src/other/libutahrle/float_to_exp.3 brlcad-7.24.2/src/other/libutahrle/hilbert_c2i.3 brlcad-7.24.2/src/other/libutahrle/rle_raw_alc.c brlcad-7.24.2/src/other/libutahrle/rle_putcom.3 brlcad-7.24.2/src/other/libutahrle/hilbert_i2c.3 brlcad-7.24.2/src/other/libutahrle/CMake/UTAH_CheckFunctions.cmake brlcad-7.24.2/src/other/libutahrle/rle_open_f.c brlcad-7.24.2/src/other/libutahrle/rle_getskip.c brlcad-7.24.2/src/other/libutahrle/rle_delcom.3 brlcad-7.24.2/src/other/libutahrle/include/Makefile.am brlcad-7.24.2/src/other/libutahrle/include/colorquant.h brlcad-7.24.2/src/other/libutahrle/include/rle_put.h brlcad-7.24.2/src/other/libutahrle/include/rle.h brlcad-7.24.2/src/other/libutahrle/include/rle_code.h brlcad-7.24.2/src/other/libutahrle/include/pyramid.h brlcad-7.24.2/src/other/libutahrle/include/exit_status.h brlcad-7.24.2/src/other/libutahrle/include/rle_config.h brlcad-7.24.2/src/other/libutahrle/include/rle_raw.h brlcad-7.24.2/src/other/libutahrle/rle_put_setup.3 brlcad-7.24.2/src/other/libutahrle/Makefile.am brlcad-7.24.2/src/other/libutahrle/getopt.c brlcad-7.24.2/src/other/libutahrle/rle_raw_alloc.3 brlcad-7.24.2/src/other/libutahrle/rle_getskip.3 brlcad-7.24.2/src/other/libutahrle/rle_error.c brlcad-7.24.2/src/other/libutahrle/rle_op.3 brlcad-7.24.2/src/other/libutahrle/rle_addhist.c brlcad-7.24.2/src/other/libutahrle/dither.3 brlcad-7.24.2/src/other/libutahrle/inv_cmap.c brlcad-7.24.2/src/other/libutahrle/scanargs.3 brlcad-7.24.2/src/other/libutahrle/rle_freeraw.3 brlcad-7.24.2/src/other/libutahrle/rle_putraw.c brlcad-7.24.2/src/other/libutahrle/float_to_exp.c brlcad-7.24.2/src/other/libutahrle/rle_putrow.3 brlcad-7.24.2/src/other/libutahrle/rle_put_init.3 brlcad-7.24.2/src/other/libutahrle/rle_cp.c brlcad-7.24.2/src/other/libutahrle/rle.5 brlcad-7.24.2/src/other/libutahrle/dithermap.3 brlcad-7.24.2/src/other/libutahrle/dither.c brlcad-7.24.2/src/other/libutahrle/CMakeLists.txt brlcad-7.24.2/src/other/libutahrle/buildmap.3 brlcad-7.24.2/src/other/libutahrle/rle_row_alc.c brlcad-7.24.2/src/other/libutahrle/rle_rawtorow.3 brlcad-7.24.2/src/other/libutahrle/rle_global.c brlcad-7.24.2/src/other/libutahrle/rle_putcom.c brlcad-7.24.2/src/other/libutahrle/hilbert.3 brlcad-7.24.2/src/other/libutahrle/rle_getraw.3 brlcad-7.24.2/src/other/libutahrle/hilbert.c brlcad-7.24.2/src/other/libutahrle/dithergb.3 brlcad-7.24.2/src/other/libutahrle/rle_getcom.c brlcad-7.24.2/src/other/libutahrle/rle_getrow.3 brlcad-7.24.2/src/other/libutahrle/rle_open_f_noexit.3 brlcad-7.24.2/src/other/libutahrle/buildmap.c brlcad-7.24.2/src/other/libutahrle/rle_raw_free.3 brlcad-7.24.2/src/other/libutahrle/rle_putrow.c brlcad-7.24.2/src/other/libutahrle/rle_get_set.3 brlcad-7.24.2/src/other/libutahrle/libutahrle.3 brlcad-7.24.2/src/other/libutahrle/librle.3 brlcad-7.24.2/src/other/libutahrle/rle_getrow.c brlcad-7.24.2/src/other/libutahrle/rle_putraw.3 brlcad-7.24.2/src/other/libutahrle/rgb_to_bw.3 brlcad-7.24.2/src/other/libutahrle/rle_getraw.c brlcad-7.24.2/src/other/libutahrle/vaxshort.c brlcad-7.24.2/src/other/libutahrle/rle_debug.3 brlcad-7.24.2/src/other/libutahrle/rle_get_setup.3 brlcad-7.24.2/src/other/libutahrle/ditherbw.3 brlcad-7.24.2/src/other/libutahrle/rle_hdr.c brlcad-7.24.2/src/other/libutahrle/rle_get_error.3 brlcad-7.24.2/src/other/libutahrle/rle_puteof.3 brlcad-7.24.2/src/other/libutahrle/Runput.c brlcad-7.24.2/src/other/libutahrle/rle_open_f.3 brlcad-7.24.2/src/other/libutahrle/cmd_name.c brlcad-7.24.2/src/other/libutahrle/rle_row_alloc.3 brlcad-7.24.2/src/other/libutahrle/inv_cmap.3 brlcad-7.24.2/src/other/libutahrle/rle_get_setup_ok.3 brlcad-7.24.2/src/other/libutahrle/rle_skiprow.3 brlcad-7.24.2/src/other/libutahrle/scanargs.c brlcad-7.24.2/src/other/libutahrle/rle_hdr.3 brlcad-7.24.2/src/other/libutahrle/make_square.3 brlcad-7.24.2/src/other/libutahrle/rle_rawrow.c brlcad-7.24.2/src/other/libutahrle/bwdithermap.3 brlcad-7.24.2/src/other/libutahrle/rle_row_free.3 brlcad-7.24.2/src/other/libutahrle/colorquant.3 brlcad-7.24.2/src/other/stepcode.dist brlcad-7.24.2/src/other/itcl.dist brlcad-7.24.2/src/other/re2c/main.cc brlcad-7.24.2/src/other/re2c/dfa.cc brlcad-7.24.2/src/other/re2c/CMake/FindYACC.cmake brlcad-7.24.2/src/other/re2c/CMake/LEMON_Util.cmake brlcad-7.24.2/src/other/re2c/CMake/FindLEMON.cmake brlcad-7.24.2/src/other/re2c/globals.h brlcad-7.24.2/src/other/re2c/code.h brlcad-7.24.2/src/other/re2c/README.in brlcad-7.24.2/src/other/re2c/re2c.spec.in brlcad-7.24.2/src/other/re2c/run_tests.sh.in brlcad-7.24.2/src/other/re2c/basics.h brlcad-7.24.2/src/other/re2c/dfa.h brlcad-7.24.2/src/other/re2c/CHANGELOG brlcad-7.24.2/src/other/re2c/parser.yy brlcad-7.24.2/src/other/re2c/translate.cc brlcad-7.24.2/src/other/re2c/code_names.h brlcad-7.24.2/src/other/re2c/htdocs/manual.html.in brlcad-7.24.2/src/other/re2c/CMakeLists.txt brlcad-7.24.2/src/other/re2c/stream_lc.h brlcad-7.24.2/src/other/re2c/scanner.h brlcad-7.24.2/src/other/re2c/re.h brlcad-7.24.2/src/other/re2c/doc/loplas.ps brlcad-7.24.2/src/other/re2c/doc/sample.bib brlcad-7.24.2/src/other/re2c/code.cc brlcad-7.24.2/src/other/re2c/re2c.1.in brlcad-7.24.2/src/other/re2c/test/cvsignore.u.re brlcad-7.24.2/src/other/re2c/test/input11.b.re brlcad-7.24.2/src/other/re2c/test/flex-01.i.c brlcad-7.24.2/src/other/re2c/test/condition_01a.c.c brlcad-7.24.2/src/other/re2c/test/error6.re brlcad-7.24.2/src/other/re2c/test/config9.b.c brlcad-7.24.2/src/other/re2c/test/simple.re brlcad-7.24.2/src/other/re2c/test/condition_14.cbif.re brlcad-7.24.2/src/other/re2c/test/cond_error_11.c.c brlcad-7.24.2/src/other/re2c/test/config4a.f.re brlcad-7.24.2/src/other/re2c/test/cvsignore.ub.c brlcad-7.24.2/src/other/re2c/test/cond_error_03.c.c brlcad-7.24.2/src/other/re2c/test/repeat-00.cgi.c brlcad-7.24.2/src/other/re2c/test/simple.c brlcad-7.24.2/src/other/re2c/test/error10.c brlcad-7.24.2/src/other/re2c/test/cvsignore.ub.re brlcad-7.24.2/src/other/re2c/test/bug1682718.re brlcad-7.24.2/src/other/re2c/test/input11.b.c brlcad-7.24.2/src/other/re2c/test/input13.re brlcad-7.24.2/src/other/re2c/test/cmmap.c brlcad-7.24.2/src/other/re2c/test/cond_error_11.c.re brlcad-7.24.2/src/other/re2c/test/condition_15.csif.c brlcad-7.24.2/src/other/re2c/test/config4b.f.re brlcad-7.24.2/src/other/re2c/test/bug1479044.re brlcad-7.24.2/src/other/re2c/test/modula.c brlcad-7.24.2/src/other/re2c/test/sample.re brlcad-7.24.2/src/other/re2c/test/config6.re brlcad-7.24.2/src/other/re2c/test/cond_error_05.c.c brlcad-7.24.2/src/other/re2c/test/condition_01b.c.re brlcad-7.24.2/src/other/re2c/test/scanner.fs.c brlcad-7.24.2/src/other/re2c/test/error4.re brlcad-7.24.2/src/other/re2c/test/condition_03.cg.re brlcad-7.24.2/src/other/re2c/test/push.f.c brlcad-7.24.2/src/other/re2c/test/cvsignore.b.re brlcad-7.24.2/src/other/re2c/test/bug1454253.s.c brlcad-7.24.2/src/other/re2c/test/condition_02.c.re brlcad-7.24.2/src/other/re2c/test/casing-flags.i--case-inverted.c brlcad-7.24.2/src/other/re2c/test/error2.re brlcad-7.24.2/src/other/re2c/test/error14.re brlcad-7.24.2/src/other/re2c/test/input10.re brlcad-7.24.2/src/other/re2c/test/error2.c brlcad-7.24.2/src/other/re2c/test/repeat-07.gir.re brlcad-7.24.2/src/other/re2c/test/condition_05.cgitcondition_05.cgit.h.c brlcad-7.24.2/src/other/re2c/test/dot_conditions.Dc.c brlcad-7.24.2/src/other/re2c/test/input12.boinput12.c.re brlcad-7.24.2/src/other/re2c/test/bug1472770.s.re brlcad-7.24.2/src/other/re2c/test/error7.c brlcad-7.24.2/src/other/re2c/test/input8.b.re brlcad-7.24.2/src/other/re2c/test/error12.re brlcad-7.24.2/src/other/re2c/test/input10.b.c brlcad-7.24.2/src/other/re2c/test/error11.re brlcad-7.24.2/src/other/re2c/test/cvsignore.b.c brlcad-7.24.2/src/other/re2c/test/condition_05.cgtcondition_05.cgt.h.c brlcad-7.24.2/src/other/re2c/test/bug1472770.s.c brlcad-7.24.2/src/other/re2c/test/condition_01b.c.c brlcad-7.24.2/src/other/re2c/test/cond_error_04.c.re brlcad-7.24.2/src/other/re2c/test/bug1054496.re brlcad-7.24.2/src/other/re2c/test/repeat-06.gir.re brlcad-7.24.2/src/other/re2c/test/condition_11.cg.c brlcad-7.24.2/src/other/re2c/test/bug1390174.c brlcad-7.24.2/src/other/re2c/test/input11.i.c brlcad-7.24.2/src/other/re2c/test/ctx.b.re brlcad-7.24.2/src/other/re2c/test/input12.boinput12.c.c brlcad-7.24.2/src/other/re2c/test/condition_14.csif.re brlcad-7.24.2/src/other/re2c/test/overflow-3.re brlcad-7.24.2/src/other/re2c/test/input3.c brlcad-7.24.2/src/other/re2c/test/error14.1.re brlcad-7.24.2/src/other/re2c/test/condition_06.cs.re brlcad-7.24.2/src/other/re2c/test/condition_02.c.c brlcad-7.24.2/src/other/re2c/test/condition_01.c.c brlcad-7.24.2/src/other/re2c/test/repeat-01.cgir.re brlcad-7.24.2/src/other/re2c/test/condition_09.cbif.c brlcad-7.24.2/src/other/re2c/test/cond_error_00.c brlcad-7.24.2/src/other/re2c/test/config4g.ifs.re brlcad-7.24.2/src/other/re2c/test/casing-flags.i--case-insensitive.c brlcad-7.24.2/src/other/re2c/test/parse_date.b.c brlcad-7.24.2/src/other/re2c/test/casing-flags.i.re brlcad-7.24.2/src/other/re2c/test/bug1529351.c brlcad-7.24.2/src/other/re2c/test/repeat-04.cgir.re brlcad-7.24.2/src/other/re2c/test/cond_error_06.c.c brlcad-7.24.2/src/other/re2c/test/bug1708378.ib.c brlcad-7.24.2/src/other/re2c/test/config2.s.c brlcad-7.24.2/src/other/re2c/test/bug1390174.re brlcad-7.24.2/src/other/re2c/test/condition_01.c.re brlcad-7.24.2/src/other/re2c/test/parse_date_1_78.db.re brlcad-7.24.2/src/other/re2c/test/error12.c brlcad-7.24.2/src/other/re2c/test/bug1472770.re brlcad-7.24.2/src/other/re2c/test/ctx.b.c brlcad-7.24.2/src/other/re2c/test/condition_13.cg.c brlcad-7.24.2/src/other/re2c/test/sample.c brlcad-7.24.2/src/other/re2c/test/condition_14.cgif.c brlcad-7.24.2/src/other/re2c/test/push.re brlcad-7.24.2/src/other/re2c/test/input5.re brlcad-7.24.2/src/other/re2c/test/scanner.fs.re brlcad-7.24.2/src/other/re2c/test/condition_13.cg.re brlcad-7.24.2/src/other/re2c/test/cvsignore.u.c brlcad-7.24.2/src/other/re2c/test/config10.re brlcad-7.24.2/src/other/re2c/test/error6.c brlcad-7.24.2/src/other/re2c/test/bug1472770.b.re brlcad-7.24.2/src/other/re2c/test/bug1187785.re brlcad-7.24.2/src/other/re2c/test/error14.1.c brlcad-7.24.2/src/other/re2c/test/c.c brlcad-7.24.2/src/other/re2c/test/bug1163046.re brlcad-7.24.2/src/other/re2c/test/input11.s.c brlcad-7.24.2/src/other/re2c/test/input10.s.c brlcad-7.24.2/src/other/re2c/test/scanner.s.re brlcad-7.24.2/src/other/re2c/test/cond_error_01.c.re brlcad-7.24.2/src/other/re2c/test/repeat-06.gir.c brlcad-7.24.2/src/other/re2c/test/condition_01a.c.re brlcad-7.24.2/src/other/re2c/test/parse_date.s.c brlcad-7.24.2/src/other/re2c/test/cvsignore.s.c brlcad-7.24.2/src/other/re2c/test/input12.oinput12.c.c brlcad-7.24.2/src/other/re2c/test/cond_error_07.c.c brlcad-7.24.2/src/other/re2c/test/config7a.g.c brlcad-7.24.2/src/other/re2c/test/condition_04.cg.c brlcad-7.24.2/src/other/re2c/test/repeat-07.gir.c brlcad-7.24.2/src/other/re2c/test/casing-flags.i.c brlcad-7.24.2/src/other/re2c/test/condition_05.cg.c brlcad-7.24.2/src/other/re2c/test/config4e.f.re brlcad-7.24.2/src/other/re2c/test/bug1528269.c brlcad-7.24.2/src/other/re2c/test/input1.c brlcad-7.24.2/src/other/re2c/test/parse_date.db.c brlcad-7.24.2/src/other/re2c/test/config7b.g.c brlcad-7.24.2/src/other/re2c/test/bug1472770.c brlcad-7.24.2/src/other/re2c/test/cond_error_01.c.c brlcad-7.24.2/src/other/re2c/test/condition_09.cgif.re brlcad-7.24.2/src/other/re2c/test/overflow-1.c brlcad-7.24.2/src/other/re2c/test/error9.re brlcad-7.24.2/src/other/re2c/test/cond_error_08.c.c brlcad-7.24.2/src/other/re2c/test/flex-01.i.re brlcad-7.24.2/src/other/re2c/test/input2.re brlcad-7.24.2/src/other/re2c/test/dot.D.re brlcad-7.24.2/src/other/re2c/test/condition_05.cs.re brlcad-7.24.2/src/other/re2c/test/cond_error_07.c.re brlcad-7.24.2/src/other/re2c/test/config7a.g.re brlcad-7.24.2/src/other/re2c/test/condition_06.cs.c brlcad-7.24.2/src/other/re2c/test/input8.re brlcad-7.24.2/src/other/re2c/test/config3.c brlcad-7.24.2/src/other/re2c/test/config4d.f.c brlcad-7.24.2/src/other/re2c/test/repeater.re brlcad-7.24.2/src/other/re2c/test/input10.s.re brlcad-7.24.2/src/other/re2c/test/condition_14.csif.c brlcad-7.24.2/src/other/re2c/test/overflow-3.c brlcad-7.24.2/src/other/re2c/test/push.f.re brlcad-7.24.2/src/other/re2c/test/bug1711240.eis.c brlcad-7.24.2/src/other/re2c/test/condition_08.cbif.re brlcad-7.24.2/src/other/re2c/test/input8.c brlcad-7.24.2/src/other/re2c/test/cond_error_09.c.re brlcad-7.24.2/src/other/re2c/test/input5.c brlcad-7.24.2/src/other/re2c/test/input8.g.re brlcad-7.24.2/src/other/re2c/test/overflow-4.re brlcad-7.24.2/src/other/re2c/test/bug1297658.re brlcad-7.24.2/src/other/re2c/test/input4.c brlcad-7.24.2/src/other/re2c/test/error7.re brlcad-7.24.2/src/other/re2c/test/line-01.re brlcad-7.24.2/src/other/re2c/test/modula.re brlcad-7.24.2/src/other/re2c/test/bug1711240.eis.re brlcad-7.24.2/src/other/re2c/test/repeat-05.cgir.c brlcad-7.24.2/src/other/re2c/test/input12.oinput12.c.re brlcad-7.24.2/src/other/re2c/test/error13.1.re brlcad-7.24.2/src/other/re2c/test/parse_date.g.re brlcad-7.24.2/src/other/re2c/test/error1.re brlcad-7.24.2/src/other/re2c/test/condition_05.cgitcondition_05.cgit.h.re brlcad-7.24.2/src/other/re2c/test/error10.re brlcad-7.24.2/src/other/re2c/test/input9.c brlcad-7.24.2/src/other/re2c/test/push.c brlcad-7.24.2/src/other/re2c/test/repeat-02.cgir.re brlcad-7.24.2/src/other/re2c/test/condition_02.cg.c brlcad-7.24.2/src/other/re2c/test/config4e.f.c brlcad-7.24.2/src/other/re2c/test/repeat-00.cgi.re brlcad-7.24.2/src/other/re2c/test/config4g.ifs.c brlcad-7.24.2/src/other/re2c/test/push.fs.re brlcad-7.24.2/src/other/re2c/test/input11.re brlcad-7.24.2/src/other/re2c/test/cunroll.c brlcad-7.24.2/src/other/re2c/test/cvsignore.w.c brlcad-7.24.2/src/other/re2c/test/push.fb.re brlcad-7.24.2/src/other/re2c/test/input4.re brlcad-7.24.2/src/other/re2c/test/ctx.s.re brlcad-7.24.2/src/other/re2c/test/config4f.f.re brlcad-7.24.2/src/other/re2c/test/error1.c brlcad-7.24.2/src/other/re2c/test/error3.re brlcad-7.24.2/src/other/re2c/test/scanner.s.c brlcad-7.24.2/src/other/re2c/test/bug1472770.f.re brlcad-7.24.2/src/other/re2c/test/error9.c brlcad-7.24.2/src/other/re2c/test/parse_date.s.re brlcad-7.24.2/src/other/re2c/test/condition_14.cif.c brlcad-7.24.2/src/other/re2c/test/bug1454253.c brlcad-7.24.2/src/other/re2c/test/error5.re brlcad-7.24.2/src/other/re2c/test/condition_02.cg.re brlcad-7.24.2/src/other/re2c/test/push.fb.c brlcad-7.24.2/src/other/re2c/test/input11.c brlcad-7.24.2/src/other/re2c/test/cond_error_10.c.re brlcad-7.24.2/src/other/re2c/test/bug1682718.is.re brlcad-7.24.2/src/other/re2c/test/bug1454253.s.re brlcad-7.24.2/src/other/re2c/test/condition_14.cgif.re brlcad-7.24.2/src/other/re2c/test/bug1472770.b.c brlcad-7.24.2/src/other/re2c/test/input3.re brlcad-7.24.2/src/other/re2c/test/overflow-4.c brlcad-7.24.2/src/other/re2c/test/condition_12.cgif.re brlcad-7.24.2/src/other/re2c/test/scanner.re brlcad-7.24.2/src/other/re2c/test/config8.c brlcad-7.24.2/src/other/re2c/test/cond_error_02.c.re brlcad-7.24.2/src/other/re2c/test/overflow-2.re brlcad-7.24.2/src/other/re2c/test/cnokw.c brlcad-7.24.2/src/other/re2c/test/cvsignore.wb.c brlcad-7.24.2/src/other/re2c/test/yyaccept_missing.bci.c brlcad-7.24.2/src/other/re2c/test/line-01.c brlcad-7.24.2/src/other/re2c/test/repeat-03.cgir.re brlcad-7.24.2/src/other/re2c/test/cond_error_08.c.re brlcad-7.24.2/src/other/re2c/test/bug1708378.ib.re brlcad-7.24.2/src/other/re2c/test/condition_05.cgtcondition_05.cgt.h.re brlcad-7.24.2/src/other/re2c/test/cvsignore.s.re brlcad-7.24.2/src/other/re2c/test/parse_date.c brlcad-7.24.2/src/other/re2c/test/condition_05.cgtcondition_05.cgt.h.h brlcad-7.24.2/src/other/re2c/test/cvsignore.re brlcad-7.24.2/src/other/re2c/test/bug1479044.b.c brlcad-7.24.2/src/other/re2c/test/condition_08.cbif.c brlcad-7.24.2/src/other/re2c/test/input8.b.c brlcad-7.24.2/src/other/re2c/test/condition_10.cgif.c brlcad-7.24.2/src/other/re2c/test/parse_date.db.re brlcad-7.24.2/src/other/re2c/test/error13.1.c brlcad-7.24.2/src/other/re2c/test/error11.c brlcad-7.24.2/src/other/re2c/test/condition_03.cg.c brlcad-7.24.2/src/other/re2c/test/cond_error_05.c.re brlcad-7.24.2/src/other/re2c/test/condition_11.cg.re brlcad-7.24.2/src/other/re2c/test/config1.re brlcad-7.24.2/src/other/re2c/test/ctx.re brlcad-7.24.2/src/other/re2c/test/repeat-04.cgir.c brlcad-7.24.2/src/other/re2c/test/condition_09.cgif.c brlcad-7.24.2/src/other/re2c/test/input8.g.c brlcad-7.24.2/src/other/re2c/test/condition_05.cgitcondition_05.cgit.h.h brlcad-7.24.2/src/other/re2c/test/condition_14.cif.re brlcad-7.24.2/src/other/re2c/test/parse_date.re brlcad-7.24.2/src/other/re2c/test/error13.re brlcad-7.24.2/src/other/re2c/test/condition_07.cbi.c brlcad-7.24.2/src/other/re2c/test/repeat-02.cgir.c brlcad-7.24.2/src/other/re2c/test/condition_08.cbi.re brlcad-7.24.2/src/other/re2c/test/flex-01.iF.re brlcad-7.24.2/src/other/re2c/test/condition_08.cbi.c brlcad-7.24.2/src/other/re2c/test/input11.s.re brlcad-7.24.2/src/other/re2c/test/cvsignore.c brlcad-7.24.2/src/other/re2c/test/config7b.g.re brlcad-7.24.2/src/other/re2c/test/bug1454253b.s.c brlcad-7.24.2/src/other/re2c/test/error13.c brlcad-7.24.2/src/other/re2c/test/config5.c brlcad-7.24.2/src/other/re2c/test/condition_10.cgif.re brlcad-7.24.2/src/other/re2c/test/config4d.f.re brlcad-7.24.2/src/other/re2c/test/input6.re brlcad-7.24.2/src/other/re2c/test/error5.c brlcad-7.24.2/src/other/re2c/test/input1.re brlcad-7.24.2/src/other/re2c/test/condition_05.cg.re brlcad-7.24.2/src/other/re2c/test/cond_error_02.c.c brlcad-7.24.2/src/other/re2c/test/error14.c brlcad-7.24.2/src/other/re2c/test/cond_error_10.c.c brlcad-7.24.2/src/other/re2c/test/push.fs.c brlcad-7.24.2/src/other/re2c/test/repeat-01.cgir.c brlcad-7.24.2/src/other/re2c/test/config5.re brlcad-7.24.2/src/other/re2c/test/cnokw.re brlcad-7.24.2/src/other/re2c/test/cvsignore.w.re brlcad-7.24.2/src/other/re2c/test/casing-flags.i--case-insensitive.re brlcad-7.24.2/src/other/re2c/test/cmmap.re brlcad-7.24.2/src/other/re2c/test/overflow-2.c brlcad-7.24.2/src/other/re2c/test/yyaccept_missing.bci.re brlcad-7.24.2/src/other/re2c/test/bug1528269.re brlcad-7.24.2/src/other/re2c/test/bug1682718.c brlcad-7.24.2/src/other/re2c/test/ctx.s.c brlcad-7.24.2/src/other/re2c/test/flex-01.iF.c brlcad-7.24.2/src/other/re2c/test/casing-flags.i--case-inverted.re brlcad-7.24.2/src/other/re2c/test/input9.re brlcad-7.24.2/src/other/re2c/test/bug1454253b.s.re brlcad-7.24.2/src/other/re2c/test/cond_error_09.c.c brlcad-7.24.2/src/other/re2c/test/condition_12.cgif.c brlcad-7.24.2/src/other/re2c/test/condition_04.cg.re brlcad-7.24.2/src/other/re2c/test/config4a.f.c brlcad-7.24.2/src/other/re2c/test/config4c.f.c brlcad-7.24.2/src/other/re2c/test/input11.i.re brlcad-7.24.2/src/other/re2c/test/dot_conditions.Dc.re brlcad-7.24.2/src/other/re2c/test/config2.s.re brlcad-7.24.2/src/other/re2c/test/error3.c brlcad-7.24.2/src/other/re2c/test/condition_07.cbi.re brlcad-7.24.2/src/other/re2c/test/cvsignore.wb.re brlcad-7.24.2/src/other/re2c/test/bug1054496.c brlcad-7.24.2/src/other/re2c/test/config10.c brlcad-7.24.2/src/other/re2c/test/c.re brlcad-7.24.2/src/other/re2c/test/config6.c brlcad-7.24.2/src/other/re2c/test/repeat-05.cgir.re brlcad-7.24.2/src/other/re2c/test/config9.b.re brlcad-7.24.2/src/other/re2c/test/error8.re brlcad-7.24.2/src/other/re2c/test/parse_date_1_78.db.c brlcad-7.24.2/src/other/re2c/test/overflow-1.re brlcad-7.24.2/src/other/re2c/test/bug1472770.f.c brlcad-7.24.2/src/other/re2c/test/bug1479044.s.re brlcad-7.24.2/src/other/re2c/test/config4c.f.re brlcad-7.24.2/src/other/re2c/test/repeat-03.cgir.c brlcad-7.24.2/src/other/re2c/test/config1.c brlcad-7.24.2/src/other/re2c/test/condition_15.csif.re brlcad-7.24.2/src/other/re2c/test/scanner.c brlcad-7.24.2/src/other/re2c/test/input10.c brlcad-7.24.2/src/other/re2c/test/condition_09.cbif.re brlcad-7.24.2/src/other/re2c/test/parse_date.b.re brlcad-7.24.2/src/other/re2c/test/input2.c brlcad-7.24.2/src/other/re2c/test/bug1682718.is.c brlcad-7.24.2/src/other/re2c/test/config4f.f.c brlcad-7.24.2/src/other/re2c/test/push.fg.c brlcad-7.24.2/src/other/re2c/test/bug1479044.s.c brlcad-7.24.2/src/other/re2c/test/ctx.c brlcad-7.24.2/src/other/re2c/test/bug1479044.c brlcad-7.24.2/src/other/re2c/test/condition_14.cbif.c brlcad-7.24.2/src/other/re2c/test/config3.re brlcad-7.24.2/src/other/re2c/test/cunroll.re brlcad-7.24.2/src/other/re2c/test/bug1163046.c brlcad-7.24.2/src/other/re2c/test/cond_error_06.c.re brlcad-7.24.2/src/other/re2c/test/input6.c brlcad-7.24.2/src/other/re2c/test/parse_date.g.c brlcad-7.24.2/src/other/re2c/test/error8.c brlcad-7.24.2/src/other/re2c/test/input7.re brlcad-7.24.2/src/other/re2c/test/cond_error_03.c.re brlcad-7.24.2/src/other/re2c/test/push.fg.re brlcad-7.24.2/src/other/re2c/test/bug1479044.b.re brlcad-7.24.2/src/other/re2c/test/input7.c brlcad-7.24.2/src/other/re2c/test/bug1529351.re brlcad-7.24.2/src/other/re2c/test/input13.c brlcad-7.24.2/src/other/re2c/test/bug1454253.re brlcad-7.24.2/src/other/re2c/test/error4.c brlcad-7.24.2/src/other/re2c/test/bug1297658.c brlcad-7.24.2/src/other/re2c/test/cond_error_00.re brlcad-7.24.2/src/other/re2c/test/config8.re brlcad-7.24.2/src/other/re2c/test/condition_05.cs.c brlcad-7.24.2/src/other/re2c/test/dot.D.c brlcad-7.24.2/src/other/re2c/test/input10.b.re brlcad-7.24.2/src/other/re2c/test/config4b.f.c brlcad-7.24.2/src/other/re2c/test/repeater.c brlcad-7.24.2/src/other/re2c/test/cond_error_04.c.c brlcad-7.24.2/src/other/re2c/test/bug1187785.c brlcad-7.24.2/src/other/re2c/substr.cc brlcad-7.24.2/src/other/re2c/re2c_parser.h brlcad-7.24.2/src/other/re2c/mbo_getopt.h brlcad-7.24.2/src/other/re2c/bootstrap/scanner.cc brlcad-7.24.2/src/other/re2c/scanner.re brlcad-7.24.2/src/other/re2c/actions.cc brlcad-7.24.2/src/other/re2c/config_w32.h.in brlcad-7.24.2/src/other/re2c/configure.in brlcad-7.24.2/src/other/re2c/ins.h brlcad-7.24.2/src/other/re2c/examples/simple.re brlcad-7.24.2/src/other/re2c/examples/sample.re brlcad-7.24.2/src/other/re2c/examples/basemmap.c brlcad-7.24.2/src/other/re2c/examples/push.re brlcad-7.24.2/src/other/re2c/examples/pp-c.re brlcad-7.24.2/src/other/re2c/examples/repeater.re brlcad-7.24.2/src/other/re2c/examples/modula.re brlcad-7.24.2/src/other/re2c/examples/rexx/scanio.c brlcad-7.24.2/src/other/re2c/examples/rexx/README brlcad-7.24.2/src/other/re2c/examples/rexx/rexx.l brlcad-7.24.2/src/other/re2c/examples/cnokw.re brlcad-7.24.2/src/other/re2c/examples/cmmap.re brlcad-7.24.2/src/other/re2c/examples/c.re brlcad-7.24.2/src/other/re2c/examples/cunroll.re brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_002.c brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_001.c brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_001.re brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_007.b.re brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_003.c brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_006.s.c brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_008.b.c brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_003.re brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_005.re brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/readme.txt brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_004.c brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/windows/TestRe2c.vcproj brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/windows/TestRe2c.dsw brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/windows/TestRe2c.ncb brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/windows/main.b.re brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/windows/TestRe2c-2005.sln brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/windows/main.b.c brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/windows/TestRe2c.suo brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/windows/BuildAndRun.bat brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/windows/HiResTimer.h brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/windows/TestRe2c-2005.vcproj brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/windows/TestRe2c.sln brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/windows/TestRe2c.dsp brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_006.s.re brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_002.re brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_004.re brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_008.b.re brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_005.c brlcad-7.24.2/src/other/re2c/lessons/001_upn_calculator/calc_007.b.c brlcad-7.24.2/src/other/re2c/lessons/002_strip_comments/strip_003.b.re brlcad-7.24.2/src/other/re2c/lessons/002_strip_comments/strip_002.s.c brlcad-7.24.2/src/other/re2c/lessons/002_strip_comments/strip_003.b.c brlcad-7.24.2/src/other/re2c/lessons/002_strip_comments/readme.txt brlcad-7.24.2/src/other/re2c/lessons/002_strip_comments/strip_001.s.re brlcad-7.24.2/src/other/re2c/lessons/002_strip_comments/strip_002.s.re brlcad-7.24.2/src/other/re2c/lessons/002_strip_comments/strip_001.s.c brlcad-7.24.2/src/other/re2c/lessons/readme.txt brlcad-7.24.2/src/other/re2c/config.h.in brlcad-7.24.2/src/other/re2c/mbo_getopt.cc brlcad-7.24.2/src/other/re2c/token.h brlcad-7.24.2/src/other/re2c/substr.h brlcad-7.24.2/src/fb/gif2fb.c brlcad-7.24.2/src/fb/fbgammamod.c brlcad-7.24.2/src/fb/fbclear.c brlcad-7.24.2/src/fb/fbframe.c brlcad-7.24.2/src/fb/cmap-fb.c brlcad-7.24.2/src/fb/fbline.c brlcad-7.24.2/src/fb/pix-fb.c brlcad-7.24.2/src/fb/fb-bw.c brlcad-7.24.2/src/fb/spm-fb.c brlcad-7.24.2/src/fb/polar-fb.c brlcad-7.24.2/src/fb/fb-orle.c brlcad-7.24.2/src/fb/CMakeLists.txt brlcad-7.24.2/src/fb/fbfree.c brlcad-7.24.2/src/fb/plot3-fb.c brlcad-7.24.2/src/fb/pp-fb.c brlcad-7.24.2/src/fb/gif-fb.c brlcad-7.24.2/src/fb/fb-cmap.c brlcad-7.24.2/src/fb/fbzoom.c brlcad-7.24.2/src/fb/fblabel.c brlcad-7.24.2/src/fb/fbgrid.c brlcad-7.24.2/src/fb/bw-fb.c brlcad-7.24.2/src/fb/cell-fb.c brlcad-7.24.2/src/fb/fbpoint.c brlcad-7.24.2/src/fb/fbstretch.c brlcad-7.24.2/src/fb/rle-fb.c brlcad-7.24.2/src/fb/fbcbars.c brlcad-7.24.2/src/fb/pixautosize.c brlcad-7.24.2/src/fb/fb-pix.c brlcad-7.24.2/src/fb/fbfade.c brlcad-7.24.2/src/fb/fbcolor.c brlcad-7.24.2/src/fb/fbanim.c brlcad-7.24.2/src/fb/fbcmrot.c brlcad-7.24.2/src/fb/orle-fb.c brlcad-7.24.2/src/fb/fb-png.c brlcad-7.24.2/src/fb/ioutil.c brlcad-7.24.2/src/fb/fbscanplot.c brlcad-7.24.2/src/fb/fbcmap.c brlcad-7.24.2/src/fb/fbhelp.c brlcad-7.24.2/src/fb/tests/fbthreadtest.c brlcad-7.24.2/src/fb/tests/CMakeLists.txt brlcad-7.24.2/src/fb/fb-rle.c brlcad-7.24.2/src/fb/png-fb.c brlcad-7.24.2/src/fb/fbgamma.c brlcad-7.24.2/src/fb/fb-fb.c brlcad-7.24.2/src/fb/pixflip-fb.c brlcad-7.24.2/src/fb/cmap-crunch.c brlcad-7.24.2/src/mged/dm-rtgl.c brlcad-7.24.2/src/mged/menu.h brlcad-7.24.2/src/mged/plot.c brlcad-7.24.2/src/mged/muves.c brlcad-7.24.2/src/mged/overlay.c brlcad-7.24.2/src/mged/doevent.c brlcad-7.24.2/src/mged/setup.c brlcad-7.24.2/src/mged/solids_on_ray.c brlcad-7.24.2/src/mged/chgview.c brlcad-7.24.2/src/mged/axes.c brlcad-7.24.2/src/mged/scroll.c brlcad-7.24.2/src/mged/cad_parea.c brlcad-7.24.2/src/mged/edsol.c brlcad-7.24.2/src/mged/dm-wgl.c brlcad-7.24.2/src/mged/rtif.c brlcad-7.24.2/src/mged/mgdev.h brlcad-7.24.2/src/mged/menu.c brlcad-7.24.2/src/mged/mover.c brlcad-7.24.2/src/mged/facedef.c brlcad-7.24.2/src/mged/titles.c brlcad-7.24.2/src/mged/chgmodel.c brlcad-7.24.2/src/mged/comb_bool_parse.y brlcad-7.24.2/src/mged/vparse.c brlcad-7.24.2/src/mged/edpipe.c brlcad-7.24.2/src/mged/dm-ps.c brlcad-7.24.2/src/mged/htmlLibraryUi.h brlcad-7.24.2/src/mged/cmd.c brlcad-7.24.2/src/mged/grid.c brlcad-7.24.2/src/mged/rect.c brlcad-7.24.2/src/mged/CMakeLists.txt brlcad-7.24.2/src/mged/predictor.c brlcad-7.24.2/src/mged/mged.h brlcad-7.24.2/src/mged/mged_dm.h brlcad-7.24.2/src/mged/dm-tk.c brlcad-7.24.2/src/mged/dodraw.c brlcad-7.24.2/src/mged/dozoom.c brlcad-7.24.2/src/mged/adc.c brlcad-7.24.2/src/mged/edarb.c brlcad-7.24.2/src/mged/update.c brlcad-7.24.2/src/mged/comb_bool_scan.l brlcad-7.24.2/src/mged/bool_rewrite.c brlcad-7.24.2/src/mged/mged.bat brlcad-7.24.2/src/mged/arbs.c brlcad-7.24.2/src/mged/qray.h brlcad-7.24.2/src/mged/history.c brlcad-7.24.2/src/mged/attach.c brlcad-7.24.2/src/mged/edars.c brlcad-7.24.2/src/mged/share.c brlcad-7.24.2/src/mged/mged.c brlcad-7.24.2/src/mged/track.c brlcad-7.24.2/src/mged/clone.c brlcad-7.24.2/src/mged/usepen.c brlcad-7.24.2/src/mged/color_scheme.c brlcad-7.24.2/src/mged/sedit.h brlcad-7.24.2/src/mged/red.c brlcad-7.24.2/src/mged/cmd.h brlcad-7.24.2/src/mged/scroll.h brlcad-7.24.2/src/mged/fbserv.h brlcad-7.24.2/src/mged/utility1.c brlcad-7.24.2/src/mged/points/points_scan.l brlcad-7.24.2/src/mged/points/main.c brlcad-7.24.2/src/mged/points/count.c brlcad-7.24.2/src/mged/points/CMakeLists.txt brlcad-7.24.2/src/mged/points/count.h brlcad-7.24.2/src/mged/points/process.h brlcad-7.24.2/src/mged/points/process.c brlcad-7.24.2/src/mged/points/points_parse.y brlcad-7.24.2/src/mged/comb_bool.h brlcad-7.24.2/src/mged/buttons.c brlcad-7.24.2/src/mged/dm-plot.c brlcad-7.24.2/src/mged/dm-X.c brlcad-7.24.2/src/mged/set.c brlcad-7.24.2/src/mged/dm-qt.c brlcad-7.24.2/src/mged/chgtree.c brlcad-7.24.2/src/mged/columns.c brlcad-7.24.2/src/mged/polyif.c brlcad-7.24.2/src/mged/dir.c brlcad-7.24.2/src/mged/fbserv.c brlcad-7.24.2/src/mged/tedit.c brlcad-7.24.2/src/mged/dm-ogl.c brlcad-7.24.2/src/mged/dm-generic.c brlcad-7.24.2/src/mged/dm-txt.c brlcad-7.24.2/src/mged/titles.h brlcad-7.24.2/src/mged/mater.c brlcad-7.24.2/src/mged/cad_boundp.c brlcad-7.24.2/src/canon/CMakeLists.txt brlcad-7.24.2/src/canon/canonlib.c brlcad-7.24.2/src/canon/canonize.c brlcad-7.24.2/src/canon/canon.h brlcad-7.24.2/src/canon/chore.h brlcad-7.24.2/src/halftone/tonescale.c brlcad-7.24.2/src/halftone/main.c brlcad-7.24.2/src/halftone/sharpen.c brlcad-7.24.2/src/halftone/CMakeLists.txt brlcad-7.24.2/src/halftone/tone_folly.c brlcad-7.24.2/src/halftone/tone_floyd.c brlcad-7.24.2/src/halftone/tone_classic.c brlcad-7.24.2/src/halftone/tone_simple.c brlcad-7.24.2/src/remrt/ihost.h brlcad-7.24.2/src/remrt/protocol.h brlcad-7.24.2/src/remrt/CMakeLists.txt brlcad-7.24.2/src/remrt/remrt.c brlcad-7.24.2/src/remrt/rtsrv.c brlcad-7.24.2/src/remrt/ihost.c brlcad-7.24.2/src/libpc/pcConstraint.cpp brlcad-7.24.2/src/libpc/pcVCSet.h brlcad-7.24.2/src/libpc/pcParameter.h brlcad-7.24.2/src/libpc/pcGenerator.cpp brlcad-7.24.2/src/libpc/pcGenerator.h brlcad-7.24.2/src/libpc/pcNetwork.cpp brlcad-7.24.2/src/libpc/pcNetwork.h brlcad-7.24.2/src/libpc/pcVariable.h brlcad-7.24.2/src/libpc/pcParser.h brlcad-7.24.2/src/libpc/pc_constraints.c brlcad-7.24.2/src/libpc/solver_test.cpp brlcad-7.24.2/src/libpc/pcSolver.h brlcad-7.24.2/src/libpc/CMakeLists.txt brlcad-7.24.2/src/libpc/pcMathVM.cpp brlcad-7.24.2/src/libpc/TODO brlcad-7.24.2/src/libpc/pcParser.cpp brlcad-7.24.2/src/libpc/pcInterval.h brlcad-7.24.2/src/libpc/pc_main.c brlcad-7.24.2/src/libpc/pcMathGrammar.h brlcad-7.24.2/src/libpc/pcMathVM.h brlcad-7.24.2/src/libpc/pcVariable.cpp brlcad-7.24.2/src/libpc/vm_test.cpp brlcad-7.24.2/src/libpc/pcParameter.cpp brlcad-7.24.2/src/libpc/pcMathLF.h brlcad-7.24.2/src/libpc/pcVCSet.cpp brlcad-7.24.2/src/libpc/pcConstraint.h brlcad-7.24.2/src/libpc/NOTES brlcad-7.24.2/src/libpc/pcBasic.h brlcad-7.24.2/src/libanalyze/voxels.c brlcad-7.24.2/src/libanalyze/density.c brlcad-7.24.2/src/libanalyze/CMakeLists.txt brlcad-7.24.2/src/libanalyze/overlaps.c brlcad-7.24.2/src/libanalyze/tests/density.c brlcad-7.24.2/src/libanalyze/tests/CMakeLists.txt brlcad-7.24.2/src/fbserv/CMakeLists.txt brlcad-7.24.2/src/fbserv/server.c brlcad-7.24.2/src/fbserv/fbserv.c brlcad-7.24.2/src/libdm/dm-rtgl.c brlcad-7.24.2/src/libdm/dm-qt.cpp brlcad-7.24.2/src/libdm/axes.c brlcad-7.24.2/src/libdm/knob.c brlcad-7.24.2/src/libdm/dm-wgl.c brlcad-7.24.2/src/libdm/focus.c brlcad-7.24.2/src/libdm/dm-ps.c brlcad-7.24.2/src/libdm/grid.c brlcad-7.24.2/src/libdm/rect.c brlcad-7.24.2/src/libdm/CMakeLists.txt brlcad-7.24.2/src/libdm/TODO brlcad-7.24.2/src/libdm/dm-tk.c brlcad-7.24.2/src/libdm/dm_util.c brlcad-7.24.2/src/libdm/adc.c brlcad-7.24.2/src/libdm/query.c brlcad-7.24.2/src/libdm/dm_util.h brlcad-7.24.2/src/libdm/dm-Null.c brlcad-7.24.2/src/libdm/scale.c brlcad-7.24.2/src/libdm/tcl.c brlcad-7.24.2/src/libdm/clip.c brlcad-7.24.2/src/libdm/labels.c brlcad-7.24.2/src/libdm/color.c brlcad-7.24.2/src/libdm/dm-plot.c brlcad-7.24.2/src/libdm/dm-X.c brlcad-7.24.2/src/libdm/options.c brlcad-7.24.2/src/libdm/dm-ogl.c brlcad-7.24.2/src/libdm/dm-generic.c brlcad-7.24.2/src/libdm/dm-txt.c brlcad-7.24.2/src/libdm/vers.c brlcad-7.24.2/src/libdm/dm_obj.c brlcad-7.24.2/src/brlman/brlman.sh.in brlcad-7.24.2/src/brlman/CMakeLists.txt brlcad-7.24.2/src/brlman/brlman.tcl.in brlcad-7.24.2/src/brlman/brlman.bat brlcad-7.24.2/src/CMakeLists.txt brlcad-7.24.2/src/libfft/splitdit.c brlcad-7.24.2/src/libfft/fftest.c brlcad-7.24.2/src/libfft/ditsplit.c brlcad-7.24.2/src/libfft/CMakeLists.txt brlcad-7.24.2/src/libfft/ifftc.c brlcad-7.24.2/src/libfft/ditsplitc.c brlcad-7.24.2/src/libfft/splitditc.c brlcad-7.24.2/src/libfft/fftfast.c brlcad-7.24.2/src/libfft/fftc.c brlcad-7.24.2/src/liborle/CMakeLists.txt brlcad-7.24.2/src/liborle/rle.c brlcad-7.24.2/src/libpkg/CMakeLists.txt brlcad-7.24.2/src/libpkg/tcl.c brlcad-7.24.2/src/libpkg/tpkg.c brlcad-7.24.2/src/libpkg/example/ntp.h brlcad-7.24.2/src/libpkg/example/client.c brlcad-7.24.2/src/libpkg/example/CMakeLists.txt brlcad-7.24.2/src/libpkg/example/server.c brlcad-7.24.2/src/libpkg/vers.c brlcad-7.24.2/src/libpkg/pkg.c brlcad-7.24.2/src/bwish/main.c brlcad-7.24.2/src/bwish/unixMain.c brlcad-7.24.2/src/bwish/cadAppInit.c brlcad-7.24.2/src/bwish/consoleMain.c brlcad-7.24.2/src/bwish/cmd.c brlcad-7.24.2/src/bwish/CMakeLists.txt brlcad-7.24.2/src/bwish/tcl.c brlcad-7.24.2/src/bwish/winMain.c brlcad-7.24.2/src/bwish/input.c brlcad-7.24.2/src/libfb/nilcursor.h brlcad-7.24.2/src/libfb/fb_obj.c brlcad-7.24.2/src/libfb/fb_generic.c brlcad-7.24.2/src/libfb/fb_paged_io.c brlcad-7.24.2/src/libfb/if_null.c brlcad-7.24.2/src/libfb/if_X.c brlcad-7.24.2/src/libfb/fbserv_obj.c brlcad-7.24.2/src/libfb/asize.c brlcad-7.24.2/src/libfb/if_stack.c brlcad-7.24.2/src/libfb/if_TEMPLATE.c brlcad-7.24.2/src/libfb/fb_log.c brlcad-7.24.2/src/libfb/CMakeLists.txt brlcad-7.24.2/src/libfb/if_X24.c brlcad-7.24.2/src/libfb/if_ogl.c brlcad-7.24.2/src/libfb/fb_util.c brlcad-7.24.2/src/libfb/oglcursor.h brlcad-7.24.2/src/libfb/fb_rect.c brlcad-7.24.2/src/libfb/if_remote.c brlcad-7.24.2/src/libfb/tcl.c brlcad-7.24.2/src/libfb/dmdfb.h brlcad-7.24.2/src/libfb/if_debug.c brlcad-7.24.2/src/libfb/if_tk.c brlcad-7.24.2/src/libfb/if_wgl.c brlcad-7.24.2/src/libfb/if_mem.c brlcad-7.24.2/src/libfb/if_disk.c brlcad-7.24.2/src/libfb/vers.c brlcad-7.24.2/src/archer/CMakeLists.txt brlcad-7.24.2/src/archer/TODO brlcad-7.24.2/src/archer/archer brlcad-7.24.2/src/archer/archer.bat brlcad-7.24.2/src/archer/plugins/Commands/README brlcad-7.24.2/src/archer/plugins/Utility/botUtilityP.tcl brlcad-7.24.2/src/archer/plugins/Utility/lodUtilityP.tcl brlcad-7.24.2/src/archer/plugins/Utility/lodUtilityP/LODUtilityP.tcl brlcad-7.24.2/src/archer/plugins/Utility/botUtilityP/BotUtilityP.tcl brlcad-7.24.2/src/archer/plugins/Utility/README brlcad-7.24.2/src/archer/plugins/Utility/attrGroupsDisplayUtilityP.tcl brlcad-7.24.2/src/archer/plugins/Utility/attrGroupsDisplayUtilityP/AttrGroupsDisplayUtilityP.tcl brlcad-7.24.2/src/archer/plugins/Core/README brlcad-7.24.2/src/archer/plugins/Wizards/tirewizard.tcl brlcad-7.24.2/src/archer/plugins/Wizards/humanwizard.tcl brlcad-7.24.2/src/archer/plugins/Wizards/tankwizard.tcl brlcad-7.24.2/src/archer/plugins/Wizards/tankwizard/TankWizard.tcl brlcad-7.24.2/src/archer/plugins/Wizards/tankwizard/images/tank.png brlcad-7.24.2/src/archer/plugins/Wizards/tirewizard/TireWizard.tcl brlcad-7.24.2/src/archer/plugins/Wizards/humanwizard/HumanWizard.tcl brlcad-7.24.2/src/librtserver/CMakeLists.txt brlcad-7.24.2/src/librtserver/rtserver.c brlcad-7.24.2/src/librtserver/rtserverTest.c brlcad-7.24.2/src/tab/scriptsort.c brlcad-7.24.2/src/tab/tokens.h brlcad-7.24.2/src/tab/tabsub.c brlcad-7.24.2/src/tab/script-tab.c brlcad-7.24.2/src/tab/script.l brlcad-7.24.2/src/tab/tabinterp.c brlcad-7.24.2/src/tab/CMakeLists.txt brlcad-7.24.2/src/rttherm/ssampview.c brlcad-7.24.2/src/rttherm/ssampview.tcl brlcad-7.24.2/src/rttherm/CMakeLists.txt brlcad-7.24.2/src/rttherm/spectrum.c brlcad-7.24.2/src/rttherm/test.sh brlcad-7.24.2/src/rttherm/viewtherm.c brlcad-7.24.2/src/rttherm/ssamp-bw.c brlcad-7.24.2/src/rttherm/pixtest.c brlcad-7.24.2/src/rttherm/std_day_1km.dat brlcad-7.24.2/src/rt/rtexample.c brlcad-7.24.2/src/rt/viewrad.c brlcad-7.24.2/src/rt/viewrange.c brlcad-7.24.2/src/rt/viewpp.c brlcad-7.24.2/src/rt/viewcheck.c brlcad-7.24.2/src/rt/main.c brlcad-7.24.2/src/rt/viewarea.c brlcad-7.24.2/src/rt/viewweight.c brlcad-7.24.2/src/rt/viewhide.c brlcad-7.24.2/src/rt/scanline.c brlcad-7.24.2/src/rt/viewsil.c brlcad-7.24.2/src/rt/read-rtlog.c brlcad-7.24.2/src/rt/viewdir.c brlcad-7.24.2/src/rt/CMakeLists.txt brlcad-7.24.2/src/rt/viewedge.c brlcad-7.24.2/src/rt/do.c brlcad-7.24.2/src/rt/viewdummy.c brlcad-7.24.2/src/rt/rtshot.c brlcad-7.24.2/src/rt/view.c brlcad-7.24.2/src/rt/worker.c brlcad-7.24.2/src/rt/rtwalk.c brlcad-7.24.2/src/rt/viewscat.c brlcad-7.24.2/src/rt/viewg3.c brlcad-7.24.2/src/rt/rtuif.h brlcad-7.24.2/src/rt/viewcell.c brlcad-7.24.2/src/rt/reshoot.c brlcad-7.24.2/src/rt/viewfrac.c brlcad-7.24.2/src/rt/opt.c brlcad-7.24.2/src/rt/viewxray.c brlcad-7.24.2/src/rt/scanline.h brlcad-7.24.2/src/rt/rtscale.c brlcad-7.24.2/src/rt/rtregis.c brlcad-7.24.2/src/rt/libfb-dummy.c brlcad-7.24.2/src/rt/sh_tcl.c brlcad-7.24.2/src/rt/ext.h brlcad-7.24.2/src/rt/view_bot_faces.c brlcad-7.24.2/src/rt/heatgraph.c brlcad-7.24.2/src/rt/rad.h brlcad-7.24.2/src/rt/viewray.c brlcad-7.24.2/src/libged/grid2view_lu.c brlcad-7.24.2/src/libged/rot_point.c brlcad-7.24.2/src/libged/copyeval.c brlcad-7.24.2/src/libged/wdb_bigE.c brlcad-7.24.2/src/libged/lt.c brlcad-7.24.2/src/libged/mirror.c brlcad-7.24.2/src/libged/putmat.c brlcad-7.24.2/src/libged/polyclip.cpp brlcad-7.24.2/src/libged/group.c brlcad-7.24.2/src/libged/ae2dir.c brlcad-7.24.2/src/libged/plot.c brlcad-7.24.2/src/libged/fb2pix.c brlcad-7.24.2/src/libged/get_comb.c brlcad-7.24.2/src/libged/bot.c brlcad-7.24.2/src/libged/sync.c brlcad-7.24.2/src/libged/polybinout.c brlcad-7.24.2/src/libged/debugnmg.c brlcad-7.24.2/src/libged/adjust.c brlcad-7.24.2/src/libged/dg_obj.c brlcad-7.24.2/src/libged/v2m_point.c brlcad-7.24.2/src/libged/bot_sync.c brlcad-7.24.2/src/libged/overlay.c brlcad-7.24.2/src/libged/which_shader.c brlcad-7.24.2/src/libged/move_all.c brlcad-7.24.2/src/libged/edcomb.c brlcad-7.24.2/src/libged/instance.c brlcad-7.24.2/src/libged/joint.h brlcad-7.24.2/src/libged/solids_on_ray.c brlcad-7.24.2/src/libged/move_arb_face.c brlcad-7.24.2/src/libged/vutil.c brlcad-7.24.2/src/libged/coil.c brlcad-7.24.2/src/libged/ged_private.h brlcad-7.24.2/src/libged/bb.c brlcad-7.24.2/src/libged/bot_fuse.c brlcad-7.24.2/src/libged/match.c brlcad-7.24.2/src/libged/ptranslate.c brlcad-7.24.2/src/libged/make_pnts.c brlcad-7.24.2/src/libged/search.c brlcad-7.24.2/src/libged/scale_epa.c brlcad-7.24.2/src/libged/erase.c brlcad-7.24.2/src/libged/rotate_hyp.c brlcad-7.24.2/src/libged/title.c brlcad-7.24.2/src/libged/shaded_mode.c brlcad-7.24.2/src/libged/exists.c brlcad-7.24.2/src/libged/facetize.c brlcad-7.24.2/src/libged/human.c brlcad-7.24.2/src/libged/rotate_eto.c brlcad-7.24.2/src/libged/set_transparency.c brlcad-7.24.2/src/libged/summary.c brlcad-7.24.2/src/libged/translate_extrude.c brlcad-7.24.2/src/libged/scale_part.c brlcad-7.24.2/src/libged/make_bb.c brlcad-7.24.2/src/libged/scale_rhc.c brlcad-7.24.2/src/libged/savekey.c brlcad-7.24.2/src/libged/scale_superell.c brlcad-7.24.2/src/libged/wcodes.c brlcad-7.24.2/src/libged/prefix.c brlcad-7.24.2/src/libged/tra.c brlcad-7.24.2/src/libged/importFg4Section.c brlcad-7.24.2/src/libged/qray.c brlcad-7.24.2/src/libged/facedef.c brlcad-7.24.2/src/libged/ged.c brlcad-7.24.2/src/libged/scale_hyp.c brlcad-7.24.2/src/libged/voxelize.c brlcad-7.24.2/src/libged/find.c brlcad-7.24.2/src/libged/rt.c brlcad-7.24.2/src/libged/concat.c brlcad-7.24.2/src/libged/dag.cpp brlcad-7.24.2/src/libged/comb.c brlcad-7.24.2/src/libged/expand.c brlcad-7.24.2/src/libged/dup.c brlcad-7.24.2/src/libged/pset.c brlcad-7.24.2/src/libged/edit.c brlcad-7.24.2/src/libged/bot_dump.c brlcad-7.24.2/src/libged/view2model_lu.c brlcad-7.24.2/src/libged/wdb_importFg4Section.c brlcad-7.24.2/src/libged/debugdir.c brlcad-7.24.2/src/libged/move_arb_edge.c brlcad-7.24.2/src/libged/edpipe.c brlcad-7.24.2/src/libged/pathlist.c brlcad-7.24.2/src/libged/annotate.c brlcad-7.24.2/src/libged/tops.c brlcad-7.24.2/src/libged/echo.c brlcad-7.24.2/src/libged/shells.c brlcad-7.24.2/src/libged/copy.c brlcad-7.24.2/src/libged/grid2model_lu.c brlcad-7.24.2/src/libged/rotate_about.c brlcad-7.24.2/src/libged/aet.c brlcad-7.24.2/src/libged/item.c brlcad-7.24.2/src/libged/pathsum.c brlcad-7.24.2/src/libged/rotate_arb_face.c brlcad-7.24.2/src/libged/viewdir.c brlcad-7.24.2/src/libged/zoom/zoom.c brlcad-7.24.2/src/libged/wmater.c brlcad-7.24.2/src/libged/grid.c brlcad-7.24.2/src/libged/whatid.c brlcad-7.24.2/src/libged/rect.c brlcad-7.24.2/src/libged/combmem.c brlcad-7.24.2/src/libged/set_uplotOutputMode.c brlcad-7.24.2/src/libged/put_comb.c brlcad-7.24.2/src/libged/wdb_qray.h brlcad-7.24.2/src/libged/arot.c brlcad-7.24.2/src/libged/version.c brlcad-7.24.2/src/libged/protate.c brlcad-7.24.2/src/libged/scale_tor.c brlcad-7.24.2/src/libged/CMakeLists.txt brlcad-7.24.2/src/libged/rmap.c brlcad-7.24.2/src/libged/which.c brlcad-7.24.2/src/libged/debuglib.c brlcad-7.24.2/src/libged/wdb_nirt.c brlcad-7.24.2/src/libged/isize.c brlcad-7.24.2/src/libged/bot_merge.c brlcad-7.24.2/src/libged/regdef.c brlcad-7.24.2/src/libged/bot_face_fuse.c brlcad-7.24.2/src/libged/dir2ae.c brlcad-7.24.2/src/libged/keep.c brlcad-7.24.2/src/libged/autoview.c brlcad-7.24.2/src/libged/model2view_lu.c brlcad-7.24.2/src/libged/view_obj.c brlcad-7.24.2/src/libged/make.c brlcad-7.24.2/src/libged/killtree.c brlcad-7.24.2/src/libged/copymat.c brlcad-7.24.2/src/libged/zap.c brlcad-7.24.2/src/libged/bigE.c brlcad-7.24.2/src/libged/shader.c brlcad-7.24.2/src/libged/rot.c brlcad-7.24.2/src/libged/pull.c brlcad-7.24.2/src/libged/nmg_fix_normals.c brlcad-7.24.2/src/libged/rmat.c brlcad-7.24.2/src/libged/fracture.c brlcad-7.24.2/src/libged/rotate_extrude.c brlcad-7.24.2/src/libged/arb.c brlcad-7.24.2/src/libged/adc.c brlcad-7.24.2/src/libged/form.c brlcad-7.24.2/src/libged/edarb.c brlcad-7.24.2/src/libged/bot_smooth.c brlcad-7.24.2/src/libged/units.c brlcad-7.24.2/src/libged/cc.c brlcad-7.24.2/src/libged/eac.c brlcad-7.24.2/src/libged/view.c brlcad-7.24.2/src/libged/push.c brlcad-7.24.2/src/libged/delay.c brlcad-7.24.2/src/libged/move.c brlcad-7.24.2/src/libged/pmodel2view.c brlcad-7.24.2/src/libged/bot_decimate.c brlcad-7.24.2/src/libged/size.c brlcad-7.24.2/src/libged/report.c brlcad-7.24.2/src/libged/rmater.c brlcad-7.24.2/src/libged/otranslate.c brlcad-7.24.2/src/libged/comb_color.c brlcad-7.24.2/src/libged/rotate_tgc.c brlcad-7.24.2/src/libged/analyze.c brlcad-7.24.2/src/libged/tire.c brlcad-7.24.2/src/libged/who.c brlcad-7.24.2/src/libged/comb_std.c brlcad-7.24.2/src/libged/qray.h brlcad-7.24.2/src/libged/hide.c brlcad-7.24.2/src/libged/simulate/simulate.c brlcad-7.24.2/src/libged/simulate/simphysics.cpp brlcad-7.24.2/src/libged/simulate/simrt.c brlcad-7.24.2/src/libged/simulate/simutils.h brlcad-7.24.2/src/libged/simulate/simulate.h brlcad-7.24.2/src/libged/simulate/simutils.c brlcad-7.24.2/src/libged/simulate/simcollisionalgo.cpp brlcad-7.24.2/src/libged/simulate/simcollisionalgo.h brlcad-7.24.2/src/libged/simulate/simrt.h brlcad-7.24.2/src/libged/center.c brlcad-7.24.2/src/libged/arced.c brlcad-7.24.2/src/libged/pmat.c brlcad-7.24.2/src/libged/lookat.c brlcad-7.24.2/src/libged/view2model_vec.c brlcad-7.24.2/src/libged/scale_tgc.c brlcad-7.24.2/src/libged/label.c brlcad-7.24.2/src/libged/qvrot.c brlcad-7.24.2/src/libged/wdb_qray.c brlcad-7.24.2/src/libged/unhide.c brlcad-7.24.2/src/libged/ypr.c brlcad-7.24.2/src/libged/typein.c brlcad-7.24.2/src/libged/vdraw.c brlcad-7.24.2/src/libged/wdb_track.c brlcad-7.24.2/src/libged/scale.c brlcad-7.24.2/src/libged/tol.c brlcad-7.24.2/src/libged/get_solid_kp.c brlcad-7.24.2/src/libged/rtcheck.c brlcad-7.24.2/src/libged/cat.c brlcad-7.24.2/src/libged/list.c brlcad-7.24.2/src/libged/open.c brlcad-7.24.2/src/libged/track.c brlcad-7.24.2/src/libged/tables.c brlcad-7.24.2/src/libged/setview.c brlcad-7.24.2/src/libged/view2grid_lu.c brlcad-7.24.2/src/libged/bev.c brlcad-7.24.2/src/libged/clip.c brlcad-7.24.2/src/libged/editit.c brlcad-7.24.2/src/libged/rtabort.c brlcad-7.24.2/src/libged/killrefs.c brlcad-7.24.2/src/libged/png.c brlcad-7.24.2/src/libged/joint.c brlcad-7.24.2/src/libged/color.c brlcad-7.24.2/src/libged/illum.c brlcad-7.24.2/src/libged/cpi.c brlcad-7.24.2/src/libged/clone.c brlcad-7.24.2/src/libged/draw.c brlcad-7.24.2/src/libged/scale_rpc.c brlcad-7.24.2/src/libged/remove.c brlcad-7.24.2/src/libged/rcodes.c brlcad-7.24.2/src/libged/bot_vertex_fuse.c brlcad-7.24.2/src/libged/loadview.c brlcad-7.24.2/src/libged/debugbu.c brlcad-7.24.2/src/libged/xpush.c brlcad-7.24.2/src/libged/red.c brlcad-7.24.2/src/libged/get.c brlcad-7.24.2/src/libged/wdb_comb_std.c brlcad-7.24.2/src/libged/ged_util.c brlcad-7.24.2/src/libged/prcolor.c brlcad-7.24.2/src/libged/ps.c brlcad-7.24.2/src/libged/put.c brlcad-7.24.2/src/libged/bot_split.c brlcad-7.24.2/src/libged/get_obj_bounds.c brlcad-7.24.2/src/libged/blast.c brlcad-7.24.2/src/libged/edbot.c brlcad-7.24.2/src/libged/3ptarb.c brlcad-7.24.2/src/libged/globals.c brlcad-7.24.2/src/libged/brep.c brlcad-7.24.2/src/libged/select.c brlcad-7.24.2/src/libged/quat.c brlcad-7.24.2/src/libged/nmg_simplify.c brlcad-7.24.2/src/libged/rfarb.c brlcad-7.24.2/src/libged/log.c brlcad-7.24.2/src/libged/model2grid_lu.c brlcad-7.24.2/src/libged/killall.c brlcad-7.24.2/src/libged/model2view.c brlcad-7.24.2/src/libged/path.c brlcad-7.24.2/src/libged/draw_calc.cpp brlcad-7.24.2/src/libged/inside.c brlcad-7.24.2/src/libged/pix2fb.c brlcad-7.24.2/src/libged/view2model.c brlcad-7.24.2/src/libged/lod.c brlcad-7.24.2/src/libged/showmats.c brlcad-7.24.2/src/libged/get_type.c brlcad-7.24.2/src/libged/orotate.c brlcad-7.24.2/src/libged/slew.c brlcad-7.24.2/src/libged/tree.c brlcad-7.24.2/src/libged/eye_pos.c brlcad-7.24.2/src/libged/rtwizard.c brlcad-7.24.2/src/libged/sphgroup.c brlcad-7.24.2/src/libged/nirt.c brlcad-7.24.2/src/libged/bot_flip.c brlcad-7.24.2/src/libged/bot_condense.c brlcad-7.24.2/src/libged/dump.c brlcad-7.24.2/src/libged/kill.c brlcad-7.24.2/src/libged/preview.c brlcad-7.24.2/src/libged/glob.c brlcad-7.24.2/src/libged/bot_face_sort.c brlcad-7.24.2/src/libged/nmg_collapse.c brlcad-7.24.2/src/libged/vrot.c brlcad-7.24.2/src/libged/rrt.c brlcad-7.24.2/src/libged/translate_tgc.c brlcad-7.24.2/src/libged/perspective.c brlcad-7.24.2/src/libged/scale_eto.c brlcad-7.24.2/src/libged/gqa.c brlcad-7.24.2/src/libged/bo.c brlcad-7.24.2/src/libged/columns.c brlcad-7.24.2/src/libged/ocenter.c brlcad-7.24.2/src/libged/get_eyemodel.c brlcad-7.24.2/src/libged/attr.c brlcad-7.24.2/src/libged/decompose.c brlcad-7.24.2/src/libged/debugmem.c brlcad-7.24.2/src/libged/get_autoview.c brlcad-7.24.2/src/libged/trace.c brlcad-7.24.2/src/libged/edcodes.c brlcad-7.24.2/src/libged/region.c brlcad-7.24.2/src/libged/dbip.c brlcad-7.24.2/src/libged/eye.c brlcad-7.24.2/src/libged/make_name.c brlcad-7.24.2/src/libged/pov.c brlcad-7.24.2/src/libged/ls.c brlcad-7.24.2/src/libged/saveview.c brlcad-7.24.2/src/libged/scale_extrude.c brlcad-7.24.2/src/libged/screengrab.c brlcad-7.24.2/src/libged/pscale.c brlcad-7.24.2/src/libged/set_output_script.c brlcad-7.24.2/src/libged/wdb_vdraw.c brlcad-7.24.2/src/libged/edit_metaball.c brlcad-7.24.2/src/libged/oscale.c brlcad-7.24.2/src/libged/keypoint.c brlcad-7.24.2/src/libged/how.c brlcad-7.24.2/src/libged/mrot.c brlcad-7.24.2/src/libged/mater.c brlcad-7.24.2/src/libged/scale_ell.c brlcad-7.24.2/src/libged/m2v_point.c brlcad-7.24.2/src/libged/edmater.c brlcad-7.24.2/src/libged/orient.c brlcad-7.24.2/src/libged/scale_ehy.c brlcad-7.24.2/src/libged/wdb_obj.c brlcad-7.24.2/src/burst/plot.c brlcad-7.24.2/src/burst/idents.c brlcad-7.24.2/src/burst/HmGlob.c brlcad-7.24.2/src/burst/fb.c brlcad-7.24.2/src/burst/ascii.h brlcad-7.24.2/src/burst/Hm.h brlcad-7.24.2/src/burst/grid.c brlcad-7.24.2/src/burst/CMakeLists.txt brlcad-7.24.2/src/burst/burst.h brlcad-7.24.2/src/burst/Hm.c brlcad-7.24.2/src/burst/trie.c brlcad-7.24.2/src/burst/Sc.h brlcad-7.24.2/src/burst/Mm.h brlcad-7.24.2/src/burst/HmGetc.c brlcad-7.24.2/src/burst/gridrotate.c brlcad-7.24.2/src/burst/Sc.c brlcad-7.24.2/src/burst/burst.c brlcad-7.24.2/src/burst/error.c brlcad-7.24.2/src/burst/glob.c brlcad-7.24.2/src/burst/prnt.c brlcad-7.24.2/src/burst/burst.format brlcad-7.24.2/src/burst/paint.c brlcad-7.24.2/src/burst/ui.c brlcad-7.24.2/src/burst/extern.h brlcad-7.24.2/src/burst/trie.h brlcad-7.24.2/src/libbn/wavelet.c brlcad-7.24.2/src/libbn/axis.c brlcad-7.24.2/src/libbn/msr.c brlcad-7.24.2/src/libbn/vert_tree.c brlcad-7.24.2/src/libbn/rand.c brlcad-7.24.2/src/libbn/bntester.dat brlcad-7.24.2/src/libbn/vector.c brlcad-7.24.2/src/libbn/noise.c brlcad-7.24.2/src/libbn/sphmap.c brlcad-7.24.2/src/libbn/font.c brlcad-7.24.2/src/libbn/CMakeLists.txt brlcad-7.24.2/src/libbn/plane.c brlcad-7.24.2/src/libbn/complex.c brlcad-7.24.2/src/libbn/symbol.c brlcad-7.24.2/src/libbn/tri_tri.c brlcad-7.24.2/src/libbn/marker.c brlcad-7.24.2/src/libbn/scale.c brlcad-7.24.2/src/libbn/tcl.c brlcad-7.24.2/src/libbn/list.c brlcad-7.24.2/src/libbn/mat.c brlcad-7.24.2/src/libbn/vectfont.c brlcad-7.24.2/src/libbn/bntester.c brlcad-7.24.2/src/libbn/multipoly.c brlcad-7.24.2/src/libbn/README brlcad-7.24.2/src/libbn/qmath.c brlcad-7.24.2/src/libbn/globals.c brlcad-7.24.2/src/libbn/tabdata.c brlcad-7.24.2/src/libbn/poly.c brlcad-7.24.2/src/libbn/tests/bn_poly_sub.c brlcad-7.24.2/src/libbn/tests/bn_poly_synthetic_div.c brlcad-7.24.2/src/libbn/tests/bn_poly_add.c brlcad-7.24.2/src/libbn/tests/bn_list.c brlcad-7.24.2/src/libbn/tests/bn_poly_scale.c brlcad-7.24.2/src/libbn/tests/CMakeLists.txt brlcad-7.24.2/src/libbn/tests/bn_poly_quartic_roots.c brlcad-7.24.2/src/libbn/tests/bn_tri_tri_isect.c brlcad-7.24.2/src/libbn/tests/bn_tri_tri_isect_coplanar.c brlcad-7.24.2/src/libbn/tests/bn_poly_multiply.c brlcad-7.24.2/src/libbn/tests/bn_poly_cubic_roots.c brlcad-7.24.2/src/libbn/plot3.c brlcad-7.24.2/src/libbn/tplot.c brlcad-7.24.2/src/libbn/anim.c brlcad-7.24.2/src/libbn/randmt.c brlcad-7.24.2/src/libbn/ulp.c brlcad-7.24.2/src/libbn/vers.c brlcad-7.24.2/src/gtools/g_diff.c brlcad-7.24.2/src/gtools/g_transfer.c brlcad-7.24.2/src/gtools/beset/population.c brlcad-7.24.2/src/gtools/beset/beset.c brlcad-7.24.2/src/gtools/beset/fitness.c brlcad-7.24.2/src/gtools/beset/CMakeLists.txt brlcad-7.24.2/src/gtools/beset/population.h brlcad-7.24.2/src/gtools/beset/beset.h brlcad-7.24.2/src/gtools/beset/fitness.h brlcad-7.24.2/src/gtools/CMakeLists.txt brlcad-7.24.2/src/gtools/g_lint.c brlcad-7.24.2/src/gtools/remapid.c brlcad-7.24.2/src/gtools/g_qa.c brlcad-7.24.2/src/libwdb/ebm.c brlcad-7.24.2/src/libwdb/bot.c brlcad-7.24.2/src/libwdb/arbn.c brlcad-7.24.2/src/libwdb/constraint.c brlcad-7.24.2/src/libwdb/nmg.c brlcad-7.24.2/src/libwdb/reg.c brlcad-7.24.2/src/libwdb/submodel.c brlcad-7.24.2/src/libwdb/brep.cpp brlcad-7.24.2/src/libwdb/dsp.c brlcad-7.24.2/src/libwdb/vol.c brlcad-7.24.2/src/libwdb/cline.c brlcad-7.24.2/src/libwdb/CMakeLists.txt brlcad-7.24.2/src/libwdb/export.c brlcad-7.24.2/src/libwdb/units.c brlcad-7.24.2/src/libwdb/pipe.c brlcad-7.24.2/src/libwdb/ars.c brlcad-7.24.2/src/libwdb/extrude.c brlcad-7.24.2/src/libwdb/sketch.c brlcad-7.24.2/src/libwdb/dynamic_geometry.c brlcad-7.24.2/src/libwdb/nurb.c brlcad-7.24.2/src/libwdb/wdb.c brlcad-7.24.2/src/libwdb/id.c brlcad-7.24.2/src/libwdb/mater.c brlcad-7.24.2/src/conv/intaval/tgf-g.cpp brlcad-7.24.2/src/conv/intaval/regtab.cpp brlcad-7.24.2/src/conv/intaval/read_dra.h brlcad-7.24.2/src/conv/intaval/CMakeLists.txt brlcad-7.24.2/src/conv/intaval/write_brl.h brlcad-7.24.2/src/conv/intaval/readme.txt brlcad-7.24.2/src/conv/intaval/regtab.h brlcad-7.24.2/src/conv/intaval/glob.h brlcad-7.24.2/src/conv/intaval/write_brl.cpp brlcad-7.24.2/src/conv/intaval/read_dra.cpp brlcad-7.24.2/src/conv/iges/g-iges.c brlcad-7.24.2/src/conv/iges/n_iges.cpp brlcad-7.24.2/src/conv/iges/findp.c brlcad-7.24.2/src/conv/iges/read_edge_list.c brlcad-7.24.2/src/conv/iges/iges_types.h brlcad-7.24.2/src/conv/iges/convsurf.c brlcad-7.24.2/src/conv/iges/make_nurb_face.c brlcad-7.24.2/src/conv/iges/add_inner_shell.c brlcad-7.24.2/src/conv/iges/makemembers.c brlcad-7.24.2/src/conv/iges/get_iges_vertex.c brlcad-7.24.2/src/conv/iges/makegroup.c brlcad-7.24.2/src/conv/iges/get_att.c brlcad-7.24.2/src/conv/iges/main.c brlcad-7.24.2/src/conv/iges/ge6.igs brlcad-7.24.2/src/conv/iges/iges_extern.h brlcad-7.24.2/src/conv/iges/add_face.c brlcad-7.24.2/src/conv/iges/readrec.c brlcad-7.24.2/src/conv/iges/trimsurf.c brlcad-7.24.2/src/conv/iges/summary.c brlcad-7.24.2/src/conv/iges/cone.c brlcad-7.24.2/src/conv/iges/read_att.c brlcad-7.24.2/src/conv/iges/n_iges.hpp brlcad-7.24.2/src/conv/iges/iges.c brlcad-7.24.2/src/conv/iges/readname.c brlcad-7.24.2/src/conv/iges/brep.cpp brlcad-7.24.2/src/conv/iges/freetree.c brlcad-7.24.2/src/conv/iges/ell.c brlcad-7.24.2/src/conv/iges/readtree.c brlcad-7.24.2/src/conv/iges/extrudcirc.c brlcad-7.24.2/src/conv/iges/readdbl.c brlcad-7.24.2/src/conv/iges/readstart.c brlcad-7.24.2/src/conv/iges/convsolids.c brlcad-7.24.2/src/conv/iges/get_vertex.c brlcad-7.24.2/src/conv/iges/get_edge_list.c brlcad-7.24.2/src/conv/iges/wedge.c brlcad-7.24.2/src/conv/iges/make_face.c brlcad-7.24.2/src/conv/iges/CMakeLists.txt brlcad-7.24.2/src/conv/iges/convassem.c brlcad-7.24.2/src/conv/iges/getcurve.c brlcad-7.24.2/src/conv/iges/block2.c brlcad-7.24.2/src/conv/iges/bubbleup.c brlcad-7.24.2/src/conv/iges/PullbackCurve.h brlcad-7.24.2/src/conv/iges/conv_drawings.c brlcad-7.24.2/src/conv/iges/readint.c brlcad-7.24.2/src/conv/iges/cyl.c brlcad-7.24.2/src/conv/iges/do_subfigs.c brlcad-7.24.2/src/conv/iges/convinst.c brlcad-7.24.2/src/conv/iges/brlcad_brep.hpp brlcad-7.24.2/src/conv/iges/add_loop.c brlcad-7.24.2/src/conv/iges/showtree.c brlcad-7.24.2/src/conv/iges/wing128.igs brlcad-7.24.2/src/conv/iges/PullbackCurve.cpp brlcad-7.24.2/src/conv/iges/get_cnurb_curve.c brlcad-7.24.2/src/conv/iges/n_main.cpp brlcad-7.24.2/src/conv/iges/iges_types.c brlcad-7.24.2/src/conv/iges/brlabs.c brlcad-7.24.2/src/conv/iges/treecheck.c brlcad-7.24.2/src/conv/iges/brlcad_brep.cpp brlcad-7.24.2/src/conv/iges/convtree.c brlcad-7.24.2/src/conv/iges/spline.c brlcad-7.24.2/src/conv/iges/readglobal.c brlcad-7.24.2/src/conv/iges/extrude.c brlcad-7.24.2/src/conv/iges/BrepHandler.cpp brlcad-7.24.2/src/conv/iges/get_vertex_list.c brlcad-7.24.2/src/conv/iges/splinef.c brlcad-7.24.2/src/conv/iges/readcols.c brlcad-7.24.2/src/conv/iges/readtime.c brlcad-7.24.2/src/conv/iges/arrange.c brlcad-7.24.2/src/conv/iges/readmatrix.c brlcad-7.24.2/src/conv/iges/add_face.cpp brlcad-7.24.2/src/conv/iges/brep.c brlcad-7.24.2/src/conv/iges/evalxform.c brlcad-7.24.2/src/conv/iges/copytree.c brlcad-7.24.2/src/conv/iges/readcnv.c brlcad-7.24.2/src/conv/iges/planar_nurb.c brlcad-7.24.2/src/conv/iges/makedir.c brlcad-7.24.2/src/conv/iges/orient_loops.c brlcad-7.24.2/src/conv/iges/read_vertex_list.c brlcad-7.24.2/src/conv/iges/iges_struct.h brlcad-7.24.2/src/conv/iges/readflt.c brlcad-7.24.2/src/conv/iges/woodie.igs brlcad-7.24.2/src/conv/iges/get_outer_shell.cpp brlcad-7.24.2/src/conv/iges/stack.c brlcad-7.24.2/src/conv/iges/recsize.c brlcad-7.24.2/src/conv/iges/readstrg.c brlcad-7.24.2/src/conv/iges/get_outer_shell.c brlcad-7.24.2/src/conv/iges/check_names.c brlcad-7.24.2/src/conv/iges/iges.h brlcad-7.24.2/src/conv/iges/b-spline.c brlcad-7.24.2/src/conv/iges/usage.c brlcad-7.24.2/src/conv/iges/tor.c brlcad-7.24.2/src/conv/iges/matmult.c brlcad-7.24.2/src/conv/iges/extrudcon.c brlcad-7.24.2/src/conv/iges/sphere.c brlcad-7.24.2/src/conv/iges/revolve.c brlcad-7.24.2/src/conv/iges/docolor.c brlcad-7.24.2/src/conv/comgeom/tools.c brlcad-7.24.2/src/conv/comgeom/f2a.c brlcad-7.24.2/src/conv/comgeom/solid.c brlcad-7.24.2/src/conv/comgeom/read.c brlcad-7.24.2/src/conv/comgeom/try.sh brlcad-7.24.2/src/conv/comgeom/mat.c brlcad-7.24.2/src/conv/comgeom/cvt.c brlcad-7.24.2/src/conv/comgeom/region.c brlcad-7.24.2/src/conv/cy-g.c brlcad-7.24.2/src/conv/tankill/tankill-g.c brlcad-7.24.2/src/conv/tankill/g-tankill.c brlcad-7.24.2/src/conv/shp/shapelib/safileio.c brlcad-7.24.2/src/conv/shp/shapelib/shapefil.h brlcad-7.24.2/src/conv/shp/shapelib/LICENSE.LGPL brlcad-7.24.2/src/conv/shp/shapelib/shpopen.c brlcad-7.24.2/src/conv/shp/shapelib/license.html brlcad-7.24.2/src/conv/shp/shp-g.c brlcad-7.24.2/src/conv/shp/README brlcad-7.24.2/src/conv/enf-g.c brlcad-7.24.2/src/conv/g-dot.c brlcad-7.24.2/src/conv/fast4-g.c brlcad-7.24.2/src/conv/intaval-g.py brlcad-7.24.2/src/conv/g4-g5.c brlcad-7.24.2/src/conv/g-shell-rect.c brlcad-7.24.2/src/conv/bot_dump.c brlcad-7.24.2/src/conv/jack/jack-g.c brlcad-7.24.2/src/conv/jack/g-jack.c brlcad-7.24.2/src/conv/3dm/3dm-g.cpp brlcad-7.24.2/src/conv/dem-g.c brlcad-7.24.2/src/conv/raw/raw-g.cpp brlcad-7.24.2/src/conv/raw/RegionList.h brlcad-7.24.2/src/conv/raw/CMakeLists.txt brlcad-7.24.2/src/conv/raw/RegionList.cpp brlcad-7.24.2/src/conv/raw/g-raw.c brlcad-7.24.2/src/conv/raw/Bot.h brlcad-7.24.2/src/conv/raw/Bot.cpp brlcad-7.24.2/src/conv/g-nff.c brlcad-7.24.2/src/conv/step/STEPWrapper.cpp brlcad-7.24.2/src/conv/step/BRLCADWrapper.cpp brlcad-7.24.2/src/conv/step/CMakeLists.txt brlcad-7.24.2/src/conv/step/g-step/CMakeLists.txt brlcad-7.24.2/src/conv/step/g-step/ON_Brep.h brlcad-7.24.2/src/conv/step/g-step/ON_Brep.cpp brlcad-7.24.2/src/conv/step/g-step/g-step.cpp brlcad-7.24.2/src/conv/step/BRLCADWrapper.h brlcad-7.24.2/src/conv/step/step-g/ToroidalSurface.cpp brlcad-7.24.2/src/conv/step/step-g/Parabola.cpp brlcad-7.24.2/src/conv/step/step-g/DerivedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/RepresentationRelationshipWithTransformation.cpp brlcad-7.24.2/src/conv/step/step-g/TopologicalRepresentationItem.h brlcad-7.24.2/src/conv/step/step-g/LengthUnit.h brlcad-7.24.2/src/conv/step/step-g/PlaneAngleContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/SurfacePatch.cpp brlcad-7.24.2/src/conv/step/step-g/RationalQuasiUniformCurve.h brlcad-7.24.2/src/conv/step/step-g/UniformSurface.h brlcad-7.24.2/src/conv/step/step-g/RepresentationRelationshipWithTransformation.h brlcad-7.24.2/src/conv/step/step-g/ConnectedFaceSet.h brlcad-7.24.2/src/conv/step/step-g/Axis2Placement2D.h brlcad-7.24.2/src/conv/step/step-g/Unit.h brlcad-7.24.2/src/conv/step/step-g/SurfaceOfRevolution.cpp brlcad-7.24.2/src/conv/step/step-g/Plane.cpp brlcad-7.24.2/src/conv/step/step-g/Face.h brlcad-7.24.2/src/conv/step/step-g/UniformSurface.cpp brlcad-7.24.2/src/conv/step/step-g/RationalUniformSurface.h brlcad-7.24.2/src/conv/step/step-g/Axis2Placement2D.cpp brlcad-7.24.2/src/conv/step/step-g/Point.cpp brlcad-7.24.2/src/conv/step/step-g/FaceOuterBound.h brlcad-7.24.2/src/conv/step/step-g/RationalBSplineSurfaceWithKnots.h brlcad-7.24.2/src/conv/step/step-g/GeometricRepresentationContext.cpp brlcad-7.24.2/src/conv/step/step-g/RatioContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/RepresentationRelationship.h brlcad-7.24.2/src/conv/step/step-g/RatioConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/Face.cpp brlcad-7.24.2/src/conv/step/step-g/ConicalSurface.cpp brlcad-7.24.2/src/conv/step/step-g/Vector.h brlcad-7.24.2/src/conv/step/step-g/step-g.cpp brlcad-7.24.2/src/conv/step/step-g/CartesianPoint.h brlcad-7.24.2/src/conv/step/step-g/RationalBezierSurface.h brlcad-7.24.2/src/conv/step/step-g/IntersectionCurve.h brlcad-7.24.2/src/conv/step/step-g/DefinitionalRepresentation.cpp brlcad-7.24.2/src/conv/step/step-g/ProductDefinitionFormation.h brlcad-7.24.2/src/conv/step/step-g/Direction.h brlcad-7.24.2/src/conv/step/step-g/ProductDefinitionShape.cpp brlcad-7.24.2/src/conv/step/step-g/Curve.cpp brlcad-7.24.2/src/conv/step/step-g/ParametricRepresentationContext.h brlcad-7.24.2/src/conv/step/step-g/Line.cpp brlcad-7.24.2/src/conv/step/step-g/CartesianTransformationOperator3D.h brlcad-7.24.2/src/conv/step/step-g/Product.cpp brlcad-7.24.2/src/conv/step/step-g/BoundedSurfaceCurve.cpp brlcad-7.24.2/src/conv/step/step-g/ElectricCurrentConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/Parabola.h brlcad-7.24.2/src/conv/step/step-g/FoundedItem.h brlcad-7.24.2/src/conv/step/step-g/Transformation.cpp brlcad-7.24.2/src/conv/step/step-g/SeamCurve.h brlcad-7.24.2/src/conv/step/step-g/LengthMeasureWithUnit.cpp brlcad-7.24.2/src/conv/step/step-g/VolumeContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/AdvancedFace.cpp brlcad-7.24.2/src/conv/step/step-g/BSplineSurfaceWithKnots.h brlcad-7.24.2/src/conv/step/step-g/RationalUniformCurve.cpp brlcad-7.24.2/src/conv/step/step-g/Loop.cpp brlcad-7.24.2/src/conv/step/step-g/FoundedItem.cpp brlcad-7.24.2/src/conv/step/step-g/GeometricRepresentationContext.h brlcad-7.24.2/src/conv/step/step-g/LuminousIntensityConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/OrientedEdge.cpp brlcad-7.24.2/src/conv/step/step-g/AdvancedBrepShapeRepresentation.cpp brlcad-7.24.2/src/conv/step/step-g/ElementarySurface.cpp brlcad-7.24.2/src/conv/step/step-g/ManifoldSolidBrep.cpp brlcad-7.24.2/src/conv/step/step-g/SolidAngleSiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/Circle.cpp brlcad-7.24.2/src/conv/step/step-g/CylindricalSurface.h brlcad-7.24.2/src/conv/step/step-g/ShapeRepresentationRelationship.cpp brlcad-7.24.2/src/conv/step/step-g/LengthContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/QuasiUniformSurface.h brlcad-7.24.2/src/conv/step/step-g/ElectricCurrentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/SolidAngleContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/AreaUnit.h brlcad-7.24.2/src/conv/step/step-g/DimensionalExponents.h brlcad-7.24.2/src/conv/step/step-g/RationalBSplineCurveWithKnots.cpp brlcad-7.24.2/src/conv/step/step-g/RationalUniformSurface.cpp brlcad-7.24.2/src/conv/step/step-g/AmountOfSubstanceConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/CompositeCurveOnSurface.cpp brlcad-7.24.2/src/conv/step/step-g/Representation.cpp brlcad-7.24.2/src/conv/step/step-g/ConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/RationalQuasiUniformCurve.cpp brlcad-7.24.2/src/conv/step/step-g/BSplineCurve.h brlcad-7.24.2/src/conv/step/step-g/AdvancedBrepShapeRepresentation.h brlcad-7.24.2/src/conv/step/step-g/ShapeRepresentation.cpp brlcad-7.24.2/src/conv/step/step-g/OffsetCurve3D.cpp brlcad-7.24.2/src/conv/step/step-g/RepresentationItem.h brlcad-7.24.2/src/conv/step/step-g/SurfaceReplica.cpp brlcad-7.24.2/src/conv/step/step-g/CartesianTransformationOperator2D.h brlcad-7.24.2/src/conv/step/step-g/BoundaryCurve.h brlcad-7.24.2/src/conv/step/step-g/BSplineCurveWithKnots.h brlcad-7.24.2/src/conv/step/step-g/SweptSurface.h brlcad-7.24.2/src/conv/step/step-g/ProductContext.cpp brlcad-7.24.2/src/conv/step/step-g/RationalBSplineSurface.cpp brlcad-7.24.2/src/conv/step/step-g/ProductDefinitionContextAssociation.cpp brlcad-7.24.2/src/conv/step/step-g/AreaContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/MassSiUnit.h brlcad-7.24.2/src/conv/step/step-g/TimeContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/Edge.cpp brlcad-7.24.2/src/conv/step/step-g/CompositeCurveSegment.cpp brlcad-7.24.2/src/conv/step/step-g/BezierSurface.h brlcad-7.24.2/src/conv/step/step-g/TimeSiUnit.h brlcad-7.24.2/src/conv/step/step-g/ThermodynamicTemperatureUnit.cpp brlcad-7.24.2/src/conv/step/step-g/LocalUnits.cpp brlcad-7.24.2/src/conv/step/step-g/SiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/RationalBezierSurface.cpp brlcad-7.24.2/src/conv/step/step-g/MechanicalContext.cpp brlcad-7.24.2/src/conv/step/step-g/BezierSurface.cpp brlcad-7.24.2/src/conv/step/step-g/VolumeConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/SurfaceOfRevolution.h brlcad-7.24.2/src/conv/step/step-g/SolidAngleConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/Circle.h brlcad-7.24.2/src/conv/step/step-g/AmountOfSubstanceUnit.h brlcad-7.24.2/src/conv/step/step-g/ConicalSurface.h brlcad-7.24.2/src/conv/step/step-g/SurfaceOfLinearExtrusion.h brlcad-7.24.2/src/conv/step/step-g/Axis2Placement.cpp brlcad-7.24.2/src/conv/step/step-g/ProductContext.h brlcad-7.24.2/src/conv/step/step-g/BoundedCurve.cpp brlcad-7.24.2/src/conv/step/step-g/LengthConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/MeasureValue.h brlcad-7.24.2/src/conv/step/step-g/ApplicationContext.h brlcad-7.24.2/src/conv/step/step-g/ElectricCurrentContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/MassSiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/AreaConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/OrientedClosedShell.h brlcad-7.24.2/src/conv/step/step-g/ContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/LocalUnits.h brlcad-7.24.2/src/conv/step/step-g/DerivedUnitElement.cpp brlcad-7.24.2/src/conv/step/step-g/Axis1Placement.cpp brlcad-7.24.2/src/conv/step/step-g/AdvancedFace.h brlcad-7.24.2/src/conv/step/step-g/PCurve.h brlcad-7.24.2/src/conv/step/step-g/ToroidalSurface.h brlcad-7.24.2/src/conv/step/step-g/ProductRelatedProductCategory.cpp brlcad-7.24.2/src/conv/step/step-g/CurveBoundedSurface.h brlcad-7.24.2/src/conv/step/step-g/TrimmingSelect.h brlcad-7.24.2/src/conv/step/step-g/BoundedPCurve.h brlcad-7.24.2/src/conv/step/step-g/CartesianTransformationOperator.cpp brlcad-7.24.2/src/conv/step/step-g/VolumeConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/LengthSiUnit.h brlcad-7.24.2/src/conv/step/step-g/MassContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/TopologicalRepresentationItem.cpp brlcad-7.24.2/src/conv/step/step-g/BSplineSurfaceWithKnots.cpp brlcad-7.24.2/src/conv/step/step-g/Direction.cpp brlcad-7.24.2/src/conv/step/step-g/CMakeLists.txt brlcad-7.24.2/src/conv/step/step-g/SolidModel.cpp brlcad-7.24.2/src/conv/step/step-g/SweptSurface.cpp brlcad-7.24.2/src/conv/step/step-g/AmountOfSubstanceContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/SurfacePatch.h brlcad-7.24.2/src/conv/step/step-g/SurfaceCurve.cpp brlcad-7.24.2/src/conv/step/step-g/RatioContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/PlaneAngleUnit.cpp brlcad-7.24.2/src/conv/step/step-g/CylindricalSurface.cpp brlcad-7.24.2/src/conv/step/step-g/STEPEntity.h brlcad-7.24.2/src/conv/step/step-g/RectangularTrimmedSurface.cpp brlcad-7.24.2/src/conv/step/step-g/RepresentationContext.h brlcad-7.24.2/src/conv/step/step-g/Hyperbola.cpp brlcad-7.24.2/src/conv/step/step-g/ThermodynamicTemperatureUnit.h brlcad-7.24.2/src/conv/step/step-g/AmountOfSubstanceSiUnit.h brlcad-7.24.2/src/conv/step/step-g/RationalQuasiUniformSurface.cpp brlcad-7.24.2/src/conv/step/step-g/Line.h brlcad-7.24.2/src/conv/step/step-g/GeometricRepresentationItem.h brlcad-7.24.2/src/conv/step/step-g/ShapeRepresentationRelationship.h brlcad-7.24.2/src/conv/step/step-g/Plane.h brlcad-7.24.2/src/conv/step/step-g/Placement.cpp brlcad-7.24.2/src/conv/step/step-g/EdgeCurve.h brlcad-7.24.2/src/conv/step/step-g/Curve.h brlcad-7.24.2/src/conv/step/step-g/RectangularCompositeSurface.cpp brlcad-7.24.2/src/conv/step/step-g/TimeConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/VertexLoop.cpp brlcad-7.24.2/src/conv/step/step-g/CartesianTransformationOperator2D.cpp brlcad-7.24.2/src/conv/step/step-g/SolidAngleSiUnit.h brlcad-7.24.2/src/conv/step/step-g/LengthConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/SolidAngleUnit.cpp brlcad-7.24.2/src/conv/step/step-g/Loop.h brlcad-7.24.2/src/conv/step/step-g/EdgeLoop.h brlcad-7.24.2/src/conv/step/step-g/ProductDefinitionContext.h brlcad-7.24.2/src/conv/step/step-g/LengthUnit.cpp brlcad-7.24.2/src/conv/step/step-g/MeasureWithUnit.h brlcad-7.24.2/src/conv/step/step-g/UniformCurve.h brlcad-7.24.2/src/conv/step/step-g/RationalQuasiUniformSurface.h brlcad-7.24.2/src/conv/step/step-g/RationalBezierCurve.h brlcad-7.24.2/src/conv/step/step-g/ItemDefinedTransformation.cpp brlcad-7.24.2/src/conv/step/step-g/SolidAngleContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/CompositeCurveOnSurface.h brlcad-7.24.2/src/conv/step/step-g/ProductDefinitionFormationWithSpecifiedSource.cpp brlcad-7.24.2/src/conv/step/step-g/SeamCurve.cpp brlcad-7.24.2/src/conv/step/step-g/ProductDefinitionShape.h brlcad-7.24.2/src/conv/step/step-g/PlaneAngleConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/ThermodynamicTemperatureConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/STEPEntity.cpp brlcad-7.24.2/src/conv/step/step-g/Representation.h brlcad-7.24.2/src/conv/step/step-g/LengthSiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/OrientedEdge.h brlcad-7.24.2/src/conv/step/step-g/PropertyDefinition.h brlcad-7.24.2/src/conv/step/step-g/Hyperbola.h brlcad-7.24.2/src/conv/step/step-g/RepresentationRelationship.cpp brlcad-7.24.2/src/conv/step/step-g/ProductDefinitionContextRole.h brlcad-7.24.2/src/conv/step/step-g/SiUnit.h brlcad-7.24.2/src/conv/step/step-g/BSplineCurveWithKnots.cpp brlcad-7.24.2/src/conv/step/step-g/SolidModel.h brlcad-7.24.2/src/conv/step/step-g/CurveReplica.cpp brlcad-7.24.2/src/conv/step/step-g/GeometricRepresentationItem.cpp brlcad-7.24.2/src/conv/step/step-g/GlobalUncertaintyAssignedContext.h brlcad-7.24.2/src/conv/step/step-g/AmountOfSubstanceContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/CurveReplica.h brlcad-7.24.2/src/conv/step/step-g/ElectricCurrentContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/RatioSiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/PlaneAngleSiUnit.h brlcad-7.24.2/src/conv/step/step-g/Placement.h brlcad-7.24.2/src/conv/step/step-g/DefinitionalRepresentation.h brlcad-7.24.2/src/conv/step/step-g/FaceSurface.cpp brlcad-7.24.2/src/conv/step/step-g/Axis2Placement3D.cpp brlcad-7.24.2/src/conv/step/step-g/VolumeUnit.h brlcad-7.24.2/src/conv/step/step-g/DesignContext.cpp brlcad-7.24.2/src/conv/step/step-g/Vector.cpp brlcad-7.24.2/src/conv/step/step-g/ClosedShell.cpp brlcad-7.24.2/src/conv/step/step-g/ProductDefinition.h brlcad-7.24.2/src/conv/step/step-g/RationalBSplineSurfaceWithKnots.cpp brlcad-7.24.2/src/conv/step/step-g/FaceBound.cpp brlcad-7.24.2/src/conv/step/step-g/MassConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/BoundedSurface.cpp brlcad-7.24.2/src/conv/step/step-g/FaceSurface.h brlcad-7.24.2/src/conv/step/step-g/SurfaceCurve.h brlcad-7.24.2/src/conv/step/step-g/BSplineSurface.h brlcad-7.24.2/src/conv/step/step-g/VertexPoint.cpp brlcad-7.24.2/src/conv/step/step-g/AmountOfSubstanceConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/LuminousIntensitySiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/Surface.cpp brlcad-7.24.2/src/conv/step/step-g/ParametricRepresentationContext.cpp brlcad-7.24.2/src/conv/step/step-g/OffsetSurface.cpp brlcad-7.24.2/src/conv/step/step-g/PCurveOrSurface.h brlcad-7.24.2/src/conv/step/step-g/ThermodynamicTemperatureSiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/ProductDefinitionContext.cpp brlcad-7.24.2/src/conv/step/step-g/Polyline.cpp brlcad-7.24.2/src/conv/step/step-g/LuminousIntensityUnit.h brlcad-7.24.2/src/conv/step/step-g/VolumeUnit.cpp brlcad-7.24.2/src/conv/step/step-g/CartesianPoint.cpp brlcad-7.24.2/src/conv/step/step-g/Path.h brlcad-7.24.2/src/conv/step/step-g/ProductDefinitionFormationWithSpecifiedSource.h brlcad-7.24.2/src/conv/step/step-g/FunctionallyDefinedTransformation.h brlcad-7.24.2/src/conv/step/step-g/PlaneAngleSiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/CartesianTransformationOperator.h brlcad-7.24.2/src/conv/step/step-g/SurfaceOfLinearExtrusion.cpp brlcad-7.24.2/src/conv/step/step-g/PlaneAngleMeasureWithUnit.cpp brlcad-7.24.2/src/conv/step/step-g/BoundaryCurve.cpp brlcad-7.24.2/src/conv/step/step-g/RepresentationItem.cpp brlcad-7.24.2/src/conv/step/step-g/AreaSiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/TimeConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/ProductDefinitionContextAssociation.h brlcad-7.24.2/src/conv/step/step-g/ShapeRepresentation.h brlcad-7.24.2/src/conv/step/step-g/VolumeSiUnit.h brlcad-7.24.2/src/conv/step/step-g/Vertex.h brlcad-7.24.2/src/conv/step/step-g/PlaneAngleConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/ThermodynamicTemperatureConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/RationalBSplineCurve.cpp brlcad-7.24.2/src/conv/step/step-g/Factory.h brlcad-7.24.2/src/conv/step/step-g/DesignContext.h brlcad-7.24.2/src/conv/step/step-g/BrepWithVoids.cpp brlcad-7.24.2/src/conv/step/step-g/Axis1Placement.h brlcad-7.24.2/src/conv/step/step-g/LengthMeasureWithUnit.h brlcad-7.24.2/src/conv/step/step-g/ElementarySurface.h brlcad-7.24.2/src/conv/step/step-g/GlobalUnitAssignedContext.h brlcad-7.24.2/src/conv/step/step-g/Vertex.cpp brlcad-7.24.2/src/conv/step/step-g/Transformation.h brlcad-7.24.2/src/conv/step/step-g/TrimmedCurve.cpp brlcad-7.24.2/src/conv/step/step-g/MeasureWithUnit.cpp brlcad-7.24.2/src/conv/step/step-g/SolidAngleUnit.h brlcad-7.24.2/src/conv/step/step-g/LuminousIntensityConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/ManifoldSolidBrep.h brlcad-7.24.2/src/conv/step/step-g/RationalBSplineCurve.h brlcad-7.24.2/src/conv/step/step-g/RatioUnit.cpp brlcad-7.24.2/src/conv/step/step-g/ContextDependentShapeRepresentation.cpp brlcad-7.24.2/src/conv/step/step-g/QuasiUniformSurface.cpp brlcad-7.24.2/src/conv/step/step-g/LuminousIntensityContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/BoundedSurfaceCurve.h brlcad-7.24.2/src/conv/step/step-g/OpenNurbsInterfaces.cpp brlcad-7.24.2/src/conv/step/step-g/GlobalUnitAssignedContext.cpp brlcad-7.24.2/src/conv/step/step-g/QuasiUniformCurve.cpp brlcad-7.24.2/src/conv/step/step-g/OrientedClosedShell.cpp brlcad-7.24.2/src/conv/step/step-g/RectangularCompositeSurface.h brlcad-7.24.2/src/conv/step/step-g/SolidAngleConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/MassUnit.cpp brlcad-7.24.2/src/conv/step/step-g/UncertaintyMeasureWithUnit.cpp brlcad-7.24.2/src/conv/step/step-g/CurveBoundedSurface.cpp brlcad-7.24.2/src/conv/step/step-g/RepresentationContext.cpp brlcad-7.24.2/src/conv/step/step-g/RationalBSplineCurveWithKnots.h brlcad-7.24.2/src/conv/step/step-g/Unit.cpp brlcad-7.24.2/src/conv/step/step-g/AreaContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/ProductCategory.h brlcad-7.24.2/src/conv/step/step-g/VolumeContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/AreaUnit.cpp brlcad-7.24.2/src/conv/step/step-g/MechanicalContext.h brlcad-7.24.2/src/conv/step/step-g/RationalUniformCurve.h brlcad-7.24.2/src/conv/step/step-g/PropertyDefinition.cpp brlcad-7.24.2/src/conv/step/step-g/BezierCurve.h brlcad-7.24.2/src/conv/step/step-g/ProductDefinitionContextRole.cpp brlcad-7.24.2/src/conv/step/step-g/DerivedUnitElement.h brlcad-7.24.2/src/conv/step/step-g/ProductCategory.cpp brlcad-7.24.2/src/conv/step/step-g/ContextDependentShapeRepresentation.h brlcad-7.24.2/src/conv/step/step-g/BSplineSurface.cpp brlcad-7.24.2/src/conv/step/step-g/ElectricCurrentSiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/CompositeCurve.cpp brlcad-7.24.2/src/conv/step/step-g/DimensionalExponents.cpp brlcad-7.24.2/src/conv/step/step-g/TimeContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/LuminousIntensityContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/FaceBound.h brlcad-7.24.2/src/conv/step/step-g/Axis2Placement.h brlcad-7.24.2/src/conv/step/step-g/ProductDefinition.cpp brlcad-7.24.2/src/conv/step/step-g/CompositeCurve.h brlcad-7.24.2/src/conv/step/step-g/DerivedUnit.h brlcad-7.24.2/src/conv/step/step-g/Surface.h brlcad-7.24.2/src/conv/step/step-g/PCurveOrSurface.cpp brlcad-7.24.2/src/conv/step/step-g/Axis2Placement3D.h brlcad-7.24.2/src/conv/step/step-g/AreaConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/Ellipse.cpp brlcad-7.24.2/src/conv/step/step-g/RectangularTrimmedSurface.h brlcad-7.24.2/src/conv/step/step-g/BoundedSurface.h brlcad-7.24.2/src/conv/step/step-g/ApplicationContext.cpp brlcad-7.24.2/src/conv/step/step-g/LuminousIntensitySiUnit.h brlcad-7.24.2/src/conv/step/step-g/LengthContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/BrepWithVoids.h brlcad-7.24.2/src/conv/step/step-g/SphericalSurface.h brlcad-7.24.2/src/conv/step/step-g/ThermodynamicTemperatureContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/OffsetSurface.h brlcad-7.24.2/src/conv/step/step-g/QuasiUniformCurve.h brlcad-7.24.2/src/conv/step/step-g/TimeUnit.cpp brlcad-7.24.2/src/conv/step/step-g/ContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/EdgeCurve.cpp brlcad-7.24.2/src/conv/step/step-g/RatioSiUnit.h brlcad-7.24.2/src/conv/step/step-g/Ellipse.h brlcad-7.24.2/src/conv/step/step-g/Point.h brlcad-7.24.2/src/conv/step/step-g/BezierCurve.cpp brlcad-7.24.2/src/conv/step/step-g/Conic.h brlcad-7.24.2/src/conv/step/step-g/BoundedPCurve.cpp brlcad-7.24.2/src/conv/step/step-g/SurfaceReplica.h brlcad-7.24.2/src/conv/step/step-g/BSplineCurve.cpp brlcad-7.24.2/src/conv/step/step-g/MeasureValue.cpp brlcad-7.24.2/src/conv/step/step-g/PCurve.cpp brlcad-7.24.2/src/conv/step/step-g/FunctionallyDefinedTransformation.cpp brlcad-7.24.2/src/conv/step/step-g/SphericalSurface.cpp brlcad-7.24.2/src/conv/step/step-g/OffsetCurve3D.h brlcad-7.24.2/src/conv/step/step-g/ItemDefinedTransformation.h brlcad-7.24.2/src/conv/step/step-g/ApplicationContextElement.cpp brlcad-7.24.2/src/conv/step/step-g/Path.cpp brlcad-7.24.2/src/conv/step/step-g/MassUnit.h brlcad-7.24.2/src/conv/step/step-g/VertexPoint.h brlcad-7.24.2/src/conv/step/step-g/TrimmingSelect.cpp brlcad-7.24.2/src/conv/step/step-g/ConnectedFaceSet.cpp brlcad-7.24.2/src/conv/step/step-g/RationalBezierCurve.cpp brlcad-7.24.2/src/conv/step/step-g/RatioUnit.h brlcad-7.24.2/src/conv/step/step-g/Edge.h brlcad-7.24.2/src/conv/step/step-g/OffsetCurve2D.cpp brlcad-7.24.2/src/conv/step/step-g/ElectricCurrentUnit.h brlcad-7.24.2/src/conv/step/step-g/TimeSiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/EdgeLoop.cpp brlcad-7.24.2/src/conv/step/step-g/ConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/AmountOfSubstanceUnit.cpp brlcad-7.24.2/src/conv/step/step-g/ThermodynamicTemperatureContextDependentUnit.h brlcad-7.24.2/src/conv/step/step-g/PlaneAngleMeasureWithUnit.h brlcad-7.24.2/src/conv/step/step-g/MassConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/PlaneAngleContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/Conic.cpp brlcad-7.24.2/src/conv/step/step-g/UniformCurve.cpp brlcad-7.24.2/src/conv/step/step-g/ElectricCurrentSiUnit.h brlcad-7.24.2/src/conv/step/step-g/Product.h brlcad-7.24.2/src/conv/step/step-g/ApplicationContextElement.h brlcad-7.24.2/src/conv/step/step-g/ProductRelatedProductCategory.h brlcad-7.24.2/src/conv/step/step-g/BoundedCurve.h brlcad-7.24.2/src/conv/step/step-g/MassContextDependentUnit.cpp brlcad-7.24.2/src/conv/step/step-g/RationalBSplineSurface.h brlcad-7.24.2/src/conv/step/step-g/TimeUnit.h brlcad-7.24.2/src/conv/step/step-g/TrimmedCurve.h brlcad-7.24.2/src/conv/step/step-g/LuminousIntensityUnit.cpp brlcad-7.24.2/src/conv/step/step-g/AmountOfSubstanceSiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/ClosedShell.h brlcad-7.24.2/src/conv/step/step-g/CompositeCurveSegment.h brlcad-7.24.2/src/conv/step/step-g/AreaSiUnit.h brlcad-7.24.2/src/conv/step/step-g/ElectricCurrentConversionBasedUnit.h brlcad-7.24.2/src/conv/step/step-g/VertexLoop.h brlcad-7.24.2/src/conv/step/step-g/Polyline.h brlcad-7.24.2/src/conv/step/step-g/IntersectionCurve.cpp brlcad-7.24.2/src/conv/step/step-g/CartesianTransformationOperator3D.cpp brlcad-7.24.2/src/conv/step/step-g/OffsetCurve2D.h brlcad-7.24.2/src/conv/step/step-g/Factory.cpp brlcad-7.24.2/src/conv/step/step-g/NamedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/GlobalUncertaintyAssignedContext.cpp brlcad-7.24.2/src/conv/step/step-g/ThermodynamicTemperatureSiUnit.h brlcad-7.24.2/src/conv/step/step-g/RatioConversionBasedUnit.cpp brlcad-7.24.2/src/conv/step/step-g/UncertaintyMeasureWithUnit.h brlcad-7.24.2/src/conv/step/step-g/NamedUnit.h brlcad-7.24.2/src/conv/step/step-g/ProductDefinitionFormation.cpp brlcad-7.24.2/src/conv/step/step-g/VolumeSiUnit.cpp brlcad-7.24.2/src/conv/step/step-g/FaceOuterBound.cpp brlcad-7.24.2/src/conv/step/step-g/PlaneAngleUnit.h brlcad-7.24.2/src/conv/step/STEPWrapper.h brlcad-7.24.2/src/conv/vdeck/vextern.h brlcad-7.24.2/src/conv/vdeck/match.c brlcad-7.24.2/src/conv/vdeck/CMakeLists.txt brlcad-7.24.2/src/conv/vdeck/parsarg.c brlcad-7.24.2/src/conv/vdeck/vdeck.c brlcad-7.24.2/src/conv/vdeck/std.h brlcad-7.24.2/src/conv/vdeck/cgarbs.c brlcad-7.24.2/src/conv/g-acad.c brlcad-7.24.2/src/conv/walk_example.c brlcad-7.24.2/src/conv/CMakeLists.txt brlcad-7.24.2/src/conv/conv-vg2g.c brlcad-7.24.2/src/conv/nastran-g.c brlcad-7.24.2/src/conv/patch/pull_solidsub.sh brlcad-7.24.2/src/conv/patch/pull_comp.sh brlcad-7.24.2/src/conv/patch/patch-g.c brlcad-7.24.2/src/conv/patch/patch-g.h brlcad-7.24.2/src/conv/patch/rpatch.c brlcad-7.24.2/src/conv/patch/rpatch.f brlcad-7.24.2/src/conv/asc/asc2g.c brlcad-7.24.2/src/conv/asc/asc2pix.c brlcad-7.24.2/src/conv/asc/asc2dsp.c brlcad-7.24.2/src/conv/asc/g2asc.c brlcad-7.24.2/src/conv/asc/pix2asc.c brlcad-7.24.2/src/conv/Formats.csv brlcad-7.24.2/src/conv/dbclean.sh brlcad-7.24.2/src/conv/off/g-off.c brlcad-7.24.2/src/conv/off/off-g.c brlcad-7.24.2/src/conv/g-var.c brlcad-7.24.2/src/conv/stl/stl-g.c brlcad-7.24.2/src/conv/stl/g-stl.c brlcad-7.24.2/src/conv/bot_shell-vtk.c brlcad-7.24.2/src/conv/ply-g.c brlcad-7.24.2/src/conv/g-x3d.c brlcad-7.24.2/src/conv/dbupgrade.c brlcad-7.24.2/src/conv/g-xxx.c brlcad-7.24.2/src/conv/poly-bot.c brlcad-7.24.2/src/conv/g-vrml.c brlcad-7.24.2/src/conv/g-voxel.c brlcad-7.24.2/src/conv/g-egg.c brlcad-7.24.2/src/conv/g-xxx_facets.c brlcad-7.24.2/src/conv/nmg/nmg-sgp.c brlcad-7.24.2/src/conv/nmg/nmg-rib.c brlcad-7.24.2/src/conv/nmg/nmg-bot.c brlcad-7.24.2/src/conv/nmg/asc-nmg.c brlcad-7.24.2/src/conv/nmg/g-nmg.c brlcad-7.24.2/src/conv/proe-g.c brlcad-7.24.2/src/conv/dxf/dxf.h brlcad-7.24.2/src/conv/dxf/g-dxf.c brlcad-7.24.2/src/conv/dxf/bot-bldxf.c brlcad-7.24.2/src/conv/dxf/dxf-g.c brlcad-7.24.2/src/conv/g-obj.c brlcad-7.24.2/src/conv/euclid/g-euclid1.c brlcad-7.24.2/src/conv/euclid/euclid_format.c brlcad-7.24.2/src/conv/euclid/g-euclid.c brlcad-7.24.2/src/conv/euclid/euclid-g.c brlcad-7.24.2/src/conv/euclid/euclid_unformat.c brlcad-7.24.2/src/conv/obj-g.c brlcad-7.24.2/src/conv/g5-g4.c brlcad-7.24.2/src/conv/viewpoint-g.c brlcad-7.24.2/src/liboptical/wray.c brlcad-7.24.2/src/liboptical/sh_plastic.c brlcad-7.24.2/src/liboptical/sh_xxx.c brlcad-7.24.2/src/liboptical/sh_light.c brlcad-7.24.2/src/liboptical/constantpool.h brlcad-7.24.2/src/liboptical/oslexec_pvt.h brlcad-7.24.2/src/liboptical/turb.c brlcad-7.24.2/src/liboptical/material.c brlcad-7.24.2/src/liboptical/sh_billboard.c brlcad-7.24.2/src/liboptical/sh_scloud.c brlcad-7.24.2/src/liboptical/liboslrend.h brlcad-7.24.2/src/liboptical/refract.c brlcad-7.24.2/src/liboptical/sh_stack.c brlcad-7.24.2/src/liboptical/CMakeLists.txt brlcad-7.24.2/src/liboptical/sh_prj.c brlcad-7.24.2/src/liboptical/sh_fbm.c brlcad-7.24.2/src/liboptical/liboslrend.cpp brlcad-7.24.2/src/liboptical/sh_brdf.c brlcad-7.24.2/src/liboptical/sh_cook.c brlcad-7.24.2/src/liboptical/shade.c brlcad-7.24.2/src/liboptical/sh_gauss.c brlcad-7.24.2/src/liboptical/sh_cloud.c brlcad-7.24.2/src/liboptical/sh_toyota.c brlcad-7.24.2/src/liboptical/sh_air.c brlcad-7.24.2/src/liboptical/render_svc.h brlcad-7.24.2/src/liboptical/render_svc.cpp brlcad-7.24.2/src/liboptical/sh_noise.c brlcad-7.24.2/src/liboptical/sh_fire.c brlcad-7.24.2/src/liboptical/sh_flat.c brlcad-7.24.2/src/liboptical/sh_spm.c brlcad-7.24.2/src/liboptical/sh_treetherm.c brlcad-7.24.2/src/liboptical/init.c brlcad-7.24.2/src/liboptical/sh_stxt.c brlcad-7.24.2/src/liboptical/sh_osl.cpp brlcad-7.24.2/src/liboptical/sh_null.c brlcad-7.24.2/src/liboptical/sh_grass.c brlcad-7.24.2/src/liboptical/sh_wood.c brlcad-7.24.2/src/liboptical/sh_tcl.c brlcad-7.24.2/src/liboptical/sh_toon.c brlcad-7.24.2/src/liboptical/sh_points.c brlcad-7.24.2/src/liboptical/sh_rtrans.c brlcad-7.24.2/src/liboptical/sh_text.c brlcad-7.24.2/src/liboptical/sh_camo.c brlcad-7.24.2/src/liboptical/photonmap.c brlcad-7.24.2/src/liboptical/vers.c brlcad-7.24.2/src/README brlcad-7.24.2/src/nirt/showshot.c brlcad-7.24.2/src/nirt/bsphere.c brlcad-7.24.2/src/nirt/conversion.c brlcad-7.24.2/src/nirt/nirt.h brlcad-7.24.2/src/nirt/CMakeLists.txt brlcad-7.24.2/src/nirt/str_manip.c brlcad-7.24.2/src/nirt/read_mat.c brlcad-7.24.2/src/nirt/command.c brlcad-7.24.2/src/nirt/usrfmt.h brlcad-7.24.2/src/nirt/sfiles/entryexit.nrt brlcad-7.24.2/src/nirt/sfiles/gap2.nrt brlcad-7.24.2/src/nirt/sfiles/gap1.nrt brlcad-7.24.2/src/nirt/sfiles/csv-gap.nrt brlcad-7.24.2/src/nirt/sfiles/csv.nrt brlcad-7.24.2/src/nirt/sfiles/default.nrt brlcad-7.24.2/src/nirt/if.c brlcad-7.24.2/src/nirt/nirt.c brlcad-7.24.2/src/nirt/parse_fmt.c brlcad-7.24.2/src/nirt/interact.c brlcad-7.24.2/src/libicv/dpix.c brlcad-7.24.2/src/libicv/filter.c brlcad-7.24.2/src/libicv/crop.c brlcad-7.24.2/src/libicv/bw.c brlcad-7.24.2/src/libicv/CMakeLists.txt brlcad-7.24.2/src/libicv/color_space.c brlcad-7.24.2/src/libicv/TODO brlcad-7.24.2/src/libicv/fileformat.c brlcad-7.24.2/src/libicv/rot.c brlcad-7.24.2/src/libicv/pix.c brlcad-7.24.2/src/libicv/encoding.c brlcad-7.24.2/src/libicv/operations.c brlcad-7.24.2/src/libicv/stat.c brlcad-7.24.2/src/libicv/decimate.c brlcad-7.24.2/src/libtclcad/tclcad_obj.c brlcad-7.24.2/src/libtclcad/tclcad_private.h brlcad-7.24.2/src/libtclcad/CMakeLists.txt brlcad-7.24.2/src/libtclcad/tkImgFmtPIX.c brlcad-7.24.2/src/libtclcad/tclcadAutoPath.c brlcad-7.24.2/src/libtclcad/cmdhist_obj.c brlcad-7.24.2/src/libtclcad/tclcad.c brlcad-7.24.2/src/irprep/firpass.c brlcad-7.24.2/src/irprep/CMakeLists.txt brlcad-7.24.2/src/irprep/secpass.c brlcad-7.24.2/src/irprep/ir-X.c brlcad-7.24.2/src/irprep/pictx.c brlcad-7.24.2/src/irprep/shapefact.c brlcad-7.24.2/src/irprep/subroutines.c brlcad-7.24.2/src/irprep/showtherm.c brlcad-7.24.2/src/irprep/all_sf.c brlcad-7.24.2/src/irprep/irdisp.c brlcad-7.24.2/src/libsysv/strsep.c brlcad-7.24.2/src/libsysv/strtok.c brlcad-7.24.2/src/libsysv/strdup.c brlcad-7.24.2/src/libsysv/CMakeLists.txt brlcad-7.24.2/src/libsysv/memset.c brlcad-7.24.2/src/libsysv/tcl.c brlcad-7.24.2/src/libsysv/strchr.c brlcad-7.24.2/src/adrt/adrt.h brlcad-7.24.2/src/adrt/isst brlcad-7.24.2/src/adrt/isst_tcltk.c brlcad-7.24.2/src/adrt/CMakeLists.txt brlcad-7.24.2/src/adrt/librender/depth.c brlcad-7.24.2/src/adrt/librender/hit.c brlcad-7.24.2/src/adrt/librender/surfel.c brlcad-7.24.2/src/adrt/librender/render_util.h brlcad-7.24.2/src/adrt/librender/render_internal.h brlcad-7.24.2/src/adrt/librender/flat.c brlcad-7.24.2/src/adrt/librender/render.h brlcad-7.24.2/src/adrt/librender/grid.c brlcad-7.24.2/src/adrt/librender/texture_blend.c brlcad-7.24.2/src/adrt/librender/spall.c brlcad-7.24.2/src/adrt/librender/cut.c brlcad-7.24.2/src/adrt/librender/texture_mix.c brlcad-7.24.2/src/adrt/librender/normal.c brlcad-7.24.2/src/adrt/librender/texture_clouds.c brlcad-7.24.2/src/adrt/librender/texture_bump.c brlcad-7.24.2/src/adrt/librender/texture_camo.c brlcad-7.24.2/src/adrt/librender/texture_internal.h brlcad-7.24.2/src/adrt/librender/render_util.c brlcad-7.24.2/src/adrt/librender/camera.h brlcad-7.24.2/src/adrt/librender/texture_stack.c brlcad-7.24.2/src/adrt/librender/texture_perlin.c brlcad-7.24.2/src/adrt/librender/flos.c brlcad-7.24.2/src/adrt/librender/texture_gradient.c brlcad-7.24.2/src/adrt/librender/texture_image.c brlcad-7.24.2/src/adrt/librender/texture_checker.c brlcad-7.24.2/src/adrt/librender/texture.h brlcad-7.24.2/src/adrt/librender/path.c brlcad-7.24.2/src/adrt/librender/phong.c brlcad-7.24.2/src/adrt/librender/component.c brlcad-7.24.2/src/adrt/librender/camera.c brlcad-7.24.2/src/adrt/isst.bat brlcad-7.24.2/src/adrt/load.h brlcad-7.24.2/src/adrt/load.c brlcad-7.24.2/src/adrt/slave/slave.c brlcad-7.24.2/src/adrt/slave/tienet_slave.c brlcad-7.24.2/src/adrt/slave/tienet_slave.h brlcad-7.24.2/src/adrt/slave/slave.h brlcad-7.24.2/src/adrt/adrt_struct.h brlcad-7.24.2/src/adrt/tienet.h brlcad-7.24.2/src/adrt/load_g.c brlcad-7.24.2/src/adrt/master/tienet_master.c brlcad-7.24.2/src/adrt/master/dispatcher.h brlcad-7.24.2/src/adrt/master/master.c brlcad-7.24.2/src/adrt/master/dispatcher.c brlcad-7.24.2/src/adrt/master/master.h brlcad-7.24.2/src/adrt/master/tienet_master.h brlcad-7.24.2/src/adrt/master/compnet.h brlcad-7.24.2/src/adrt/master/compnet.c brlcad-7.24.2/src/adrt/isst.h brlcad-7.24.2/src/anim/anim_hardtrack.c brlcad-7.24.2/src/anim/cattrack.h brlcad-7.24.2/src/anim/anim_script.c brlcad-7.24.2/src/anim/anim_lookat.c brlcad-7.24.2/src/anim/anim_track.c brlcad-7.24.2/src/anim/CMakeLists.txt brlcad-7.24.2/src/anim/anim_keyread.c brlcad-7.24.2/src/anim/anim_turn.c brlcad-7.24.2/src/anim/chan_mult.c brlcad-7.24.2/src/anim/anim_offset.c brlcad-7.24.2/src/anim/anim_time.c brlcad-7.24.2/src/anim/anim_cascade.c brlcad-7.24.2/src/anim/cattrack.c brlcad-7.24.2/src/anim/anim_orient.c brlcad-7.24.2/src/anim/anim_fly.c brlcad-7.24.2/src/anim/anim_sort.c brlcad-7.24.2/src/anim/chan_permute.c brlcad-7.24.2/src/anim/chan_add.c brlcad-7.24.2/src/external/ProEngineer/proe-brl-notes.txt brlcad-7.24.2/src/external/ProEngineer/mk.in brlcad-7.24.2/src/external/ProEngineer/proe-brl.c brlcad-7.24.2/src/external/ProEngineer/win32-msvc8/proe-brl-5.0/proe-brl-5.0.vcproj brlcad-7.24.2/src/external/ProEngineer/win32-msvc8/proe/proe.sln brlcad-7.24.2/src/external/ProEngineer/win32-msvc8/proe-brl-3.0/proe-brl-3.0.vcproj brlcad-7.24.2/src/external/ProEngineer/win32-msvc8/proe-brl-4.0/proe-brl-4.0.vcproj brlcad-7.24.2/src/external/ProEngineer/proe_brl.res brlcad-7.24.2/src/external/ProEngineer/INSTALL.txt brlcad-7.24.2/src/external/ProEngineer/protk.dat.in brlcad-7.24.2/src/external/ProEngineer/proe_brl_error.res brlcad-7.24.2/src/external/ProEngineer/usermsg.txt brlcad-7.24.2/src/external/ProEngineer/proe_brl_gen_error.res brlcad-7.24.2/src/external/ProEngineer/proe-brl.dll.config brlcad-7.24.2/src/external/ProEngineer/msvc10/proe/proe.sln brlcad-7.24.2/src/external/ProEngineer/msvc10/proe-brl-creo-2.0/proe-brl-creo-2.0.vcxproj brlcad-7.24.2/src/external/Cubit/g-sat.cpp brlcad-7.24.2/src/external/README brlcad-7.24.2/src/external/Unigraphics/ug_misc.h brlcad-7.24.2/src/external/Unigraphics/ug_misc.c brlcad-7.24.2/src/external/Unigraphics/ug-g.c brlcad-7.24.2/src/external/Unigraphics/log.h brlcad-7.24.2/src/external/Unigraphics/ug-g.1 brlcad-7.24.2/src/external/Unigraphics/conv.h brlcad-7.24.2/src/libcursor/cursor.c brlcad-7.24.2/src/libcursor/CMakeLists.txt brlcad-7.24.2/src/vfont/CMakeLists.txt brlcad-7.24.2/src/vfont/getfont.c brlcad-7.24.2/src/vfont/vfont.h brlcad-7.24.2/src/vfont/nonie.r.12 brlcad-7.24.2/src/vfont/fix.6r brlcad-7.24.2/src/proc-db/pyramid.c brlcad-7.24.2/src/proc-db/brepintersect.h brlcad-7.24.2/src/proc-db/kurt.c brlcad-7.24.2/src/proc-db/tea_nmg.c brlcad-7.24.2/src/proc-db/makebuilding/makebuilding.c brlcad-7.24.2/src/proc-db/common.c brlcad-7.24.2/src/proc-db/tea.c brlcad-7.24.2/src/proc-db/torii.c brlcad-7.24.2/src/proc-db/brickwall.c brlcad-7.24.2/src/proc-db/tea.h brlcad-7.24.2/src/proc-db/menger.c brlcad-7.24.2/src/proc-db/mkbuilding.c brlcad-7.24.2/src/proc-db/metaball.c brlcad-7.24.2/src/proc-db/room.c brlcad-7.24.2/src/proc-db/spiral.pl brlcad-7.24.2/src/proc-db/sphflake.c brlcad-7.24.2/src/proc-db/surfaceintersect.cpp brlcad-7.24.2/src/proc-db/pipetest.c brlcad-7.24.2/src/proc-db/CMakeLists.txt brlcad-7.24.2/src/proc-db/nmgmodel.c brlcad-7.24.2/src/proc-db/brepintersect.cpp brlcad-7.24.2/src/proc-db/pix2g.c brlcad-7.24.2/src/proc-db/surfaceintersect.h brlcad-7.24.2/src/proc-db/pdb-g.c brlcad-7.24.2/src/proc-db/brep_simple.cpp brlcad-7.24.2/src/proc-db/metaballs.pl brlcad-7.24.2/src/proc-db/wdb_example.c brlcad-7.24.2/src/proc-db/csgbrep.cpp brlcad-7.24.2/src/proc-db/spltest.c brlcad-7.24.2/src/proc-db/ringworld.c brlcad-7.24.2/src/proc-db/pipe.c brlcad-7.24.2/src/proc-db/vegetation.c brlcad-7.24.2/src/proc-db/molecule.c brlcad-7.24.2/src/proc-db/sketch.c brlcad-7.24.2/src/proc-db/brep_cube.cpp brlcad-7.24.2/src/proc-db/sgi.sh brlcad-7.24.2/src/proc-db/mkbuilding.h brlcad-7.24.2/src/proc-db/masonry.c brlcad-7.24.2/src/proc-db/tube.c brlcad-7.24.2/src/proc-db/rawbot.c brlcad-7.24.2/src/proc-db/bottest.c brlcad-7.24.2/src/proc-db/clutter.c brlcad-7.24.2/src/proc-db/globe.c brlcad-7.24.2/src/proc-db/cchannel.c brlcad-7.24.2/src/proc-db/breplicator.cpp brlcad-7.24.2/src/proc-db/vegetation.h brlcad-7.24.2/src/proc-db/lens.c brlcad-7.24.2/src/proc-db/wavy.c brlcad-7.24.2/src/proc-db/contours.c brlcad-7.24.2/src/lgt/grid_rotate.c brlcad-7.24.2/src/lgt/lgt.h brlcad-7.24.2/src/lgt/fb.c brlcad-7.24.2/src/lgt/ascii.h brlcad-7.24.2/src/lgt/mat_db.c brlcad-7.24.2/src/lgt/do_options.c brlcad-7.24.2/src/lgt/cursors.h brlcad-7.24.2/src/lgt/CMakeLists.txt brlcad-7.24.2/src/lgt/char.c brlcad-7.24.2/src/lgt/trie.c brlcad-7.24.2/src/lgt/ir.c brlcad-7.24.2/src/lgt/reflect.c brlcad-7.24.2/src/lgt/mat_db.h brlcad-7.24.2/src/lgt/tree.h brlcad-7.24.2/src/lgt/texture.c brlcad-7.24.2/src/lgt/lgt.c brlcad-7.24.2/src/lgt/lgt_db.c brlcad-7.24.2/src/lgt/texture.h brlcad-7.24.2/src/lgt/hmenu.h brlcad-7.24.2/src/lgt/screen.h brlcad-7.24.2/src/lgt/hmenu.c brlcad-7.24.2/src/lgt/error.c brlcad-7.24.2/src/lgt/octree.c brlcad-7.24.2/src/lgt/glob.c brlcad-7.24.2/src/lgt/prnt.c brlcad-7.24.2/src/lgt/execshell.c brlcad-7.24.2/src/lgt/extern.h brlcad-7.24.2/src/sig/damdf.c brlcad-7.24.2/src/sig/ustats.c brlcad-7.24.2/src/sig/umod.c brlcad-7.24.2/src/sig/dconv.c brlcad-7.24.2/src/sig/dfft.c brlcad-7.24.2/src/sig/i-a.c brlcad-7.24.2/src/sig/hamwin.c brlcad-7.24.2/src/sig/ihist.c brlcad-7.24.2/src/sig/bw-d.c brlcad-7.24.2/src/sig/ddisp.c brlcad-7.24.2/src/sig/dsel.c brlcad-7.24.2/src/sig/dauto2.c brlcad-7.24.2/src/sig/d-bw.c brlcad-7.24.2/src/sig/d-u.c brlcad-7.24.2/src/sig/CMakeLists.txt brlcad-7.24.2/src/sig/u-f.c brlcad-7.24.2/src/sig/butter.c brlcad-7.24.2/src/sig/istats.c brlcad-7.24.2/src/sig/imod.c brlcad-7.24.2/src/sig/fhor.c brlcad-7.24.2/src/sig/f-i.c brlcad-7.24.2/src/sig/c-d.c brlcad-7.24.2/src/sig/dauto.c brlcad-7.24.2/src/sig/i-f.c brlcad-7.24.2/src/sig/u-d.c brlcad-7.24.2/src/sig/smod.c brlcad-7.24.2/src/sig/dwin.c brlcad-7.24.2/src/sig/dmod.c brlcad-7.24.2/src/sig/coswin.c brlcad-7.24.2/src/sig/u-a.c brlcad-7.24.2/src/sig/dpeak.c brlcad-7.24.2/src/sig/a-d.c brlcad-7.24.2/src/sig/dstats.c brlcad-7.24.2/src/sig/d2-c.c brlcad-7.24.2/src/sig/d-i.c brlcad-7.24.2/src/sig/f-d.c brlcad-7.24.2/src/sig/u-bw.c brlcad-7.24.2/src/sig/i-d.c brlcad-7.24.2/src/sig/d-a.c brlcad-7.24.2/src/sig/interp.c brlcad-7.24.2/src/sig/d-f.c brlcad-7.24.2/src/libbu/whereis.c brlcad-7.24.2/src/libbu/observer.c brlcad-7.24.2/src/libbu/parallel.h brlcad-7.24.2/src/libbu/argv.c brlcad-7.24.2/src/libbu/semaphore.c brlcad-7.24.2/src/libbu/backtrace.c brlcad-7.24.2/src/libbu/fchmod.c brlcad-7.24.2/src/libbu/rb_delete.c brlcad-7.24.2/src/libbu/parallel.c brlcad-7.24.2/src/libbu/file.c brlcad-7.24.2/src/libbu/vls.c brlcad-7.24.2/src/libbu/basename.c brlcad-7.24.2/src/libbu/vfont.c brlcad-7.24.2/src/libbu/simd.c brlcad-7.24.2/src/libbu/dlfcn.c brlcad-7.24.2/src/libbu/htonf.c brlcad-7.24.2/src/libbu/vlb.c brlcad-7.24.2/src/libbu/getopt.c brlcad-7.24.2/src/libbu/mread.c brlcad-7.24.2/src/libbu/uce-dirent.h brlcad-7.24.2/src/libbu/vls_internals.h brlcad-7.24.2/src/libbu/htond.c brlcad-7.24.2/src/libbu/rb_diag.c brlcad-7.24.2/src/libbu/cmd.c brlcad-7.24.2/src/libbu/endian.c brlcad-7.24.2/src/libbu/timer.c brlcad-7.24.2/src/libbu/convert.c brlcad-7.24.2/src/libbu/rb_insert.c brlcad-7.24.2/src/libbu/str.c brlcad-7.24.2/src/libbu/brlcad_path.c brlcad-7.24.2/src/libbu/rb_walk.c brlcad-7.24.2/src/libbu/CMakeLists.txt brlcad-7.24.2/src/libbu/which.c brlcad-7.24.2/src/libbu/parse.c brlcad-7.24.2/src/libbu/vls_vprintf.c brlcad-7.24.2/src/libbu/fnmatch.c brlcad-7.24.2/src/libbu/gethostname.c brlcad-7.24.2/src/libbu/rb_create.c brlcad-7.24.2/src/libbu/dirent.c brlcad-7.24.2/src/libbu/rb_search.c brlcad-7.24.2/src/libbu/units.c brlcad-7.24.2/src/libbu/temp.c brlcad-7.24.2/src/libbu/hash.c brlcad-7.24.2/src/libbu/fgets.c brlcad-7.24.2/src/libbu/rb_internals.h brlcad-7.24.2/src/libbu/avs.c brlcad-7.24.2/src/libbu/thread.cpp brlcad-7.24.2/src/libbu/bitv.c brlcad-7.24.2/src/libbu/tcl.c brlcad-7.24.2/src/libbu/list.c brlcad-7.24.2/src/libbu/rb_extreme.c brlcad-7.24.2/src/libbu/heap.c brlcad-7.24.2/src/libbu/date-time.c brlcad-7.24.2/src/libbu/ctype.c brlcad-7.24.2/src/libbu/bomb.c brlcad-7.24.2/src/libbu/color.c brlcad-7.24.2/src/libbu/interrupt.c brlcad-7.24.2/src/libbu/realpath.c brlcad-7.24.2/src/libbu/linebuf.c brlcad-7.24.2/src/libbu/quote.c brlcad-7.24.2/src/libbu/booleanize.c brlcad-7.24.2/src/libbu/mappedfile.c brlcad-7.24.2/src/libbu/globals.c brlcad-7.24.2/src/libbu/printb.c brlcad-7.24.2/src/libbu/badmagic.c brlcad-7.24.2/src/libbu/hist.c brlcad-7.24.2/src/libbu/log.c brlcad-7.24.2/src/libbu/getcwd.c brlcad-7.24.2/src/libbu/escape.c brlcad-7.24.2/src/libbu/sscanf.c brlcad-7.24.2/src/libbu/tests/bu_dirname.c brlcad-7.24.2/src/libbu/tests/bu_basename.c brlcad-7.24.2/src/libbu/tests/bu_vls_vprintf.c brlcad-7.24.2/src/libbu/tests/bu_gethostname.c brlcad-7.24.2/src/libbu/tests/bu_semaphore.c brlcad-7.24.2/src/libbu/tests/bu_progname.c brlcad-7.24.2/src/libbu/tests/bu_bitv_to_hex.c brlcad-7.24.2/src/libbu/tests/bu_bitv_or.c brlcad-7.24.2/src/libbu/tests/CMakeLists.txt brlcad-7.24.2/src/libbu/tests/bu_bitv_vls.c brlcad-7.24.2/src/libbu/tests/bu_quote.c brlcad-7.24.2/src/libbu/tests/bu_bitv_and.c brlcad-7.24.2/src/libbu/tests/bu_timer.c brlcad-7.24.2/src/libbu/tests/bu_redblack.c brlcad-7.24.2/src/libbu/tests/bu_bitv_shift.c brlcad-7.24.2/src/libbu/tests/bu_heap.c brlcad-7.24.2/src/libbu/tests/bu_str_isprint.c brlcad-7.24.2/src/libbu/tests/bu_sscanf.c brlcad-7.24.2/src/libbu/tests/bu_hex_to_bitv.c brlcad-7.24.2/src/libbu/tests/bu_escape.c brlcad-7.24.2/src/libbu/tests/bu_booleanize.c brlcad-7.24.2/src/libbu/process.c brlcad-7.24.2/src/libbu/affinity.c brlcad-7.24.2/src/libbu/rb_rotate.c brlcad-7.24.2/src/libbu/kill.c brlcad-7.24.2/src/libbu/malloc.c brlcad-7.24.2/src/libbu/rb_free.c brlcad-7.24.2/src/libbu/rb_order_stats.c brlcad-7.24.2/src/libbu/dirname.c brlcad-7.24.2/src/libbu/hook.c brlcad-7.24.2/src/libbu/crashreport.c brlcad-7.24.2/src/libbu/ptbl.c brlcad-7.24.2/src/libbu/cmdhist.c brlcad-7.24.2/src/libbu/progname.c brlcad-7.24.2/src/libbu/xdr.c brlcad-7.24.2/src/libbu/lex.c brlcad-7.24.2/src/libbu/magic.c brlcad-7.24.2/src/libbu/vers.c brlcad-7.24.2/src/libtermio/termio.c brlcad-7.24.2/src/libtermio/CMakeLists.txt brlcad-7.24.2/src/libtermio/termio_win32.c brlcad-7.24.2/INSTALL brlcad-7.24.2/CMakeLists.txt brlcad-7.24.2/configure brlcad-7.24.2/sh/elapsed.sh brlcad-7.24.2/sh/conversion.sh brlcad-7.24.2/sh/orbit.sh brlcad-7.24.2/sh/distcheck_screen.sh brlcad-7.24.2/sh/copyright.sh brlcad-7.24.2/sh/make_deb.sh brlcad-7.24.2/sh/linkroot.sh brlcad-7.24.2/sh/pixread.sh brlcad-7.24.2/sh/header.sh brlcad-7.24.2/sh/make_tar.sh brlcad-7.24.2/sh/facetall.sh brlcad-7.24.2/sh/show.sh brlcad-7.24.2/sh/cadbug.sh brlcad-7.24.2/sh/cmp.sh brlcad-7.24.2/sh/cray.sh brlcad-7.24.2/sh/trimconfig.sh brlcad-7.24.2/sh/make_tgz.sh brlcad-7.24.2/sh/make_zip.sh brlcad-7.24.2/sh/enumerate.sh brlcad-7.24.2/sh/make_bz2.sh brlcad-7.24.2/sh/CMakeLists.txt brlcad-7.24.2/sh/pixwrite.sh brlcad-7.24.2/sh/news2tracker.sh brlcad-7.24.2/sh/make_dmg.sh brlcad-7.24.2/sh/tracker.sh brlcad-7.24.2/sh/shtool brlcad-7.24.2/sh/ws.sh brlcad-7.24.2/sh/make_rpm.sh brlcad-7.24.2/sh/pixinfo.sh brlcad-7.24.2/sh/libtoolfilename.sh brlcad-7.24.2/sh/make_pkg.sh brlcad-7.24.2/sh/ios-icons.sh brlcad-7.24.2/sh/indent.sh brlcad-7.24.2/sh/template.sh brlcad-7.24.2/sh/footer.sh brlcad-7.24.2/sh/sgisnap.sh brlcad-7.24.2/sh/any-png.sh brlcad-7.24.2/BUGS brlcad-7.24.2/TODO brlcad-7.24.2/COPYING brlcad-7.24.2/bench/viewdiff.sh brlcad-7.24.2/bench/lgt.sh brlcad-7.24.2/bench/pixcmp.c brlcad-7.24.2/bench/ref/moss.pix brlcad-7.24.2/bench/ref/sphflake.pix brlcad-7.24.2/bench/ref/bldg391.log brlcad-7.24.2/bench/ref/sphflake.log brlcad-7.24.2/bench/ref/m35.pix brlcad-7.24.2/bench/ref/CMakeLists.txt brlcad-7.24.2/bench/ref/world.log brlcad-7.24.2/bench/ref/bldg391.pix brlcad-7.24.2/bench/ref/star.pix brlcad-7.24.2/bench/ref/world.pix brlcad-7.24.2/bench/ref/moss.log brlcad-7.24.2/bench/ref/m35.log brlcad-7.24.2/bench/ref/star.log brlcad-7.24.2/bench/CMakeLists.txt brlcad-7.24.2/bench/try.sh brlcad-7.24.2/bench/run.sh brlcad-7.24.2/NEWS brlcad-7.24.2/doc/mk.tr brlcad-7.24.2/doc/flex_to_re2c.txt brlcad-7.24.2/doc/README.MacOSX brlcad-7.24.2/doc/bison_to_lemon.txt brlcad-7.24.2/doc/html/manuals/Overview.html brlcad-7.24.2/doc/html/manuals/librt/dg_obj.html brlcad-7.24.2/doc/html/manuals/librt/wdb_obj.html brlcad-7.24.2/doc/html/manuals/librt/view_obj.html brlcad-7.24.2/doc/html/manuals/librt/index.html brlcad-7.24.2/doc/html/manuals/librt/contents.html brlcad-7.24.2/doc/html/manuals/mged/mged1.html brlcad-7.24.2/doc/html/manuals/mged/ged.html brlcad-7.24.2/doc/html/manuals/mged/coord-axes.gif brlcad-7.24.2/doc/html/manuals/mged/faceplate.gif brlcad-7.24.2/doc/html/manuals/mged/mged_env_vars.html brlcad-7.24.2/doc/html/manuals/mged/cmd_line_ed.html brlcad-7.24.2/doc/html/manuals/mged/mged_tcl_vars.html brlcad-7.24.2/doc/html/manuals/mged/default_key_bindings.html brlcad-7.24.2/doc/html/manuals/mged/faceplate_sm.gif brlcad-7.24.2/doc/html/manuals/mged/outline brlcad-7.24.2/doc/html/manuals/mged/cup_w_handle.gif brlcad-7.24.2/doc/html/manuals/mged/faceplate_menu_sm.gif brlcad-7.24.2/doc/html/manuals/mged/fillet.gif brlcad-7.24.2/doc/html/manuals/mged/bool.gif brlcad-7.24.2/doc/html/manuals/mged/faceplate_menu.gif brlcad-7.24.2/doc/html/manuals/mged/az_el.jpg brlcad-7.24.2/doc/html/manuals/mged/handle.gif brlcad-7.24.2/doc/html/manuals/mged/mged_callbacks.html brlcad-7.24.2/doc/html/manuals/mged/preface.html brlcad-7.24.2/doc/html/manuals/mged/mug_camo.jpg brlcad-7.24.2/doc/html/manuals/mged/ged.tex brlcad-7.24.2/doc/html/manuals/mged/base.jpg brlcad-7.24.2/doc/html/manuals/mged/mged_cmd_index.html brlcad-7.24.2/doc/html/manuals/mged/az_el_sm.gif brlcad-7.24.2/doc/html/manuals/mged/brlcad_glossary.html brlcad-7.24.2/doc/html/manuals/mged/cup.sh brlcad-7.24.2/doc/html/manuals/mged/prims.gif brlcad-7.24.2/doc/html/manuals/mged/peewee.jpg brlcad-7.24.2/doc/html/manuals/mged/azel.jpg brlcad-7.24.2/doc/html/manuals/mged/handle.jpg brlcad-7.24.2/doc/html/manuals/mged/mug.gif brlcad-7.24.2/doc/html/manuals/mged/skipped brlcad-7.24.2/doc/html/manuals/mged/index.html brlcad-7.24.2/doc/html/manuals/mged/cup_out+in.gif brlcad-7.24.2/doc/html/manuals/mged/mged.html brlcad-7.24.2/doc/html/manuals/mged/brlcad_solids.html brlcad-7.24.2/doc/html/manuals/mged/tex-html.tcl brlcad-7.24.2/doc/html/manuals/mged/cup_outside.gif brlcad-7.24.2/doc/html/manuals/mged/peewee.gif brlcad-7.24.2/doc/html/manuals/mged/contents.html brlcad-7.24.2/doc/html/manuals/mged/cup_and_mug.gif brlcad-7.24.2/doc/html/manuals/mged/mug_camo.gif brlcad-7.24.2/doc/html/manuals/mged/mged_gui.html brlcad-7.24.2/doc/html/manuals/mged/concl.html brlcad-7.24.2/doc/html/manuals/mged/notes.html brlcad-7.24.2/doc/html/manuals/mged/default_mouse_bindings.html brlcad-7.24.2/doc/html/manuals/mged/build_def_index.sh brlcad-7.24.2/doc/html/manuals/mged/mged2.html brlcad-7.24.2/doc/html/manuals/mged/mug_green.gif brlcad-7.24.2/doc/html/manuals/mged/cup_and_mug_small.gif brlcad-7.24.2/doc/html/manuals/mged/mug_green.jpg brlcad-7.24.2/doc/html/manuals/mged/rim.gif brlcad-7.24.2/doc/html/manuals/mged/mug_camo brlcad-7.24.2/doc/html/manuals/mged/shaders.html brlcad-7.24.2/doc/html/manuals/mged/base.gif brlcad-7.24.2/doc/html/manuals/mged/rim.jpg brlcad-7.24.2/doc/html/manuals/mged/az_el.gif brlcad-7.24.2/doc/html/manuals/mged/cup.g brlcad-7.24.2/doc/html/manuals/mged/fillet.jpg brlcad-7.24.2/doc/html/manuals/mged/animmate/combine_doc.html brlcad-7.24.2/doc/html/manuals/mged/animmate/chan_mult.html brlcad-7.24.2/doc/html/manuals/mged/animmate/tut1.png brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_tut.html brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_track.html brlcad-7.24.2/doc/html/manuals/mged/animmate/object_tut.html brlcad-7.24.2/doc/html/manuals/mged/animmate/track.txt brlcad-7.24.2/doc/html/manuals/mged/animmate/ceditor.gif brlcad-7.24.2/doc/html/manuals/mged/animmate/end_tut.html brlcad-7.24.2/doc/html/manuals/mged/animmate/left.tcl brlcad-7.24.2/doc/html/manuals/mged/animmate/pixtile.html brlcad-7.24.2/doc/html/manuals/mged/animmate/vscript_doc.html brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_turn.html brlcad-7.24.2/doc/html/manuals/mged/animmate/tabsub.html brlcad-7.24.2/doc/html/manuals/mged/animmate/vcdwidget.gif brlcad-7.24.2/doc/html/manuals/mged/animmate/mmenu.gif brlcad-7.24.2/doc/html/manuals/mged/animmate/etime.gif brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_orient.html brlcad-7.24.2/doc/html/manuals/mged/animmate/animate.html brlcad-7.24.2/doc/html/manuals/mged/animmate/vceditor.gif brlcad-7.24.2/doc/html/manuals/mged/animmate/tscript_doc.html brlcad-7.24.2/doc/html/manuals/mged/animmate/chan_permute.html brlcad-7.24.2/doc/html/manuals/mged/animmate/tscript.gif brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_lookat.html brlcad-7.24.2/doc/html/manuals/mged/animmate/right_wheels.txt brlcad-7.24.2/doc/html/manuals/mged/animmate/track_tut.html brlcad-7.24.2/doc/html/manuals/mged/animmate/left_wheels.txt brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_cascade.html brlcad-7.24.2/doc/html/manuals/mged/animmate/teditor.gif brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_fly.html brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_offset.html brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_keyread.html brlcad-7.24.2/doc/html/manuals/mged/animmate/tut2.png brlcad-7.24.2/doc/html/manuals/mged/animmate/rt.html brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_time.html brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_man_pages.html brlcad-7.24.2/doc/html/manuals/mged/animmate/scriptsort.html brlcad-7.24.2/doc/html/manuals/mged/animmate/rt_tut.html brlcad-7.24.2/doc/html/manuals/mged/animmate/tut4.gif brlcad-7.24.2/doc/html/manuals/mged/animmate/table_doc.html brlcad-7.24.2/doc/html/manuals/mged/animmate/fbanim.html brlcad-7.24.2/doc/html/manuals/mged/animmate/cscripts.gif brlcad-7.24.2/doc/html/manuals/mged/animmate/tut7.png brlcad-7.24.2/doc/html/manuals/mged/animmate/curve_doc.html brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_sort.html brlcad-7.24.2/doc/html/manuals/mged/animmate/tabinterp.html brlcad-7.24.2/doc/html/manuals/mged/animmate/tut6.png brlcad-7.24.2/doc/html/manuals/mged/animmate/vdraw.html brlcad-7.24.2/doc/html/manuals/mged/animmate/tut5.gif brlcad-7.24.2/doc/html/manuals/mged/animmate/tut8.png brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_hardtrack.html brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_doc.html brlcad-7.24.2/doc/html/manuals/mged/animmate/anim_script.html brlcad-7.24.2/doc/html/manuals/mged/animmate/prep_tut.html brlcad-7.24.2/doc/html/manuals/mged/animmate/sscripts.gif brlcad-7.24.2/doc/html/manuals/mged/animmate/viewget.html brlcad-7.24.2/doc/html/manuals/mged/animmate/view_tut.html brlcad-7.24.2/doc/html/manuals/mged/animmate/tut.html brlcad-7.24.2/doc/html/manuals/mged/animmate/oscript.gif brlcad-7.24.2/doc/html/manuals/mged/animmate/oscript_doc.html brlcad-7.24.2/doc/html/manuals/mged/animmate/tank_path.txt brlcad-7.24.2/doc/html/manuals/mged/animmate/show_doc.html brlcad-7.24.2/doc/html/manuals/mged/animmate/right.tcl brlcad-7.24.2/doc/html/manuals/mged/animmate/vcurve_doc.html brlcad-7.24.2/doc/html/manuals/mged/mged3.html brlcad-7.24.2/doc/html/manuals/mged/mug brlcad-7.24.2/doc/html/manuals/shaders/camo.html brlcad-7.24.2/doc/html/manuals/libdm/preface.html brlcad-7.24.2/doc/html/manuals/libdm/api.html brlcad-7.24.2/doc/html/manuals/libdm/index.html brlcad-7.24.2/doc/html/manuals/libdm/contents.html brlcad-7.24.2/doc/html/manuals/libdm/dm_obj.html brlcad-7.24.2/doc/html/manuals/libdm/tcl.html brlcad-7.24.2/doc/html/manuals/eagleCAD.bmp brlcad-7.24.2/doc/html/manuals/Install.html brlcad-7.24.2/doc/html/manuals/index.html brlcad-7.24.2/doc/html/manuals/Obtain.html brlcad-7.24.2/doc/html/manuals/small-eagleCAD.ico brlcad-7.24.2/doc/html/manuals/BRL-CAD_gear_logo.ico brlcad-7.24.2/doc/html/manuals/cadwidgets/Db.html brlcad-7.24.2/doc/html/manuals/cadwidgets/QuadDisplay.html brlcad-7.24.2/doc/html/manuals/cadwidgets/Database.html brlcad-7.24.2/doc/html/manuals/cadwidgets/Splash.html brlcad-7.24.2/doc/html/manuals/cadwidgets/index.html brlcad-7.24.2/doc/html/manuals/cadwidgets/contents.html brlcad-7.24.2/doc/html/manuals/cadwidgets/View.html brlcad-7.24.2/doc/html/manuals/cadwidgets/Drawable.html brlcad-7.24.2/doc/html/manuals/cadwidgets/Command.html brlcad-7.24.2/doc/html/manuals/cadwidgets/Display.html brlcad-7.24.2/doc/html/manuals/cadwidgets/Dm.html brlcad-7.24.2/doc/html/manuals/cadwidgets/Mged.html brlcad-7.24.2/doc/html/manuals/cadwidgets/skeleton.html brlcad-7.24.2/doc/html/manuals/small-eagleCAD.gif brlcad-7.24.2/doc/html/manuals/eagleCAD.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/foot_Deitz89.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/foot_frames.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/chapt2.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/trans.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/equation.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/foot_graphics.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/moss_sm.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/chapt1.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/foot_Muuss88a.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/ell.mpg brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/foot_gamma.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/chapt9.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/foot_ntsc.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/foot_libfb.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/film.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/transboth.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/ell_sm.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/Lee_tux.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/chapt3.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/dagtbl.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/index.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/fn.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/chapt0.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/foot_hdtv.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/v_eqn1.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/chans.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/animtbl.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/chapt7.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/matrix.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/foot_size.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/moss_ssm.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/moss.mpg brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/v_eqn2.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/foot_Shoemake85.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/transboth_sm.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/chapt4.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/chapt8.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/chapt5.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/chapt6.html brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/ell_ssm.gif brlcad-7.24.2/doc/html/manuals/Anim_Tutorial/foot_Muuss90a.html brlcad-7.24.2/doc/html/manuals/libbu/index.html brlcad-7.24.2/doc/html/manuals/libbu/contents.html brlcad-7.24.2/doc/html/manuals/libbu/cmdhist_obj.html brlcad-7.24.2/doc/html/bookmarks.html brlcad-7.24.2/doc/html/CMakeLists.txt brlcad-7.24.2/doc/html/ReleaseNotes/email3.1.html brlcad-7.24.2/doc/html/ReleaseNotes/Rel6.0/index.html brlcad-7.24.2/doc/html/ReleaseNotes/email4.4.html brlcad-7.24.2/doc/html/ReleaseNotes/email5.0.html brlcad-7.24.2/doc/html/ReleaseNotes/email4.0.html brlcad-7.24.2/doc/html/ReleaseNotes/index.html brlcad-7.24.2/doc/html/ReleaseNotes/email2.0.html brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/new_cmds.html brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/pptani.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img014.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld015.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img008.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img017.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld006.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld011.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/activem.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld018.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img013.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img010.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/expand.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld009.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img015.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img006.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img012.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld019.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/text.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld002.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img001.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/first.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img002.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/ielogo.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld008.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld017.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld008.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/info.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld010.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld001.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld013.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld014.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld010.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img005.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld003.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld016.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld007.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/prev.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld014.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld013.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img019.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/last.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/collapse.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld004.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/index.html brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld001.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld011.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img016.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld018.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/next.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img007.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld016.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld015.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld002.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img011.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld004.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img018.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/space.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img004.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img003.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/home.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld012.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld006.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld019.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld017.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/activep.gif brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld012.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld005.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld003.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/sld007.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/img009.jpg brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld009.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/Summary/tsld005.htm brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/index.html brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/deprecated.html brlcad-7.24.2/doc/html/ReleaseNotes/Rel5.0/new_libs.html brlcad-7.24.2/doc/html/ReleaseNotes/email3.0.html brlcad-7.24.2/doc/html/toc.html brlcad-7.24.2/doc/mged/es5-scale.ps brlcad-7.24.2/doc/mged/est-tr.ps brlcad-7.24.2/doc/mged/l.tex brlcad-7.24.2/doc/mged/all.tex brlcad-7.24.2/doc/mged/est-scale.ps brlcad-7.24.2/doc/mged/j.tex brlcad-7.24.2/doc/mged/esc-sh.ps brlcad-7.24.2/doc/mged/doit brlcad-7.24.2/doc/mged/esc-scale.ps brlcad-7.24.2/doc/mged/es8-ex1.ps brlcad-7.24.2/doc/mged/es8-zrot.ps brlcad-7.24.2/doc/mged/test.tex brlcad-7.24.2/doc/mged/ese-yrot.ps brlcad-7.24.2/doc/mged/wm-leg1.ps brlcad-7.24.2/doc/mged/ese-sa.ps brlcad-7.24.2/doc/mged/wm-arm2.ps brlcad-7.24.2/doc/mged/est-xrot.ps brlcad-7.24.2/doc/mged/axis-3525.ps brlcad-7.24.2/doc/mged/fig-vg-buttons.ps brlcad-7.24.2/doc/mged/sol-pick.ps brlcad-7.24.2/doc/mged/eo-scale.ps brlcad-7.24.2/doc/mged/robot.ps brlcad-7.24.2/doc/mged/plane-front2.ps brlcad-7.24.2/doc/mged/ese-scale.ps brlcad-7.24.2/doc/mged/wm-hat1.ps brlcad-7.24.2/doc/mged/ped-tor.ps brlcad-7.24.2/doc/mged/fig-sgi-knobs.ps brlcad-7.24.2/doc/mged/fig-sgi-buttons.ps brlcad-7.24.2/doc/mged/menu-arb-ctl.ps brlcad-7.24.2/doc/mged/es8-yrot.ps brlcad-7.24.2/doc/mged/ese-top.ps brlcad-7.24.2/doc/mged/es8-rot.ps brlcad-7.24.2/doc/mged/coord-axes.ps brlcad-7.24.2/doc/mged/t1.tex brlcad-7.24.2/doc/mged/faceplate1.ps brlcad-7.24.2/doc/mged/k.tex brlcad-7.24.2/doc/mged/buttonmenu.ps brlcad-7.24.2/doc/mged/esc-xrot.ps brlcad-7.24.2/doc/mged/es5-edge1.ps brlcad-7.24.2/doc/mged/wm-final1.ps brlcad-7.24.2/doc/mged/obj-path.ps brlcad-7.24.2/doc/mged/ex.trc.ps brlcad-7.24.2/doc/mged/esc-sb.ps brlcad-7.24.2/doc/mged/faceplate.ps brlcad-7.24.2/doc/mged/f.tex brlcad-7.24.2/doc/mged/esc-sed.ps brlcad-7.24.2/doc/mged/rmit-3525.ps brlcad-7.24.2/doc/mged/plane-right1.ps brlcad-7.24.2/doc/mged/b.tex brlcad-7.24.2/doc/mged/ex.tor.ps brlcad-7.24.2/doc/mged/esc-sc.ps brlcad-7.24.2/doc/mged/menu-arb8-edge.ps brlcad-7.24.2/doc/mged/esc-tr.ps brlcad-7.24.2/doc/mged/plane-front1.ps brlcad-7.24.2/doc/mged/esc-sa.ps brlcad-7.24.2/doc/mged/plane-top1.ps brlcad-7.24.2/doc/mged/plane-35b.ps brlcad-7.24.2/doc/mged/esc-mh.ps brlcad-7.24.2/doc/mged/eo-bgrp.ps brlcad-7.24.2/doc/mged/wm-tube.ps brlcad-7.24.2/doc/mged/es5-edge2.ps brlcad-7.24.2/doc/mged/eo-ellg.ps brlcad-7.24.2/doc/mged/es5-rot.ps brlcad-7.24.2/doc/mged/ese-tr.ps brlcad-7.24.2/doc/mged/ese-xrot.ps brlcad-7.24.2/doc/mged/es8-edge2.ps brlcad-7.24.2/doc/mged/eo-gredit.ps brlcad-7.24.2/doc/mged/d.tex brlcad-7.24.2/doc/mged/eo-tor111.ps brlcad-7.24.2/doc/mged/eo-ellgxyz.ps brlcad-7.24.2/doc/mged/eo-arbrot.ps brlcad-7.24.2/doc/mged/ped-tgc.ps brlcad-7.24.2/doc/mged/crod-close.ps brlcad-7.24.2/doc/mged/ex.arb4.ps brlcad-7.24.2/doc/mged/t1-sol-ed.ps brlcad-7.24.2/doc/mged/es8-edge3.ps brlcad-7.24.2/doc/mged/es5-sed.ps brlcad-7.24.2/doc/mged/es5-top.ps brlcad-7.24.2/doc/mged/es8-top.ps brlcad-7.24.2/doc/mged/es8-sed.ps brlcad-7.24.2/doc/mged/ex.rpp.ps brlcad-7.24.2/doc/mged/c.tex brlcad-7.24.2/doc/mged/es8-edge1.ps brlcad-7.24.2/doc/mged/adc.ps brlcad-7.24.2/doc/mged/plane-top2.ps brlcad-7.24.2/doc/mged/eo-bgrp311.ps brlcad-7.24.2/doc/mged/ese-sed.ps brlcad-7.24.2/doc/mged/ex.box.ps brlcad-7.24.2/doc/mged/eo-ellg2x.ps brlcad-7.24.2/doc/mged/esc-top.ps brlcad-7.24.2/doc/mged/v-arb8-side.ps brlcad-7.24.2/doc/mged/m.tex brlcad-7.24.2/doc/mged/ex.arb8.ps brlcad-7.24.2/doc/mged/t1-sol-pk.ps brlcad-7.24.2/doc/mged/wm-arm1.ps brlcad-7.24.2/doc/mged/v-arb8-top.ps brlcad-7.24.2/doc/mged/sol-2pick.ps brlcad-7.24.2/doc/mged/plane-bot1.ps brlcad-7.24.2/doc/mged/e.tex brlcad-7.24.2/doc/mged/es5-edge4.ps brlcad-7.24.2/doc/mged/es8-ex2.ps brlcad-7.24.2/doc/mged/es8-xrot.ps brlcad-7.24.2/doc/mged/obj-pick.ps brlcad-7.24.2/doc/mged/est-sr1.ps brlcad-7.24.2/doc/mged/wm-hat2.ps brlcad-7.24.2/doc/mged/esc-sd.ps brlcad-7.24.2/doc/mged/menu-arb8-face.ps brlcad-7.24.2/doc/mged/est-zrot.ps brlcad-7.24.2/doc/mged/t1-rot-vw.ps brlcad-7.24.2/doc/mged/wm-body.ps brlcad-7.24.2/doc/mged/es5-edge3.ps brlcad-7.24.2/doc/mged/t1-top-vw.ps brlcad-7.24.2/doc/mged/t1-obj-ed.ps brlcad-7.24.2/doc/mged/wm-hat-E.ps brlcad-7.24.2/doc/mged/esc-mhrt.ps brlcad-7.24.2/doc/mged/sol-ed.ps brlcad-7.24.2/doc/mged/t1-obj-pk.ps brlcad-7.24.2/doc/mged/menu-arb4-face.ps brlcad-7.24.2/doc/mged/es5-tr.ps brlcad-7.24.2/doc/mged/ex.raw.ps brlcad-7.24.2/doc/mged/ese-sc.ps brlcad-7.24.2/doc/mged/h.tex brlcad-7.24.2/doc/mged/eo-start.ps brlcad-7.24.2/doc/mged/wm-hat3.ps brlcad-7.24.2/doc/mged/ped-ell.ps brlcad-7.24.2/doc/mged/plane-bot2.ps brlcad-7.24.2/doc/mged/eo-spread.ps brlcad-7.24.2/doc/mged/esc-zrot.ps brlcad-7.24.2/doc/mged/esc-yrot.ps brlcad-7.24.2/doc/mged/wm-prims.ps brlcad-7.24.2/doc/mged/est-top.ps brlcad-7.24.2/doc/mged/ese-sb.ps brlcad-7.24.2/doc/mged/ex.rcc.ps brlcad-7.24.2/doc/mged/menu-arb4-edge.ps brlcad-7.24.2/doc/mged/crod.ps brlcad-7.24.2/doc/mged/t1-obj-ph.ps brlcad-7.24.2/doc/mged/esc-rot.ps brlcad-7.24.2/doc/mged/es5-xrot.ps brlcad-7.24.2/doc/mged/eo-grpath.ps brlcad-7.24.2/doc/mged/est-sr2.ps brlcad-7.24.2/doc/mged/wm-collar.ps brlcad-7.24.2/doc/mged/menu-arb4-rot.ps brlcad-7.24.2/doc/mged/es8-scale.ps brlcad-7.24.2/doc/mged/ex.sph.ps brlcad-7.24.2/doc/mged/t1-2s-pk.ps brlcad-7.24.2/doc/mged/a.tex brlcad-7.24.2/doc/mged/menu-arb8-rot.ps brlcad-7.24.2/doc/mged/obj-edit.ps brlcad-7.24.2/doc/mged/est-sed.ps brlcad-7.24.2/doc/mged/g.tex brlcad-7.24.2/doc/mged/eo-cgrp.ps brlcad-7.24.2/doc/mged/eo-xymove.ps brlcad-7.24.2/doc/mged/eo-stacked.ps brlcad-7.24.2/doc/mged/est-yrot.ps brlcad-7.24.2/doc/mged/es8-tr0.ps brlcad-7.24.2/doc/mged/plane-right2.ps brlcad-7.24.2/doc/mged/wm-head.ps brlcad-7.24.2/doc/mged/fig-sgi.ps brlcad-7.24.2/doc/mged/plane-35a.ps brlcad-7.24.2/doc/mged/ese-zrot.ps brlcad-7.24.2/doc/mged/ex.ellg.ps brlcad-7.24.2/doc/mged/fig-vg-knobs.ps brlcad-7.24.2/doc/mged/eo-cgrp321.ps brlcad-7.24.2/doc/mged/eo-xyzmove.ps brlcad-7.24.2/doc/cvs.txt brlcad-7.24.2/doc/history.txt brlcad-7.24.2/doc/regions.txt brlcad-7.24.2/doc/README.BSD brlcad-7.24.2/doc/TODO.shaded_displays brlcad-7.24.2/doc/tool_categories.txt brlcad-7.24.2/doc/matrix.txt brlcad-7.24.2/doc/CMakeLists.txt brlcad-7.24.2/doc/mater.txt brlcad-7.24.2/doc/rounding.txt brlcad-7.24.2/doc/README.Windows brlcad-7.24.2/doc/tube.txt brlcad-7.24.2/doc/anim.txt brlcad-7.24.2/doc/IDEAS brlcad-7.24.2/doc/old-mged.tr brlcad-7.24.2/doc/PROJECTS brlcad-7.24.2/doc/docbook/fop.xconf.in brlcad-7.24.2/doc/docbook/articles/ru/about_ru.xml brlcad-7.24.2/doc/docbook/articles/ru/CMakeLists.txt brlcad-7.24.2/doc/docbook/articles/CMakeLists.txt brlcad-7.24.2/doc/docbook/articles/en/ebm_primitive.xml brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig05.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig08.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig15.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig10.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig01.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig09.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig21.png brlcad-7.24.2/doc/docbook/articles/en/images/build_pattern_fig06.png brlcad-7.24.2/doc/docbook/articles/en/images/projection_shader_fig05.png brlcad-7.24.2/doc/docbook/articles/en/images/build_region_fig04.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig07.png brlcad-7.24.2/doc/docbook/articles/en/images/mgedrc_fig03.png brlcad-7.24.2/doc/docbook/articles/en/images/build_pattern_fig02.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig23.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig10.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig06.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig03.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig19.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig09.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig08.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig04.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig14.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig04.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig12.svg brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig06.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig07.png brlcad-7.24.2/doc/docbook/articles/en/images/build_region_fig02.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig03.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig11.png brlcad-7.24.2/doc/docbook/articles/en/images/mgedrc_fig02.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig07.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig01.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig24.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig02.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig13.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig08.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig05.png brlcad-7.24.2/doc/docbook/articles/en/images/projection_shader_fig06.png brlcad-7.24.2/doc/docbook/articles/en/images/build_pattern_fig05.png brlcad-7.24.2/doc/docbook/articles/en/images/build_region_fig03.png brlcad-7.24.2/doc/docbook/articles/en/images/ebm_primitive_fig03.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig17.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig11.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig12.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig12.png brlcad-7.24.2/doc/docbook/articles/en/images/build_pattern_fig03.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig01.png brlcad-7.24.2/doc/docbook/articles/en/images/mgedrc_fig01.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig03.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig20.png brlcad-7.24.2/doc/docbook/articles/en/images/projection_shader_fig01.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig13.svg brlcad-7.24.2/doc/docbook/articles/en/images/projection_shader_fig02.png brlcad-7.24.2/doc/docbook/articles/en/images/projection_shader_fig03.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig12.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig12.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig07.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig13.png brlcad-7.24.2/doc/docbook/articles/en/images/ebm_primitive_fig01.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig02.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig03.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig10.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig02.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig10.png brlcad-7.24.2/doc/docbook/articles/en/images/build_pattern_fig07.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig06.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig04.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig16.png brlcad-7.24.2/doc/docbook/articles/en/images/build_region_fig01.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig05.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig06.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig08.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig14.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig13.png brlcad-7.24.2/doc/docbook/articles/en/images/build_pattern_fig01.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig18.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig11.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig13.png brlcad-7.24.2/doc/docbook/articles/en/images/pipes_fig09.png brlcad-7.24.2/doc/docbook/articles/en/images/projection_shader_fig07.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig22.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig02.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig01.png brlcad-7.24.2/doc/docbook/articles/en/images/ebm_primitive_fig02.png brlcad-7.24.2/doc/docbook/articles/en/images/build_pattern_fig04.png brlcad-7.24.2/doc/docbook/articles/en/images/tire_fig04.png brlcad-7.24.2/doc/docbook/articles/en/images/oed_fig11.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig09.png brlcad-7.24.2/doc/docbook/articles/en/images/nirt_fig05.png brlcad-7.24.2/doc/docbook/articles/en/images/projection_shader_fig04.png brlcad-7.24.2/doc/docbook/articles/en/build_pattern.xml brlcad-7.24.2/doc/docbook/articles/en/projection_shader.xml brlcad-7.24.2/doc/docbook/articles/en/CMakeLists.txt brlcad-7.24.2/doc/docbook/articles/en/pipes.xml brlcad-7.24.2/doc/docbook/articles/en/nirt.xml brlcad-7.24.2/doc/docbook/articles/en/about.xml brlcad-7.24.2/doc/docbook/articles/en/oed.xml brlcad-7.24.2/doc/docbook/articles/en/mgedrc.xml brlcad-7.24.2/doc/docbook/articles/en/build_region.xml brlcad-7.24.2/doc/docbook/articles/en/tire.xml brlcad-7.24.2/doc/docbook/articles/en/TEMPLATE.xml brlcad-7.24.2/doc/docbook/articles/hy/about_hy.xml brlcad-7.24.2/doc/docbook/articles/hy/CMakeLists.txt brlcad-7.24.2/doc/docbook/articles/it/images/brlcad-overview-benchmark-Moss.jpg brlcad-7.24.2/doc/docbook/articles/it/images/brlcad-overview-benchmark-World.jpg brlcad-7.24.2/doc/docbook/articles/it/images/brlcad-overview-benchmark-Sphflake.jpg brlcad-7.24.2/doc/docbook/articles/it/images/brlcad-overview-benchmark-M35.jpg brlcad-7.24.2/doc/docbook/articles/it/images/brlcad-overview-data-flow.png brlcad-7.24.2/doc/docbook/articles/it/images/bc2.gif brlcad-7.24.2/doc/docbook/articles/it/images/sflogo.png brlcad-7.24.2/doc/docbook/articles/it/images/brlcad-overview-benchmark-Bldg_391.jpg brlcad-7.24.2/doc/docbook/articles/it/images/brlcad-overview-benchmark-Star.jpg brlcad-7.24.2/doc/docbook/articles/it/CMakeLists.txt brlcad-7.24.2/doc/docbook/articles/it/about_it.xml brlcad-7.24.2/doc/docbook/system/man3/CMakeLists.txt brlcad-7.24.2/doc/docbook/system/man3/en/redblack.xml brlcad-7.24.2/doc/docbook/system/man3/en/CMakeLists.txt brlcad-7.24.2/doc/docbook/system/man3/en/libwdb.xml brlcad-7.24.2/doc/docbook/system/man3/en/libfb.xml brlcad-7.24.2/doc/docbook/system/man3/en/liborle.xml brlcad-7.24.2/doc/docbook/system/man3/en/libplot3.xml brlcad-7.24.2/doc/docbook/system/man3/en/librt.xml brlcad-7.24.2/doc/docbook/system/man3/en/libcursor.xml brlcad-7.24.2/doc/docbook/system/mann/CMakeLists.txt brlcad-7.24.2/doc/docbook/system/mann/en/color.xml brlcad-7.24.2/doc/docbook/system/mann/en/rcc-tgc.xml brlcad-7.24.2/doc/docbook/system/mann/en/garbage_collect.xml brlcad-7.24.2/doc/docbook/system/mann/en/rtcheck.xml brlcad-7.24.2/doc/docbook/system/mann/en/edcomb.xml brlcad-7.24.2/doc/docbook/system/mann/en/opendb.xml brlcad-7.24.2/doc/docbook/system/mann/en/shader.xml brlcad-7.24.2/doc/docbook/system/mann/en/keypoint.xml brlcad-7.24.2/doc/docbook/system/mann/en/cp.xml brlcad-7.24.2/doc/docbook/system/mann/en/reid.xml brlcad-7.24.2/doc/docbook/system/mann/en/attach.xml brlcad-7.24.2/doc/docbook/system/mann/en/gastank.xml brlcad-7.24.2/doc/docbook/system/mann/en/vdraw.xml brlcad-7.24.2/doc/docbook/system/mann/en/preview.xml brlcad-7.24.2/doc/docbook/system/mann/en/rmats.xml brlcad-7.24.2/doc/docbook/system/mann/en/db.xml brlcad-7.24.2/doc/docbook/system/mann/en/in.xml brlcad-7.24.2/doc/docbook/system/mann/en/sync.xml brlcad-7.24.2/doc/docbook/system/mann/en/rfarb.xml brlcad-7.24.2/doc/docbook/system/mann/en/inside.xml brlcad-7.24.2/doc/docbook/system/mann/en/qray.xml brlcad-7.24.2/doc/docbook/system/mann/en/rcc-cap.xml brlcad-7.24.2/doc/docbook/system/mann/en/helpdevel.xml brlcad-7.24.2/doc/docbook/system/mann/en/rpp-cap.xml brlcad-7.24.2/doc/docbook/system/mann/en/size.xml brlcad-7.24.2/doc/docbook/system/mann/en/vars.xml brlcad-7.24.2/doc/docbook/system/mann/en/summary.xml brlcad-7.24.2/doc/docbook/system/mann/en/voxelize.xml brlcad-7.24.2/doc/docbook/system/mann/en/title.xml brlcad-7.24.2/doc/docbook/system/mann/en/bb.xml brlcad-7.24.2/doc/docbook/system/mann/en/arb.xml brlcad-7.24.2/doc/docbook/system/mann/en/regdef.xml brlcad-7.24.2/doc/docbook/system/mann/en/window.xml brlcad-7.24.2/doc/docbook/system/mann/en/erase.xml brlcad-7.24.2/doc/docbook/system/mann/en/nmg_simplify.xml brlcad-7.24.2/doc/docbook/system/mann/en/bolt.xml brlcad-7.24.2/doc/docbook/system/mann/en/p.xml brlcad-7.24.2/doc/docbook/system/mann/en/vnirt.xml brlcad-7.24.2/doc/docbook/system/mann/en/handle.xml brlcad-7.24.2/doc/docbook/system/mann/en/tol.xml brlcad-7.24.2/doc/docbook/system/mann/en/exit.xml brlcad-7.24.2/doc/docbook/system/mann/en/copyeval.xml brlcad-7.24.2/doc/docbook/system/mann/en/plot.xml brlcad-7.24.2/doc/docbook/system/mann/en/all_sf.xml brlcad-7.24.2/doc/docbook/system/mann/en/wcodes.xml brlcad-7.24.2/doc/docbook/system/mann/en/keep.xml brlcad-7.24.2/doc/docbook/system/mann/en/q.xml brlcad-7.24.2/doc/docbook/system/mann/en/solids.xml brlcad-7.24.2/doc/docbook/system/mann/en/edit_translate.xml brlcad-7.24.2/doc/docbook/system/mann/en/facetize.xml brlcad-7.24.2/doc/docbook/system/mann/en/orientation.xml brlcad-7.24.2/doc/docbook/system/mann/en/refresh.xml brlcad-7.24.2/doc/docbook/system/mann/en/whichair.xml brlcad-7.24.2/doc/docbook/system/mann/en/showmats.xml brlcad-7.24.2/doc/docbook/system/mann/en/rotobj.xml brlcad-7.24.2/doc/docbook/system/mann/en/dall.xml brlcad-7.24.2/doc/docbook/system/mann/en/erase_all.xml brlcad-7.24.2/doc/docbook/system/mann/en/anim_cascade.xml brlcad-7.24.2/doc/docbook/system/mann/en/analyze.xml brlcad-7.24.2/doc/docbook/system/mann/en/apropos.xml brlcad-7.24.2/doc/docbook/system/mann/en/graph.xml brlcad-7.24.2/doc/docbook/system/mann/en/delay.xml brlcad-7.24.2/doc/docbook/system/mann/en/help.xml brlcad-7.24.2/doc/docbook/system/mann/en/regions.xml brlcad-7.24.2/doc/docbook/system/mann/en/e_muves.xml brlcad-7.24.2/doc/docbook/system/mann/en/bot_face_fuse.xml brlcad-7.24.2/doc/docbook/system/mann/en/helplib.xml brlcad-7.24.2/doc/docbook/system/mann/en/tra.xml brlcad-7.24.2/doc/docbook/system/mann/en/mv.xml brlcad-7.24.2/doc/docbook/system/mann/en/killtree.xml brlcad-7.24.2/doc/docbook/system/mann/en/history.xml brlcad-7.24.2/doc/docbook/system/mann/en/adc.xml brlcad-7.24.2/doc/docbook/system/mann/en/bo.xml brlcad-7.24.2/doc/docbook/system/mann/en/debugmem.xml brlcad-7.24.2/doc/docbook/system/mann/en/B.xml brlcad-7.24.2/doc/docbook/system/mann/en/anim_hardtrack.xml brlcad-7.24.2/doc/docbook/system/mann/en/query_ray.xml brlcad-7.24.2/doc/docbook/system/mann/en/Z.xml brlcad-7.24.2/doc/docbook/system/mann/en/extrude.xml brlcad-7.24.2/doc/docbook/system/mann/en/copymat.xml brlcad-7.24.2/doc/docbook/system/mann/en/translate.xml brlcad-7.24.2/doc/docbook/system/mann/en/bot_sync.xml brlcad-7.24.2/doc/docbook/system/mann/en/prcolor.xml brlcad-7.24.2/doc/docbook/system/mann/en/area.xml brlcad-7.24.2/doc/docbook/system/mann/en/CMakeLists.txt brlcad-7.24.2/doc/docbook/system/mann/en/kill.xml brlcad-7.24.2/doc/docbook/system/mann/en/dbconcat.xml brlcad-7.24.2/doc/docbook/system/mann/en/lm.xml brlcad-7.24.2/doc/docbook/system/mann/en/wmater.xml brlcad-7.24.2/doc/docbook/system/mann/en/eye_pt.xml brlcad-7.24.2/doc/docbook/system/mann/en/idents.xml brlcad-7.24.2/doc/docbook/system/mann/en/t.xml brlcad-7.24.2/doc/docbook/system/mann/en/E.xml brlcad-7.24.2/doc/docbook/system/mann/en/make_bb.xml brlcad-7.24.2/doc/docbook/system/mann/en/pathlist.xml brlcad-7.24.2/doc/docbook/system/mann/en/rm.xml brlcad-7.24.2/doc/docbook/system/mann/en/knob.xml brlcad-7.24.2/doc/docbook/system/mann/en/x.xml brlcad-7.24.2/doc/docbook/system/mann/en/edgedir.xml brlcad-7.24.2/doc/docbook/system/mann/en/rtarea.xml brlcad-7.24.2/doc/docbook/system/mann/en/rcodes.xml brlcad-7.24.2/doc/docbook/system/mann/en/bot_flip.xml brlcad-7.24.2/doc/docbook/system/mann/en/edcodes.xml brlcad-7.24.2/doc/docbook/system/mann/en/facedef.xml brlcad-7.24.2/doc/docbook/system/mann/en/oscale.xml brlcad-7.24.2/doc/docbook/system/mann/en/debugbu.xml brlcad-7.24.2/doc/docbook/system/mann/en/quit.xml brlcad-7.24.2/doc/docbook/system/mann/en/cat.xml brlcad-7.24.2/doc/docbook/system/mann/en/db_glob.xml brlcad-7.24.2/doc/docbook/system/mann/en/killall.xml brlcad-7.24.2/doc/docbook/system/mann/en/dm.xml brlcad-7.24.2/doc/docbook/system/mann/en/orot.xml brlcad-7.24.2/doc/docbook/system/mann/en/gqa.xml brlcad-7.24.2/doc/docbook/system/mann/en/t_muves.xml brlcad-7.24.2/doc/docbook/system/mann/en/alias-pix.xml brlcad-7.24.2/doc/docbook/system/mann/en/mrot.xml brlcad-7.24.2/doc/docbook/system/mann/en/release.xml brlcad-7.24.2/doc/docbook/system/mann/en/item.xml brlcad-7.24.2/doc/docbook/system/mann/en/Introduction.xml brlcad-7.24.2/doc/docbook/system/mann/en/putmat.xml brlcad-7.24.2/doc/docbook/system/mann/en/rpp-arch.xml brlcad-7.24.2/doc/docbook/system/mann/en/track.xml brlcad-7.24.2/doc/docbook/system/mann/en/find.xml brlcad-7.24.2/doc/docbook/system/mann/en/cpi.xml brlcad-7.24.2/doc/docbook/system/mann/en/edit.xml brlcad-7.24.2/doc/docbook/system/mann/en/dup.xml brlcad-7.24.2/doc/docbook/system/mann/en/rt.xml brlcad-7.24.2/doc/docbook/system/mann/en/prj_add.xml brlcad-7.24.2/doc/docbook/system/mann/en/nirt.xml brlcad-7.24.2/doc/docbook/system/mann/en/l_muves.xml brlcad-7.24.2/doc/docbook/system/mann/en/tree.xml brlcad-7.24.2/doc/docbook/system/mann/en/oed.xml brlcad-7.24.2/doc/docbook/system/mann/en/status.xml brlcad-7.24.2/doc/docbook/system/mann/en/nmg_collapse.xml brlcad-7.24.2/doc/docbook/system/mann/en/prefix.xml brlcad-7.24.2/doc/docbook/system/mann/en/viewsize.xml brlcad-7.24.2/doc/docbook/system/mann/en/regdebug.xml brlcad-7.24.2/doc/docbook/system/mann/en/vquery_ray.xml brlcad-7.24.2/doc/docbook/system/mann/en/d.xml brlcad-7.24.2/doc/docbook/system/mann/en/anim_fly.xml brlcad-7.24.2/doc/docbook/system/mann/en/dbupgrade.xml brlcad-7.24.2/doc/docbook/system/mann/en/matpick.xml brlcad-7.24.2/doc/docbook/system/mann/en/make_pnts.xml brlcad-7.24.2/doc/docbook/system/mann/en/M.xml brlcad-7.24.2/doc/docbook/system/mann/en/arot.xml brlcad-7.24.2/doc/docbook/system/mann/en/debugnmg.xml brlcad-7.24.2/doc/docbook/system/mann/en/bot_condense.xml brlcad-7.24.2/doc/docbook/system/mann/en/saveview.xml brlcad-7.24.2/doc/docbook/system/mann/en/labelvert.xml brlcad-7.24.2/doc/docbook/system/mann/en/rcc-blend.xml brlcad-7.24.2/doc/docbook/system/mann/en/memprint.xml brlcad-7.24.2/doc/docbook/system/mann/en/aproposdevel.xml brlcad-7.24.2/doc/docbook/system/mann/en/bev.xml brlcad-7.24.2/doc/docbook/system/mann/en/zoom.xml brlcad-7.24.2/doc/docbook/system/mann/en/ev.xml brlcad-7.24.2/doc/docbook/system/mann/en/attr.xml brlcad-7.24.2/doc/docbook/system/mann/en/g.xml brlcad-7.24.2/doc/docbook/system/mann/en/units.xml brlcad-7.24.2/doc/docbook/system/mann/en/sv.xml brlcad-7.24.2/doc/docbook/system/mann/en/qorot.xml brlcad-7.24.2/doc/docbook/system/mann/en/sca.xml brlcad-7.24.2/doc/docbook/system/mann/en/3ptarb.xml brlcad-7.24.2/doc/docbook/system/mann/en/igraph.xml brlcad-7.24.2/doc/docbook/system/mann/en/whatid.xml brlcad-7.24.2/doc/docbook/system/mann/en/tor-rcc.xml brlcad-7.24.2/doc/docbook/system/mann/en/make.xml brlcad-7.24.2/doc/docbook/system/mann/en/mvall.xml brlcad-7.24.2/doc/docbook/system/mann/en/rcc-tor.xml brlcad-7.24.2/doc/docbook/system/mann/en/paths.xml brlcad-7.24.2/doc/docbook/system/mann/en/push.xml brlcad-7.24.2/doc/docbook/system/mann/en/setview.xml brlcad-7.24.2/doc/docbook/system/mann/en/debugdir.xml brlcad-7.24.2/doc/docbook/system/mann/en/wire.xml brlcad-7.24.2/doc/docbook/system/mann/en/vrot.xml brlcad-7.24.2/doc/docbook/system/mann/en/whichid.xml brlcad-7.24.2/doc/docbook/system/mann/en/lc.xml brlcad-7.24.2/doc/docbook/system/mann/en/center.xml brlcad-7.24.2/doc/docbook/system/mann/en/xpush.xml brlcad-7.24.2/doc/docbook/system/mann/en/rot.xml brlcad-7.24.2/doc/docbook/system/mann/en/savekey.xml brlcad-7.24.2/doc/docbook/system/mann/en/red.xml brlcad-7.24.2/doc/docbook/system/mann/en/read_muves.xml brlcad-7.24.2/doc/docbook/system/mann/en/picket_fence.xml brlcad-7.24.2/doc/docbook/system/mann/en/bot_decimate.xml brlcad-7.24.2/doc/docbook/system/mann/en/build_region.xml brlcad-7.24.2/doc/docbook/system/mann/en/vrmgr.xml brlcad-7.24.2/doc/docbook/system/mann/en/bot_split.xml brlcad-7.24.2/doc/docbook/system/mann/en/who.xml brlcad-7.24.2/doc/docbook/system/mann/en/eqn.xml brlcad-7.24.2/doc/docbook/system/mann/en/i.xml brlcad-7.24.2/doc/docbook/system/mann/en/listeval.xml brlcad-7.24.2/doc/docbook/system/mann/en/lookat.xml brlcad-7.24.2/doc/docbook/system/mann/en/aproposlib.xml brlcad-7.24.2/doc/docbook/system/mann/en/bot_vertex_fuse.xml brlcad-7.24.2/doc/docbook/system/mann/en/loadtk.xml brlcad-7.24.2/doc/docbook/system/mann/en/debuglib.xml brlcad-7.24.2/doc/docbook/system/mann/en/anim_orient.xml brlcad-7.24.2/doc/docbook/system/mann/en/comb_color.xml brlcad-7.24.2/doc/docbook/system/mann/en/tops.xml brlcad-7.24.2/doc/docbook/system/mann/en/window_frame.xml brlcad-7.24.2/doc/docbook/system/mann/en/anim_offset.xml brlcad-7.24.2/doc/docbook/system/mann/en/animmate.xml brlcad-7.24.2/doc/docbook/system/mann/en/sed.xml brlcad-7.24.2/doc/docbook/system/mann/en/permute.xml brlcad-7.24.2/doc/docbook/system/mann/en/export_body.xml brlcad-7.24.2/doc/docbook/system/mann/en/anim_keyread.xml brlcad-7.24.2/doc/docbook/system/mann/en/sph-part.xml brlcad-7.24.2/doc/docbook/system/mann/en/c.xml brlcad-7.24.2/doc/docbook/system/mann/en/mater.xml brlcad-7.24.2/doc/docbook/system/mann/en/ps.xml brlcad-7.24.2/doc/docbook/system/mann/en/search.xml brlcad-7.24.2/doc/docbook/system/mann/en/rrt.xml brlcad-7.24.2/doc/docbook/system/mann/en/anim_lookat.xml brlcad-7.24.2/doc/docbook/system/mann/en/decompose.xml brlcad-7.24.2/doc/docbook/system/mann/en/e_command.xml brlcad-7.24.2/doc/docbook/system/mann/en/edmater.xml brlcad-7.24.2/doc/docbook/system/mann/en/journal.xml brlcad-7.24.2/doc/docbook/system/mann/en/l.xml brlcad-7.24.2/doc/docbook/system/mann/en/edcolor.xml brlcad-7.24.2/doc/docbook/system/mann/en/em.xml brlcad-7.24.2/doc/docbook/system/mann/en/which_shader.xml brlcad-7.24.2/doc/docbook/system/mann/en/rmater.xml brlcad-7.24.2/doc/docbook/system/mann/en/gui.xml brlcad-7.24.2/doc/docbook/system/mann/en/overlay.xml brlcad-7.24.2/doc/docbook/system/mann/en/gr.xml brlcad-7.24.2/doc/docbook/system/mann/en/ill.xml brlcad-7.24.2/doc/docbook/system/mann/en/put_comb.xml brlcad-7.24.2/doc/docbook/system/mann/en/ted.xml brlcad-7.24.2/doc/docbook/system/mann/en/expand.xml brlcad-7.24.2/doc/docbook/system/mann/en/qvrot.xml brlcad-7.24.2/doc/docbook/system/mann/en/comb.xml brlcad-7.24.2/doc/docbook/system/mann/en/hide.xml brlcad-7.24.2/doc/docbook/system/mann/en/shell.xml brlcad-7.24.2/doc/docbook/system/mann/en/mirface.xml brlcad-7.24.2/doc/docbook/system/mann/en/r.xml brlcad-7.24.2/doc/docbook/system/mann/en/fracture.xml brlcad-7.24.2/doc/docbook/system/mann/en/autoview.xml brlcad-7.24.2/doc/docbook/system/mann/en/view.xml brlcad-7.24.2/doc/docbook/system/mann/en/eac.xml brlcad-7.24.2/doc/docbook/system/mann/en/echo.xml brlcad-7.24.2/doc/docbook/system/mann/en/bot_face_sort.xml brlcad-7.24.2/doc/docbook/system/mann/en/draw.xml brlcad-7.24.2/doc/docbook/system/mann/en/press.xml brlcad-7.24.2/doc/docbook/system/mann/en/arced.xml brlcad-7.24.2/doc/docbook/system/mann/en/ls.xml brlcad-7.24.2/doc/docbook/system/mann/en/ae.xml brlcad-7.24.2/doc/docbook/system/mann/en/exists.xml brlcad-7.24.2/doc/docbook/system/mann/mged_cmd_template.xml brlcad-7.24.2/doc/docbook/system/CMakeLists.txt brlcad-7.24.2/doc/docbook/system/man1/CMakeLists.txt brlcad-7.24.2/doc/docbook/system/man1/en/plot3-X.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbed.xml brlcad-7.24.2/doc/docbook/system/man1/en/reshoot.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-nmg.xml brlcad-7.24.2/doc/docbook/system/man1/en/sun-pix.xml brlcad-7.24.2/doc/docbook/system/man1/en/g_diff.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtcheck.xml brlcad-7.24.2/doc/docbook/system/man1/en/azel.xml brlcad-7.24.2/doc/docbook/system/man1/en/plot3rot.xml brlcad-7.24.2/doc/docbook/system/man1/en/bw-imp.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-euclid.xml brlcad-7.24.2/doc/docbook/system/man1/en/pix2asc.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-dxf.xml brlcad-7.24.2/doc/docbook/system/man1/en/bwhisteq.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixrot.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixsubst.xml brlcad-7.24.2/doc/docbook/system/man1/en/nmg-rib.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbserv.xml brlcad-7.24.2/doc/docbook/system/man1/en/pp-fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/ply-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/db.xml brlcad-7.24.2/doc/docbook/system/man1/en/gif-fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/ssamp-bw.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbcolor.xml brlcad-7.24.2/doc/docbook/system/man1/en/remapid.xml brlcad-7.24.2/doc/docbook/system/man1/en/png-bw.xml brlcad-7.24.2/doc/docbook/system/man1/en/bw-ps.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-acad.xml brlcad-7.24.2/doc/docbook/system/man1/en/viewpoint-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbcmap.xml brlcad-7.24.2/doc/docbook/system/man1/en/pix-bw.xml brlcad-7.24.2/doc/docbook/system/man1/en/benchmark.xml brlcad-7.24.2/doc/docbook/system/man1/en/random.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbgrid.xml brlcad-7.24.2/doc/docbook/system/man1/en/pix-rle.xml brlcad-7.24.2/doc/docbook/system/man1/en/anim_sort.xml brlcad-7.24.2/doc/docbook/system/man1/en/nastran-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/bwthresh.xml brlcad-7.24.2/doc/docbook/system/man1/en/rle-pix.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbcbars.xml brlcad-7.24.2/doc/docbook/system/man1/en/ir-X.xml brlcad-7.24.2/doc/docbook/system/man1/en/bw-png.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbfree.xml brlcad-7.24.2/doc/docbook/system/man1/en/tabsub.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixborder.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtrange.xml brlcad-7.24.2/doc/docbook/system/man1/en/gencolor.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbpoint.xml brlcad-7.24.2/doc/docbook/system/man1/en/pix-sun.xml brlcad-7.24.2/doc/docbook/system/man1/en/dunnsnap.xml brlcad-7.24.2/doc/docbook/system/man1/en/plot3getframe.xml brlcad-7.24.2/doc/docbook/system/man1/en/shapefact.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbframe.xml brlcad-7.24.2/doc/docbook/system/man1/en/cv.xml brlcad-7.24.2/doc/docbook/system/man1/en/asc2g.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixcut.xml brlcad-7.24.2/doc/docbook/system/man1/en/rttherm.xml brlcad-7.24.2/doc/docbook/system/man1/en/asc-nmg.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbzoom.xml brlcad-7.24.2/doc/docbook/system/man1/en/plot3-fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixstat.xml brlcad-7.24.2/doc/docbook/system/man1/en/cy-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/hex.xml brlcad-7.24.2/doc/docbook/system/man1/en/pictx.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-stl.xml brlcad-7.24.2/doc/docbook/system/man1/en/png_info.xml brlcad-7.24.2/doc/docbook/system/man1/en/vdeck.xml brlcad-7.24.2/doc/docbook/system/man1/en/bwcrop.xml brlcad-7.24.2/doc/docbook/system/man1/en/dbcp.xml brlcad-7.24.2/doc/docbook/system/man1/en/polar-fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/morphedit.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixcmp.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixblend.xml brlcad-7.24.2/doc/docbook/system/man1/en/enf-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-shell-rect.xml brlcad-7.24.2/doc/docbook/system/man1/en/irdisp.xml brlcad-7.24.2/doc/docbook/system/man1/en/lgt.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixmatte.xml brlcad-7.24.2/doc/docbook/system/man1/en/bwdiff.xml brlcad-7.24.2/doc/docbook/system/man1/en/euclid-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/bwmod.xml brlcad-7.24.2/doc/docbook/system/man1/en/anim_script.xml brlcad-7.24.2/doc/docbook/system/man1/en/bwscale.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixmorph.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtray.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixdsplit.xml brlcad-7.24.2/doc/docbook/system/man1/en/fast4-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/CMakeLists.txt brlcad-7.24.2/doc/docbook/system/man1/en/plot3-ps.xml brlcad-7.24.2/doc/docbook/system/man1/en/rthide.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixshrink.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixscale.xml brlcad-7.24.2/doc/docbook/system/man1/en/fblabel.xml brlcad-7.24.2/doc/docbook/system/man1/en/anim_turn.xml brlcad-7.24.2/doc/docbook/system/man1/en/bwhist.xml brlcad-7.24.2/doc/docbook/system/man1/en/buffer.xml brlcad-7.24.2/doc/docbook/system/man1/en/remrt.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtarea.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-obj.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtscale.xml brlcad-7.24.2/doc/docbook/system/man1/en/cmap-fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/png-pix.xml brlcad-7.24.2/doc/docbook/system/man1/en/chan_permute.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixdiff.xml brlcad-7.24.2/doc/docbook/system/man1/en/orle-pix.xml brlcad-7.24.2/doc/docbook/system/man1/en/gqa.xml brlcad-7.24.2/doc/docbook/system/man1/en/gif2fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/dunncolor.xml brlcad-7.24.2/doc/docbook/system/man1/en/png-fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/fb-rle.xml brlcad-7.24.2/doc/docbook/system/man1/en/tankill-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/bw-rle.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-iges.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixhalve.xml brlcad-7.24.2/doc/docbook/system/man1/en/rt.xml brlcad-7.24.2/doc/docbook/system/man1/en/nirt.xml brlcad-7.24.2/doc/docbook/system/man1/en/dpix-pix.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbclear.xml brlcad-7.24.2/doc/docbook/system/man1/en/mged.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixuntile.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-vrml.xml brlcad-7.24.2/doc/docbook/system/man1/en/g_lint.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixhist3d.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixclump.xml brlcad-7.24.2/doc/docbook/system/man1/en/anim_time.xml brlcad-7.24.2/doc/docbook/system/man1/en/anim_track.xml brlcad-7.24.2/doc/docbook/system/man1/en/scriptsort.xml brlcad-7.24.2/doc/docbook/system/man1/en/plot3debug.xml brlcad-7.24.2/doc/docbook/system/man1/en/iges-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/stl-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/fb-orle.xml brlcad-7.24.2/doc/docbook/system/man1/en/dbupgrade.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtwizard.xml brlcad-7.24.2/doc/docbook/system/man1/en/bw3-pix.xml brlcad-7.24.2/doc/docbook/system/man1/en/bwrect.xml brlcad-7.24.2/doc/docbook/system/man1/en/poly-bot.xml brlcad-7.24.2/doc/docbook/system/man1/en/chan_mult.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixcolors.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtxray.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbgamma.xml brlcad-7.24.2/doc/docbook/system/man1/en/pix-fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbstretch.xml brlcad-7.24.2/doc/docbook/system/man1/en/plot3-asc.xml brlcad-7.24.2/doc/docbook/system/man1/en/ap-pix.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-tankill.xml brlcad-7.24.2/doc/docbook/system/man1/en/orle-fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/mac-pix.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtg3.xml brlcad-7.24.2/doc/docbook/system/man1/en/bary.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-raw.xml brlcad-7.24.2/doc/docbook/system/man1/en/bw-fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/asc-plot3.xml brlcad-7.24.2/doc/docbook/system/man1/en/fb-fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/dbclean.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixfilter.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixbustup.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbfade.xml brlcad-7.24.2/doc/docbook/system/man1/en/plot3color.xml brlcad-7.24.2/doc/docbook/system/man1/en/g2asc.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtpp.xml brlcad-7.24.2/doc/docbook/system/man1/en/halftone.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtweight.xml brlcad-7.24.2/doc/docbook/system/man1/en/decimate.xml brlcad-7.24.2/doc/docbook/system/man1/en/wavelet.xml brlcad-7.24.2/doc/docbook/system/man1/en/pix-bw3.xml brlcad-7.24.2/doc/docbook/system/man1/en/bw-pix.xml brlcad-7.24.2/doc/docbook/system/man1/en/plot3-plot3.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixautosize.xml brlcad-7.24.2/doc/docbook/system/man1/en/fb-pix.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixsaturate.xml brlcad-7.24.2/doc/docbook/system/man1/en/plot3-tek.xml brlcad-7.24.2/doc/docbook/system/man1/en/comgeom-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixmerge.xml brlcad-7.24.2/doc/docbook/system/man1/en/pix-alias.xml brlcad-7.24.2/doc/docbook/system/man1/en/ug-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtregis.xml brlcad-7.24.2/doc/docbook/system/man1/en/bwfilter.xml brlcad-7.24.2/doc/docbook/system/man1/en/dxf-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/fb-png.xml brlcad-7.24.2/doc/docbook/system/man1/en/pix-png.xml brlcad-7.24.2/doc/docbook/system/man1/en/terrain.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtwalk.xml brlcad-7.24.2/doc/docbook/system/man1/en/firpass.xml brlcad-7.24.2/doc/docbook/system/man1/en/obj-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/nmg-bot.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-x3d.xml brlcad-7.24.2/doc/docbook/system/man1/en/coil.xml brlcad-7.24.2/doc/docbook/system/man1/en/imgdims.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-nff.xml brlcad-7.24.2/doc/docbook/system/man1/en/pix-orle.xml brlcad-7.24.2/doc/docbook/system/man1/en/pix-ps.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-var.xml brlcad-7.24.2/doc/docbook/system/man1/en/showshot.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbscanplot.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbhelp.xml brlcad-7.24.2/doc/docbook/system/man1/en/brlcad-config.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbcmrot.xml brlcad-7.24.2/doc/docbook/system/man1/en/rt_bot_faces.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixfade.xml brlcad-7.24.2/doc/docbook/system/man1/en/bwstat.xml brlcad-7.24.2/doc/docbook/system/man1/en/fb-bw.xml brlcad-7.24.2/doc/docbook/system/man1/en/fb-cmap.xml brlcad-7.24.2/doc/docbook/system/man1/en/bot_shell-vtk.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixtile.xml brlcad-7.24.2/doc/docbook/system/man1/en/g-egg.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbline.xml brlcad-7.24.2/doc/docbook/system/man1/en/fbanim.xml brlcad-7.24.2/doc/docbook/system/man1/en/showtherm.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtshot.xml brlcad-7.24.2/doc/docbook/system/man1/en/cad_boundp.xml brlcad-7.24.2/doc/docbook/system/man1/en/tabinterp.xml brlcad-7.24.2/doc/docbook/system/man1/en/conv-vg2g.xml brlcad-7.24.2/doc/docbook/system/man1/en/secpass.xml brlcad-7.24.2/doc/docbook/system/man1/en/asc2dsp.xml brlcad-7.24.2/doc/docbook/system/man1/en/canonize.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixbackgnd.xml brlcad-7.24.2/doc/docbook/system/man1/en/bot_dump.xml brlcad-7.24.2/doc/docbook/system/man1/en/pix-ppm.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixbgstrip.xml brlcad-7.24.2/doc/docbook/system/man1/en/loop.xml brlcad-7.24.2/doc/docbook/system/man1/en/bwshrink.xml brlcad-7.24.2/doc/docbook/system/man1/en/patch-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixhist.xml brlcad-7.24.2/doc/docbook/system/man1/en/tire.xml brlcad-7.24.2/doc/docbook/system/man1/en/rtedge.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixrect.xml brlcad-7.24.2/doc/docbook/system/man1/en/rpatch.xml brlcad-7.24.2/doc/docbook/system/man1/en/plot3line2.xml brlcad-7.24.2/doc/docbook/system/man1/en/cad_parea.xml brlcad-7.24.2/doc/docbook/system/man1/en/cell-fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixhist3d-plot3.xml brlcad-7.24.2/doc/docbook/system/man1/en/bwrot.xml brlcad-7.24.2/doc/docbook/system/man1/en/brlcad.xml brlcad-7.24.2/doc/docbook/system/man1/en/rle-fb.xml brlcad-7.24.2/doc/docbook/system/man1/en/proe-g.xml brlcad-7.24.2/doc/docbook/system/man1/en/plot3-hpgl.xml brlcad-7.24.2/doc/docbook/system/man1/en/pixinterp2x.xml brlcad-7.24.2/doc/docbook/system/man5/CMakeLists.txt brlcad-7.24.2/doc/docbook/system/man5/en/dsp.xml brlcad-7.24.2/doc/docbook/system/man5/en/bw.xml brlcad-7.24.2/doc/docbook/system/man5/en/CMakeLists.txt brlcad-7.24.2/doc/docbook/system/man5/en/plot3.xml brlcad-7.24.2/doc/docbook/system/man5/en/pix.xml brlcad-7.24.2/doc/docbook/system/man5/en/cmap.xml brlcad-7.24.2/doc/docbook/system/man5/en/attributes.xml brlcad-7.24.2/doc/docbook/system/README brlcad-7.24.2/doc/docbook/css/brlcad.css brlcad-7.24.2/doc/docbook/CMakeLists.txt brlcad-7.24.2/doc/docbook/resources/other/README.schema brlcad-7.24.2/doc/docbook/resources/other/docbook-5.0.tar.bz2 brlcad-7.24.2/doc/docbook/resources/other/docbookxi.nvdl brlcad-7.24.2/doc/docbook/resources/other/expand.cmake brlcad-7.24.2/doc/docbook/resources/other/standard/w3_svg_dtd.tar.bz2 brlcad-7.24.2/doc/docbook/resources/other/standard/README.xsl brlcad-7.24.2/doc/docbook/resources/other/standard/met-fonts.xsl brlcad-7.24.2/doc/docbook/resources/other/standard/README.svg brlcad-7.24.2/doc/docbook/resources/other/standard/docbook-xsl-ns.tar.bz2 brlcad-7.24.2/doc/docbook/resources/other/offo/licenses.txt brlcad-7.24.2/doc/docbook/resources/other/offo/offo-2.0.tar.bz2 brlcad-7.24.2/doc/docbook/resources/other/offo/README.offo brlcad-7.24.2/doc/docbook/resources/other/fonts/stix_COPYING.txt brlcad-7.24.2/doc/docbook/resources/other/fonts/dejavu-lgc-fonts.tar.bz2 brlcad-7.24.2/doc/docbook/resources/other/fonts/dejavu_COPYING.txt brlcad-7.24.2/doc/docbook/resources/other/fonts/README brlcad-7.24.2/doc/docbook/resources/other/fonts/stix-fonts.tar.bz2 brlcad-7.24.2/doc/docbook/resources/other/fonts/y14.5.tar.bz2 brlcad-7.24.2/doc/docbook/resources/other/fonts/y14.5_COPYING.txt brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-common.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-article-fo-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/center-table-print.xsl brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-specification-fo-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-article-xhtml-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/images/brlcad-logo-red.svg brlcad-7.24.2/doc/docbook/resources/brlcad/images/logo-vm-gears.svg brlcad-7.24.2/doc/docbook/resources/brlcad/images/brlcad-logo-cc6666.svg brlcad-7.24.2/doc/docbook/resources/brlcad/images/brlcad-logo-6699cc.svg brlcad-7.24.2/doc/docbook/resources/brlcad/images/logo-vm-gears.png brlcad-7.24.2/doc/docbook/resources/brlcad/images/brlcad-logo-limegreen.svg brlcad-7.24.2/doc/docbook/resources/brlcad/images/brlcad-logo-green.svg brlcad-7.24.2/doc/docbook/resources/brlcad/images/brlcad-logo-669966.svg brlcad-7.24.2/doc/docbook/resources/brlcad/images/brlcad-logo-cc9966.svg brlcad-7.24.2/doc/docbook/resources/brlcad/images/brlcad-logo-blue.svg brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-xhtml-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-lesson-fo-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-presentation-fo-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-book-xhtml-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-presentation-xhtml-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/tutorial-template.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-fonts.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-man-xhtml-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-fo-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-specification-xhtml-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-man-fo-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-lesson-xhtml-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-gendata.xsl brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-man-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-book-fo-stylesheet.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/tutorial-cover-template.xsl.in brlcad-7.24.2/doc/docbook/resources/brlcad/brlcad-xhtml-header-navigation.xsl brlcad-7.24.2/doc/docbook/resources/README brlcad-7.24.2/doc/docbook/presentations/CMakeLists.txt brlcad-7.24.2/doc/docbook/presentations/en/images/mged-defaults.png brlcad-7.24.2/doc/docbook/presentations/en/images/tk-based-gui-for-mged.png brlcad-7.24.2/doc/docbook/presentations/en/images/copy-sph-part-right.png brlcad-7.24.2/doc/docbook/presentations/en/images/copy-sph-part-left.png brlcad-7.24.2/doc/docbook/presentations/en/images/special-character-interpretation.png brlcad-7.24.2/doc/docbook/presentations/en/brlcad-app-devel.xml brlcad-7.24.2/doc/docbook/presentations/en/CMakeLists.txt brlcad-7.24.2/doc/docbook/presentations/en/README.txt brlcad-7.24.2/doc/docbook/presentations/en/intro-to-tcltk.xml brlcad-7.24.2/doc/docbook/presentations/README brlcad-7.24.2/doc/docbook/specifications/CMakeLists.txt brlcad-7.24.2/doc/docbook/specifications/en/BRL_CAD_g_format_V5.xml brlcad-7.24.2/doc/docbook/specifications/en/CMakeLists.txt brlcad-7.24.2/doc/docbook/books/CMakeLists.txt brlcad-7.24.2/doc/docbook/books/en/BRL-CAD_Tutorial_Series-VolumeI.xml brlcad-7.24.2/doc/docbook/books/en/BRL-CAD_Tutorial_Series-VolumeIV.xml brlcad-7.24.2/doc/docbook/books/en/BRL-CAD_Tutorial_Series-VolumeII.xml brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig25.png brlcad-7.24.2/doc/docbook/books/en/images/v4-image002.jpg brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig08.png brlcad-7.24.2/doc/docbook/books/en/images/v4-image011.jpg brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig11.png brlcad-7.24.2/doc/docbook/books/en/images/v4-image001.jpg brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig27.png brlcad-7.24.2/doc/docbook/books/en/images/v4-image010.jpg brlcad-7.24.2/doc/docbook/books/en/images/v4-image006.jpg brlcad-7.24.2/doc/docbook/books/en/images/v4-image007.jpg brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig10.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig30.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig21.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig04.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volI_fig03.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig14.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig12.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig23.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig03.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volI_fig07.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig26.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volI_fig02.png brlcad-7.24.2/doc/docbook/books/en/images/v4-image008.gif brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig06.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig01.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig15.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_table_image_1.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig02.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volI_fig05.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig18.png brlcad-7.24.2/doc/docbook/books/en/images/v4-image003.gif brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig13.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig24.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig07.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig09.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig29.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig20.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig22.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig17.png brlcad-7.24.2/doc/docbook/books/en/images/v4-image005.jpg brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volI_fig01.png brlcad-7.24.2/doc/docbook/books/en/images/v4-image004.jpg brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig05.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volI_fig06.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig28.png brlcad-7.24.2/doc/docbook/books/en/images/v4-image009.jpg brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volI_fig04.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig19.png brlcad-7.24.2/doc/docbook/books/en/images/tutorial_series_volIII_fig16.png brlcad-7.24.2/doc/docbook/books/en/CMakeLists.txt brlcad-7.24.2/doc/docbook/books/en/BRL-CAD_Tutorial_Series-VolumeIII.xml brlcad-7.24.2/doc/docbook/books/en/tutorial_series_authors.xml brlcad-7.24.2/doc/docbook/books/README brlcad-7.24.2/doc/docbook/README brlcad-7.24.2/doc/docbook/log4j.properties brlcad-7.24.2/doc/docbook/lessons/es/mged09_esfera_en_caja_exhibidora.xml brlcad-7.24.2/doc/docbook/lessons/es/mged02_opciones_vistas.xml brlcad-7.24.2/doc/docbook/lessons/es/images/mged15_truck_multipane_1stwheel.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged15_truck_default_lighting.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged05_unionspheres.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged16_radio_structure_3.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged01_graphicswindow.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged14_primitive_editor.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_multipane.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged16_radio_cut_wireframe.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged13_candle_tabletop_eto1_wireframe_front.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged16_radio_cut_raytrace.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged06_rtgoblet.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged13_candle_tabletop_base_front.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged15_truck_2nd_wheel_wheel_place.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_truck_270_90.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged06_gobletbase.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_radio_right.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged05_raytraceddome.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged08_comb_editor_window_mater_prop.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged14_candle_base_sphere_topview.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged06_gobletstem.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged09_globe_base_box_wireframe.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged10_mug_wireframe.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_radio_top.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged12_mug_gui_finished_raytraced.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged15_truck_wheels.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_truck_35_25.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged08_refractive_index.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged05_combinationeditor.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged12_mug_rim_frontview.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged06_base_substracted_vol.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged16_radio_new_design.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged15_prim_ed_wheel_well.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged15_cameo_shader.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged16_radio_structure_2.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged05_twoprimitivespheres.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged16_radio_with_mater_props.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_truck_35_90.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged04_commandwindow.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_truck_rear.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged07_goblet_mater_complete.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_truck_270_-90.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged12_cyls_frontview.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged15_truck_cab1s.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_flower_zooomout.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_truck_35_0.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged16_radio_casecut_raytrace.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged05_raytracedpart2.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged11_mug_raytraced_norim.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged06_gobletbasestembasin.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_coordsys.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged11_mug_raytraced_rim.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged07_goblet_mirror.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged13_candle_design.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged15_truck_wheel_wells_wireframe.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_truck_left.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_defaultradio.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_radio_front.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged13_candle_tabletop_wireframe_front.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged13_candle_tabletop_eto1_rcc_wireframe_front.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged13_candle_comb_ed_checker.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged16_radio_cutaways.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged07_goblet_semitransparent.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged01_terminal.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged16_radio_structure_1.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged01_commandwindow.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_truck_0_0_14.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged09_globe_wireframe.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged14_candle_spheres_az35el25.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged13_candle_complete_front.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_flower_zooomin.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_radio_35_25.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged15_truck_cab_cutoff.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_truck_front.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged15_truck_ambient_lighting.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged07_goblet_complete_window.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged05_subtractionspheres.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged08_spec_vs_diff_reflectivity.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged08_goblet_reflectivity_2.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged09_globe_outside_display_box.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged06_rtgobletaz_35_el_25.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged14_candle_multipane.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged14_candle_spheres_topview.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged16_radio_wireframe_circ_board.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged14_candle_spheres_frontview.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged14_primitive_selection_dropdown.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged15_truck_design.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged08_goblet_reflectivity_1.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged09_globe_raytraced.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged05_intersectionspheres.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged04_raytracedshapes.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged05_raytracedpart1.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged05_raytracedpart3.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged06_goblet1stsphere.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged16_radio_transparent.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged16_radio_default_components_props.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged08_goblet_combeditor.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged13_candle_raytraced_overlay.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged13_candle_tabletop_base_candle_front.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_truck_right.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged12_mug_handle_topview.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged12_mug_handle_frontview.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged02_truck_35_60.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged14_candle_spheres_raytraced.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged04_fb_overlay_mode.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged15_truck_cab_body.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged09_globe_base_box_raytraced.png brlcad-7.24.2/doc/docbook/lessons/es/images/mged09_globe_inside_outside_box.png brlcad-7.24.2/doc/docbook/lessons/es/mged04_prop_materiales.xml brlcad-7.24.2/doc/docbook/lessons/es/CMakeLists.txt brlcad-7.24.2/doc/docbook/lessons/es/mged16_mod_tech_struct.xml brlcad-7.24.2/doc/docbook/lessons/es/mged13_ubicar_figuras_en_3d.xml brlcad-7.24.2/doc/docbook/lessons/es/mged15_crear_camion_de_juguete.xml brlcad-7.24.2/doc/docbook/lessons/es/mged07_prop_materiales_copa.xml brlcad-7.24.2/doc/docbook/lessons/es/mged14_ubicar_figuras_en_3d_2.xml brlcad-7.24.2/doc/docbook/lessons/es/mged06_crear_una_copa.xml brlcad-7.24.2/doc/docbook/lessons/es/mged11_refinar_taza.xml brlcad-7.24.2/doc/docbook/lessons/es/mged03_utilizar_comando_in.xml brlcad-7.24.2/doc/docbook/lessons/es/mged08_prop_materiales_copa2.xml brlcad-7.24.2/doc/docbook/lessons/es/mged12_taza_desde_gui.xml brlcad-7.24.2/doc/docbook/lessons/es/mged01_crear_figuras_primitivas.xml brlcad-7.24.2/doc/docbook/lessons/es/mged05_expresiones_booleanas.xml brlcad-7.24.2/doc/docbook/lessons/es/mged10_crear_taza.xml brlcad-7.24.2/doc/docbook/lessons/CMakeLists.txt brlcad-7.24.2/doc/docbook/lessons/en/mged11_refining_mug.xml brlcad-7.24.2/doc/docbook/lessons/en/mged09_globe_in_display_box.xml brlcad-7.24.2/doc/docbook/lessons/en/mged02_learning_viewing_options.xml brlcad-7.24.2/doc/docbook/lessons/en/mged05_learning_boolean_expressions.xml brlcad-7.24.2/doc/docbook/lessons/en/mged12_mug_through_gui.xml brlcad-7.24.2/doc/docbook/lessons/en/mged13_placing_shapes_in_3d.xml brlcad-7.24.2/doc/docbook/lessons/en/images/mged15_truck_multipane_1stwheel.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged15_truck_default_lighting.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged05_unionspheres.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged16_radio_structure_3.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged01_graphicswindow.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged14_primitive_editor.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_multipane.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged16_radio_cut_wireframe.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged13_candle_tabletop_eto1_wireframe_front.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged16_radio_cut_raytrace.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged06_rtgoblet.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged13_candle_tabletop_base_front.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged15_truck_2nd_wheel_wheel_place.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_truck_270_90.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged06_gobletbase.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_radio_right.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged05_raytraceddome.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged08_comb_editor_window_mater_prop.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged14_candle_base_sphere_topview.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged06_gobletstem.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged09_globe_base_box_wireframe.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged10_mug_wireframe.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_radio_top.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged12_mug_gui_finished_raytraced.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged15_truck_wheels.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_truck_35_25.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged08_refractive_index.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged05_combinationeditor.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged12_mug_rim_frontview.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged16_radio_new_design.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged15_prim_ed_wheel_well.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged15_cameo_shader.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged16_radio_structure_2.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged05_twoprimitivespheres.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged16_radio_with_mater_props.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_truck_35_90.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged04_commandwindow.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_truck_rear.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged07_goblet_mater_complete.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged03_wireframe_sph_rcc.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_truck_270_-90.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged12_cyls_frontview.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged03_shapes_make_command.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged15_truck_cab1s.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_truck_35_0.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged16_radio_casecut_raytrace.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged05_raytracedpart2.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_flower_zoomout.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged11_mug_raytraced_norim.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged06_gobletbasestembasin.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_coordsys.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged11_mug_raytraced_rim.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged07_goblet_mirror.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged13_candle_design.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged15_truck_wheel_wells_wireframe.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_truck_left.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_defaultradio.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged06_base_subtracted_vol.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_radio_front.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged13_candle_tabletop_wireframe_front.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged13_candle_tabletop_eto1_rcc_wireframe_front.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged13_candle_comb_ed_checker.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged16_radio_cutaways.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged03_shapes_in_command.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged07_goblet_semitransparent.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged01_terminal.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged16_radio_structure_1.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged01_commandwindow.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_truck_0_0_14.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged09_globe_wireframe.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged14_candle_spheres_az35el25.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged13_candle_complete_front.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_radio_35_25.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged15_truck_cab_cutoff.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_truck_front.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged15_truck_ambient_lighting.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged07_goblet_complete_window.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged05_subtractionspheres.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged08_spec_vs_diff_reflectivity.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged08_goblet_reflectivity_2.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged09_globe_outside_display_box.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_flower_zoomin.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged06_rtgobletaz_35_el_25.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged14_candle_multipane.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged14_candle_spheres_topview.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged16_radio_wireframe_circ_board.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged14_candle_spheres_frontview.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged14_primitive_selection_dropdown.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged15_truck_design.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged08_goblet_reflectivity_1.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged09_globe_raytraced.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged05_intersectionspheres.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged04_raytracedshapes.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged05_raytracedpart1.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged05_raytracedpart3.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged06_goblet1stsphere.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged16_radio_transparent.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged16_radio_default_components_props.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged08_goblet_combeditor.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged13_candle_raytraced_overlay.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged13_candle_tabletop_base_candle_front.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_truck_right.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged12_mug_handle_topview.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged12_mug_handle_frontview.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged02_truck_35_60.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged03_wireframe_sph.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged14_candle_spheres_raytraced.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged04_fb_overlay_mode.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged15_truck_cab_body.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged09_globe_base_box_raytraced.png brlcad-7.24.2/doc/docbook/lessons/en/images/mged09_globe_inside_outside_box.png brlcad-7.24.2/doc/docbook/lessons/en/mged01_creating_primitive_shapes.xml brlcad-7.24.2/doc/docbook/lessons/en/CMakeLists.txt brlcad-7.24.2/doc/docbook/lessons/en/mged16_mod_tech_struct.xml brlcad-7.24.2/doc/docbook/lessons/en/mged03_using_insert_command.xml brlcad-7.24.2/doc/docbook/lessons/en/mged06_creating_a_goblet.xml brlcad-7.24.2/doc/docbook/lessons/en/mged08_goblet_material_properties2.xml brlcad-7.24.2/doc/docbook/lessons/en/mged04_assign_mat_prop_rt.xml brlcad-7.24.2/doc/docbook/lessons/en/mged07_goblet_material_properties.xml brlcad-7.24.2/doc/docbook/lessons/en/mged10_creating_mug.xml brlcad-7.24.2/doc/docbook/lessons/en/mged15_creating_a_toy_truck.xml brlcad-7.24.2/doc/docbook/lessons/en/mged14_placing_shapes_in_3d_2.xml brlcad-7.24.2/doc/docbook/README.DB_authors_notes brlcad-7.24.2/doc/brep.txt brlcad-7.24.2/doc/ecosystem.dot brlcad-7.24.2/doc/burst/introduction.mm brlcad-7.24.2/doc/burst/abstract.mm brlcad-7.24.2/doc/burst/scrollmenu.tbl brlcad-7.24.2/doc/burst/commands.tbl brlcad-7.24.2/doc/burst/defs.mm brlcad-7.24.2/doc/burst/fb.tbl brlcad-7.24.2/doc/burst/Make-tables.sh brlcad-7.24.2/doc/burst/macros.mm brlcad-7.24.2/doc/burst/run_doclifter.sh brlcad-7.24.2/doc/burst/burst.mm brlcad-7.24.2/doc/burst/overlap.tbl brlcad-7.24.2/doc/burst/screen.tbl brlcad-7.24.2/doc/burst/ids.tbl brlcad-7.24.2/doc/burst/outline.mm brlcad-7.24.2/doc/burst/shotlines.tbl brlcad-7.24.2/doc/burst/cmap.tbl brlcad-7.24.2/doc/burst/topmenu.tbl brlcad-7.24.2/doc/burst/plot.tbl brlcad-7.24.2/doc/burst/Make-docs.sh brlcad-7.24.2/doc/burst/README brlcad-7.24.2/doc/burst/title.mm brlcad-7.24.2/doc/burst/hmkeys.tbl brlcad-7.24.2/doc/burst/Funcs brlcad-7.24.2/doc/burst/bpl.tbl brlcad-7.24.2/doc/burst/submenu.tbl brlcad-7.24.2/doc/burst/Makefile brlcad-7.24.2/doc/description.txt brlcad-7.24.2/doc/pad_file.xml.in brlcad-7.24.2/doc/movie.txt brlcad-7.24.2/doc/hypot.txt brlcad-7.24.2/doc/README.AIX brlcad-7.24.2/doc/BRL-CAD.bib brlcad-7.24.2/doc/ged.tr brlcad-7.24.2/doc/README.VAX brlcad-7.24.2/doc/benchmark.tr brlcad-7.24.2/doc/pkg.tr brlcad-7.24.2/doc/README.Solaris brlcad-7.24.2/doc/legal/bdl.txt brlcad-7.24.2/doc/legal/bsd.txt brlcad-7.24.2/doc/legal/CMakeLists.txt brlcad-7.24.2/doc/legal/lgpl.txt brlcad-7.24.2/doc/STARTERS brlcad-7.24.2/doc/archer_ack.txt brlcad-7.24.2/doc/irprep.tr brlcad-7.24.2/doc/README.IRIX brlcad-7.24.2/doc/README.Linux brlcad-7.24.2/doc/TODO.BREP brlcad-7.24.2/doc/sun.txt brlcad-7.24.2/CHANGES brlcad-7.24.2/AUTHORS brlcad-7.24.2/README brlcad-7.24.2/regress/asc2dsp.sh brlcad-7.24.2/regress/g-dot.sh brlcad-7.24.2/regress/bots.sh brlcad-7.24.2/regress/dsp/dsp-2-1.asc brlcad-7.24.2/regress/dsp/dsp-2-5.asc brlcad-7.24.2/regress/dsp/dsp-3-3.asc brlcad-7.24.2/regress/dsp/dsp-3-2.asc brlcad-7.24.2/regress/dsp/dsp-2-2.asc brlcad-7.24.2/regress/dsp/run-dsp-case-set-1.sh brlcad-7.24.2/regress/dsp/run-dsp-case-set-2.sh brlcad-7.24.2/regress/dsp/dsp-3-4.asc brlcad-7.24.2/regress/dsp/asc2dsp-new.asc brlcad-7.24.2/regress/dsp/dsp-2-4.asc brlcad-7.24.2/regress/dsp/dsp-3-8.asc brlcad-7.24.2/regress/dsp/asc2dsp-old.asc brlcad-7.24.2/regress/dsp/dsp-3-6.asc brlcad-7.24.2/regress/dsp/dsp-3-1.asc brlcad-7.24.2/regress/dsp/dsp-1-1.asc brlcad-7.24.2/regress/dsp/dsp-1-2.asc brlcad-7.24.2/regress/dsp/dsp-3-5.asc brlcad-7.24.2/regress/dsp/run-dsp-case-set-0.sh brlcad-7.24.2/regress/dsp/run-dsp-case-set-3.sh brlcad-7.24.2/regress/dsp/dsp-common.sh brlcad-7.24.2/regress/dsp/dsp-3-7.asc brlcad-7.24.2/regress/dsp/dsp-2-3.asc brlcad-7.24.2/regress/nurbs/brep-3dm.tar.bz2 brlcad-7.24.2/regress/master_prep.sh brlcad-7.24.2/regress/vls_vprintf.sh brlcad-7.24.2/regress/main.sh brlcad-7.24.2/regress/rtwizard.sh brlcad-7.24.2/regress/nightly.sh brlcad-7.24.2/regress/solids.sh brlcad-7.24.2/regress/mged/sed.mged brlcad-7.24.2/regress/mged/in.mged brlcad-7.24.2/regress/mged/lookat.mged brlcad-7.24.2/regress/mged/build_region.mged brlcad-7.24.2/regress/mged/sca_edit.mged brlcad-7.24.2/regress/mged/mirror.mged brlcad-7.24.2/regress/mged/r.mged brlcad-7.24.2/regress/mged/view.mged brlcad-7.24.2/regress/mged/size.mged brlcad-7.24.2/regress/mged/mrot.mged brlcad-7.24.2/regress/mged/kill.mged brlcad-7.24.2/regress/mged/killall.mged brlcad-7.24.2/regress/mged/reject.mged brlcad-7.24.2/regress/mged/make.mged brlcad-7.24.2/regress/mged/clone.mged brlcad-7.24.2/regress/mged/mvall.mged brlcad-7.24.2/regress/mged/arot.mged brlcad-7.24.2/regress/mged/saveview.mged brlcad-7.24.2/regress/mged/plot.mged brlcad-7.24.2/regress/mged/extrude.mged brlcad-7.24.2/regress/mged/set_perspective.mged brlcad-7.24.2/regress/mged/hide.mged brlcad-7.24.2/regress/mged/mged.tcl brlcad-7.24.2/regress/mged/dall.mged brlcad-7.24.2/regress/mged/qvrot.mged brlcad-7.24.2/regress/mged/CMakeLists.txt brlcad-7.24.2/regress/mged/regression_resources.tcl brlcad-7.24.2/regress/mged/status.mged brlcad-7.24.2/regress/mged/overlay.mged brlcad-7.24.2/regress/mged/oscale.mged brlcad-7.24.2/regress/mged/putmat.mged brlcad-7.24.2/regress/mged/accept.mged brlcad-7.24.2/regress/mged/xpush.mged brlcad-7.24.2/regress/mged/mirface.mged brlcad-7.24.2/regress/mged/push.mged brlcad-7.24.2/regress/mged/oed.mged brlcad-7.24.2/regress/mged/eye_pt.mged brlcad-7.24.2/regress/mged/rotobj.mged brlcad-7.24.2/regress/mged/tra_edit.mged brlcad-7.24.2/regress/mged/sv.mged brlcad-7.24.2/regress/mged/adc.mged brlcad-7.24.2/regress/mged/killtree.mged brlcad-7.24.2/regress/mged/rm.mged brlcad-7.24.2/regress/mged/setview.mged brlcad-7.24.2/regress/mged/unhide.mged brlcad-7.24.2/regress/mged/zoom.mged brlcad-7.24.2/regress/mged/draw_e_erase_d_who.mged brlcad-7.24.2/regress/mged/g.mged brlcad-7.24.2/regress/mged/orot.mged brlcad-7.24.2/regress/mged/draw.mged brlcad-7.24.2/regress/mged/sca_view.mged brlcad-7.24.2/regress/mged/mv.mged brlcad-7.24.2/regress/mged/refresh.mged brlcad-7.24.2/regress/mged/rot_view.mged brlcad-7.24.2/regress/mged/center.mged brlcad-7.24.2/regress/mged/knob.mged brlcad-7.24.2/regress/mged/cpi.mged brlcad-7.24.2/regress/mged/Z.mged brlcad-7.24.2/regress/mged/loadview.mged brlcad-7.24.2/regress/mged/i.mged brlcad-7.24.2/regress/mged/ps.mged brlcad-7.24.2/regress/mged/vrot.mged brlcad-7.24.2/regress/mged/keypoint.mged brlcad-7.24.2/regress/mged/arb.mged brlcad-7.24.2/regress/mged/rot_edit.mged brlcad-7.24.2/regress/mged/ae.mged brlcad-7.24.2/regress/mged/comb.mged brlcad-7.24.2/regress/mged/arced.mged brlcad-7.24.2/regress/mged/who.mged brlcad-7.24.2/regress/mged/B.mged brlcad-7.24.2/regress/mged/prefix.mged brlcad-7.24.2/regress/mged/erase.mged brlcad-7.24.2/regress/mged/copymat.mged brlcad-7.24.2/regress/mged/qorot.mged brlcad-7.24.2/regress/mged/facedef.mged brlcad-7.24.2/regress/mged/orientation.mged brlcad-7.24.2/regress/mged/cp.mged brlcad-7.24.2/regress/mged/permute.mged brlcad-7.24.2/regress/mged/3ptarb.mged brlcad-7.24.2/regress/mged/make_bb.mged brlcad-7.24.2/regress/mged/tra_view.mged brlcad-7.24.2/regress/mged/translate.mged brlcad-7.24.2/regress/mged/run_test brlcad-7.24.2/regress/mged/autoview.mged brlcad-7.24.2/regress/slave_build.sh brlcad-7.24.2/regress/shaders.sh brlcad-7.24.2/regress/mged.sh brlcad-7.24.2/regress/dsp.sh brlcad-7.24.2/regress/spdi.sh brlcad-7.24.2/regress/CMakeLists.txt brlcad-7.24.2/regress/fastgen.sh brlcad-7.24.2/regress/repository.sh brlcad-7.24.2/regress/iges.sh brlcad-7.24.2/regress/gqa.sh brlcad-7.24.2/regress/fastgen_dos.fast4 brlcad-7.24.2/regress/g-nff.sh brlcad-7.24.2/regress/rtwizard/rtwizard_test1_ref.asc.gz brlcad-7.24.2/regress/red.sh brlcad-7.24.2/regress/master_fetch.sh brlcad-7.24.2/regress/nirt.sh brlcad-7.24.2/regress/testlib.c brlcad-7.24.2/regress/analyze.asc brlcad-7.24.2/regress/lights_ref.asc brlcad-7.24.2/regress/tgms/comgeom-tgt-1-v4-documented.cg brlcad-7.24.2/regress/tgms/comgeom-tgt-1-v4.cg brlcad-7.24.2/regress/tgms/solids-simple.mged brlcad-7.24.2/regress/tgms/solids.mged brlcad-7.24.2/regress/tgms/cgtest.cg brlcad-7.24.2/regress/tgms/m35.asc.gz brlcad-7.24.2/regress/tgms/m35.cg.gz brlcad-7.24.2/regress/tgms/dsp.dat brlcad-7.24.2/regress/moss.sh brlcad-7.24.2/regress/mosspix.asc brlcad-7.24.2/regress/mged_test.sh brlcad-7.24.2/regress/weight.sh brlcad-7.24.2/regress/solids-simplepix.asc brlcad-7.24.2/regress/comgeom.sh brlcad-7.24.2/regress/quote.sh brlcad-7.24.2/regress/shaderspix.asc brlcad-7.24.2/regress/spdipix.asc brlcad-7.24.2/regress/lights.sh brlcad-7.24.2/regress/gcv/CMakeLists.txt brlcad-7.24.2/regress/gcv/dem/hawaii-c-control.tar.bz2 brlcad-7.24.2/regress/gcv/dem/dem-regress.cmake.in brlcad-7.24.2/regress/gcv/dem/README brlcad-7.24.2/regress/gcv/dem/hawaii-c.tar.bz2 brlcad-7.24.2/regress/gcv/README brlcad-7.24.2/regress/solidspix.asc brlcad-7.24.2/regress/flawfinder.sh brlcad-7.24.2/regress/library.sh brlcad-7.24.2/ChangeLog patching file CMakeLists.txt patching file misc/CMake/BRLCAD_CMakeFiles.cmake patching file src/libpc/CMakeLists.txt -- The C compiler identification is GNU 5.3.0 -- The CXX compiler identification is GNU 5.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test NOERROR_FLAG -- Performing Test NOERROR_FLAG - Success -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of void * -- Check size of void * - done -- Found Java: /usr/lib/java/jre/bin/java (found version "1.8.0.91") -- Found JNI: /usr/lib/java/jre/lib/i386/libjawt.so -- Looking for XOpenDisplay in /usr/lib/libX11.so/usr/lib/libXext.so -- Looking for XOpenDisplay in /usr/lib/libX11.so/usr/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib/libX11.so -- Found SHELL_SUPPORTED: /bin/sh -- Performing Test YYTEXT_POINTER -- Performing Test YYTEXT_POINTER - Success -- Found LEX: /usr/bin/flex -- Found YACC: /usr/bin/bison -- Performing Test PIPE_C_FLAG_FOUND -- Performing Test PIPE_C_FLAG_FOUND - Success -- Performing Test PIPE_CXX_FLAG_FOUND -- Performing Test PIPE_CXX_FLAG_FOUND - Success -- Performing Test FNO_STRICT_ALIASING_C_FLAG_FOUND -- Performing Test FNO_STRICT_ALIASING_C_FLAG_FOUND - Success -- Performing Test FNO_STRICT_ALIASING_CXX_FLAG_FOUND -- Performing Test FNO_STRICT_ALIASING_CXX_FLAG_FOUND - Success -- Performing Test FNO_COMMON_C_FLAG_FOUND -- Performing Test FNO_COMMON_C_FLAG_FOUND - Success -- Performing Test FNO_COMMON_CXX_FLAG_FOUND -- Performing Test FNO_COMMON_CXX_FLAG_FOUND - Success -- Performing Test FEXCEPTIONS_C_FLAG_FOUND -- Performing Test FEXCEPTIONS_C_FLAG_FOUND - Success -- Performing Test FEXCEPTIONS_CXX_FLAG_FOUND -- Performing Test FEXCEPTIONS_CXX_FLAG_FOUND - Success -- Performing Test FTEMPLATE_DEPTH_128_CXX_FLAG_FOUND -- Performing Test FTEMPLATE_DEPTH_128_CXX_FLAG_FOUND - Success -- Performing Test MSSE3_C_FLAG_FOUND -- Performing Test MSSE3_C_FLAG_FOUND - Success -- Performing Test STD_GNU89_C_FLAG_FOUND -- Performing Test STD_GNU89_C_FLAG_FOUND - Success -- Performing Test STD_GNU99_C_FLAG_FOUND -- Performing Test STD_GNU99_C_FLAG_FOUND - Success -- Performing Test QUNUSED_ARGUMENTS_C_FLAG_FOUND -- Performing Test QUNUSED_ARGUMENTS_C_FLAG_FOUND - Failed -- Performing Test QUNUSED_ARGUMENTS_CXX_FLAG_FOUND -- Performing Test QUNUSED_ARGUMENTS_CXX_FLAG_FOUND - Failed -- Looking for regcomp in c -- Looking for regcomp in c - found -- Found REGEX: /usr/include -- Looking for include file regex.h -- Looking for include file regex.h - found -- Looking for regcomp in c -- Looking for regcomp in c - found -- Found ZLIB: /usr/include -- Found LEMON: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/bin/lemon -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for stdbool.h -- Looking for stdbool.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for memset -- Looking for memset - found -- Looking for mmap -- Looking for mmap - found -- Looking for munmap -- Looking for munmap - found -- Looking for strdup -- Looking for strdup - found -- Looking for strndup -- Looking for strndup - found -- Check size of char -- Check size of char - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of short -- Check size of short - done -- Found RE2C: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/bin/re2c -- Found XSLTPROC: /usr/bin/xsltproc -- Found PNG: /usr/lib/libpng.so (found version "1.6.23") -- Looking for cos in m -- Looking for cos in m - found -- Looking for sys/ioctl.h -- Looking for sys/ioctl.h - found -- Looking for sys/filio.h -- Looking for sys/filio.h - not found -- Looking for dirent.h -- Looking for dirent.h - found -- Looking for float.h -- Looking for float.h - found -- Performing Test FLOAT_H_USABLE -- Performing Test FLOAT_H_USABLE - Success -- Looking for values.h -- Looking for values.h - found -- Performing Test VALUES_H_USABLE -- Performing Test VALUES_H_USABLE - Success -- Looking for limits.h -- Looking for limits.h - found -- Performing Test LIMITS_H_USABLE -- Performing Test LIMITS_H_USABLE - Success -- Looking for sys/wait.h -- Looking for sys/wait.h - found -- Performing Test SYS_WAIT_H_USABLE -- Performing Test SYS_WAIT_H_USABLE - Success -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Performing Test DLFCN_H_USABLE -- Performing Test DLFCN_H_USABLE - Success -- Looking for sys/param.h -- Looking for sys/param.h - found -- Performing Test SYS_PARAM_H_USABLE -- Performing Test SYS_PARAM_H_USABLE - Success -- Performing Test PIPE_COMPILER_FLAG -- Performing Test PIPE_COMPILER_FLAG - Success -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Looking for pthread_attr_setstacksize -- Looking for pthread_attr_setstacksize - not found -- Looking for pthread_attr_get_np -- Looking for pthread_attr_get_np - not found -- Looking for pthread_getattr_np -- Looking for pthread_getattr_np - not found -- Looking for pthread_get_stacksize_np -- Looking for pthread_get_stacksize_np - not found -- Looking for cos in m -- Looking for cos in m - found -- Looking for ieee_flags in sunmath -- Looking for ieee_flags in sunmath - not found -- Looking for net/errno.h -- Looking for net/errno.h - not found -- Looking for connect -- Looking for connect - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Check if the system is big endian -- Searching 16 bit integer -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Looking for getcwd -- Looking for getcwd - found -- Looking for mkstemp -- Looking for mkstemp - found -- Looking for opendir -- Looking for opendir - found -- Looking for strtol -- Looking for strtol - found -- Looking for waitpid -- Looking for waitpid - found -- Looking for strerror -- Looking for strerror - found -- Looking for wait3 -- Looking for wait3 - found -- Looking for uname -- Looking for uname - found -- Looking for realpath -- Looking for realpath - found -- Looking for getaddrinfo -- Looking for getaddrinfo - found -- Performing Test WORKING_GETADDRINFO -- Performing Test WORKING_GETADDRINFO - Success -- Looking for getpwuid_r -- Looking for getpwuid_r - found -- Performing Test HAVE_GETPWUID_R_5 -- Performing Test HAVE_GETPWUID_R_5 - Success -- Looking for getpwnam_r -- Looking for getpwnam_r - found -- Performing Test HAVE_GETPWNAM_R_5 -- Performing Test HAVE_GETPWNAM_R_5 - Success -- Looking for getgrgid_r -- Looking for getgrgid_r - found -- Performing Test HAVE_GETGRGID_R_5 -- Performing Test HAVE_GETGRGID_R_5 - Success -- Looking for getgrnam_r -- Looking for getgrnam_r - found -- Performing Test HAVE_GETGRNAM_R_5 -- Performing Test HAVE_GETGRNAM_R_5 - Success -- Looking for gethostbyaddr_r -- Looking for gethostbyaddr_r - found -- Performing Test HAVE_GETHOSTBYADDR_R_7 -- Performing Test HAVE_GETHOSTBYADDR_R_7 - Failed -- Performing Test HAVE_GETHOSTBYADDR_R_8 -- Performing Test HAVE_GETHOSTBYADDR_R_8 - Success -- Looking for gethostbyname_r -- Looking for gethostbyname_r - found -- Performing Test HAVE_GETHOSTBYNAME_R_6 -- Performing Test HAVE_GETHOSTBYNAME_R_6 - Success -- Performing Test HAVE_TERMIOS -- Performing Test HAVE_TERMIOS - Success -- Looking for sys/time.h -- Looking for sys/time.h - found -- Performing Test SYS_TIME_H_USABLE -- Performing Test SYS_TIME_H_USABLE - Success -- Performing Test HAVE_STRUCT_TM_TM_ZONE -- Performing Test HAVE_STRUCT_TM_TM_ZONE - Success -- Looking for gmtime_r -- Looking for gmtime_r - found -- Looking for localtime_r -- Looking for localtime_r - found -- Looking for mktime -- Looking for mktime - found -- Performing Test HAVE_TM_TZADJ -- Performing Test HAVE_TM_TZADJ - Failed -- Performing Test HAVE_TM_GMTOFF -- Performing Test HAVE_TM_GMTOFF - Success -- Performing Test HAVE_TIMEZONE_VAR -- Performing Test HAVE_TIMEZONE_VAR - Success -- Performing Test TIME_WITH_SYS_TIME_WORKS -- Performing Test TIME_WITH_SYS_TIME_WORKS - Success -- Performing Test HAVE_STRUCT_HAS_ST_BLOCKS -- Performing Test HAVE_STRUCT_HAS_ST_BLOCKS - Success -- Performing Test HAVE_STRUCT_HAS_ST_BLKSIZE -- Performing Test HAVE_STRUCT_HAS_ST_BLKSIZE - Success -- Check size of blkcnt_t -- Check size of blkcnt_t - done -- Looking for fstatfs, -- Looking for fstatfs, - not found -- Looking for memcmp -- Looking for memcmp - found -- Looking for strstr -- Looking for strstr - found -- Performing Test WORKING_strstr -- Performing Test WORKING_strstr - Success -- Looking for strtoul -- Looking for strtoul - found -- Performing Test WORKING_strtoul -- Performing Test WORKING_strtoul - Success -- Looking for strtod -- Looking for strtod - found -- Performing Test WORKING_strtod -- Performing Test WORKING_strtod - Success -- Check size of mode_t -- Check size of mode_t - done -- Check size of pid_t -- Check size of pid_t - done -- Check size of size_t -- Check size of size_t - done -- Check size of uid_t -- Check size of uid_t - done -- Check size of socklen_t -- Check size of socklen_t - failed -- Check size of intptr_t -- Check size of intptr_t - done -- Check size of uintptr_t -- Check size of uintptr_t - done -- Performing Test HAVE_UNION_WAIT -- Performing Test HAVE_UNION_WAIT - Success -- Looking for strncasecmp -- Looking for strncasecmp - found -- Looking for BSDgettimeofday -- Looking for BSDgettimeofday - not found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Performing Test CHAR_IS_UNSIGNED -- Performing Test CHAR_IS_UNSIGNED - Success -- Performing Test HAVE_SIGNED_CHAR -- Performing Test HAVE_SIGNED_CHAR - Success -- Looking for langinfo.h -- Looking for langinfo.h - found -- Performing Test LANGINFO_COMPILES -- Performing Test LANGINFO_COMPILES - Success -- Looking for chflags -- Looking for chflags - found -- Looking for mkstemps -- Looking for mkstemps - found -- Performing Test USABLE_ISNAN -- Performing Test USABLE_ISNAN - Success -- Performing Test FTS_WORKING -- Performing Test FTS_WORKING - Success -- Found TIMEZONE: /usr/share/zoneinfo -- Performing Test STACK_GROWS_UP -- Performing Test STACK_GROWS_UP - Success -- Looking for sys/fstatfs.h -- Looking for sys/fstatfs.h - not found -- Performing Test COMPILER_SUPPORTS_HIDDEN -- Performing Test COMPILER_SUPPORTS_HIDDEN - Success -- Looking for sys/modem.h -- Looking for sys/modem.h - not found -- Performing Test FD_SET_IN_TYPES_H -- Performing Test FD_SET_IN_TYPES_H - Success -- Found Freetype: /usr/lib/libfreetype.so (found version "2.6.3") -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'fontconfig' -- Found fontconfig, version 2.11.1 -- Found Fontconfig: /usr/lib/libfontconfig.so -- Looking for emmintrin.h -- Looking for emmintrin.h - found -- Looking for ieeefp.h -- Looking for ieeefp.h - not found -- Found PERPLEX: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/bin/perplex -- Looking for ndir.h -- Looking for ndir.h - not found -- Looking for stdarg.h -- Looking for stdarg.h - found -- Looking for sysent.h -- Looking for sysent.h - not found -- Looking for process.h -- Looking for process.h - not found -- Looking for io.h -- Looking for io.h - not found -- Looking for abs -- Looking for abs - found -- Looking for memcpy -- Looking for memcpy - found -- Looking for memmove -- Looking for memmove - found -- Looking for getopt -- Looking for getopt - found -- Check size of ssize_t -- Check size of ssize_t - done -- Performing Test HAVE_STD_THREAD -- Performing Test HAVE_STD_THREAD - Success -- Could NOT find ADAPTAGRAMS (missing: AVOID_LIBRARY AVOID_INCLUDE_DIR) -- Looking for C++ include iostream -- Looking for C++ include iostream - found -- Check for STD namespace -- Check for STD namespace - found -- Check for ANSI scope -- Check for ANSI scope - found -- Check for sstream -- Check for sstream - found -- Check size of long long -- Check size of long long - done -- Performing Test O3_C_FLAG_FOUND -- Performing Test O3_C_FLAG_FOUND - Success -- Performing Test FSTRENGTH_REDUCE_C_FLAG_FOUND -- Performing Test FSTRENGTH_REDUCE_C_FLAG_FOUND - Success -- Performing Test FEXPENSIVE_OPTIMIZATIONS_C_FLAG_FOUND -- Performing Test FEXPENSIVE_OPTIMIZATIONS_C_FLAG_FOUND - Success -- Performing Test FINLINE_FUNCTIONS_C_FLAG_FOUND -- Performing Test FINLINE_FUNCTIONS_C_FLAG_FOUND - Success -- Performing Test FINLINE_LIMIT_10000___PARAM_INLINE_UNIT_GROWTH_300___PARAM_LARGE_FUNCTION_GROWTH_300_C_FLAG_FOUND -- Performing Test FINLINE_LIMIT_10000___PARAM_INLINE_UNIT_GROWTH_300___PARAM_LARGE_FUNCTION_GROWTH_300_C_FLAG_FOUND - Success -- Performing Test O3_CXX_FLAG_FOUND -- Performing Test O3_CXX_FLAG_FOUND - Success -- Performing Test FSTRENGTH_REDUCE_CXX_FLAG_FOUND -- Performing Test FSTRENGTH_REDUCE_CXX_FLAG_FOUND - Success -- Performing Test FEXPENSIVE_OPTIMIZATIONS_CXX_FLAG_FOUND -- Performing Test FEXPENSIVE_OPTIMIZATIONS_CXX_FLAG_FOUND - Success -- Performing Test FINLINE_FUNCTIONS_CXX_FLAG_FOUND -- Performing Test FINLINE_FUNCTIONS_CXX_FLAG_FOUND - Success -- Performing Test FINLINE_LIMIT_10000___PARAM_INLINE_UNIT_GROWTH_300___PARAM_LARGE_FUNCTION_GROWTH_300_CXX_FLAG_FOUND -- Performing Test FINLINE_LIMIT_10000___PARAM_INLINE_UNIT_GROWTH_300___PARAM_LARGE_FUNCTION_GROWTH_300_CXX_FLAG_FOUND - Success -- Performing Test FOMIT_FRAME_POINTER_C_FLAG_FOUND -- Performing Test FOMIT_FRAME_POINTER_C_FLAG_FOUND - Success -- Performing Test FOMIT_FRAME_POINTER_CXX_FLAG_FOUND -- Performing Test FOMIT_FRAME_POINTER_CXX_FLAG_FOUND - Success -- Performing Test PEDANTIC_C_FLAG_FOUND -- Performing Test PEDANTIC_C_FLAG_FOUND - Success -- Performing Test PEDANTIC_CXX_FLAG_FOUND -- Performing Test PEDANTIC_CXX_FLAG_FOUND - Success -- Performing Test WALL_C_FLAG_FOUND -- Performing Test WALL_C_FLAG_FOUND - Success -- Performing Test WALL_CXX_FLAG_FOUND -- Performing Test WALL_CXX_FLAG_FOUND - Success -- Performing Test WEXTRA_C_FLAG_FOUND -- Performing Test WEXTRA_C_FLAG_FOUND - Success -- Performing Test WEXTRA_CXX_FLAG_FOUND -- Performing Test WEXTRA_CXX_FLAG_FOUND - Success -- Performing Test WUNDEF_C_FLAG_FOUND -- Performing Test WUNDEF_C_FLAG_FOUND - Success -- Performing Test WUNDEF_CXX_FLAG_FOUND -- Performing Test WUNDEF_CXX_FLAG_FOUND - Success -- Performing Test WFLOAT_EQUAL_C_FLAG_FOUND -- Performing Test WFLOAT_EQUAL_C_FLAG_FOUND - Success -- Performing Test WFLOAT_EQUAL_CXX_FLAG_FOUND -- Performing Test WFLOAT_EQUAL_CXX_FLAG_FOUND - Success -- Performing Test WSHADOW_C_FLAG_FOUND -- Performing Test WSHADOW_C_FLAG_FOUND - Success -- Performing Test WSHADOW_CXX_FLAG_FOUND -- Performing Test WSHADOW_CXX_FLAG_FOUND - Success -- Performing Test WINLINE_C_FLAG_FOUND -- Performing Test WINLINE_C_FLAG_FOUND - Success -- Performing Test WNO_INLINE_CXX_FLAG_FOUND -- Performing Test WNO_INLINE_CXX_FLAG_FOUND - Success -- Performing Test WNO_LONG_LONG_C_FLAG_FOUND -- Performing Test WNO_LONG_LONG_C_FLAG_FOUND - Success -- Performing Test WNO_LONG_LONG_CXX_FLAG_FOUND -- Performing Test WNO_LONG_LONG_CXX_FLAG_FOUND - Success -- Performing Test WNO_VARIADIC_MACROS_C_FLAG_FOUND -- Performing Test WNO_VARIADIC_MACROS_C_FLAG_FOUND - Success -- Performing Test WNO_VARIADIC_MACROS_CXX_FLAG_FOUND -- Performing Test WNO_VARIADIC_MACROS_CXX_FLAG_FOUND - Success -- Performing Test STL_LIB_TEST -- Performing Test STL_LIB_TEST - Success -- Looking for daemon in bsd -- Looking for daemon in bsd - not found -- Looking for daemon in c -- Looking for daemon in c - found -- Looking for include file JavaVM/jni.h -- Looking for include file JavaVM/jni.h - not found -- Looking for include file jni.h -- Looking for include file jni.h - found -- Looking for socket in socket -- Looking for socket in socket - not found -- Looking for gethostbyaddr in nsl -- Looking for gethostbyaddr in nsl - found -- Looking for socket in network -- Looking for socket in network - not found -- Looking for mallopt in c -- Looking for mallopt in c - found -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Looking for yyless in l -- Looking for yyless in l - not found -- Looking for timeSetEvent in winmm -- Looking for timeSetEvent in winmm - not found -- Performing Test WORKING_SYS_WAIT -- Performing Test WORKING_SYS_WAIT - Success -- Looking for include file arpa/inet.h -- Looking for include file arpa/inet.h - found -- Looking for include file curses.h -- Looking for include file curses.h - found -- Looking for include file dslib.h -- Looking for include file dslib.h - not found -- Looking for include file getopt.h -- Looking for include file getopt.h - found -- Looking for include file gl/device.h -- Looking for include file gl/device.h - not found -- Looking for include file gl/glext.h -- Looking for include file gl/glext.h - not found -- Looking for include file gl/wglext.h -- Looking for include file gl/wglext.h - not found -- Looking for include file grp.h -- Looking for include file grp.h - found -- Looking for include file libgen.h -- Looking for include file libgen.h - found -- Looking for include file mach/thread_policy.h -- Looking for include file mach/thread_policy.h - not found -- Looking for include file ncurses.h -- Looking for include file ncurses.h - found -- Looking for include file netdb.h -- Looking for include file netdb.h - found -- Looking for include file netinet/in.h -- Looking for include file netinet/in.h - found -- Looking for include file poll.h -- Looking for include file poll.h - found -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for include file pthread_np.h -- Looking for include file pthread_np.h - not found -- Looking for include file pwd.h -- Looking for include file pwd.h - found -- Looking for include file rle.h -- Looking for include file rle.h - not found -- Looking for include file sched.h -- Looking for include file sched.h - found -- Looking for include file sgtty.h -- Looking for include file sgtty.h - found -- Looking for include file sys/_ioctl.h -- Looking for include file sys/_ioctl.h - not found -- Looking for include file sys/cpuset.h -- Looking for include file sys/cpuset.h - not found -- Looking for include file sys/file.h -- Looking for include file sys/file.h - found -- Looking for include file sys/ioctl_compat.h -- Looking for include file sys/ioctl_compat.h - not found -- Looking for include file sys/machd.h -- Looking for include file sys/machd.h - not found -- Looking for include file sys/mman.h -- Looking for include file sys/mman.h - found -- Looking for include file sys/mount.h -- Looking for include file sys/mount.h - found -- Looking for include file sys/prctl.h -- Looking for include file sys/prctl.h - found -- Looking for include file sys/resource.h -- Looking for include file sys/resource.h - found -- Looking for include file sys/sched.h -- Looking for include file sys/sched.h - not found -- Looking for include file sys/select.h -- Looking for include file sys/select.h - found -- Looking for include file sys/socket.h -- Looking for include file sys/socket.h - found -- Looking for include file sys/sysctl.h -- Looking for include file sys/sysctl.h - found -- Looking for include file sys/sysinfo.h -- Looking for include file sys/sysinfo.h - found -- Looking for include file sys/sysmp.h -- Looking for include file sys/sysmp.h - not found -- Looking for include file sys/times.h -- Looking for include file sys/times.h - found -- Looking for include file sys/un.h -- Looking for include file sys/un.h - found -- Looking for include file syslog.h -- Looking for include file syslog.h - found -- Looking for include file term.h -- Looking for include file term.h - found -- Looking for include file terminfo.h -- Looking for include file terminfo.h - not found -- Looking for include file termio.h -- Looking for include file termio.h - found -- Looking for include file termios.h -- Looking for include file termios.h - found -- Looking for include file termlib.h -- Looking for include file termlib.h - not found -- Looking for include file tinfo.h -- Looking for include file tinfo.h - not found -- Looking for include file ulocks.h -- Looking for include file ulocks.h - not found -- Looking for include file windows.h -- Looking for include file windows.h - not found -- Looking for include file winsock.h -- Looking for include file winsock.h - not found -- Looking for C++ include istream -- Looking for C++ include istream - found -- Looking for C++ include limits -- Looking for C++ include limits - found -- Performing Test HAVE_BASENAME -- Performing Test HAVE_BASENAME - Success -- Performing Test HAVE_DIRNAME -- Performing Test HAVE_DIRNAME - Success -- Performing Test HAVE_EMMINTRIN -- Performing Test HAVE_EMMINTRIN - Success -- Performing Test HAVE_STRUCT_STAT_ST_BLKSIZE -- Performing Test HAVE_STRUCT_STAT_ST_BLKSIZE - Success -- Performing Test HAVE_STRUCT_STAT_ST_BLOCKS -- Performing Test HAVE_STRUCT_STAT_ST_BLOCKS - Success -- Performing Test HAVE_STRUCT_STAT_ST_RDEV -- Performing Test HAVE_STRUCT_STAT_ST_RDEV - Success -- Check size of socklen_t -- Check size of socklen_t - failed -- Check size of socklen_t -- Check size of socklen_t - done -- Check size of cpu_set_t -- Check size of cpu_set_t - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of ssize_t -- Check size of ssize_t - done -- Check size of uint64_t -- Check size of uint64_t - done -- Check size of sig_t -- Check size of sig_t - done -- Performing Test HAVE_THREAD_LOCAL -- Performing Test HAVE_THREAD_LOCAL - Failed -- Performing Test HAVE___THREAD -- Performing Test HAVE___THREAD - Success -- Performing Test HAVE_C99_FORMAT_SPECIFIERS -- Performing Test HAVE_C99_FORMAT_SPECIFIERS - Success -- Performing Test WORKING_ALLOCA_H -- Performing Test WORKING_ALLOCA_H - Success -- Performing Test WORKING_ALLOCA -- Performing Test WORKING_ALLOCA - Success -- Looking for XQueryExtension -- Looking for XQueryExtension - not found -- Looking for alarm -- Looking for alarm - found -- Looking for dlopen -- Looking for dlopen - not found -- Looking for drand48 -- Looking for drand48 - found -- Looking for fchmod -- Looking for fchmod - found -- Looking for fileno -- Looking for fileno - found -- Looking for fsync -- Looking for fsync - found -- Looking for getegid -- Looking for getegid - found -- Looking for geteuid -- Looking for geteuid - found -- Looking for gethostname -- Looking for gethostname - found -- Looking for getloadavg -- Looking for getloadavg - found -- Looking for getopt_long -- Looking for getopt_long - found -- Looking for getprogname -- Looking for getprogname - not found -- Looking for kill -- Looking for kill - found -- Looking for lrand48 -- Looking for lrand48 - found -- Looking for pipe -- Looking for pipe - found -- Looking for popen -- Looking for popen - found -- Looking for posix_memalign -- Looking for posix_memalign - found -- Looking for random -- Looking for random - found -- Looking for setenv -- Looking for setenv - found -- Looking for setpgid -- Looking for setpgid - found -- Looking for setpriority -- Looking for setpriority - found -- Looking for srand48 -- Looking for srand48 - found -- Looking for strchr -- Looking for strchr - found -- Looking for strlcat -- Looking for strlcat - not found -- Looking for strlcpy -- Looking for strlcpy - not found -- Looking for strsep -- Looking for strsep - found -- Looking for strtok -- Looking for strtok - found -- Looking for sync -- Looking for sync - found -- Looking for sysctl -- Looking for sysctl - found -- Looking for sysmp -- Looking for sysmp - not found -- Looking for vfork -- Looking for vfork - found -- Looking for vsscanf -- Looking for vsscanf - found -- Looking for writev -- Looking for writev - found -- Performing Test HAVE_DECL_KILL -- Performing Test HAVE_DECL_KILL - Success -- Performing Test HAVE_DECL_FILENO -- Performing Test HAVE_DECL_FILENO - Success -- Performing Test HAVE_PROGRAM_INVOCATION_NAME -- Performing Test HAVE_PROGRAM_INVOCATION_NAME - Success -- Found SWIG: /usr/bin/swig (found version "3.0.7") -- Found Doxygen: /usr/bin/doxygen (found version "1.8.9.1") -- Configuring done -- Generating done -- Build files have been written to: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build Scanning dependencies of target buildtimestart [ 0%] Building C object CMakeFiles/buildtimestart.dir/CMakeTmp/builddelta_start.c.o [ 0%] Linking C executable bin/buildtimestart [ 0%] Built target buildtimestart Scanning dependencies of target printtimestamp [ 0%] Building C object CMakeFiles/printtimestamp.dir/misc/CMake/test_srcs/print_timestamp.c.o [ 0%] Linking C executable bin/printtimestamp [ 0%] Built target printtimestamp Scanning dependencies of target timestamp Build Time: Sun Aug 28 12:34:18 2016 [ 0%] Built target timestamp Scanning dependencies of target PIX_LOG_cp [ 0%] Generating PIX_LOG.sentinel [ 0%] Built target PIX_LOG_cp Scanning dependencies of target utahrle [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/Runput.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/buildmap.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/cmd_name.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/colorquant.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/dither.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/float_to_exp.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/hilbert.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/inv_cmap.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_addhist.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_cp.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_error.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_getcom.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_getraw.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_getrow.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_getskip.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_global.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_hdr.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_open_f.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_putcom.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_putraw.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_putrow.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_raw_alc.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_rawrow.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/rle_row_alc.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/scanargs.c.o [ 0%] Building C object src/other/libutahrle/CMakeFiles/utahrle.dir/vaxshort.c.o [ 0%] Linking C shared library ../../../lib/libutahrle.so [ 0%] Built target utahrle Scanning dependencies of target rlesplit [ 1%] Building C object src/other/URToolkit/tools/CMakeFiles/rlesplit.dir/rlesplit.c.o [ 1%] Linking C executable ../../../../bin/rlesplit [ 1%] Built target rlesplit Scanning dependencies of target rlesortmap [ 1%] Building C object src/other/URToolkit/tools/CMakeFiles/rlesortmap.dir/rlesortmap.c.o [ 1%] Linking C executable ../../../../bin/rlesortmap [ 1%] Built target rlesortmap Scanning dependencies of target rleflip [ 1%] Building C object src/other/URToolkit/tools/CMakeFiles/rleflip.dir/rleflip.c.o [ 1%] Linking C executable ../../../../bin/rleflip [ 1%] Built target rleflip Scanning dependencies of target rleprint [ 1%] Building C object src/other/URToolkit/tools/CMakeFiles/rleprint.dir/rleprint.c.o [ 1%] Linking C executable ../../../../bin/rleprint [ 1%] Built target rleprint Scanning dependencies of target unslice [ 1%] Building C object src/other/URToolkit/tools/CMakeFiles/unslice.dir/unslice.c.o [ 1%] Linking C executable ../../../../bin/unslice [ 1%] Built target unslice Scanning dependencies of target rlecomp [ 1%] Building C object src/other/URToolkit/tools/CMakeFiles/rlecomp.dir/rlecomp.c.o [ 1%] Linking C executable ../../../../bin/rlecomp [ 1%] Built target rlecomp Scanning dependencies of target rledither [ 1%] Building C object src/other/URToolkit/tools/CMakeFiles/rledither.dir/rledither.c.o [ 1%] Linking C executable ../../../../bin/rledither [ 1%] Built target rledither Scanning dependencies of target repos [ 1%] Building C object src/other/URToolkit/tools/CMakeFiles/repos.dir/repos.c.o [ 1%] Linking C executable ../../../../bin/repos [ 1%] Built target repos Scanning dependencies of target wasatchrle [ 2%] Building C object src/other/URToolkit/cnv/CMakeFiles/wasatchrle.dir/wasatchrle.c.o [ 2%] Linking C executable ../../../../bin/wasatchrle [ 2%] Built target wasatchrle Scanning dependencies of target termlib [ 2%] Building C object src/other/libtermlib/CMakeFiles/termlib.dir/termcap.c.o [ 2%] Building C object src/other/libtermlib/CMakeFiles/termlib.dir/tgoto.c.o [ 2%] Building C object src/other/libtermlib/CMakeFiles/termlib.dir/tputs.c.o [ 2%] Linking C shared library ../../../lib/libtermlib.so [ 2%] Built target termlib Scanning dependencies of target rawtorle [ 2%] Building C object src/other/URToolkit/cnv/CMakeFiles/rawtorle.dir/rawtorle.c.o [ 3%] Linking C executable ../../../../bin/rawtorle [ 3%] Built target rawtorle Scanning dependencies of target termlib-static [ 3%] Building C object src/other/libtermlib/CMakeFiles/termlib-static.dir/termcap.c.o [ 3%] Building C object src/other/libtermlib/CMakeFiles/termlib-static.dir/tgoto.c.o [ 3%] Building C object src/other/libtermlib/CMakeFiles/termlib-static.dir/tputs.c.o [ 3%] Linking C static library ../../../lib/libtermlib.a [ 3%] Built target termlib-static Scanning dependencies of target rlegrid [ 3%] Building C object src/other/URToolkit/tools/CMakeFiles/rlegrid.dir/rlegrid.c.o [ 3%] Linking C executable ../../../../bin/rlegrid [ 3%] Built target rlegrid Scanning dependencies of target rlecat [ 3%] Building C object src/other/URToolkit/tools/CMakeFiles/rlecat.dir/rlecat.c.o [ 3%] Linking C executable ../../../../bin/rlecat [ 3%] Built target rlecat Scanning dependencies of target rlestereo [ 3%] Building C object src/other/URToolkit/tools/CMakeFiles/rlestereo.dir/rlestereo.c.o [ 3%] Linking C executable ../../../../bin/rlestereo [ 3%] Built target rlestereo Scanning dependencies of target lempar_cp [ 3%] Generating ../../../bin/lempar.c [ 3%] Built target lempar_cp Scanning dependencies of target crop [ 3%] Building C object src/other/URToolkit/tools/CMakeFiles/crop.dir/crop.c.o [ 3%] Building C object src/other/URToolkit/tools/CMakeFiles/crop.dir/rle_box.c.o [ 3%] Linking C executable ../../../../bin/crop [ 3%] Built target crop Scanning dependencies of target cubitorle [ 3%] Building C object src/other/URToolkit/cnv/CMakeFiles/cubitorle.dir/cubitorle.c.o [ 3%] Linking C executable ../../../../bin/cubitorle [ 3%] Built target cubitorle Scanning dependencies of target rleccube [ 3%] Building C object src/other/URToolkit/tools/CMakeFiles/rleccube.dir/rleccube.c.o [ 3%] Linking C executable ../../../../bin/rleccube [ 3%] Built target rleccube Scanning dependencies of target rlehdr [ 3%] Building C object src/other/URToolkit/tools/CMakeFiles/rlehdr.dir/rlehdr.c.o [ 3%] Linking C executable ../../../../bin/rlehdr [ 3%] Built target rlehdr Scanning dependencies of target rletovcr [ 3%] Building C object src/other/URToolkit/cnv/CMakeFiles/rletovcr.dir/rletovcr.c.o [ 3%] Linking C executable ../../../../bin/rletovcr [ 3%] Built target rletovcr Scanning dependencies of target tcl [ 3%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/regcomp.c.o [ 3%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/regexec.c.o [ 3%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/regfree.c.o [ 3%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/regerror.c.o [ 3%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclAlloc.c.o [ 3%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclAsync.c.o [ 3%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclBasic.c.o [ 3%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclBinary.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclCkalloc.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclClock.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclCmdAH.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclCmdIL.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclCmdMZ.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclCompCmds.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclCompExpr.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclCompile.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclConfig.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclDate.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclDictObj.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclEncoding.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclEnv.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclEvent.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclExecute.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclFCmd.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclFileName.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclGet.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclHash.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclHistory.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclIndexObj.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclInterp.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclIO.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclIOCmd.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclIOGT.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclIOSock.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclIOUtil.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclIORChan.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclLink.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclListObj.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclLiteral.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclLoad.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclMain.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclNamesp.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclNotify.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclObj.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclPanic.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclParse.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclPathObj.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclPipe.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclPkg.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclPkgConfig.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclPosixStr.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclPreserve.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclProc.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclRegexp.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclResolve.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclResult.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclScan.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclStubInit.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclStringObj.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclStrToD.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclTest.c.o [ 4%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclTestObj.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclTestProcBodyObj.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclThread.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclThreadAlloc.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclThreadJoin.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclThreadStorage.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclThreadTest.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclTimer.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclTrace.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclUtf.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclUtil.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclVar.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclUniData.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclTomMathInterface.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bncore.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_reverse.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_fast_s_mp_mul_digs.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_fast_s_mp_sqr.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_add.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_add_d.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_and.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_clamp.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_clear.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_clear_multi.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_cmp.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_cmp_d.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_cmp_mag.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_copy.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_count_bits.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_div.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_div_d.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_div_2.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_div_2d.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_div_3.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_exch.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_expt_d.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_grow.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_init.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_init_copy.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_init_multi.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_init_set.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_init_size.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_karatsuba_mul.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_karatsuba_sqr.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_lshd.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_mod.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_mod_2d.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_mul.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_mul_2.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_mul_2d.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_mul_d.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_neg.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_or.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_radix_size.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_radix_smap.c.o [ 5%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_read_radix.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_rshd.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_set.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_shrink.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_sqr.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_sqrt.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_sub.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_sub_d.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_to_unsigned_bin.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_to_unsigned_bin_n.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_toom_mul.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_toom_sqr.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_toradix_n.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_unsigned_bin_size.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_xor.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_mp_zero.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_s_mp_add.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_s_mp_mul_digs.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_s_mp_sqr.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/libtommath/bn_s_mp_sub.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/generic/tclStubLib.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclUnixNotfy.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclUnixChan.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclUnixEvent.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclUnixFCmd.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclUnixFile.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclUnixPipe.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclUnixSock.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclUnixTest.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclUnixThrd.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclUnixTime.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclUnixInit.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclUnixCompat.c.o [ 6%] Building C object src/other/tcl/CMakeFiles/tcl.dir/unix/tclLoadDl.c.o [ 6%] Linking C shared library ../../../lib/libtcl.so [ 6%] Built target tcl Scanning dependencies of target libbu [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/affinity.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/argv.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/avs.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/backtrace.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/badmagic.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/basename.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/bitv.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/bomb.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/booleanize.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/brlcad_path.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/cmd.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/cmdhist.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/color.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/convert.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/crashreport.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/ctype.c.o [ 6%] Building C object src/libbu/CMakeFiles/libbu.dir/dirent.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/dirname.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/date-time.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/dlfcn.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/endian.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/escape.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/fchmod.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/fgets.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/file.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/fnmatch.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/getcwd.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/gethostname.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/getopt.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/globals.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/hash.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/heap.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/hist.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/hook.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/htond.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/htonf.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/interrupt.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/kill.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/lex.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/linebuf.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/list.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/log.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/magic.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/malloc.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/mappedfile.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/mappedfile.c: In function ‘bu_open_mapped_file’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/mappedfile.c:111:14: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("bu_open_mapped_file(%s) WARNING: File size changed from %ld to %ld, opening new version.\n", real_path, mp->buflen, sb.st_size); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/mappedfile.c: In function ‘bu_pr_mapped_file’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/mappedfile.c:353:12: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘size_t {aka const unsigned int}’ [-Wformat=] bu_log("%p mapped_file %s %p len=%ld mapped=%d, uses=%d %s\n", ^ [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/mread.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/observer.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/parallel.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/parse.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c: In function ‘bu_struct_print’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c:1277:14: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("\t%s=\"%V\"\n", sdp->sp_name, vls); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c:1277:14: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c: In function ‘bu_vls_struct_print’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c:1532:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(vls, "%s=\"%V\"", sdp->sp_name, vls_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c:1532:26: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c: In function ‘bu_vls_struct_print2’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c:1661:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(vls_out, "\t%s=\"%V\"\n", sdp->sp_name, vls); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c:1661:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c: In function ‘bu_structparse_argv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c:2598:8: warning: unknown conversion type character ‘V’ in format [-Wformat=] "not enough values for \"%V\" argument: should be %zu", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c:2598:8: warning: format ‘%zu’ expects argument of type ‘size_t’, but argument 3 has type ‘const char * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/parse.c:2598:8: warning: too many arguments for format [-Wformat-extra-args] [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/printb.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/process.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/progname.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/ptbl.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/quote.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/rb_create.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/rb_delete.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/rb_diag.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/rb_diag.c: In function ‘bu_rb_summarize_tree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/rb_diag.c:107:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘int (*)()’ [-Wformat=] bu_log("%-3d <%p> %c <%p> <%p> <%p>\n", ^ [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/rb_extreme.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/rb_free.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/rb_insert.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/rb_order_stats.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/rb_rotate.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/rb_search.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/rb_walk.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/realpath.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/semaphore.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/simd.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/sscanf.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/str.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/tcl.c.o [ 7%] Building C object src/libbu/CMakeFiles/libbu.dir/temp.c.o [ 7%] Building CXX object src/libbu/CMakeFiles/libbu.dir/thread.cpp.o [ 8%] Building C object src/libbu/CMakeFiles/libbu.dir/timer.c.o [ 8%] Building C object src/libbu/CMakeFiles/libbu.dir/units.c.o [ 8%] Building C object src/libbu/CMakeFiles/libbu.dir/vers.c.o [ 8%] Building C object src/libbu/CMakeFiles/libbu.dir/vfont.c.o [ 8%] Building C object src/libbu/CMakeFiles/libbu.dir/vlb.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/vlb.c: In function ‘bu_pr_vlb’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/vlb.c:153:12: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("%V", &v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/vlb.c:153:12: warning: too many arguments for format [-Wformat-extra-args] [ 8%] Building C object src/libbu/CMakeFiles/libbu.dir/vls.c.o [ 8%] Building C object src/libbu/CMakeFiles/libbu.dir/vls_vprintf.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/vls_vprintf.c: In function ‘bu_vls_vprintf’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/vls_vprintf.c:554:23: warning: format ‘%o’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘int *’ [-Wformat=] bu_sscanf(fp, "%o", &f.fieldlen); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/vls_vprintf.c:561:23: warning: format ‘%o’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘int *’ [-Wformat=] bu_sscanf(fp, "%o", &f.precision); ^ [ 8%] Building C object src/libbu/CMakeFiles/libbu.dir/whereis.c.o [ 8%] Building C object src/libbu/CMakeFiles/libbu.dir/which.c.o [ 8%] Building C object src/libbu/CMakeFiles/libbu.dir/xdr.c.o [ 8%] Linking CXX shared library ../../lib/libbu.so [ 8%] Built target libbu Scanning dependencies of target libpkg [ 8%] Building C object src/libpkg/CMakeFiles/libpkg.dir/pkg.c.o [ 8%] Building C object src/libpkg/CMakeFiles/libpkg.dir/tcl.c.o [ 8%] Building C object src/libpkg/CMakeFiles/libpkg.dir/vers.c.o [ 8%] Linking C shared library ../../lib/libpkg.so [ 8%] Built target libpkg Scanning dependencies of target pkg_test_client [ 8%] Building C object src/libpkg/example/CMakeFiles/pkg_test_client.dir/client.c.o [ 8%] Linking C executable pkg_test_client [ 8%] Built target pkg_test_client Scanning dependencies of target libbn [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/anim.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/axis.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/complex.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/font.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/globals.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/list.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/marker.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/mat.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/msr.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/multipoly.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/noise.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/plane.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/plot3.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/poly.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/qmath.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/rand.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/randmt.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/scale.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/sphmap.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/symbol.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/tabdata.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/tcl.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/tplot.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/tri_tri.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/ulp.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/vectfont.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/vector.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/vers.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/vert_tree.c.o [ 8%] Building C object src/libbn/CMakeFiles/libbn.dir/wavelet.c.o [ 8%] Linking C shared library ../../lib/libbn.so [ 8%] Built target libbn Scanning dependencies of target pixhist3d-plot3 [ 8%] Building C object src/util/CMakeFiles/pixhist3d-plot3.dir/pixhist3d-plot3.c.o [ 8%] Linking C executable ../../bin/pixhist3d-plot3 [ 8%] Built target pixhist3d-plot3 Scanning dependencies of target pixfilter [ 8%] Building C object src/util/CMakeFiles/pixfilter.dir/pixfilter.c.o [ 8%] Linking C executable ../../bin/pixfilter [ 8%] Built target pixfilter Scanning dependencies of target tkstub [ 8%] Building C object src/other/tk/CMakeFiles/tkstub.dir/generic/tkStubInit.c.o [ 8%] Building C object src/other/tk/CMakeFiles/tkstub.dir/generic/tkStubLib.c.o [ 8%] Building C object src/other/tk/CMakeFiles/tkstub.dir/generic/ttk/ttkStubInit.c.o [ 8%] Building C object src/other/tk/CMakeFiles/tkstub.dir/generic/ttk/ttkStubLib.c.o [ 8%] Linking C static library ../../../lib/libtkstub.a [ 8%] Built target tkstub Scanning dependencies of target tclstub [ 8%] Building C object src/other/tcl/CMakeFiles/tclstub.dir/generic/tclStubLib.c.o [ 8%] Linking C static library ../../../lib/libtclstub.a [ 8%] Built target tclstub Scanning dependencies of target tk [ 8%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tk3d.c.o [ 8%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkArgv.c.o [ 8%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkAtom.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkBind.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkBitmap.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkButton.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkCanvArc.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkCanvBmap.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkCanvImg.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkCanvLine.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkCanvPoly.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkCanvPs.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkCanvText.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkCanvUtil.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkCanvWind.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkCanvas.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkClipboard.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkCmds.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkColor.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkConfig.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkConsole.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkCursor.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkEntry.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkError.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkEvent.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkFocus.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkFont.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkFrame.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkGC.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkGeometry.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkGet.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkGrab.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkGrid.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkImage.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkImgBmap.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkImgGIF.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkImgPPM.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkImgPhoto.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkListbox.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkMain.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkMenu.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkMenuDraw.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkMenubutton.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkMessage.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkObj.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkOldConfig.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkOption.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkPack.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkPanedWindow.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkPlace.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkRectOval.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkScale.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkScrollbar.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkSelect.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkStubInit.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkStyle.c.o [ 9%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkText.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkTextBTree.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkTextDisp.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkTextImage.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkTextIndex.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkTextMark.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkTextTag.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkTextWind.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkTrig.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkUndo.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkUtil.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkVisual.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/tkWindow.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkBlink.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkButton.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkCache.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkClamTheme.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkClassicTheme.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkDefaultTheme.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkElements.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkEntry.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkFrame.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkImage.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkInit.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkLabel.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkLayout.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkManager.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkNotebook.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkPanedwindow.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkProgress.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkScale.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkScrollbar.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkScroll.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkSeparator.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkSquare.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkState.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkStubInit.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkStubLib.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkTagSet.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkTheme.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkTrace.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkTrack.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkTreeview.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/generic/ttk/ttkWidget.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnix.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnix3d.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixButton.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixColor.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixConfig.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixCursor.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixDraw.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixEmbed.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixEvent.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixFocus.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixInit.c.o [ 10%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixKey.c.o [ 11%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixMenu.c.o [ 11%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixMenubu.c.o [ 11%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixScale.c.o [ 11%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixScrlbr.c.o [ 11%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixSelect.c.o [ 11%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixSend.c.o [ 11%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixWm.c.o [ 11%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixXId.c.o [ 11%] Building C object src/other/tk/CMakeFiles/tk.dir/unix/tkUnixRFont.c.o [ 11%] Linking C shared library ../../../lib/libtk.so [ 11%] Built target tk Scanning dependencies of target libfb [ 11%] Building C object src/libfb/CMakeFiles/libfb.dir/if_X.c.o [ 11%] Building C object src/libfb/CMakeFiles/libfb.dir/if_X24.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_X24.c: In function ‘X24_getmem’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_X24.c:2063:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] fb_log("if_X24: Unable to allocate %d bytes of backing \ ^ [ 11%] Building C object src/libfb/CMakeFiles/libfb.dir/if_ogl.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_ogl.c: In function ‘ogl_getmem’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_ogl.c:592:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘char *’ [-Wformat=] fb_log("ogl_getmem: shmat returned x%x, errno=%d\n", sp, errno); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_ogl.c: In function ‘ogl_help’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_ogl.c:2253:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ [-Wformat=] fb_log("\tRGB Masks: 0x%x 0x%x 0x%x\n", visual->red_mask, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_ogl.c:2253:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_ogl.c:2253:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_ogl.c:2258:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ [-Wformat=] fb_log("\tRGB Masks: 0x%x 0x%x 0x%x\n", visual->red_mask, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_ogl.c:2258:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_ogl.c:2258:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] [ 11%] Building C object src/libfb/CMakeFiles/libfb.dir/if_tk.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_tk.c: In function ‘tk_getview’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_tk.c:406:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘int *’ [-Wformat=] fb_log("fb_getview(0x%lx, 0x%x, 0x%x, 0x%x, 0x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_tk.c:406:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_tk.c:406:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_tk.c:406:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_tk.c: In function ‘tk_setcursor’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_tk.c:419:12: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘const unsigned char *’ [-Wformat=] fb_log("fb_setcursor(0x%lx, 0x%lx, %d, %d, %d, %d)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_tk.c: In function ‘tk_getcursor’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_tk.c:439:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘int *’ [-Wformat=] fb_log("fb_getcursor(0x%lx, 0x%x, 0x%x, 0x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_tk.c:439:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_tk.c:439:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘int *’ [-Wformat=] [ 11%] Building C object src/libfb/CMakeFiles/libfb.dir/asize.c.o [ 11%] Building C object src/libfb/CMakeFiles/libfb.dir/fb_generic.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_generic.c: In function ‘fb_open’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_generic.c:55:12: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘unsigned int’ [-Wformat=] fb_log("\"%s\"(%d) : allocation of %lu bytes failed.\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_generic.c:157:2: note: in expansion of macro ‘Malloc_Bomb’ Malloc_Bomb(sizeof(FBIO)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_generic.c:55:12: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t {aka unsigned int}’ [-Wformat=] fb_log("\"%s\"(%d) : allocation of %lu bytes failed.\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_generic.c:219:2: note: in expansion of macro ‘Malloc_Bomb’ Malloc_Bomb(strlen(file) + 1); ^ [ 11%] Building C object src/libfb/CMakeFiles/libfb.dir/fb_log.c.o [ 11%] Building C object src/libfb/CMakeFiles/libfb.dir/fb_obj.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_obj.c: In function ‘fbo_rect_tcl’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_obj.c:631:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("fb_rect: bad xmin value - %s", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_obj.c:637:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("fb_rect: bad ymin value - %s", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_obj.c: In function ‘fbo_open_tcl’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_obj.c:823:10: warning: too many arguments for format [-Wformat-extra-args] bu_log("fb_open: bad option - %s", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_obj.c:830:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("fb_open: bad device - %s", argv[2], (char *)NULL); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_obj.c:835:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("fb_open: fb_ioinit() failed.", (char *) NULL); ^ [ 12%] Building C object src/libfb/CMakeFiles/libfb.dir/fb_paged_io.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_paged_io.c: In function ‘fb_tell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_paged_io.c:186:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘int *’ [-Wformat=] fb_log("fb_tell(%p, 0x%x, 0x%x) => (%4d, %4d)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fb_paged_io.c:186:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘int *’ [-Wformat=] [ 12%] Building C object src/libfb/CMakeFiles/libfb.dir/fb_rect.c.o [ 12%] Building C object src/libfb/CMakeFiles/libfb.dir/fb_util.c.o [ 12%] Building C object src/libfb/CMakeFiles/libfb.dir/fbserv_obj.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fbserv_obj.c: In function ‘setup_socket’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/fbserv_obj.c:146:9: warning: ISO C does not support the ‘%m’ gnu_printf format [-Wformat=] bu_log("setsockopt (SO_KEEPALIVE): %m"); ^ [ 12%] Building C object src/libfb/CMakeFiles/libfb.dir/if_debug.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c: In function ‘deb_read’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c:99:12: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘size_t {aka unsigned int}’ [-Wformat=] fb_log("fb_read(%p, %4d, %4d, %p, %lu)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c: In function ‘deb_write’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c:112:12: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘void *’ [-Wformat=] fb_log("fb_write(%p, %4d, %4d, 0x%lx, %ld)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c: In function ‘deb_getview’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c:186:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘int *’ [-Wformat=] fb_log("fb_getview(%p, 0x%x, 0x%x, 0x%x, 0x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c:186:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c:186:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c:186:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c: In function ‘deb_setcursor’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c:199:12: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘const unsigned char *’ [-Wformat=] fb_log("fb_setcursor(%p, 0x%lx, %d, %d, %d, %d)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c: In function ‘deb_getcursor’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c:219:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘int *’ [-Wformat=] fb_log("fb_getcursor(%p, 0x%x, 0x%x, 0x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c:219:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_debug.c:219:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘int *’ [-Wformat=] [ 12%] Building C object src/libfb/CMakeFiles/libfb.dir/if_disk.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_disk.c: In function ‘dsk_read’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_disk.c:188:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Wformat=] fb_log("disk_buffer_read : seek to %ld failed.\n", dest); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_disk.c:208:10: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t {aka unsigned int}’ [-Wformat=] fb_log("disk_buffer_read(fd=%d): y=%d read of %lu got %ld bytes\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_disk.c:208:10: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘ssize_t {aka int}’ [-Wformat=] [ 12%] Building C object src/libfb/CMakeFiles/libfb.dir/if_mem.c.o [ 12%] Building C object src/libfb/CMakeFiles/libfb.dir/if_null.c.o [ 12%] Building C object src/libfb/CMakeFiles/libfb.dir/if_remote.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_remote.c: In function ‘rem_read’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_remote.c:370:9: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Wformat=] fb_log("rem_read: read %lu at <%d, %d> failed, ret=%ld.\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/if_remote.c:370:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘ssize_t {aka int}’ [-Wformat=] [ 12%] Building C object src/libfb/CMakeFiles/libfb.dir/if_stack.c.o [ 12%] Building C object src/libfb/CMakeFiles/libfb.dir/tcl.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/tcl.c: In function ‘fb_cmd_common_file_size’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libfb/tcl.c:390:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("wrong #args: should be \" fileName [#bytes/pixel]\"", argv[0]); ^ [ 12%] Building C object src/libfb/CMakeFiles/libfb.dir/vers.c.o [ 12%] Linking C shared library ../../lib/libfb.so [ 12%] Built target libfb Scanning dependencies of target pixhist3d [ 12%] Building C object src/util/CMakeFiles/pixhist3d.dir/pixhist3d.c.o [ 12%] Linking C executable ../../bin/pixhist3d [ 12%] Built target pixhist3d Scanning dependencies of target pixscale [ 12%] Building C object src/util/CMakeFiles/pixscale.dir/pixscale.c.o [ 12%] Linking C executable ../../bin/pixscale [ 12%] Built target pixscale Scanning dependencies of target pixinterp2x [ 12%] Building C object src/util/CMakeFiles/pixinterp2x.dir/pixinterp2x.c.o [ 12%] Linking C executable ../../bin/pixinterp2x [ 12%] Built target pixinterp2x Scanning dependencies of target pixmorph [ 12%] Building C object src/util/CMakeFiles/pixmorph.dir/pixmorph.c.o [ 12%] Linking C executable ../../bin/pixmorph [ 12%] Built target pixmorph Scanning dependencies of target pixpaste [ 12%] Building C object src/util/CMakeFiles/pixpaste.dir/pixpaste.c.o [ 12%] Linking C executable ../../bin/pixpaste [ 12%] Built target pixpaste Scanning dependencies of target pixmerge [ 12%] Building C object src/util/CMakeFiles/pixmerge.dir/pixmerge.c.o [ 12%] Linking C executable ../../bin/pixmerge [ 12%] Built target pixmerge Scanning dependencies of target libicv [ 12%] Building C object src/libicv/CMakeFiles/libicv.dir/fileformat.c.o [ 12%] Building C object src/libicv/CMakeFiles/libicv.dir/rot.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libicv/rot.c: In function ‘icv_rot’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libicv/rot.c:356:11: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("ERROR: %s can't seek on output (ofp=%p, outbyte=%zd)\n", argv[0], (void *)ofp, outbyte); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libicv/rot.c:386:11: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("ERROR: %s can't seek on output (ofp=%p, outbyte=%zd)\n", argv[0], (void *)ofp, outbyte); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libicv/rot.c:408:11: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("ERROR: %s can't seek on output (ofp=%p, outbyte=%zd)\n", argv[0], (void *)ofp, outbyte); ^ [ 12%] Building C object src/libicv/CMakeFiles/libicv.dir/color_space.c.o [ 12%] Building C object src/libicv/CMakeFiles/libicv.dir/crop.c.o [ 12%] Building C object src/libicv/CMakeFiles/libicv.dir/filter.c.o [ 12%] Building C object src/libicv/CMakeFiles/libicv.dir/encoding.c.o [ 12%] Building C object src/libicv/CMakeFiles/libicv.dir/operations.c.o [ 12%] Building C object src/libicv/CMakeFiles/libicv.dir/stat.c.o [ 12%] Building C object src/libicv/CMakeFiles/libicv.dir/decimate.c.o [ 12%] Building C object src/libicv/CMakeFiles/libicv.dir/pix.c.o [ 12%] Building C object src/libicv/CMakeFiles/libicv.dir/bw.c.o [ 12%] Building C object src/libicv/CMakeFiles/libicv.dir/dpix.c.o [ 12%] Linking C shared library ../../lib/libicv.so [ 12%] Built target libicv Scanning dependencies of target pixrect [ 12%] Building C object src/util/CMakeFiles/pixrect.dir/pixrect.c.o [ 12%] Linking C executable ../../bin/pixrect [ 12%] Built target pixrect Scanning dependencies of target pixsaturate [ 12%] Building C object src/util/CMakeFiles/pixsaturate.dir/pixsaturate.c.o [ 12%] Linking C executable ../../bin/pixsaturate [ 12%] Built target pixsaturate Scanning dependencies of target pixsubst [ 12%] Building C object src/util/CMakeFiles/pixsubst.dir/pixsubst.c.o [ 12%] Linking C executable ../../bin/pixsubst [ 12%] Built target pixsubst Scanning dependencies of target pixtile [ 12%] Building C object src/util/CMakeFiles/pixtile.dir/pixtile.c.o [ 12%] Linking C executable ../../bin/pixtile [ 12%] Built target pixtile Scanning dependencies of target openNURBS [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_basic.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_brep_changesrf.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_brep_kinky.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_x.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_3dm_attributes.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_3dm_properties.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_3dm_settings.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_annotation.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_annotation2.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_arc.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_arccurve.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_archive.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_array.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_base32.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_base64.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_beam.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_bezier.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_beziervolume.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_bitmap.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_bounding_box.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_box.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_brep.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_brep_extrude.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_brep_io.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_brep_isvalid.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_brep_region.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_brep_tools.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_brep_v2valid.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_circle.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_color.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_compress.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_cone.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_crc.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_curve.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_curveonsurface.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_curveproxy.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_cylinder.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_defines.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_detail.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_dimstyle.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_dll.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_ellipse.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_embedded_file.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_error.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_error_message.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_evaluate_nurbs.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_extensions.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_font.cpp.o [ 12%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_fsp.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_geometry.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_group.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_hatch.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_instance.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_intersect.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_knot.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_layer.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_light.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_line.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_linecurve.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_linetype.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_lookup.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_material.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_math.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_massprop.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_matrix.cpp.o [ 13%] Building C object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_memory.c.o [ 13%] Building C object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_memory_util.c.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_mesh.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_mesh_ngon.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_mesh_tools.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_morph.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_nurbscurve.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_nurbssurface.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_nurbsvolume.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_object.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_object_history.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_objref.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_offsetsurface.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_optimize.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_plane.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_planesurface.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_pluginlist.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_point.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_pointcloud.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_pointgeometry.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_pointgrid.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_polycurve.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_polyedgecurve.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_polyline.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_polylinecurve.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_rand.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_revsurface.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_rtree.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_sort.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_sphere.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_string.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_sum.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_sumsurface.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_surface.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_surfaceproxy.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_textlog.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_torus.cpp.o [ 13%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_unicode.cpp.o [ 14%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_userdata.cpp.o [ 14%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_uuid.cpp.o [ 14%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_viewport.cpp.o [ 14%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_workspace.cpp.o [ 14%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_wstring.cpp.o [ 14%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_xform.cpp.o [ 14%] Building CXX object src/other/openNURBS/CMakeFiles/openNURBS.dir/opennurbs_zlib.cpp.o [ 14%] Linking CXX shared library ../../../lib/libopenNURBS.so [ 14%] Built target openNURBS Scanning dependencies of target libbrep [ 14%] Building CXX object src/libbrep/CMakeFiles/libbrep.dir/boolean.cpp.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp: In function ‘int split_trimmed_face(ON_SimpleArray&, const TrimmedFace*, ON_ClassArray&)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp:813:98: warning: ISO C++98 does not support the ‘%lf’ gnu_printf format [-Wformat=] bu_log("Domain: [%lf, %lf]\n", curve_on_loop->Domain().Min(), curve_on_loop->Domain().Max()); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp:813:98: warning: ISO C++98 does not support the ‘%lf’ gnu_printf format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp:814:40: warning: ISO C++98 does not support the ‘%lf’ gnu_printf format [-Wformat=] bu_log("m_t: %lf\n", isect_pt.m_t); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp: In function ‘int ON_Boolean(ON_Brep*, const ON_Brep*, const ON_Brep*, op_type)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp:1606:55: warning: format ‘%p’ expects argument of type ‘void*’, but argument 2 has type ‘TrimmedFace*’ [-Wformat=] bu_log("\nFace[%p]'s neighbors:", trimmedfaces[i][j]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp:1608:55: warning: format ‘%p’ expects argument of type ‘void*’, but argument 2 has type ‘TrimmedFace*’ [-Wformat=] bu_log(" %p", trimmedfaces[i][j]->m_neighbors[k]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp:1614:68: warning: format ‘%p’ expects argument of type ‘void*’, but argument 2 has type ‘TrimmedFace*’ [-Wformat=] bu_log("\nFace[%p]'s neighbors:", trimmedfaces[facecount1 + i][j]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp:1616:68: warning: format ‘%p’ expects argument of type ‘void*’, but argument 2 has type ‘TrimmedFace*’ [-Wformat=] bu_log(" %p", trimmedfaces[facecount1 + i][j]->m_neighbors[k]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp:1737:55: warning: format ‘%p’ expects argument of type ‘void*’, but argument 2 has type ‘TrimmedFace*’ [-Wformat=] bu_log("\nFace[%p]'s neighbors:", trimmedfaces[i][j]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp:1739:55: warning: format ‘%p’ expects argument of type ‘void*’, but argument 2 has type ‘TrimmedFace*’ [-Wformat=] bu_log(" %p", trimmedfaces[i][j]->m_neighbors[k]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp: In function ‘int get_subcurve_inside_faces(const ON_Brep*, const ON_Brep*, int, int, ON_SSX_EVENT*)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp:420:1: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] get_subcurve_inside_faces(const ON_Brep* brep1, const ON_Brep* brep2, int fi1, int fi2, ON_SSX_EVENT* Event) ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp:420:1: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array.h:1788:0, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs.h:49, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/include/brep.h:44, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/boolean.cpp:38: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array_defs.h:396:3: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array_defs.h:396:3: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || ^ [ 14%] Building CXX object src/libbrep/CMakeFiles/libbrep.dir/intersect.cpp.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/intersect.cpp: In function ‘int ON_Intersect(const ON_Surface*, const ON_Surface*, ON_ClassArray&, double, double, double, const ON_Interval*, const ON_Interval*, const ON_Interval*, const ON_Interval*, Subsurface*, Subsurface*)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/intersect.cpp:3104:34: warning: ISO C++98 does not support the ‘%lf’ gnu_printf format [-Wformat=] bu_log("max_dis: %lf\n", max_dis); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/intersect.cpp:3105:38: warning: ISO C++98 does not support the ‘%lf’ gnu_printf format [-Wformat=] bu_log("max_dis_u: %lf\n", max_dis_u); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/intersect.cpp:3106:38: warning: ISO C++98 does not support the ‘%lf’ gnu_printf format [-Wformat=] bu_log("max_dis_v: %lf\n", max_dis_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/intersect.cpp:3107:38: warning: ISO C++98 does not support the ‘%lf’ gnu_printf format [-Wformat=] bu_log("max_dis_s: %lf\n", max_dis_s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/intersect.cpp:3108:38: warning: ISO C++98 does not support the ‘%lf’ gnu_printf format [-Wformat=] bu_log("max_dis_t: %lf\n", max_dis_t); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/intersect.cpp:2275:1: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] ON_Intersect(const ON_Surface* surfA, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/intersect.cpp:2275:1: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/intersect.cpp:2275:1: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/intersect.cpp:2275:1: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array.h:1788:0, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs.h:49, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/include/brep.h:44, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/intersect.cpp:36: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array_defs.h:396:3: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array_defs.h:396:3: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array_defs.h:396:3: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array_defs.h:396:3: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || ^ [ 14%] Building CXX object src/libbrep/CMakeFiles/libbrep.dir/libbrep_brep_tools.cpp.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/libbrep_brep_tools.cpp: In function ‘bool ON_Surface_Quad_Split(const ON_Surface*, const ON_Interval&, const ON_Interval&, double, double, ON_Surface**, ON_Surface**, ON_Surface**, ON_Surface**)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/libbrep_brep_tools.cpp:323:143: warning: format ‘%p’ expects argument of type ‘void*’, but argument 2 has type ‘ON_Surface*’ [-Wformat=] bu_log("ON_Surface_Quad_Split was supplied non-NULL surfaces as output targets: q0: %p, q1: %p, q2: %p, q3: %p\n", (*q0), (*q1), (*q2), (*q3)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/libbrep_brep_tools.cpp:323:143: warning: format ‘%p’ expects argument of type ‘void*’, but argument 3 has type ‘ON_Surface*’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/libbrep_brep_tools.cpp:323:143: warning: format ‘%p’ expects argument of type ‘void*’, but argument 4 has type ‘ON_Surface*’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/libbrep_brep_tools.cpp:323:143: warning: format ‘%p’ expects argument of type ‘void*’, but argument 5 has type ‘ON_Surface*’ [-Wformat=] [ 14%] Building CXX object src/libbrep/CMakeFiles/libbrep.dir/opennurbs_ext.cpp.o [ 14%] Building CXX object src/libbrep/CMakeFiles/libbrep.dir/px_event.cpp.o [ 14%] Building CXX object src/libbrep/CMakeFiles/libbrep.dir/PullbackCurve.cpp.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/PullbackCurve.cpp: In function ‘ON_Curve* pullback_curve(const brlcad::SurfaceTree*, const ON_Curve*, double, double)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/PullbackCurve.cpp:2371:81: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if (!st->getSurfacePoint((const ON_3dPoint&)p, uv, (const ON_3dPoint&)from) > 0) { ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbrep/PullbackCurve.cpp:2394:78: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if (!st->getSurfacePoint((const ON_3dPoint&)p, uv, (const ON_3dPoint&)from) > 0) { ^ [ 14%] Building CXX object src/libbrep/CMakeFiles/libbrep.dir/ssx_event.cpp.o [ 14%] Linking CXX shared library ../../lib/libbrep.so [ 14%] Built target libbrep Scanning dependencies of target p2t [ 14%] Building CXX object src/other/poly2tri/CMakeFiles/p2t.dir/poly2tri/common/shapes.cc.o [ 14%] Building CXX object src/other/poly2tri/CMakeFiles/p2t.dir/poly2tri/common/utils.cc.o [ 14%] Building CXX object src/other/poly2tri/CMakeFiles/p2t.dir/poly2tri/sweep/advancing_front.cc.o [ 14%] Building CXX object src/other/poly2tri/CMakeFiles/p2t.dir/poly2tri/sweep/cdt.cc.o [ 14%] Building CXX object src/other/poly2tri/CMakeFiles/p2t.dir/poly2tri/sweep/sweep_context.cc.o [ 14%] Building CXX object src/other/poly2tri/CMakeFiles/p2t.dir/poly2tri/sweep/sweep.cc.o [ 14%] Linking CXX shared library ../../../lib/libp2t.so [ 14%] Built target p2t Scanning dependencies of target libgdiam [ 14%] Building CXX object src/other/libgdiam/CMakeFiles/libgdiam.dir/gdiam.cpp.o [ 14%] Linking CXX shared library ../../../lib/libgdiam.so [ 14%] Built target libgdiam Scanning dependencies of target libvds [ 14%] Building C object src/other/libvds/CMakeFiles/libvds.dir/build.c.o [ 14%] Building C object src/other/libvds/CMakeFiles/libvds.dir/cluster.c.o [ 14%] Building C object src/other/libvds/CMakeFiles/libvds.dir/dynamic.c.o [ 14%] Building C object src/other/libvds/CMakeFiles/libvds.dir/render.c.o [ 15%] Building C object src/other/libvds/CMakeFiles/libvds.dir/util.c.o [ 15%] Building C object src/other/libvds/CMakeFiles/libvds.dir/file.c.o [ 15%] Linking C shared library ../../../lib/libvds.so [ 15%] Built target libvds Scanning dependencies of target librt [ 15%] Building C object src/librt/CMakeFiles/librt.dir/attributes.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/attributes.c: In function ‘db5_replace_attributes’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/attributes.c:176:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_log("db5_replace_attributes(%s) dbip=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/attributes.c: In function ‘db5_update_attributes’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/attributes.c:239:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_log("db5_update_attributes(%s) dbip=x%x\n", ^ [ 15%] Building C object src/librt/CMakeFiles/librt.dir/bbox.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/bbox.c: In function ‘rt_bound_tree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/bbox.c:69:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const union tree *’ [-Wformat=] bu_log("rt_bound_tree(x%x): unknown op=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/bbox.c: In function ‘rt_traverse_tree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/bbox.c:286:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const union tree *’ [-Wformat=] bu_log("rt_traverse_tree(x%x): unknown op=x%x\n", tp, (unsigned int)(tp->tr_op)); ^ [ 15%] Building C object src/librt/CMakeFiles/librt.dir/bezier_2d_isect.c.o [ 15%] Building C object src/librt/CMakeFiles/librt.dir/binunif/binunif.c.o [ 15%] Building C object src/librt/CMakeFiles/librt.dir/binunif/db5_bin.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/binunif/db5_bin.c: In function ‘rt_binunif_dump’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/binunif/db5_bin.c:218:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_binunif_internal *’ [-Wformat=] bu_log("rt_bin_unif_internal <%x>...\n", bip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/binunif/db5_bin.c:220:12: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log(" count = %ld first = 0x%02x", bip->count, ^ [ 15%] Building C object src/librt/CMakeFiles/librt.dir/bool.c.o [ 15%] Building C object src/librt/CMakeFiles/librt.dir/bundle.c.o [ 15%] Building C object src/librt/CMakeFiles/librt.dir/cmd.c.o [ 15%] Building C object src/librt/CMakeFiles/librt.dir/comb/comb.c.o [ 15%] Building CXX object src/librt/CMakeFiles/librt.dir/comb/comb_brep.cpp.o [ 15%] Building C object src/librt/CMakeFiles/librt.dir/comb/comb_mirror.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/comb/db_comb.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/constraint.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/cut.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/cut.c: In function ‘rt_pr_cut’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/cut.c:1794:10: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log(" %s, %ld pieces: ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/cut.c: In function ‘rt_pr_cut_info’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/cut.c:2099:12: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘size_t {aka const unsigned int}’ [-Wformat=] bu_log("%s %s: %d nu, %d cut, %d box (%ld empty)\n", ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db5_alloc.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c: In function ‘db5_realloc’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c:105:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("db5_realloc(%s) dbip=%p, dp=%p, ext_nbytes=%ld\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c:174:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db5_realloc(%s) releasing storage at x%x, len=%zu\n", dp->d_namep, dp->d_addr, dp->d_len); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c:191:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db5_realloc(%s) obtained free block at x%x, len=%zu\n", dp->d_namep, mmp->m_addr, mmp->m_size); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c:205:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db5_realloc(%s) returning surplus at x%x, len=%zu\n", dp->d_namep, dp->d_addr, dp->d_len); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c:214:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db5_realloc(%s) utilizing free block at addr=x%x, len=%zu\n", dp->d_namep, dp->d_addr, dp->d_len); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c:225:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db5_realloc(%s) extending database addr=x%x, len=%zu\n", dp->d_namep, dp->d_addr, dp->d_len); ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db5_io.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c: In function ‘db5_get_raw_internal_ptr’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:259:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("db5_get_raw_internal_ptr(): object_length=%ld is too short, database is corrupted\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c: In function ‘db5_get_raw_internal_fp’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:358:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("db5_get_raw_internal_fp(): object_length=%ld is too short, database is corrupted\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:373:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("db5_get_raw_internal_fp(): Database is too short, want=%ld, got=%ld\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:373:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c: In function ‘db_put_external5’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:747:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_external *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_put_external5(%s) ep=x%x, dbip=x%x, dp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:747:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct db_i *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:747:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct directory *’ [-Wformat=] [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db5_scan.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c: In function ‘db5_scan’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c:49:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db5_scan(x%x, x%x)\n", dbip, handler); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c:49:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘void (*)(struct db_i *, const struct db5_raw_internal *, off_t, void *) {aka void (*)(struct db_i *, const struct db5_raw_internal *, long int, void *)}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c: In function ‘db5_diradd_handler’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c:289:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i *’ [-Wformat=] bu_log("db5_diradd_handler(dbip=x%x, name='%s', addr=x%x, len=%zu)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c:289:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c: In function ‘db_dirbuild’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c:404:12: warning: too many arguments for format [-Wformat-extra-args] bu_log("ERROR: Cannot build object directory.\n\tFile does not seem to be in BRL-CAD geometry database format.\n", dbip->dbi_filename); ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db5_types.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_types.c: In function ‘db5_sync_attr_to_comb’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_types.c:593:13: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘char *’ [-Wformat=] bu_log("WARNING: [%s] has invalid los value\nlos remains at %d\n", name, bu_vls_addr(&newval), comb->los); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_types.c:593:13: warning: too many arguments for format [-Wformat-extra-args] [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_alloc.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c: In function ‘db_alloc’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:56:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_alloc(%s) x%x, x%x, count=%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:56:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:96:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("db_alloc(): len %ld non-FREE (id %d), skipping\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c: In function ‘db_delrec’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:119:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_delrec(%s) x%x, x%x, recnum=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:119:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c: In function ‘db_delete’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:145:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_delete(%s) x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:145:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c: In function ‘db_zapper’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:192:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_zapper(%s) x%x, x%x, start=%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:192:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct directory *’ [-Wformat=] [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_anim.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_anim.c: In function ‘db_add_anim’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_anim.c:52:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct animate *’ [-Wformat=] bu_log("db_add_anim(x%x) root\n", anp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_anim.c:63:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct animate *’ [-Wformat=] bu_log("db_add_anim(x%x) arc %s\n", anp, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_anim.c: In function ‘db_do_anim’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_anim.c:95:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct animate *’ [-Wformat=] bu_log("db_do_anim(x%x) ", anp); ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_corrupt.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_flags.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_flip.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_fullpath.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_inmem.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_io.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_read’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:60:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct db_i *’ [-Wformat=] bu_log("db_read(dbip=x%x, addr=x%x, count=%zu., offset=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:60:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘genptr_t {aka void *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:60:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:68:9: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db_read(%s) ERROR offset=%zd, count=%zu, dbi_eof=%zd\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:68:9: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 5 has type ‘off_t {aka const long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_getmrec’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:108:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_getmrec(%s) x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:108:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_get’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:138:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_get(%s) x%x, x%x x%x off=%d len=%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:138:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:138:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘union record *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:138:37: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:146:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db_get(%s): xfer %d..%lu exceeds 0..%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_write’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:175:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i *’ [-Wformat=] bu_log("db_write(dbip=x%x, addr=x%x, count=%zu., offset=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:175:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘genptr_t {aka void * const}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:175:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_put’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:216:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_put(%s) x%x, x%x x%x off=%d len=%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:216:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:216:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘union record *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:216:37: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:220:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db_put(%s): xfer %d..%lu exceeds 0..%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_get_external’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:251:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_external *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_get_external(%s) ep=x%x, dbip=x%x, dp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:251:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct db_i *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:251:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_put_external’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:286:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_external *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_put_external(%s) ep=x%x, dbip=x%x, dp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:286:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct db_i *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:286:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_fwrite_external’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:339:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_external *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_fwrite_external(%s) ep=x%x\n", name, ep); ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_lookup.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c: In function ‘db_lookup’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:178:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct directory *’ [-Wformat=] bu_log("db_lookup(%s) x%x\n", name, dp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c: In function ‘db_diradd’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:201:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i *’ [-Wformat=] bu_log("db_diradd(dbip=0x%x, name='%s', addr=0x%x, len=%zu, flags=0x%x, ptr=0x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:201:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:201:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘genptr_t {aka void *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c: In function ‘db_pr_dir’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:349:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct db_i *’ [-Wformat=] bu_log("db_pr_dir(x%x): Dump of directory for file %s [%s]\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:368:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct directory *’ [-Wformat=] bu_log("x%.8x %s %s=x%.8x len=%.5zu use=%.2ld nref=%.2ld %s", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:368:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘off_t {aka const long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:378:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct animate * const’ [-Wformat=] bu_log(" anim=x%x\n", dp->d_animate); ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_match.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_open.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_open.c: In function ‘db_open’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_open.c:96:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_log("db_open(%s) dbip=x%x: reused previously mapped file\n", name, dbip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_open.c:216:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_log("db_open(%s) dbip=x%x version=%d\n", dbip->dbi_filename, dbip, dbip->dbi_version); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_open.c: In function ‘db_close’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_open.c:293:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_close(%s) x%x uses=%d\n", ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_path.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_scan.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c: In function ‘db_scan’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:87:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_scan(x%x, x%x)\n", dbip, handler); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:87:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘int (*)(struct db_i *, const char *, off_t, size_t, int, void *) {aka int (*)(struct db_i *, const char *, long int, unsigned int, int, void *)}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:111:13: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db_scan: fseek(offset=%zd) failure\n", next); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:44:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_scan x%x %c (0%o)\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:124:2: note: in expansion of macro ‘DEBUG_PR’ DEBUG_PR(addr, record); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:44:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_scan x%x %c (0%o)\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:149:7: note: in expansion of macro ‘DEBUG_PR’ DEBUG_PR(here, rec2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:44:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_scan x%x %c (0%o)\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:194:7: note: in expansion of macro ‘DEBUG_PR’ DEBUG_PR(here, rec2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:44:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_scan x%x %c (0%o)\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:213:7: note: in expansion of macro ‘DEBUG_PR’ DEBUG_PR(here, rec2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:44:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_scan x%x %c (0%o)\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:315:7: note: in expansion of macro ‘DEBUG_PR’ DEBUG_PR(here, rec2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:337:10: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db_scan ERROR: bad record %c (0%o), addr=x%llx\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c: In function ‘db_update_ident’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:380:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i *’ [-Wformat=] bu_log("db_update_ident(x%x, '%s', %g)\n", dbip, new_title, local2mm); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c: In function ‘db_fwrite_ident’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:451:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘FILE * {aka struct _IO_FILE *}’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_fwrite_ident(x%x, '%s', %g) code=%d\n", ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_tree.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c: In function ‘db_pr_tree_state’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:172:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct db_tree_state *’ [-Wformat=] bu_log("db_pr_tree_state(x%x):\n", tsp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:173:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i * const’ [-Wformat=] bu_log(" ts_dbip=x%x\n", tsp->ts_dbip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:192:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct resource * const’ [-Wformat=] bu_log(" ts_resp=x%x\n", tsp->ts_resp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c: In function ‘db_pr_combined_tree_state’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:205:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct combined_tree_state *’ [-Wformat=] bu_log("db_pr_combined_tree_state(x%x):\n", ctsp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c: In function ‘db_follow_path’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:717:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_tree_state *’ [-Wformat=] bu_log("db_follow_path() total_path='%s', tsp=x%x, new_path='%s', noisy=%d, depth=%ld\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c: In function ‘db_recurse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1025:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_tree_state *’ [-Wformat=] bu_log("db_recurse() pathp='%s', tsp=x%x, *statepp=x%x, tsp->ts_sofar=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1025:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct combined_tree_state *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1093:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct combined_tree_state *’ [-Wformat=] bu_log("db_recurse() ERROR at start of a region, *region_start_statepp = x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1102:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct combined_tree_state *’ [-Wformat=] bu_log("setting *region_start_statepp to x%x\n", ctsp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1169:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct combined_tree_state *’ [-Wformat=] bu_log("db_recurse(%s) ERROR at start of a region (bare solid), *region_start_statepp = x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1183:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct combined_tree_state *’ [-Wformat=] bu_log("db_recurse(%s): setting *region_start_statepp to x%x (bare solid)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1212:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘union tree *’ [-Wformat=] bu_log("db_recurse() return curtree=x%x, pathp='%s', *statepp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1212:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct combined_tree_state *’ [-Wformat=] [ 16%] Building C object src/librt/CMakeFiles/librt.dir/db_walk.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c: In function ‘db_preorder_traverse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_log("db_preorder_traverse(%s) x%x, x%x, comb_enter=x%x, comb_exit=x%x, leaf=x%x, client_data=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘void (*)(struct db_i *, struct directory *, void *)’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘void (*)(struct db_i *, struct directory *, void *)’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘void (*)(struct db_i *, struct directory *, void *)’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘genptr_t {aka void *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c: In function ‘db_functree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:219:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_log("db_functree(%s) x%x, x%x, comb=x%x, leaf=x%x, client_data=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:219:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:219:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘void (*)(struct db_i *, struct directory *, void *)’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:219:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘void (*)(struct db_i *, struct directory *, void *)’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:219:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘genptr_t {aka void *}’ [-Wformat=] [ 16%] Building C object src/librt/CMakeFiles/librt.dir/dir.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/dspline.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/fortray.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/globals.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/htbl.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/htbl.c: In function ‘rt_htbl_init’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/htbl.c:48:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_htbl *’ [-Wformat=] bu_log("rt_htbl_init(%8x, len=%d, %s)\n", b, len, str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/htbl.c: In function ‘rt_htbl_reset’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/htbl.c:64:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_htbl *’ [-Wformat=] bu_log("rt_htbl_reset(%8x)\n", b); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/htbl.c: In function ‘rt_htbl_free’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/htbl.c:77:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_htbl *’ [-Wformat=] bu_log("rt_htbl_free(%8x)\n", b); ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/many.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/mater.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/memalloc.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/memalloc.c: In function ‘rt_memfree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/memalloc.c:263:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("rt_memfree(addr=x%x, size=%zu) ERROR type=0%o\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/memalloc.c:266:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("prevp: m_addr=x%x, m_size=%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/memalloc.c:269:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("curp: m_addr=x%x, m_size=%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/memalloc.c: In function ‘rt_memprint’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/memalloc.c:346:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct mem_map *’ [-Wformat=] bu_log("rt_memprint(x%x): address, length\n", *pp); ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/mkbundle.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/oslo_calc.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/oslo_map.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/pr.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c: In function ‘rt_pr_soltab’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:50:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct soltab *’ [-Wformat=] bu_log("stp=x%x, id=%d.\n", stp, id); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c: In function ‘rt_pr_region’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:88:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘double’ [-Wformat=] bu_log("Color %d %d %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:88:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘double’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:88:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘double’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c: In function ‘rt_pr_tree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:319:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const union tree *’ [-Wformat=] bu_log("%.8x ", tp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:341:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct combined_tree_state * const’ [-Wformat=] bu_log("REGION ctsp=x%x\n", tp->tr_c.tc_ctsp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c: In function ‘rt_pr_tol’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:752:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct bn_tol *’ [-Wformat=] bu_log("%8.8x TOL %e (sq=%e) perp=%e, para=%e\n", ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/prep.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c: In function ‘rt_prep_parallel’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c:319:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct rt_i *’ [-Wformat=] bu_log("rti_Solids[%ld] is non-empty! rtip=x%x\n", stp->st_bit, rtip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c:320:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_i *’ [-Wformat=] bu_log("Existing entry is (st_rtip=x%x):\n", (*ssp)->st_rtip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c:322:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_i *’ [-Wformat=] bu_log("2nd soltab also claiming that bit is (st_rtip=x%x):\n", stp->st_rtip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c: In function ‘rt_init_resource’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c:661:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct resource *’ [-Wformat=] bu_log("rt_init_resource(cpu=%d) re-registering resource, had x%x, new=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c:661:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct resource *’ [-Wformat=] [ 16%] Building C object src/librt/CMakeFiles/librt.dir/primitives/arb8/arb8.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/arb8/arb8.c: In function ‘rt_arb_uv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/arb8/arb8.c:1105:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘genptr_t {aka void *}’ [-Wformat=] bu_log("rt_arb_uv(%s) dynamic setup failure st_specific=x%x, optp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/arb8/arb8.c:1105:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct oface *’ [-Wformat=] [ 16%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/arb8/arb8_brep.cpp.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/primitives/arb8/arb8_mirror.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/primitives/arbn/arbn.c.o [ 16%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/arbn/arbn_brep.cpp.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/primitives/arbn/arbn_mirror.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/primitives/ars/ars.c.o [ 16%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/ars/ars_brep.cpp.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/primitives/ars/ars_mirror.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bot/bot.c.o [ 16%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/bot/bot_brep.cpp.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bot/bot_mirror.c.o [ 16%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/bot/bot_oriented_bbox.cpp.o In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/bot_oriented_bbox.cpp:30:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp: In function ‘void pnt_normalize(gdiam_point)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp:73:18: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] if ( len == 0.0 ) ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp: In function ‘bool pnt_isEqual(gdiam_point, gdiam_point)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp:176:32: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] return ( ( p[ 0 ] == q[ 0 ] ) ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp:177:36: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] && ( p[ 1 ] == q[ 1 ] ) ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp:178:36: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] && ( p[ 2 ] == q[ 2 ] ) ); ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bot/btg.c.o In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/btg.c:38:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c: In function ‘tie_kdtree_prep_head’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c:156:87: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] g->tri_list = (struct tie_tri_s **)bu_calloc(tri_num, sizeof(struct tie_tri_s *), __FUNCTION__); ^ In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/btg.c:38:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c: In function ‘tie_kdtree_build’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c:598:60: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] node->data = bu_calloc(2, sizeof(struct tie_kdtree_s), __FUNCTION__); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c:661:125: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] child[n]->tri_list = (struct tie_tri_s **)bu_realloc(child[n]->tri_list, sizeof(struct tie_tri_s *)*child[n]->tri_num, __FUNCTION__); ^ [ 16%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bot/btgf.c.o In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/btgf.c:36:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c: In function ‘tie_kdtree_prep_head’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c:156:87: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] g->tri_list = (struct tie_tri_s **)bu_calloc(tri_num, sizeof(struct tie_tri_s *), __FUNCTION__); ^ In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/btgf.c:36:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c: In function ‘tie_kdtree_build’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c:598:60: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] node->data = bu_calloc(2, sizeof(struct tie_kdtree_s), __FUNCTION__); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c:661:125: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] child[n]->tri_list = (struct tie_tri_s **)bu_realloc(child[n]->tri_list, sizeof(struct tie_tri_s *)*child[n]->tri_num, __FUNCTION__); ^ [ 16%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/brep/brep.cpp.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/brep/brep.cpp: In function ‘int rt_brep_shot(soltab*, xray*, application*, seg*)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/brep/brep.cpp:1505:64: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] bu_log("**** ERROR odd number of hits: %zu\n", hits.size()); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/brep/brep.cpp:1508:52: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] bu_log("**** Current Hits: %zu\n", hits.size()); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/brep/brep.cpp:1529:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] bu_log("\n**** Orig Hits: %zu\n", orig.size()); ^ [ 16%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/brep/brep_debug.cpp.o [ 16%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/bspline/bspline.cpp.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/bspline_mirror.c.o [ 16%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_basis.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_bezier.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_bound.c.o [ 17%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_brep.cpp.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_c2.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_copy.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_diff.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_eval.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_flat.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_interp.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_knot.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_knot.c: In function ‘rt_nurb_kvmult’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_knot.c:96:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct knot_vector *’ [-Wformat=] bu_log("rt_nurb_kvmult(new_kv=x%x, kv=x%x, num=%d, val=%g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_knot.c:96:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct knot_vector *’ [-Wformat=] [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_norm.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_plot.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_poly.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_ray.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_refine.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_reverse.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_solve.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_split.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_tess.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_trim.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_trim.c: In function ‘nmg_uv_in_lu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_trim.c:512:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_uv_in_lu: eu (x%x) has no geometry!!!\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_trim.c:517:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_uv_in_lu: Called with lu (x%x) containing eu (x%x) that is not CNURB!!!!\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_trim.c:517:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_trim.c:535:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_uv_in_lu: Called with lu (x%x) containing vu with no attribute!!!!\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_trim.c:543:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_uv_in_lu: Called with lu (x%x) containing vu that is not CNURB!!!!\n", ^ [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_trim_util.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_util.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bspline/nurb_xsplit.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/cline/cline.c.o [ 17%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/cline/cline_brep.cpp.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/dsp/dsp.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c: In function ‘rt_dsp_import4’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4311:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("parse error"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4311:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("parse error"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4311:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("parse error"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4316:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("zero dimension on map"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4316:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("zero dimension on map"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4316:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("zero dimension on map"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4321:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("unable to load displacement map data"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4321:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("unable to load displacement map data"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4321:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("unable to load displacement map data"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c: In function ‘rt_dsp_import5’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4447:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("zero dimension on map"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4447:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("zero dimension on map"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4447:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("zero dimension on map"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4496:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("unable to load displacement map data"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4496:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("unable to load displacement map data"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4496:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("unable to load displacement map data"); ^ [ 17%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/dsp/dsp_brep.cpp.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/dsp/dsp_mirror.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/ebm/ebm.c.o [ 17%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/ebm/ebm_brep.cpp.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/ebm/ebm_mirror.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/ehy/ehy.c.o [ 17%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/ehy/ehy_brep.cpp.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/ell/ell.c.o [ 17%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/ell/ell_brep.cpp.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/ell/ell_mirror.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/epa/epa.c.o [ 17%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/epa/epa_brep.cpp.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/epa/epa_mirror.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/eto/eto.c.o [ 17%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/eto/eto_brep.cpp.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/eto/eto_mirror.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/extrude/extrude.c.o [ 17%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/extrude/extrude_brep.cpp.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/generic.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/generic.c: In function ‘rt_generic_get’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/generic.c:176:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(logstr, " %V", &str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/generic.c:176:25: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/generic.c:179:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(logstr, "%V", &str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/generic.c:179:25: warning: too many arguments for format [-Wformat-extra-args] [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/grip/grip.c.o [ 17%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/grip/grip_brep.cpp.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/grip/grip_mirror.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/half/half.c.o [ 17%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/half/half_brep.cpp.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/half/half_mirror.c.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/hf/hf.c.o [ 17%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/hf/hf_brep.cpp.o [ 17%] Building C object src/librt/CMakeFiles/librt.dir/primitives/hyp/hyp.c.o [ 18%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/hyp/hyp_brep.cpp.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/hyp/hyp_mirror.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/metaball/metaball.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/metaball/metaball_tri.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/mirror.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg.c: In function ‘reindex’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg.c:1007:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘genptr_t {aka void *}’ [-Wformat=] bu_log("reindex(p=x%x), p->index=%ld, ret=%ld, kind=%d\n", p, idx, ret, ecnt[idx].kind); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg.c:1012:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘genptr_t {aka void *}’ [-Wformat=] bu_log("reindex(p=x%x) %s, p->index=%ld, ret=%ld, maxindex=%ld\n", ^ [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_bool.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c: In function ‘nmg_plot_open_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:124:37: warning: format ‘%zu’ expects argument of type ‘size_t’, but argument 4 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_vls_sprintf(&plot_file_name, "%s.%zu.pl", prefix, magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c: In function ‘nmg_kill_non_common_cracks’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:285:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_kill_non_common_cracks(s=%x and %x)\n", sA, sB); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:285:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c: In function ‘nmg_classify_shared_edges_verts’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:447:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_classify_shared_edges_verts(sA=x%x, sB=x%x)\n", sA, sB); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:447:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:469:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_classify_shared_edges_verts: v=x%x is shared\n", v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:496:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("nmg_classify_shared_edges_verts: e=x%x is shared\n", e); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c: In function ‘nmg_boolean’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:1557:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘union tree *’ [-Wformat=] bu_log("\n\nnmg_boolean(tp=x%x, m=x%x) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:1557:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct model *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:1610:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘union tree *’ [-Wformat=] bu_log("nmg_boolean(tp=x%x, m=x%x) END, ret=%d\n\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:1610:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct model *’ [-Wformat=] [ 18%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_brep.cpp.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_ck.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_veg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:154:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("eg=x%x, eu=x%x, eu->g=x%x\n", eg, eu, eu->g.magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:154:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:154:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_vedge’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:195:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("(eu=x%x, eu->vu_p->v_p=x%x, eu->eumate_p->vu_p->v_p=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:195:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:195:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:197:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("(eup=x%x, eup->vu_p->v_p=x%x, eup->eumate_p->vu_p->v_p=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:197:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:197:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:204:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("(eu=x%x, eu->vu_p->v_p=x%x, eu->eumate_p->vu_p->v_p=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:204:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:204:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:206:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("(eup=x%x, eup->vu_p->v_p=x%x, eup->eumate_p->vu_p->v_p=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:206:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:206:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:212:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("(eu=x%x, eu->vu_p->v_p=x%x, eu->eumate_p->vu_p->v_p=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:212:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:212:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:214:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("(eup=x%x, eup->vu_p->v_p=x%x, eup->eumate_p->vu_p->v_p=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:214:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:214:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_veu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:280:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eu=x%x, e=x%x\n", eu, eu->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:280:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:281:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eulast=x%x, e=x%x\n", eulast, eulast->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:281:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:288:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("unshared vertex (mine) v=x%x: (%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:291:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\t (last->eumate_p) v=x%x: (%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:300:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eu=x%x, e=x%x\n", eu, eu->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:300:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:301:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eunext=x%x, e=x%x\n", eunext, eunext->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:301:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:308:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("unshared vertex (mate) v=x%x: (%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:311:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\t (next) v=x%x: (%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_vlu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:407:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_vlu() up is x%x, s/b x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:407:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:433:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu=x%x, orientation=%d\n", lu, lu->orientation); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_vfu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:520:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("faceuse claims shell parent (%8x) instead of (%8x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:520:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_vsshell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:572:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct nmgregion * const’ [-Wformat=] bu_log("shell's r_p (%8x) doesn't point to parent (%8x)\n", s->r_p, r); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:572:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct nmgregion *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:579:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("forw shell's back(%8x) is not me (%8x)\n", s->l.forw->back, s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:579:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:591:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_vsshell(): ad min_pt/max_pt for shell(%8x)'s extent\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:601:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct shell *’ [-Wformat=] bu_log("shell (%8x) with vertexuse (%8x) has other children\n", s, s->vu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:601:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_vregion’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:643:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmgregion pointer m_p %8x should be %8x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:643:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct model *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_ck_face_worthless_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1183:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eu=x%x, neu=x%x, v=x%x\n", eu, neu, eu->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1183:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1183:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1184:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eu=x%x, neu=x%x, v=x%x\n", eu->eumate_p, neu->eumate_p, eu->eumate_p->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1184:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1184:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_ck_lueu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1221:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("nmg_cl_lueu() %s next edge (%8x) doesn't point back to me (%8x)!\n", s, eu->l.forw, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1221:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1225:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("nmg_cl_lueu() %s last edge (%8x) doesn't point forward to me (%8x)!\n", s, eu->l.forw, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1225:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1244:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("nmg_cl_lueu() %s next edge (%8x) doesn't point back to me (%8x)!\n", s, eu->l.forw, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1244:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1248:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("nmg_cl_lueu() %s (lumate) back edge (%8x) doesn't point forward to me (%8x)!\n", s, eu->l.forw, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1248:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_eu_2s_orient_bad’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1478:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_eu_2s_orient_bad(eu=x%x, s1=x%x, s2=x%x) bad radial parity eu1=x%x, eur=x%x, eurstart=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1478:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1478:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1478:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1478:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1478:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1495:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_eu_2s_orient_bad(eu=x%x, s1=x%x, s2=x%x) ret=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1495:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1495:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_ck_closed_surf’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1536:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_ck_closed_surf(x%x), problem with loopuse x%x\n", s, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1536:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_ck_v_in_fus’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1677:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("ERROR - nmg_ck_vs_in_region: fu (x%x) has no geometry\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1682:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("ERROR - nmg_ck_vs_in_region: vertex x%x (%g %g %g) is %g from faceuse x%x\n" , ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1682:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct faceuse *’ [-Wformat=] [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_class.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘joint_hitmiss2’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:186:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log(" eu_rinf=x%x, eu->eumate_p=x%x, eu=x%x\n", eu_rinf, eu->eumate_p, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:186:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:186:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘nmg_class_lu_fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:537:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_class_lu_fu(lu=x%x) START\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:585:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_class_lu_fu(lu=x%x) END, ret=%s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘nmg_class_pt_s’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:654:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_class_pt_s(): pt=(%g, %g, %g), s=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:778:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_class_pt_s(): returning %s, s=x%x, try=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘class_vu_vs_s’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:808:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("class_vu_vs_s(vu=x%x, v=x%x) pt=(%g, %g, %g)\n", vu, vu->v_p, V3ARGS(pt)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:808:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:878:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vu=x%x, v=x%x, sv=x%x, pt=(%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:878:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:878:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:913:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("class_vu_vs_s(vu=x%x) return %s because %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘class_eu_vs_s’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:937:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("class_eu_vs_s(eu=x%x (e_p=x%x, lu=x%x), s=x%x)\n", eu, eu->e_p, eu->up.lu_p, s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:937:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:937:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:937:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1152:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("class_eu_vs_s(eu=x%x) return %s because %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘nmg_2lu_identical’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1244:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face * const’ [-Wformat=] bu_log("---- fu1, f=x%x, flip=%d\n", fu1->f_p, fu1->f_p->flip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1246:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face * const’ [-Wformat=] bu_log("---- fu2, f=x%x, flip=%d\n", fu2->f_p, fu2->f_p->flip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1261:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_2lu_identical(eu1=x%x, eu2=x%x) ret=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1261:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘nmg_reclassify_lu_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1289:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_reclassify_lu_eu(lu=x%x, classlist=x%x, newclass=%s)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1289:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘char **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘class_shared_lu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1393:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("class_shared_lu: classifying lu x%x w.r.t. lu_ref x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1393:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1407:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("class_shared_lu() couldn't find a shared EU between LU's x%x and x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1407:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1413:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("class_shared_lu() couldn't get a left vector for EU x%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1417:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("class_shared_lu() couldn't get a left vector for EU x%x\n", eu_ref); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1423:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eu x%x goes form v x%x to v x%x\n", eu, eu->vu_p->v_p, eu->eumate_p->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1423:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1423:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1424:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eu_ref x%x goes form v x%x to v x%x\n", eu_ref, eu_ref->vu_p->v_p, eu_ref->eumate_p->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1424:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1424:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘class_lu_vs_s’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1538:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("class_lu_vs_s(lu=x%x, s=x%x)\n", lu, s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1538:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1545:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("class_lu_vs_s() is trying to classify lu x%x vs its own shell (x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1545:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1759:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tfound radial lu (x%x), check for match\n", q_lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1777:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\tcompare vertex x%x to vertex x%x\n", eu1->vu_p->v_p, eu2->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1777:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1807:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\tcompare vertex x%x to vertex x%x\n", eu1->vu_p->v_p, eu2->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1807:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1823:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tFound a matching LU's x%x and x%x\n", lu, q_lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1823:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1831:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("class_lu_vs_s: FU x%x for lu x%x matching lu x%x has bad orientation (%s)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1831:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1831:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1893:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("Loop is INSIDE of fu x%x\n", p->up.lu_p->up.fu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1902:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("Loop is OUTSIDEof fu x%x\n", p->up.lu_p->up.fu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1932:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("class_lu_vs_s(lu=x%x) return %s (%s) because %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘nmg_get_interior_pt’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:2216:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_get_interior_pt: Couldn't find interior point for lu x%x\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘nmg_classify_lu_lu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:2251:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_classify_lu_lu(lu1=x%x, lu2=x%x)\n", lu1, lu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:2251:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:2465:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_classify_lu_lu: Cannot classify lu x%x w.r.t. lu x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:2465:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_copy.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_eval.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c: In function ‘nmg_ck_lu_orientation’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:111:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_ck_lu_orientation() lu=x%x, dot=%g, fu_orient=%s, lu_orient=%s\n", lu, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c: In function ‘nmg_evaluate_boolean’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:206:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_evaluate_boolean(sA=x%x, sB=x%x, op=%d) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:206:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:240:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_evaluate_boolean(sA=x%x, sB=x%x, op=%d), evaluations done\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:240:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c: In function ‘nmg_eval_action’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:308:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_eval_action(ptr=x%x) %s has no A classification, retaining\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:336:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_eval_action(ptr=x%x) %s has no B classification, retaining\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:342:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_eval_action(ptr=x%x) index=%d %s %s %s %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c: In function ‘nmg_eval_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:432:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("faceuse x%x loops retained=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:446:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("faceuse x%x empty, kill\n", fu); ^ [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_extrude.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c: In function ‘nmg_fix_overlapping_loops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c:439:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_fix_overlapping_loops: s = x%x\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c:628:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu1=x%x, lu2=x%x\n", lu1, lu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c:628:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c: In function ‘nmg_extrude_cleanup’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c:837:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_extrude_cleanup(in_shell=x%x)\n", in_shell); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c: In function ‘nmg_hollow_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c:1022:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_extrude_shell(s=x%x, thick=%f)\n", s, thick); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c: In function ‘nmg_extrude_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c:1302:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_extrude_shell: Failed to calculate new vertex at v=x%x was (%f %f %f)\n", ^ [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_fcut.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘ptbl_vsort’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:244:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("WARNING ptbl_vsort() vu=x%x point off line by %e %g*tol, tol=%e\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:254:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("ERROR ptbl_vsort() vu=x%x point off line by %g > 100*dist_tol\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:282:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("ptbl_vsort: forcing vu=x%x & vu=x%x mag equal\n", vu[i], vu[j]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:282:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_ck_vu_ptbl’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:369:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("ERROR: vu=x%x v=x%x up_fu=x%x != arg_fu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:369:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:369:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:369:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:382:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("ERROR: vu=x%x v=x%x %s=x%x is on isect line, tvu=x%x %s=x%x isn't.\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:382:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:382:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:382:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:382:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_assess_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:610:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("eu ON ray: vu[%d]=x%x, other:vu[%d]=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:610:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:628:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_assess_eu() farv = x%x, on_index=%d\n", farv, nmg_is_v_on_rs_list(rs, farv)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:677:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertexuse *’ [-Wformat=] bu_log("In edge interval (%d, %d), ON vertexuse [%d] = x%x appears?\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:708:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_assess_eu(x%x, fw=%d, pos=%d) v=x%x otherv=x%x: %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:708:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:708:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_assess_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:743:40: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] if (this_eu != vu->up.eu_p) bu_log("nmg_assess_vu() eu mis-match? x%x x%x\n", this_eu, vu->up.eu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:743:40: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:764:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_assess_vu() %s, v=x%x, prev_v=x%x, next_v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:764:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:764:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:782:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_assess_vu() vu[%d]=x%x, v=x%x: %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:782:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_pr_vu_stuff’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:829:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct nmg_vu_stuff *’ [-Wformat=] bu_log("nmg_pr_vu_stuff(x%x) vu=x%x, loop_index=%d, lsp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:829:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:829:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct nmg_loop_stuff * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_face_vu_compare’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1431:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse * const’ [-Wformat=] bu_log("nmg_face_vu_compare(vu=x%x, vu=x%x) %s %s, %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1431:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_special_wedge_processing’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1561:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tvu[%d]=x%x, lu=x%x\n", i, vs[i].vu, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1561:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_face_coincident_vu_sort’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1726:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vu[%d]=x%x v=x%x assessment=%s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1726:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1843:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] bu_log(" index=%d, lu=x%x, min_dot=%g, #vu=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1856:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log(" x%x, l=%d, in/o=(%g, %g), lo/hi=(%g, %g), %s, sq=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1873:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log(" vu[%d]=x%x, v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1873:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_face_rs_init’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1987:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\tLoopuse in fu (x%x):\n", fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1989:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tLOOPUSE x%x:\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_edge_geom_isect_line’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2054:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_edge_geom_isect_line(eu=x%x, %s)\n eu->g=x%x, rs->eg=x%x at START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2054:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2054:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2096:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_edge_geom_isect_line(eu=x%x) g=x%x, rs->eg=x%x at END\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2096:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2096:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘find_loop_to_cut’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2117:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct nmg_ray_state *’ [-Wformat=] bu_log("find_loop_to_cut: prior_start=%d, prior_end=%d, next_start=%d, next_end=%d, rs=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2132:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t%d x%x\n", i, rs->vu[i]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2201:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tfind_loop_to_cut: matching lu's = x%x\n", match_lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2246:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tfind_loop_to_cut: %d VU's from lu x%x\n", count, lu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2273:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_fcut_face: VU (x%x) is not from an EU\n", rs->vu[i]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2285:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tangle for eu x%x (vu=x%x, #%d) is %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2285:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2304:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tfind_loop_to_cut: selecting VU2 x%x\n", vu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2325:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("find_loop_to_cut: Two OT_OPPOSITE loops to be cut?? x%x and x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2325:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2345:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("find_loop_to_cut: mid point is outside both loops??? x%x and x%x pt=(%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2345:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2379:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tfind_loop_to_cut: %d VU's from lu x%x\n", count, lu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2405:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_fcut_face: VU (x%x) is not from an EU\n", rs->vu[i]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2417:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tangle for eu x%x (vu=x%x, #%d) is %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2417:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2437:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tfind_loop_to_cut: selecting VU1 x%x\n", vu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2442:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("\tfind_loop_to_cut: returning %d cuts (index1=%d, index2=%d)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘find_best_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2495:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] bu_log("find_best_vu: start=%d, end=%d, other_vp=x%x, rs=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2495:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct nmg_ray_state *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2525:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("find_best_vu: There is a loop to cut, lu=x%x\n", best_lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2532:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tfind_best_vu: first choice is index=%d, vu=x%x, lu=x%x, other_is_in_best=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2532:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2542:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu x%x is %s\n", lu, nmg_orientation(lu->orientation)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2543:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("best_lu x%x is %s\n", best_lu, nmg_orientation(best_lu->orientation)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2544:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu x%x is %s w.r.t lu x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2544:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2556:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tfind_best_vu: better choice (inside) - index=%d, vu=x%x, lu=x%x, other_is_in_best=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2556:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2579:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("find_best_vu: There is a loop to cut, lu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2586:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tfind_best_vu: better choice (outside) - index=%d, vu=x%x, lu=x%x, other_is_in_best=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2586:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2599:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] bu_log("best_angle = %f, eu=x%x, eu_angle=%f\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_fcut_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2643:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("rs->fu1 = x%x\n", rs->fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2644:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("rs->fu2 = x%x\n", rs->fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2648:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x, v=x%x, lu=x%x\n", rs->vu[cur], rs->vu[cur]->v_p, nmg_find_lu_of_vu(rs->vu[cur])); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2648:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2648:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2690:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("rs->fu1 = x%x\n", rs->fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2691:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("rs->fu2 = x%x\n", rs->fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2696:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x, v=x%x, lu=x%x\n", rs->vu[cur], rs->vu[cur]->v_p, nmg_find_lu_of_vu(rs->vu[cur])); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2696:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2696:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2725:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vu1=x%x (%g %g %g), vu2=x%x (%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2725:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2768:14: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("\tcut loop (#%d of %d)\n", cut_no, BU_PTBL_END(cuts)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2791:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\t\t new_eu = x%x\n", new_eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2803:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_fcut_face: eu (x%x) has wrong vertex (x%x) should be (x%x)\n", eu_tmp, eu_tmp->vu_p->v_p, vu2->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2803:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2803:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2867:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tjoin loops vu1 (x%x) is sing vu loop\n", vu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2879:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_fcut_face: eu (x%x) has wrong vertex (x%x) should be (x%x)\n", eu_tmp, eu_tmp->vu_p->v_p, vu2->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2879:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2879:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2904:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tjoin loops vu2 (x%x) is sing vu loop\n", vu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2936:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t\tvu2 (x%x) replaced with new_vu2 x%x\n", vu2, new_vu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2936:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2951:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vu1=x%x, vu2=x%x\n", vu1, vu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2951:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_face_cutjoin’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3114:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\nnmg_face_cutjoin(fu1=x%x, fu2=x%x) eg=x%x START\n", fu1, fu2, eg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3114:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3114:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3123:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_face_cutjoin(fu1=x%x, fu2=x%x): WARNING empty list %d %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3123:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3123:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3123:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3216:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_face_cutjoin(fu1=x%x, fu2=x%x) eg=x%x END\n", fu1, fu2, rs1.eg_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3216:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3216:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3219:38: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] if (eg && eg != rs1.eg_p) bu_log("nmg_face_cutjoin() changed from eg=x%x to rs1.eg_p=x%x\n", eg, rs1.eg_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3219:38: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_face_state_transition’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3428:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_face_state_transition(vu x%x, pos=%d) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3491:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_face_state_transition(vu x%x, pos=%d)\n\told=%s, assessed=%s, new=%s, action=%s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3706:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("Calling nmg_cut_loop(prev_vu=x%x, vu=x%x) is_crack=%d, old_eu=x%x\n", prev_vu, vu, is_crack, old_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3706:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3706:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3754:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_face_state_transition() joining 2 loops, prev_vu=x%x, vu=x%x, old_eu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3754:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3754:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3833:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_face_state_transition(vu x%x, pos=%d) END\n", ^ [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_fuse.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_cnurb_is_linear’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:392:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_cnurb_is_linear(x%x)\n", cnrb); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:425:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_cnurb_is_linear(x%x) returning %d\n", cnrb, linear); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_snurb_is_planar’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:458:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct face_g_snurb *’ [-Wformat=] bu_log("nmg_snurb_is_planar(x%x)\n", srf); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:556:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct face_g_snurb *’ [-Wformat=] bu_log("nmg_snurb_is_plana: Cannot calculate plane for snurb x%x\n", srf); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:577:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct face_g_snurb *’ [-Wformat=] bu_log("nmg_snurb_is_planar(x%x) returning %d\n", srf, planar); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_eval_trim_to_tol’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:701:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_eval_trim_to_tol(cnrb=x%x, snrb=x%x, t0=%g, t1=%g) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:701:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:718:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_eval_trim_to_tol(cnrb=x%x, snrb=x%x, t0=%g, t1=%g) END\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:718:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_eval_linear_trim_to_tol’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:772:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_eval_linear_trim_to_tol(cnrb=x%x, snrb=x%x, uvw1=(%g %g %g), uvw2=(%g %g %g)) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:772:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:788:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_eval_linear_trim_to_tol(cnrb=x%x, snrb=x%x) END\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:788:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_cnurb_lseg_coincident’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:821:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_cnurb_lseg_coincident(eu1=x%x, cnrb=x%x, snrb=x%x, pt1=(%g %g %g), pt2=(%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:821:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edge_g_cnurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:821:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:825:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_cnurb_lseg_coincident: cnrb x%x isn't from eu x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:825:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:848:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_lseg_coincident: vu (x%x) has no attributes\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:854:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_lseg_coincident: vu (x%x) from CNURB EU (x%x) is not CNURB\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:854:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:865:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_lseg_coincident: vu (x%x) has no attributes\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:871:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_lseg_coincident: vu (x%x) from CNURB EU (x%x) is not CNURB\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:871:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_cnurb_is_on_crv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:954:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_cnurb_is_on_crv(eu=x%x, cnrb=x%x, snrb=x%x, head=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:954:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edge_g_cnurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:954:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:954:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:971:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_is_on_crv(): vu (x%x) on CNURB EU (x%x) has no attributes\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:971:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:976:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_is_on_crv(): vu (x%x) on CNURB EU (x%x) is not CNURB\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:976:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:984:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_is_on_crv(): vu (x%x) on CNURB EU (x%x) has no attributes\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:984:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:989:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_is_on_crv(): vu (x%x) on CNURB EU (x%x) is not CNURB\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:989:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_ck_fu_verts’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1487:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_ck_fu_verts(x%x, x%x) v x%x off face by %e\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1487:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1487:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1517:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_ck_fu_verts(x%x, x%x) v x%x off face by %e\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1517:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1517:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_two_face_fuse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1618:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_two_face_fuse(x%x, x%x) null fg fg1=x%x, fg2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1618:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1618:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct face_g_plane *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1618:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct face_g_plane *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1627:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_two_face_fuse(x%x, x%x) fg already shared\n", f1, f2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1627:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1656:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_two_face_fuse(x%x, x%x) coplanar faces, flip2=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1656:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1671:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("joining face geometry (same dir) f1=x%x, f2=x%x\n", f1, f2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1671:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1681:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log(" f1=x%x, flip=%d", f1, f1->flip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1684:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log(" f2=x%x, flip=%d", f2, f2->flip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1691:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("f=x%x, new flip=%d\n", fn, fn->flip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_break_all_es_on_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1765:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_break_all_es_on_v(magic=x%x, v=x%x)\n", magic_p, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1765:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1813:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tnmg_break_all_es_on_v: breaking eu x%x on v x%x\n", eu, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1813:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_break_e_on_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1909:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_break_e_on_v(): breaking eu x%x (e=x%x) at vertex x%x\n", eu, eu->e_p, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1909:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1909:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_radial_build_list’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2252:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_build_list(existing=%d, eu=x%x)\n", existing, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2300:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\trad->eu = %x, rad->ang = %g\n", rad->eu, rad->ang); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2328:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] bu_log("amin=%g min_eu=x%x, amax=%g max_eu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2328:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2333:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct nmg_radial *’ [-Wformat=] bu_log("%x: eu=%x, fu=%x, ang=%g\n", next, next->eu, next->fu, next->ang); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2333:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2333:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2382:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] bu_log("amin=%g min_eu=x%x, amax=%g max_eu=x%x B\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2382:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_is_crack_outie’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2519:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_is_crack_outie(eu=x%x) lu=x%x, e=x%x, class=%s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2519:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2519:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2537:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_is_crack_outie(eu=x%x), lu=x%x(%s)\n midpt_class=%s, midpt=(%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2537:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_find_radial_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2564:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_find_radial_eu() eu=x%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_radial_mark_cracks’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2666:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_mark_cracks() EVEN crack eu=x%x, uses=%d, outie=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2694:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_mark_cracks() ODD crack eu=x%x, uses=%d, outie=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2702:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("rad->eu=x%x, eu=x%x, uses=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2702:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_radial_find_an_original’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2794:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_radial_find_an_original() shell=x%x\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_radial_mark_flips’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2854:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_mark_flips() Mis-match detected, setting flip flag eu=x%x\n", rad->eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2869:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_radial_mark_flips() unable to establish proper orientation parity.\n eu count=%d, shell=x%x, expectation=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_radial_check_parity’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2920:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_check_parity() bad parity eu=x%x, s=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2920:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2928:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_check_parity() bad parity at END eu=x%x, s=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2928:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_pr_radial’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3027:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] bu_log("%s%8.8x, mate of \\/\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3031:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] bu_log("%s%8.8x, f=%8.8x, fu=%8.8x=%c, s=%8.8x %s %c%c%c %g deg\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3031:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3031:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3031:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct shell * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_pr_radial_list’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3060:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct bu_list *’ [-Wformat=] bu_log("nmg_pr_radial_list(hd=x%x)\n", hd); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_do_radial_join’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3247:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Joining dest_eu=x%x to src_eu=x%x\n", dest, src); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3247:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_radial_join_eu_NEW’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3363:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_join_eu_NEW(eu1=x%x, eu2=x%x) e1=x%x, e2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3363:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3363:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3363:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_s_radial_harmonize’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3467:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_radial_harmonize(s=x%x) BEGIN\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3505:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_radial_harmonize(s=x%x) END\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_s_radial_check’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3524:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_radial_check(s=x%x) BEGIN\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3534:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_radial_check(s=x%x) END\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_r_radial_check’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3550:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct nmgregion *’ [-Wformat=] bu_log("nmg_r_radial_check(r=x%x)\n", r); ^ [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_index.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c: In function ‘nmg_index_of_struct’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:105:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("nmg_index_of_struct: magicp = x%x, magic = x%x\n", p, *p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c: In function ‘nmg_m_struct_count’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct model *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:591:5: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(m, model); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct nmgregion *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:595:2: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(r, region); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct nmgregion_a *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:598:6: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(r->ra_p, region_a); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:602:6: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(s, shell); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell_a *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:605:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(s->sa_p, shell_a); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:610:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(fu, faceuse); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:613:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(f, face); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face_g_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:616:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(f->g.plane_p, face_g_plane); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face_g_snurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:619:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(f->g.snurb_p, face_g_snurb); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:625:7: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(lu, loopuse); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loop *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:628:7: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(l, loop); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loop_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:631:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(l->lg_p, loop_g); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:568:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu, vertexuse); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:637:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:571:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.plane_p, vertexuse_a_plane); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:637:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:574:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.cnurb_p, vertexuse_a_cnurb); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:637:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:579:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v, vertex); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:637:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:582:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v->vg_p, vertex_g); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:637:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:644:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu, edgeuse); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:647:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(e, edge); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:650:5: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu->g.lseg_p, edge_g_lseg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:653:5: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu->g.cnurb_p, edge_g_cnurb); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:568:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu, vertexuse); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:657:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:571:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.plane_p, vertexuse_a_plane); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:657:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:574:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.cnurb_p, vertexuse_a_cnurb); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:657:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:579:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v, vertex); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:657:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:582:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v->vg_p, vertex_g); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:657:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:664:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(lu, loopuse); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loop *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:667:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(l, loop); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loop_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:670:7: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(l->lg_p, loop_g); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:568:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu, vertexuse); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:676:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:571:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.plane_p, vertexuse_a_plane); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:676:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:574:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.cnurb_p, vertexuse_a_cnurb); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:676:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:579:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v, vertex); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:676:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:582:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v->vg_p, vertex_g); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:676:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:682:7: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu, edgeuse); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:685:7: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(e, edge); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:688:8: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu->g.lseg_p, edge_g_lseg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:691:8: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu->g.cnurb_p, edge_g_cnurb); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:568:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu, vertexuse); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:695:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:571:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.plane_p, vertexuse_a_plane); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:695:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:574:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.cnurb_p, vertexuse_a_cnurb); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:695:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:579:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v, vertex); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:695:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:582:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v->vg_p, vertex_g); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:695:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:703:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu, edgeuse); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:706:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(e, edge); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:709:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu->g.lseg_p, edge_g_lseg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:712:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu->g.cnurb_p, edge_g_cnurb); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:568:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu, vertexuse); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:716:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:571:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.plane_p, vertexuse_a_plane); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:716:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:574:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.cnurb_p, vertexuse_a_cnurb); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:716:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:579:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v, vertex); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:716:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:582:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v->vg_p, vertex_g); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:716:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:568:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu, vertexuse); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:722:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:571:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.plane_p, vertexuse_a_plane); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:722:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:574:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.cnurb_p, vertexuse_a_cnurb); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:722:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:579:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v, vertex); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:722:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:582:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v->vg_p, vertex_g); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:722:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_info.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_model’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:66:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("nmg_find_model(x%x) encountered null pointer\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:128:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("nmg_find_shell(x%x) encountered null pointer\n", magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_fu_of_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:333:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_find_fu_of_vu(vu=x%x) vertexuse is child of shell, can't find faceuse\n", vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:341:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_find_fu_of_vu(vu=x%x) vertexuse is child of shell/edgeuse, can't find faceuse\n", vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_loop_is_a_crack’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:544:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_loop_is_a_crack(lu=x%x) ret=%d\n", lu, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_loop_is_ccw’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:589:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_loop_is_ccw(lu=x%x) ret=%d\n", lu, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_findeu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:746:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_findeu() seeking eu!=%8x/%8x between (%8x, %8x) %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:746:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:746:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:746:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:762:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_findeu: check eu=%8x vertex=(%8x, %8x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:762:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:762:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:777:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tIgnoring x%x -- eu in wrong shell s=%x\n", eu, eu->up.s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:777:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:784:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tIgnoring %8x/%8x (radial=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:784:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:784:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:792:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tFound %8x/%8x\n", eu, eu->eumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:792:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:803:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_findeu() returns x%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_eu_in_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:843:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_find_eu_in_face() seeking eu!=%8x/%8x between (%8x, %8x) %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:843:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:843:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:843:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:859:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_find_eu_in_face: check eu=%8x vertex=(%8x, %8x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:859:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:859:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:874:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tIgnoring x%x -- eu not in faceuse\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:881:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tIgnoring %8x/%8x (radial=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:881:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:881:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:889:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tFound %8x/%8x\n", eu, eu->eumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:889:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:900:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_find_eu_in_face() returns x%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_e’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:932:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge *’ [-Wformat=] bu_log("nmg_find_e() seeking e!=%8x between (%8x, %8x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:932:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:932:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:949:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_find_e: check eu=%8x vertex=(%8x, %8x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:949:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:949:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:964:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tIgnoring x%x -- eu in wrong shell s=%x\n", eu, eu->up.s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:964:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:969:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tFound %8x/%8x\n", eu, eu->eumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:969:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:981:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_find_e() returns x%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_edge_between_2fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1146:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("eur=x%x, eg_p=x%x; ret=x%x, eg_p=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1146:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1146:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1146:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge_g_lseg * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1157:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge * const’ [-Wformat=] bu_log("nmg_find_edge_between_2fu() belatedly fusing e1=x%x, eg1=x%x, e2=x%x, eg2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1157:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1157:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1157:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge_g_lseg * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1176:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct faceuse *’ [-Wformat=] bu_log("nmg_find_edge_between_2fu(fu1=x%x, fu2=x%x) edgeuse=x%x\n", fu1, fu2, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1176:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1176:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_eu_leftvec’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1370:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("WARNING: eu x%x (%f %f %f) parallel to normal (%f %f %f)\n", eu, V3ARGS(edgevect), V3ARGS(Norm)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1387:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("Cannot find edge (starting eu =x%x) that is not parallel to face normal!!!\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1411:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("Cannot find edge (starting eu =x%x) that is not parallel to face normal!!!\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1432:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("for eu x%x from fu x%x v1=x%x, v2=x%x:\n", eu, fu, eu->vu_p->v_p, eu->eumate_p->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1432:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1432:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1432:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_inter.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_make_dualvu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:104:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_make_dualvu(v=x%x, fu=x%x)\n", v, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:104:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:110:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tdualvu already exists (x%x)\n", dualvu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:131:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tChecking eu x%x (%f %f %f) <-> (%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:153:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_make_dualvu is splitting eu x%x at v x%x\n", eu, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:153:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:164:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_make_dualvu is making a self_loop (lu=x%x, vu=x%x) for v=x%x\n", lu, BU_LIST_FIRST(vertexuse, &lu->down_hd), v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:164:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:164:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_enlist_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:245:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("fuv=x%x, fu1=x%x, fu2=x%x\n", fuv, is->fu1, is->fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:245:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:245:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:246:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x (x%x)\n", vu, vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:246:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:271:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("fuv=x%x, fu1=x%x, fu2=x%x\n", fuv, is->fu1, is->fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:271:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:271:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:272:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x (x%x)\n", vu, vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:272:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_enlist_vu(vu=x%x, dv=x%x) sv=x%x, s1=x%x, s2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:284:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_enlist_vu(vu=x%x, dv=x%x) sv=x%x, s1=x%x, s2=x%x, sdual=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:284:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:284:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:284:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:284:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:284:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:300:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_enlist_vu(vu=x%x, dv=x%x) re-using dualvu=x%x from dualfu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:300:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:300:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:300:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:307:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x, %s, fu1=x%x, fu2=x%x\n", vu, (sv==is->s1)?"shell 1":"shell 2", is->fu1, is->fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:307:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:307:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:361:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_enlist_vu(vu=x%x, dv=x%x) v=x%x, dist=%g (%s) ret=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:361:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:361:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:361:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_get_2d_vertex’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:424:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("nmg_get_2d_vertex(, assoc_use=%x %s) this=x%x %s, is->twod=%x %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:424:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:424:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘long unsigned int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:435:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_get_2d_vertex: v=x%x, assoc_use=x%x, null vg_p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:435:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:449:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_get_2d_vertex: v=x%x, v->index=%ld, is->maxindex=%d, m->maxindex=%ld\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:495:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("nmg_get_2d_vertex(, assoc_use=%x) f=x%x, is->twod=%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:495:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:495:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long unsigned int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect2d_prep’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:575:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_isect2d_prep(f=x%x) flip=%d\n", f1, f1->flip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_vert2p_face2p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:689:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_isect_vert2p_face2p(, vu1=x%x, fu2=x%x)\n", vu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:689:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_3vertex_3face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:777:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_isect_3vertex_3face(, vu=x%x, fu=x%x) v=x%x\n", vu, fu, vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:777:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:777:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_break_3edge_at_plane’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:892:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("re-using vertex v=x%x from other shell\n", v2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:917:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("Made new vertex vu=x%x, v=x%x\n", vu1_final, vu1_final->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:917:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:928:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("After split eu1 x%x= %g, %g, %g -> %g, %g, %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:933:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\teu1forw x%x = %g, %g, %g -> %g, %g, %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:970:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("Made vertexloop in other face. lu=x%x vu=x%x on v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:970:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:970:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_break_eu_on_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1072:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_break_eu_on_v() breaking eu=x%x on v=x%x, new_eu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1072:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1072:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_break_eg_on_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1146:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_lseg *’ [-Wformat=] bu_log("nmg_break_eg_on_v(eg=x%x, v=x%x) new_eu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1146:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1146:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_2colinear_edge2p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1208:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_2colinear_edge2p(eu1=x%x, eu2=x%x) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1208:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1268:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_2colinear_edge2p(eu1=x%x, eu2=x%x) ret #eu=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1268:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_edge2p_edge2p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_edge2p(eu1=x%x, eu2=x%x) START\n\tfu1=x%x, fu2=x%x\n\tvu1a=%x vu1b=%x, vu2a=%x vu2b=%x\n\tv1a=%x v1b=%x, v2a=%x v2b=%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 9 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 10 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 11 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 12 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 13 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1456:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x vu1a is intersect point\n", vu1a); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1495:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x vu1b is intersect point\n", vu1b); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1636:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_edge2p(eu1=x%x, eu2=x%x) END, ret=%d %s%s%s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1636:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_wireedge3p_face3p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1683:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_wireedge3p_face3p(, eu1=x%x, fu2=x%x) START\n", eu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1683:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1815:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tEdge start vertex lies on other face (topology).\n\tAdding vu1_final=x%x (v=x%x), vu2_final=x%x (v=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1815:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1815:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1815:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1932:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("ERROR nmg_isect_wireedge3p_face3p() vu1=x%x point off line by %g > 100*dist_tol (%g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1940:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("WARNING nmg_isect_wireedge3p_face3p() vu1=x%x pt off line %g*tol (%e, tol=%e)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1947:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_wireedge3p_face3p(, eu1=x%x, fu2=x%x) ret=%d END\n", eu1, fu2, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1947:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_wireloop3p_face3p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1971:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_isect_wireloop3p_face3p(, lu=x%x, fu=x%x) START\n", lu, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1971:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2019:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_isect_wireloop3p_face3p(, lu=x%x, fu=x%x) END, discards=%d\n", lu, fu, discards); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2019:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_edge2p_face2p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2160:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_face2p(eu1=x%x, fu2=x%x, fu1=x%x) START\n", eu1, fu2, fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2160:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2160:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2208:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_face2p(eu1=x%x) skipping 0-len edge (topology)\n", eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2251:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_face2p(eu1=x%x, fu2=x%x) vert_lists C:\n", eu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2251:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2257:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_face2p(eu1=x%x, fu2=x%x) vert_lists D:\n", eu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2257:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2282:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_face2p(eu1=x%x, fu2=x%x) ret=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2282:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_enlist_one_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2345:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_enlist_one_vu(vu=x%x) sv=x%x, s1=x%x, s2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2345:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2345:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2345:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2351:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_enlist_one_vu(vu=x%x) v=x%x, dist=%g (%s)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2351:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_two_face2p_jra’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2427:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_two)face2p_jra: fu1=x%x, fu2=x%x\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2427:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2627:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eus x%x and x%x intersect #%d at (%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2627:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2631:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("Found vertex (x%x) at hit_pt\n", hitv); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2642:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Splitting eu1 x%x\n", eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2663:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Splitting eu2 x%x\n", eu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2707:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("Making dualvu of vertex x%x in fu2 x%x\n", v, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2707:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2733:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("Making dualvu of vertex x%x in fu1 x%x\n", v, fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2733:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2770:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Making EU x%x an intersect line for face cutting\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2793:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("Calling face cutter for fu2 x%x\n", fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2826:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Making EU x%x an intersect line for face cutting\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2849:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("Calling face cutter for fu1 x%x\n", fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_line2_edge2p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2909:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_line2_edge2p(eu1=x%x, fu1=x%x)\n\tvu1a=%x vu1b=%x\n\tv2a=%x v2b=%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2909:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2909:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2909:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2909:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2909:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3018:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t\tmaking new vertex vu=x%x v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3018:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3022:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\tre-using vertex v=x%x vu=x%x\n", new_v, vu1_final); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3022:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3031:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_line2_edge2p(eu1=x%x, fu1=x%x) END ret=%d\n", eu1, fu1, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3031:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_line2_vertex2’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3053:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_isect_line2_vertex2(vu=x%x)\n", vu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3060:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_isect_line2_vertex2(vu=x%x) line hits vertex v=x%x\n", vu1, vu1->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3060:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_two_ptbls’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3139:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_isect_two_ptbls() intersection! vu=x%x, vu_dual=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3139:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_find_eg_on_line’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3190:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("rt_find_eg_on_line(x%x) ret=x%x\n", magic_p, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3190:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_k0eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3220:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_k0eu(v=x%x) killing 0-len eu=x%x, mate=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3220:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3220:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_repair_v_near_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3261:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_repair_v_near_v(hit_v=x%x, v=x%x)\n", hit_v, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3261:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3292:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("DANGER: a 0-length edge is being created eu0=x%x\n", eu0); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3304:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_repair_v_near_v(v=x%x) ret=x%x\n", v, hit_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3304:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_search_v_eg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3370:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log(" seen1=x%x, seen2=x%x, hit_v=x%x, v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3370:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3370:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3370:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3382:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("ERROR seen1=x%x, seen2=x%x, hit_v=x%x != v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3382:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3382:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3382:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3390:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_search_v_eg(eu=x%x, %d, eg1=x%x, eg2=x%x) ret=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3390:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3390:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3390:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_common_v_2eg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3428:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("nmg_common_v_2eg(eg1=x%x, eg2=x%x) hit_v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3428:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3428:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_eu_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3540:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_eu_eu(eu1=x%x, eu2=x%x)\n", eu1, eu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3540:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3607:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("splitting eu x%x at v=x%x\n", eu2, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3607:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3614:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tcreated new vertex x%x\n", v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_eu_fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3659:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_eu_fu: eu=x%x, fu=x%x START\n", eu, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3659:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3667:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_eu_fu() called with eu (x%x) from its own fu (x%x)\n", eu, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3667:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3674:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_eu_fu() called with EU (x%x) from model (x%x)\n", eu, nmg_find_model(&eu->l.magic)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3674:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct model *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3675:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\tand FU (x%x) from model (x%x)\n", fu, m); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3675:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct model *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3818:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tsplitting eu (x%x) at hit_pt (v=x%x)\n", eu, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3818:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3824:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tnew vertex at hit point is x%x\n", v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3848:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("Only one intersect vertex (x%x), just split all EU's at (x%x)\n", v, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3848:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3864:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("%d intersect vertices along eu (x%x)\n", BU_PTBL_END(&inters), eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3864:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3884:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Intersect vertices along eu x%x:\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3886:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘long int *’ [-Wformat=] bu_log("%d x%ld %g\n", i+1, BU_PTBL_GET(&inters, i), inter_dist[i]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3912:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] bu_log("Breaking edges at vertex #%d, dist=%g, v=x%x\n", i+1, inter_dist[i], v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3926:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_eu_fu: eu=x%x, fu=x%x END\n", eu, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3926:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_fu_jra’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3939:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_fu_jra(fu1=x%x, fu2=x%x) START\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3939:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4023:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tenlisting vu x%x (x%x) from fu (x%x)\n", vu, v, fu_tmp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4023:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4023:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_fu_jra(fu1=x%x, fu2=x%x) END\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_line2_face2pNEW’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4084:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_line2_face2pNEW(, fu1=x%x, fu2=x%x) on_eg=x%x\n", fu1, fu2, is->on_eg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4084:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4084:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4106:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("\tChecking eg=x%x\n", *eg1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4278:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tTopology intersection. hit_v=x%x (%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4353:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("NOTICE: geom/topo mis-match, enlisting topo vu, hit_v=x%x\n", hit_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4412:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("hit_v=x%x\n", hit_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4439:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tChecking eu x%x\n", eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4444:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("\t\teg x%x is not eg1=x%x\n", eu1->g.lseg_p, *eg1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4444:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4455:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tlisting intersect point at vu1a=x%x\n", vu1a); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4471:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tlisting intersect point at vu1b=x%x\n", vu1b); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4489:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tnmg_isect_line2_face2pNEW: using nearby vu1a vertex x%x from eu x%x\n", vu1a->v_p, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4489:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4505:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tnmg_isect_line2_face2pNEW: using nearby vu1b vertex x%x from eu x%x\n", vu1b->v_p, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4505:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4538:50: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] if (RTG.NMG_debug & DEBUG_POLYSECT) bu_log("\thit_v = x%x (vu1a)\n", hit_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4549:50: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] if (RTG.NMG_debug & DEBUG_POLYSECT) bu_log("\thit_v = x%x (vu1b)\n", hit_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4570:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tmaking new vertex vu=x%x hit_v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4570:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4584:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tre-using hit_v=x%x, vu=x%x\n", hit_v, vu1_midpt); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4584:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4619:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tself-loop vu=x%x lies on line of intersection\n", vu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_find_eg_between_2fg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4768:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log(" visiting lu1=x%x, fu1=x%x, fg1=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4768:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4768:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct face_g_plane *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4792:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log(" Found shared edge, eur=x%x, eg=x%x\n", eur, eur->g.lseg_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4792:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4814:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_find_eg_between_2fg() joining edges eur=x%x, ret=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4814:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4822:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eur=x%x, eg_p=x%x; ret=x%x, eg_p=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4822:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4822:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4822:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4833:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("nmg_find_eg_between_2fg() belatedly fusing e1=x%x, eg1=x%x, e2=x%x, eg2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4833:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4833:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4833:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4848:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct faceuse *’ [-Wformat=] bu_log("nmg_find_eg_between_2fg(fu1=x%x, fu2=x%x) edge_g=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4848:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4848:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_does_fu_use_eg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4883:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log(" visiting lu1=x%x, fu1=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4883:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4893:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct faceuse *’ [-Wformat=] bu_log("nmg_does_fu_use_eg(fu1=x%x, eg=x%x) eu1=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4893:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4893:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_two_face3p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4958:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_two_face3p(fu1=x%x, fu2=x%x) START12\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4958:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5034:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_two_face3p(fu1=x%x, fu2=x%x) vert_lists B:\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5034:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5045:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_two_face3p(fu1=x%x, fu2=x%x) MIDDLE\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5045:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5081:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_two_face3p(fu1=x%x, fu2=x%x) END\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5081:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_cut_lu_into_coplanar_and_non’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5104:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_cut_lu_into_coplanar_and_non(lu=x%x, pl=%g %g %g %g)\n", lu, V4ARGS(pl)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5171:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("\tcut_lists=%d, on=%d, in=%d, out=%d\n", BU_PTBL_END(&cut_list), on, in, out); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5178:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\t%d, x%x\n", i+1, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5247:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("Splitting lu x%x at vu x%x\n", lu1, vu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5247:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5268:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("Uneven number (%d) of vertices on cut list\n", BU_PTBL_END(&cut_list)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5351:10: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘long int *’ [-Wformat=] bu_log("v=x%ld, dist=%g\n", BU_PTBL_GET(&cut_list, i), dist_array[i]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_check_radial_angles’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5594:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tfaces around eu x%x\n", eu_start); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5596:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\t\tfu=x%x, angle=%g\n", fus[j], angle[j]*180.0/bn_pi); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_two_generic_faces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5870:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\nnmg_isect_two_generic_faces(fu1=x%x, fu2=x%x)\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5870:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_edge3p_edge3p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge3p_edge3p(eu1=x%x, eu2=x%x)\n\tvu1a=%x vu1b=%x, vu2a=%x vu2b=%x\n\tv1a=%x v1b=%x, v2a=%x v2b=%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 9 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 10 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 11 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_edge3p_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6223:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge3p_shell(, eu1=x%x, s2=x%x) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6223:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6319:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge3p_shell(, eu1=x%x, s2=x%x) Added wire lu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6319:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6319:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6325:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge3p_shell(, eu1=x%x, s2=x%x) END\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6325:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_crackshells’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6353:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_crackshells(s1=x%x, s2=x%x)\n", s1, s2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6353:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_fu_touchingloops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6574:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_fu_touchingloops(lu=x%x, vu=x%x, v=x%x)\n", lu, vu, vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6574:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6574:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex * const’ [-Wformat=] [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_manif.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c: In function ‘nmg_dangling_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:74:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct faceuse *’ [-Wformat=] bu_log("nmg_dangling_face(0x%08x 0x%08x)\n", fu, manifolds); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:74:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const char *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:78:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:78:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:78:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:78:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:78:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:78:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:90:3: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:90:3: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:90:3: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:90:3: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:90:3: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:90:3: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:123:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct faceuse *’ [-Wformat=] bu_log("nmg_dangling_face(fu=x%x, manifolds=x%x) dangling_eu=x%x\n", fu, manifolds, eur); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:123:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const char *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:123:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:127:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tdangling eu x%x\n", eur); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c: In function ‘paint_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:145:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_paint_face(%08x, %ld)\n", fu, paint_color); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:155:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tlu=x%x\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:158:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:158:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:158:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:158:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:158:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:158:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:165:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\t\teu=x%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:174:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\t\t\teur=x%x, newfu=x%x\n", eur, newfu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:174:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:176:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:176:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:176:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:176:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:176:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:176:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:177:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eur->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:177:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eur->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:177:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eur->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:177:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eur->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:177:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eur->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:177:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eur->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:186:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\t\t\teur=x%x, newfu=x%x\n", eur, newfu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:186:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:199:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\t---- Painting fu x%x as interior, new_fu = x%x, eu=x%x, eur=x%x\n", fu, newfu, eu, eur); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:199:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:199:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:199:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c: In function ‘set_loop_sub_manifold’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:237:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:237:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:237:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:237:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:237:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:237:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c: In function ‘set_face_sub_manifold’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:253:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:253:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:253:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:253:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:253:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:253:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c: In function ‘nmg_shell_manifolds’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:271:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_shell_manifolds(%08x)\n", sp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:286:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->vu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:286:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->vu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:286:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->vu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:286:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->vu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:286:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->vu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:286:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->vu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:295:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:295:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:295:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:295:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:295:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:295:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:307:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:307:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:307:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:307:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:307:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:307:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:331:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:331:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:331:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:331:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:331:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:331:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:362:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:362:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:362:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:362:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:362:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:362:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:380:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:380:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:380:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:380:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:380:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:380:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:403:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:403:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:403:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:403:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:403:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:403:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c: In function ‘nmg_manifolds’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:423:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmg_manifolds(%08x)\n", m); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:430:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&rp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:430:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&rp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:430:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&rp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:430:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&rp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:430:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&rp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:430:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&rp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:435:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:435:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:435:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:435:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:435:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:435:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->l); ^ [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_mesh.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c: In function ‘nmg_radial_join_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:226:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tvertex x%x (%.12f %.12f %.12f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:229:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tvertex x%x (%.12f %.12f %.12f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c: In function ‘nmg_mesh_two_faces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:514:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("ref_e=%8x v:%8x--%8x (%g, %g, %g)->(%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:514:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:514:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:529:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("\te:%8x v:%8x--%8x (%g, %g, %g)->(%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:529:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:529:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c: In function ‘nmg_mesh_faces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:576:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("meshing self (fu1 %8x)\n", fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:580:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("meshing self (fu2 %8x)\n", fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:584:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("meshing to other (fu1:%8x fu2:%8x)\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:584:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_mirror.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_misc.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_snurb_fu_eval’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:179:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_snurb_fu_get_norm: face has no geometry (x%x)\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:183:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_snurb_fu_get_norm: face is not a NURB face (x%x)\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_snurb_fu_get_norm’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:210:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_snurb_fu_get_norm: face has no geometry (x%x)\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:214:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_snurb_fu_get_norm: face is not a NURB face (x%x)\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_snurb_fu_get_norm_at_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:234:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_snurb_fu_get_norm_at_vu: vertexuse does not have an attribute (x%x)\n", vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:239:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_snurb_fu_get_norm_at_vu: vertexuse does not have a cnurb attribute (x%x)\n", vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_find_zero_length_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:273:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Edgeuse x%x (vp %x to vp %x)\n", eu, eu->vu_p->v_p, eu->eumate_p->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:273:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:273:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_find_top_face_in_dir’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:314:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_find_top_face_in_dir(s = x%x, dir=%d, flags = x%x)\n", s, dir, flags); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:314:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:350:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("top vertex is x%x at (%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:429:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("top EU is x%x (%g %g %g) <-> (%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:471:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("test EU is x%x (%g %g %g) <-> (%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:515:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_find_top_face_in_dir: top face = x%x, dir = %d, top vertex = x%x (%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:515:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_assoc_void_shells’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:620:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("WARNING: nmg_assoc_void_shells() could not find top face for shell x%x\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_isect_shell_self’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1007:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_extrude_cleanup: fu=x%x, fu2=x%x\n", fu, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1007:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1021:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_extrude_cleanup: calling nmg_isect_two_generic_faces(fu=x%x, fu2=x%x)\n", fu, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1021:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1033:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_extrude_cleanup: moving fu x%x back\n", fu_tmp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_move_lu_between_fus’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1226:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_move_lu_between_fus(dest=x%x, src=x%x, lu=x%x)\n", dest, src, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1226:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1226:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1229:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_move_lu_between_fus(dest=x%x, src=x%x, lu=x%x)\n", dest, src, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1229:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1229:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1246:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_move_lu_between_fus(dest=x%x, src=x%x, lu=x%x)\n", dest, src, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1246:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1246:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_calc_face_plane’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1675:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_calc_face_plane: fu x%x has no OT_SAME use\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1779:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_calc_face_plane: Cannot calculate plane for fu x%x\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1781:13: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("%d verts\n", BU_PTBL_END(&verts)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_purge_unwanted_intersection_points’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1959:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_ptbl *’ [-Wformat=] bu_log("nmg_purge_unwanted_intersection_points(0x%08x, 0x%08x)\n", vert_list, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1959:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1960:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("\t%d vertexuses in list\n", vert_list->end); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1986:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vu[%d]: 0x%08x (%g %g %g) lu: 0x%08x %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1986:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:2071:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("\tAt end of nmg_purge_unwanted_intersection_points, %d vertexuses in list\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_close_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:2320:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_close_shell: s = x%x\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_dup_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:2738:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_dup_shell(s = x%x, trans_tbl = x%x)\n", s, trans_tbl); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:2738:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int ***’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_reverse_radials’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:2919:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_reverse_radials(fu = x%x)\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_reverse_face_and_radials’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:2973:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_reverse_face_and_radials(fu = x%x)\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_propagate_normals’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3096:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_propagate_normals(fu_in = x%x, flags = x%x)\n", fu_in, flags); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3096:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3105:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_propagate_normals: Could not find OT_SAME orientation of faceuse x%x\n", fu_in); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3149:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_propagate_normals: checking fu x%x, eu = x%x, eu1 = x%x\n", fu, eu, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3149:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3149:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_fix_decomposed_shell_normals’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3397:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log(" nmg_find_top_face returned a flagged face %x\n", f_top); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3412:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("\tnmg_fix_decomposed_shell_normals: top face is x%x in %d direction, OT_SAME use is x%x\n", f_top, dir, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3412:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3420:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_fix_decomposed_shell_normals: reversing fu x%x\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3457:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_fix_decomposed_shell_normals: missed %d faces in shell x%x (was it decomposed?)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_mk_model_from_region’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3502:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vertexuse x%x (v=x%x) at (%g %g %g) has use in another region\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3502:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3525:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("edgeuse x%x (e=x%x) at (%g %g %g)<->(%g %g %g0 has use in another region\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3525:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_fix_normals’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3583:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_fix_normals(s = x%x)\n", s_orig); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3602:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_fix_normals failed, found a face with no geometry (x%x)\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3607:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_fix_normals: non-planar face found (x%x)\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3676:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_fix_normals: nmg_classify_s_vs_s() failed for shells x%x and x%x\n", s1, s2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3676:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3713:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("fu x%x does not have correspondence in original shell\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_break_long_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3762:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_break_long_edges(s = x%x)\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3828:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Not splitting collinear edges x%x and x%x:\n", eu, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3828:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_mk_new_face_from_loop’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3863:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_mk_new_face_from_loop(lu = x%x)\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_split_loops_handler’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3957:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_split_loops_into_faces: faceuse (x%x) with %s loopuse (x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3957:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4085:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_split_loops_into_faces: fu (x%x) has only OT_OPPOSITE loopuses, ignored\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_split_loops_into_faces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4111:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_split_loops_into_faces(magic_p = x%x)\n", magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_decompose_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4166:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_decompose_shell(s = x%x) START\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_stash_model_to_file’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4576:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct model *’ [-Wformat=] bu_log("nmg_stash_model_to_file('%s', x%x, %s)\n", filename, m, title); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_unbreak_handler’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4670:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("nmg_unbreak_handler: no geometry for edge x%x\n", e); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_unbreak_region_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4734:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_unbreak_region_edges(magic_p = x%x)\n", magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_mv_shell_to_region’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4768:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_shell_to_region(s=x%x, r=x%x)\n", s, r); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4768:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct nmgregion *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_find_isect_faces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4817:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_find_isect_faces(new_v=x%x, faces=x%x)\n", new_v, faces); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4817:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_ptbl *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_simple_vertex_solve’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4894:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_simple_vertex_solve(new_v=x%x, %d faces)\n", new_v, BU_PTBL_END(faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4894:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka const long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4902:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("\tface (x%x) has no OT_SAME use\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_ck_vert_on_fus’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5038:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_ck_vert_on_fus: v=x%x vu=x%x (%f %f %f) is %g from\n\tfaceuse x%x f x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5038:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5038:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5038:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 9 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5044:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_ck_vert_on_fus: v=x%x (%f %f %f) max distance of %g from faceuses\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_pr_inter’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5089:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("\nint_faces at vertex x%x (%f %f %f)\n", new_v, V3ARGS(new_v->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5097:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct intersect_fus *’ [-Wformat=] bu_log("edge number %d, x%x\n", i, i_fus); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5109:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\tfu1 = x%x (face=x%x), fu2 = x%x (face=x%x) (%f %f %f %f)\n", i_fus->fu[0], fp1, i_fus->fu[1], fp2, V4ARGS(pl)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5109:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5109:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5109:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5111:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\tfu1 = x%x (face=x%x), fu2 = x%x (face=x%x)\n", i_fus->fu[0], fp1, i_fus->fu[1], fp2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5111:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5111:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5111:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5116:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\teu = x%x, vu_p = NULL\n", i_fus->eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5120:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\teu = x%x, from x%x (%f %f %f) to x%x (%f %f %f)\n", i_fus->eu, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5120:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5120:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5126:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("****ERROR**** eu is not in fu1 it's in x%x\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5130:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("****ERROR**** eu is not in fu2, it's in x%x\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5146:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tvp = x%x (%f %f %f)\n", i_fus->vp, V3ARGS(i_fus->vp->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_get_edge_lines’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5184:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_get_edge_lines(new_v=x%x, int_faces=x%x)\n", new_v, int_faces); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5184:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_ptbl *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5337:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\tfus x%x and x%x, faces x%x and x%x\n" , ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5337:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5337:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5337:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_get_max_edge_inters’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5402:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_get_max_edge_inters(new_v = x%x, %d intersect_fus structs, %d faces)\n", new_v, BU_PTBL_END(int_faces), BU_PTBL_END(faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5402:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5402:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘off_t {aka const long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_fuse_inters’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5571:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct intersect_fus *’ [-Wformat=] bu_log("nmg_fuse_inters: i_fus=x%x, j_fus=x%x, %d edges\n", i_fus, j_fus, BU_PTBL_END(int_faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5571:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct intersect_fus *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5571:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5593:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("radial join of eu's x%x and x%x\n", i_fus->eu, radial_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5593:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5594:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tx%x to x%x and x%x to x%x\n" , ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5594:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5594:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5594:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_split_edges_at_pts’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5631:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_split_edges_at_pts(new_v = x%x, %d intersect_fus structs)\n", new_v, BU_PTBL_END(int_faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5631:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_remove_short_eus_inter’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5742:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_remove_short_eus: new_v=x%x (%f %f %f), %d edges\n", new_v, V3ARGS(new_v->vg_p->coord), BU_PTBL_END(int_faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5742:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5811:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tkilling eu x%x (x%x)\n", eu, eu->eumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5811:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5832:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tkilling eu x%x (x%x)\n", eu, eu->eumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5832:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_simplify_inter’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5880:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_simplify_inter(new_v=x%x (%f %f %f), int_faces=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5880:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct bu_ptbl *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5962:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("\tCollinear vertices x%x, x%x, and x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5962:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5962:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5971:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tSplitting i_fus->eu x%x at vertex x%x\n", i_fus->eu, j_fus->vp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5971:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5984:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tSplitting j_fus->eu x%x at vertex x%x\n", j_fus->eu, i_fus->vp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5984:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_make_faces_at_vert’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6015:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_make_faces_at_vert(x%x, %d intersect_fus structs)\n", new_v, BU_PTBL_END(int_faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6015:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6126:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_make_faces_at_vert: ERROR: Can't find loop containing vertices x%x and x%x\n", i_fus->vp, j_fus->vp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6126:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6184:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vu1 = x%x (x%x) vu2 = x%x (x%x)\n", vu1, vu1->v_p, vu2, vu2->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6184:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6184:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6184:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6185:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("new_v = x%x\n", new_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6186:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("old_lu = x%x, new_lu = x%x\n", old_lu, new_lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6186:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6203:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tnew_v is x%x at (%f %f %f)\n", new_v, V3ARGS(new_v->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_kill_cracks_at_vertex’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6233:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_kill_cracks_at_vertex(vp=x%x)\n", vp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6290:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("ERROR: nmg_kill_cracks_at_vert: bad loopuse x%x\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_dist_to_cross’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6388:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct intersect_fus *’ [-Wformat=] bu_log("nmg_dist_to_cross: checking edges x%x and x%x:\n", i_fus, j_fus); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6388:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct intersect_fus *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_fix_crossed_loops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6510:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_fix_crossed_loops(new_v=x%x (%f %f %f), %d edges)\n", new_v, V3ARGS(new_v->vg_p->coord), BU_PTBL_END(int_faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6510:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6561:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct intersect_fus *’ [-Wformat=] bu_log("fus=x%x, prev=x%x, next=x%x, dist1=%f, dist2=%f\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6561:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct intersect_fus *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6561:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct intersect_fus *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6637:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct intersect_fus *’ [-Wformat=] bu_log("edge x%x intersect next edge x%x\n", edge_fus, next_fus); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6637:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct intersect_fus *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_calc_new_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6680:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘off_t {aka const long int}’ [-Wformat=] bu_log("nmg_calc_new_v: (%f %f %f), %d faces\n", V3ARGS(new_v->vg_p->coord), BU_PTBL_END(int_faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6742:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_calc_new_v: No face planes at vertex x%x (%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_complex_vertex_solve’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6801:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_complex_vertex_solve(new_v = x%x, %d faces)\n", new_v, BU_PTBL_END(faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6801:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka const long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_move_edge_thru_pt’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7089:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_move_edge_thru_pt(mv_eu=x%x, pt=(%f %f %f))\n", mv_eu, V3ARGS(pt)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_follow_free_edges_to_vertex’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7473:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_follow_free_edges_to_vertex(vpa=x%x, vpb=x%x s=x%x, eu=x%x, found=%d)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7473:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7473:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7473:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7493:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tchecking eu x%x: x%x (%f %f %f)\n\t\tto x%x (%f %f %f)\n", eu1, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7493:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7493:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7535:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\tinserting vertex x%x\n", vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7543:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\t\tremove vertex x%x\n", vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_find_path’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7572:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_find_path(vpa=x%x (%f %f %f), vpb=x%x (%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7572:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7574:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("\t%d vertices to avoid\n", BU_PTBL_END(bad_verts)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7579:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tx%x (%f %f %f)\n", vpbad, V3ARGS(vpbad->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7602:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tchecking eu x%x: x%x (%f %f %f)\n\t\tto x%x (%f %f %f)\n", eua, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7602:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7602:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_make_connect_faces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7690:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_make_connect_faces(dst=x%x, vpa=x%x (%f %f %f), vpb=x%x (%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7690:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7690:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7694:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tx%x (%f %f %f)\n", v, V3ARGS(v->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7765:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tx%x (%f %f %f)\n", face_verts[debug_int], ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_open_shells_connect’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7934:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_open_shells_connect(dst=x%x, src=x%x, copy_tbl=x%x)\n", dst, src, copy_tbl); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7934:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7934:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const long int **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8070:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tfor edge from x%x (%f %f %f)\n\t\tto x%x (%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8070:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_in_vert’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8182:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_in_vert(new_v=x%x at (%f %f %f))\n", new_v, V3ARGS(new_v->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_kill_cracks’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8283:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_kill_cracks(s=%x)\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8340:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_kill_cracks: found a strange crack at eu1=x%x, eu2=x%x\n", eu, eu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8340:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_kill_zero_length_edgeuses’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8445:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmg_kill_zero_length_edgeuses(m=%x)\n", m); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_to_poly’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:10006:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_to_poly: triangulating fu x%x\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_edge_collapse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:10467:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_edge_collapse: fu (x%x) has no OT_SAME use!\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:10477:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_edge_collapse: fu2 (x%x) has no OT_SAME use!\n", fu2); ^ [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_mk.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mm’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:251:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmg_mm() returns model 0x%p\n", m); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mmr’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:290:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmg_mmr() returns model 0x%p with region 0x%p\n", m, r); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:290:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct nmgregion *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mrsv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:332:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmg_mrsv(m=0x%p) returns r=0x%p\n", m, r); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:332:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct nmgregion *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mvu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:364:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] bu_log("nmg_mvu() in %s:%d magic not shell, loop, or edge. Was 0x%lx (%s)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:379:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_mvu(v=0x%p, up=0x%p) returns vu=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:379:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:379:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mvvu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:412:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_mvvu(upptr=0x%p, m=0x%p) returns vu=0x%p\n", upptr, m, ret_vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:412:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct model *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:412:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_msv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:459:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct nmgregion *’ [-Wformat=] bu_log("nmg_msv(r=0x%p) returns s=0x%p, vu=0x%p\n", r, s, s->vu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:459:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:459:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mf’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:542:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_mf(lu1=0x%p) returns fu=0x%p\n", lu1, fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:542:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mlv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:682:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_mlv(up=0x%p, v=0x%p, %s) returns lu=0x%p on vu=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:682:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:682:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:682:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 6 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_me’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:796:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_me(v1=0x%p, v2=0x%p, s=0x%p) returns eu=0x%p\n", v1, v2, s, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:796:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:796:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:796:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_meonvu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:921:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_meonvu(vu=0x%p) returns eu=0x%p\n", vu, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:921:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_ml’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:966:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_ml(s=0x%p) returns lu of single vertex=0x%p\n", s, lu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:966:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1062:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_ml(s=0x%p) returns lu=0x%p\n", s, lu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1062:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_kvu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1175:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_kvu(vu=0x%p) ret=%d\n", vu, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_kfu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1280:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_kfu(fu1=0x%p) fu2=0x%p ret=%d\n", fu1, fu2, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1280:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_klu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1343:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_klu(0x%p) magic=%s\n", lu1, bu_identify_magic(magic1)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1367:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_klu(lu1=0x%p) lu2=0x%p ret=%d\n", lu1, lu2, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1367:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_keu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1522:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_keu() lu1=0x%p, mate=0x%p\n", lu1, lu1->lumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1522:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1523:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_keu() lu2=0x%p, mate=0x%p\n", lu2, lu2->lumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1523:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1555:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_keu(eu1=0x%p) eu2=0x%p ret=%d\n", eu1, eu2, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1555:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_ks’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1609:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_ks(s=0x%p)\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_kr’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1654:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct nmgregion *’ [-Wformat=] bu_log("nmg_kr(r=0x%p)\n", r); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_km’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1689:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmg_km(m=0x%p)\n", m); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_vertex_gv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1730:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_vertex_gv(v=0x%p, pt=(%g %g %g))\n", v, V3ARGS(pt)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_vertex_g’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1751:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_vertex_g(v=0x%p, pt=(%g %g %g))\n", v, x, y, z); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_vertexuse_nv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1786:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_vertexuse_nv(vu=0x%p, norm=(%g %g %g))\n", vu, V3ARGS(norm)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_vertexuse_a_cnurb’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1823:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_vertexuse_a_cnurb(vu=0x%p, param=(%g %g %g)) vua=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1823:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 6 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_edge_g’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1934:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_edge_g(eu=0x%p) eg=0x%p\n", eu, eg_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1934:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_edge_g_cnurb’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2042:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_edge_g_cnurb(eu=0x%p, order=%d, n_knots=%d, kv=0x%p, n_pts=%d, pt_type=0x%x, points=0x%p) eg=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2042:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2042:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 8 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2042:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 9 has type ‘struct edge_g_cnurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_edge_g_cnurb_plinear’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2120:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_edge_g_cnurb_plinear(eu=0x%p) order=0, eg=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2120:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edge_g_cnurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_use_edge_g’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2189:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_use_edge_g(eu=0x%p, magic_p=0x%p) old_eg=0x%p, ret=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2189:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2189:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_loop_g’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2254:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] bu_log("nmg_loop_g() loopuse down is %s (0x%lx)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2278:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loop *’ [-Wformat=] bu_log("nmg_loop_g(l=0x%p, tol=0x%p)\n", l, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2278:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_face_g’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2329:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_face_g(fu=0x%p, p=(%g %g %g %g))\n", fu, V4ARGS(p)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_face_new_g’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2390:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_face_new_g(fu=0x%p, pl=(%g %g %g %g))\n", fu, V4ARGS(pl)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_face_g_snurb’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2469:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_face_g_snurb(fu=0x%p, u_order=%d, v_order=%d, n_u_knots=%d, n_v_knots=%d, ukv=0x%p, vkv=0x%p, n_rows=%d, n_cols=%d, pt_type=0x%x, mesh=0x%p) fg=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2469:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 7 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2469:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 8 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2469:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 12 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2469:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 13 has type ‘struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_face_bb’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2525:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_face_bb(f=0x%p, tol=0x%p)\n", f, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2525:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_shell_a’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2609:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_shell_a(s=0x%p, tol=0x%p)\n", s, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2609:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_region_a’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2649:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct nmgregion *’ [-Wformat=] bu_log("nmg_region_a(r=0x%p, tol=0x%p)\n", r, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2649:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_demote_lu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2686:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_demote_lu(0x%p)\n", lu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_movevu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2819:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_movevu(vu=0x%p, v=0x%p)\n", vu, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2819:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_je’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2870:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("eusrc (v=0x%p) (%g %g %g)\n", eusrc->vu_p->v_p, V3ARGS(eusrc->vu_p->v_p->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2871:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("eusrc_mate (v=0x%p) (%g %g %g)\n", eusrc_mate->vu_p->v_p, V3ARGS(eusrc_mate->vu_p->v_p->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2872:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("eudst (v=0x%p) (%g %g %g)\n", eudst->vu_p->v_p, V3ARGS(eudst->vu_p->v_p->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2873:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("eudst_mate (v=0x%p) (%g %g %g)\n", eudst_mate->vu_p->v_p, V3ARGS(eudst_mate->vu_p->v_p->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2915:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_je(eudst=0x%p, eusrc=0x%p)\n", eudst, eusrc); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2915:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_unglueedge’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2949:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_unglueedge(eu=0x%p) (nothing unglued)\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2975:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_unglueedge(eu=0x%p)\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_jv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3025:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_jv(v1=0x%p, v2=0x%p)\n", v1, v2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3025:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_jfg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3060:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_jfg(f1=0x%p, f2=0x%p)\n", f1, f2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3060:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3072:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_jfg(f1=0x%p, f2=0x%p)\n", f1, f2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3072:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3082:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_jfg(f1=0x%p, f2=0x%p)\n", f1, f2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3082:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3101:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_jfg(f1=0x%p, f2=0x%p)\n", f1, f2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3101:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_jeg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3130:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("nmg_jeg(src_eg=0x%p, dest_eg=0x%p)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3130:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3146:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_jeg() eu=0x%p, eu->g=0x%p != src_eg=0x%p?? dest_eg=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3146:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3146:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3146:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘struct edge_g_lseg *’ [-Wformat=] [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_mod.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_shell_coplanar_face_merge’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:201:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_shell_coplanar_face_merge(s=x%x, tol=x%x, simplify=%d)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:201:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_simplify_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:236:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_simplify_shell(s=x%x) returns %d\n", s, ret_val); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_rm_redundancies’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:564:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_rm_redundancies(s=x%x)\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_sanitize_s_lv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:646:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_sanitize_s_lv(s=x%x, orient=%d)\n", s, orient); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_s_split_touchingloops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:670:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_split_touching_loops(s=x%x, tol=x%x) START\n", s, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:670:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:694:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_split_touching_loops(s=x%x, tol=x%x) END\n", s, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:694:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_s_join_touchingloops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:714:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_join_touching_loops(s=x%x, tol=x%x) START\n", s, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:714:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:736:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_join_touching_loops(s=x%x, tol=x%x) END\n", s, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:736:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_js’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:773:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_js(s1=x%x, s2=x%x) START\n", s1, s2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:773:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:888:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_js(s1=x%x, s2=x%x) END\n", s1, s2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:888:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_invert_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:918:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_invert_shell(x%x)\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_cmface’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1009:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_cmface(s=x%x, verts=x%x, n=%d.)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1009:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex ***’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1016:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_cmface(s=x%x, verts=x%x, n=%d.) null pointer to array start\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1016:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex ***’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1029:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_cmface(s=x%x, verts=x%x, n=%d.) verts[%d]=NULL\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1029:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex ***’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1056:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_cmface() euold: %8x\n", euold); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1067:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_cmface() found another edgeuse (%8x) between %8x and %8x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1067:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1067:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1071:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_cmface() didn't find edge from verts[%d]%8x to verts[%d]%8x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1071:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1079:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_cmface() *verts[%d] was null, is now %8x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1091:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_cmface() didn't find edge from verts[%d]%8x to verts[%d]%8x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1091:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1101:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("ERROR nmg_cmface() lu first vert s/b x%x, was x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1101:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1104:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] bu_log(" *verts[%2d]=x%x, eu->vu_p->v_p=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1104:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1113:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_cmface(s=x%x, verts[]=x%x, n=%d) fu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1113:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex ***’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1113:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_cface’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1158:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_cface(s=x%x, verts=x%x, n=%d.)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1158:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1194:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_cface(s=x%x, verts[]=x%x, n=%d) fu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1194:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1194:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_add_loop_to_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1239:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_add_loop_to_face(s=x%x, verts=x%x, n=%d.)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1239:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_add_loop_to_face(s=x%x, fu=x%x, verts[]=x%x, n=%d, %s) fu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_fu_planeeqn’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1411:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_fu_planeeqn(fu=x%x) ERROR, verts are not within tol of face\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1416:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_fu_planeeqn(fu=x%x, tol=x%x)\n", fu, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1416:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_gluefaces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1454:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse **’ [-Wformat=] bu_log("nmg_gluefaces(fulist=x%x, n=%d)\n", fulist, n); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_simplify_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1493:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_simplify_face(fut=x%x) return=%d\n", fu, ret_val); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_reverse_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1554:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_reverse_face(fu=x%x) fu:SAME, fumate:%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1563:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_reverse_face(fu=x%x) fu:OPPOSITE, fumate:%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1572:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("ERROR nmg_reverse_face(fu=x%x), orientation=%d.\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1577:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_reverse_face(fu=x%x) fumate=x%x\n", fu, fumate); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1577:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_face_fix_radial_parity’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1713:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_face_fix_radial_parity() exchanging eu=x%x & eumate=x%x on edge x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1713:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1713:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1720:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_face_fix_radial_parity(fu=x%x) returns %ld\n", fu, count); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_mv_fu_between_shells’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1742:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_fu_between_shells(dest=x%x, src=x%x, fu=x%x), fu->s_p=x%x isn't src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1742:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1742:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1742:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1747:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_fu_between_shells(dest=x%x, src=x%x, fu=x%x), fumate->s_p=x%x isn't src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1747:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1747:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1747:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1756:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_fu_between_shells(dest=x%x, src=x%x, fu=x%x), fumate=x%x not in src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1756:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1756:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1756:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1780:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_fu_between_shells(dest=x%x, src=x%x, fu=x%x)\n", dest, src, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1780:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1780:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_move_fu_fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1811:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_move_fu_fu(dest_fu=x%x, src_fu=x%x)\n", dest_fu, src_fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1811:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_jf’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1831:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_jf(dest_fu=x%x, src_fu=x%x)\n", dest_fu, src_fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1831:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_dup_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1953:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_dup_face(fu=x%x, s=x%x) new_fu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1953:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1953:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_jl’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2001:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_jl(lu=x%x, eu=x%x) lu2=x%x\n", lu, eu, lu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2001:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2001:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_join_2loops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_join_2loops(vu1=x%x, vu2=x%x) lu1=x%x, lu2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_join_singvu_loop’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2189:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_join_singvu_loop(vu1=x%x, vu2=x%x) lu1=x%x, lu2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2189:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2189:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2189:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_join_2singvu_loops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2236:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_join_2singvu_loops(vu1=x%x, vu2=x%x) lu1=x%x, lu2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2236:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2236:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2236:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_cut_loop’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2462:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cut_loop(vu1=x%x, vu2=x%x) old_lu=x%x, new_lu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2462:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2462:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2462:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_split_lu_at_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2563:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_split_lu_at_vu(lu=x%x, split_vu=x%x) newlu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2563:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2563:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_split_touchingloops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2647:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_split_touchingloops(lu=x%x)\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_join_touchingloops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2741:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_join_touchingloops(lu=x%x)\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2790:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_join_touchingloops(): lu=x%x, vu=x%x, tvu=x%x\n", lu, vu, tvu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2790:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2790:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_kill_accordions’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3021:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_kill_accordions(): killing jaunt in accordion eu's x%x and x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3021:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3029:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_kill_accordions(): killing jaunt in accordion eu x%x\n", eu_curr); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_loop_split_at_touching_jaunt’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3074:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_loop_split_at_touching_jaunt(lu=x%x) START\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3087:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_loop_split_at_touching_jaunt: found %d touching jaunts in lu x%x\n", jaunt_count, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3091:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tx%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3097:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_loop_split_at_touching_jaunt: nmg_get_touching_jaunts() returned %d for lu x%x\n", jaunt_count, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3110:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_loop_split_at_touching_jaunt(lu=x%x) END count=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3137:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_loop_split_at_touching_jaunt(lu=x%x) END count=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3191:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tConsider splitting lu x%x at vu=x%x\n", lu, start_eu1->vu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3191:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3208:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\t\tpredicted status of jaunt at eu x%x is ", tmp_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3243:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\t\tCannot split lu x%x at proposed vu\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3254:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tnmg_loop_split_at_touching_jaunt: splitting lu x%x at vu x%x\n", lu, eu2->vu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3254:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3255:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\t\tnew_lu is x%x\n", new_lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3272:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_loop_split_at_touching_jaunt: Could not find a way to split lu x%x\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_simplify_loop’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3295:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_simplify_loop(lu=x%x)\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_kill_snakes’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3371:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_kill_snakes(lu=x%x)\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_mv_lu_between_shells’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3445:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_lu_between_shells(dest=x%x, src=x%x, lu=x%x), lu->up.s_p=x%x isn't source shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3445:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3445:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3445:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3450:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_lu_between_shells(dest=x%x, src=x%x, lu=x%x), lumate->up.s_p=x%x isn't source shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3450:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3450:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3450:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3459:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_lu_between_shells(dest=x%x, src=x%x, lu=x%x), lumate=x%x not in src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3459:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3459:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3459:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3475:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_lu_between_shells(dest=x%x, src=x%x, lu=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3475:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3475:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_moveltof’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3512:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_moveltof(fu=x%x, s=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3512:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_dup_loop’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3578:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_dup_loop(lu=x%x, parent=x%x, trans_tbl=x%x) new_lu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3578:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3578:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long int **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3578:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3673:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_dup_loop(lu=x%x(%s), parent=x%x, trans_tbl=x%x) new_lu=x%x(%s)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3673:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3673:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long int **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3673:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_set_lu_orientation’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3694:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_set_lu_orientation(lu=x%x, %s)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_lu_reorient’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3730:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_lu_reorient(lu=x%x)\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3746:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_lu_reorient() selecting other fu=x%x, lu=x%x\n", fu, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3746:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3770:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_lu_reorient(x%x): changing orientation: %s to %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_eusplit’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4038:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_eusplit(v=x%x, eu=x%x, share=%d) new_eu=x%x, mate=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4038:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4038:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4038:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_esplit’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4130:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("WARNING: nmg_esplit(v=x%x) vertex is already an edge vertex\n", v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4180:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_esplit(v=x%x, e=x%x)\n", v, e); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4180:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4181:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_esplit: teuX->vu_p->v_p=x%x, vA=x%x, vB=x%x\n", teuX->vu_p->v_p, vA, vB); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4181:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4181:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4190:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_esplit(v=x%x, eu=x%x, share=%d) neu2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4190:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4190:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4196:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_esplit(v=x%x, eu=x%x, share=%d) neu1=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4196:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4196:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_ebreak’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4237:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_ebreak(v=x%x, eu=x%x) new_eu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4237:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4237:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_ebreaker’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4281:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_ebreaker() joining eu=x%x to oeu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4281:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4293:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_ebreaker() joining new_eu=x%x to oeu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4293:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4299:40: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] if (nmg_check_radial(eu, tol)) bu_log("ERROR ebreaker eu=x%x bad\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4300:44: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] if (nmg_check_radial(new_eu, tol)) bu_log("ERROR ebreaker new_eu=x%x bad\n", new_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4303:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_ebreaker(v=x%x, eu=x%x) new_eu=x%x\n", v, eu, new_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4303:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4303:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_e2break’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4331:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_e2break(eu1=x%x, eu2=x%x) v=x%x\n", eu1, eu2, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4331:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4331:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_unbreak_edge’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4400:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("nmg_unbreak_edge: no geometry for edge1 x%x\n", e1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4419:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_unbreak_edge: second eu geometry x%x does not match geometry x%x of edge1 x%x\n" , ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4419:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4419:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4483:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge va=x%x, vb=x%x, vc=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4483:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4483:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4502:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: eu1 does not got to/from correct vertices, x%x, %x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4502:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4513:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: about to kill eu2, but does not got to/from correct vertices, x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4513:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4523:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: extended eu1 does not got to/from correct vertices, x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4523:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4537:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: unbroken eu1 (after eu2 killed) does not got to/from correct vertices, x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4537:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4547:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_unbreak_edge(eu=x%x, vb=x%x) ret = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4547:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_unbreak_shell_edge_unsafe’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4632:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_unbreak_edge: second eu geometry x%x does not match geometry x%x of edge1 x%x\n" , ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4632:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4632:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4698:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge va=x%x, vb=x%x, vc=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4698:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4698:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4717:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: eu1 does not got to/from correct vertices, x%x, %x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4717:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4728:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: about to kill eu2, but does not got to/from correct vertices, x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4728:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4738:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: extended eu1 does not got to/from correct vertices, x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4738:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4752:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: unbroken eu1 (after eu2 killed) does not got to/from correct vertices, x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4752:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4762:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_unbreak_edge(eu=x%x, vb=x%x) ret = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4762:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_eins’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4841:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_eins(eu=x%x) eu1=x%x\n", eu, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4841:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_mv_eu_between_shells’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4862:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_eu_between_shells(dest=x%x, src=x%x, eu=x%x), eu->up.s_p=x%x isn't src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4862:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4862:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4862:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4867:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_eu_between_shells(dest=x%x, src=x%x, eu=x%x), eumate->up.s_p=x%x isn't src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4867:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4867:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4867:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4876:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_eu_between_shells(dest=x%x, src=x%x, eu=x%x), eumate=x%x not in src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4876:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4876:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4876:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4892:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_eu_between_shells(dest=x%x, src=x%x, eu=x%x) new_eu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4892:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4892:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4892:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_mv_vu_between_shells’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4919:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_vu_between_shells(dest_s=x%x, src_s=x%x, vu=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4919:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4919:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_plot.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_plot.c: In function ‘nmg_show_broken_classifier_stuff’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_plot.c:1885:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] bu_log("Unknown magic number %ld %0lx %zu %p\n", *p, *p, (size_t)p, (void *)p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_plot.c:1885:13: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_plot.c: In function ‘nmg_cnurb_to_vlist’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_plot.c:2372:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_cnurb_to_vlist() eu=x%x, n=%d, order=%d\n", ^ [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_pr.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_m’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:98:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct model *’ [-Wformat=] bu_log("MODEL %8x\n", m); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_r’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:136:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct nmgregion *’ [-Wformat=] bu_log("REGION %8x\n", r); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:145:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct model * const’ [-Wformat=] bu_log("%8x m_p\n", r->m_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:146:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%8x l.forw\n", r->l.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:147:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%8x l.back\n", r->l.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:148:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct nmgregion_a * const’ [-Wformat=] bu_log("%8x ra_p\n", r->ra_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_sa’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:165:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell_a *’ [-Wformat=] bu_log("%sSHELL_A %8x\n", h, sa); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_lg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:189:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loop_g *’ [-Wformat=] bu_log("%sLOOP_G %8x\n", h, lg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_fg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:213:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("%sFACE_G_PLANE %8x\n", h, magic); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:220:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("%sFACE_G_SNURB %8x\n", h, magic); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_s’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:263:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] bu_log("%sSHELL %8x\n", h, s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:269:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct nmgregion * const’ [-Wformat=] bu_log("%s%8x r_p\n", h, s->r_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:270:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.forw\n", h, s->l.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:271:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.back\n", h, s->l.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:272:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell_a * const’ [-Wformat=] bu_log("%s%8x sa_p\n", h, s->sa_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_s_briefly’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:306:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] bu_log("%sSHELL %8x\n", h, s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_f’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:339:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct face *’ [-Wformat=] bu_log("%sFACE %8x\n", h, f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:340:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse * const’ [-Wformat=] bu_log("%s%8x fu_p\n", h, f->fu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:341:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint32_t * const {aka unsigned int * const}’ [-Wformat=] bu_log("%s%8x g.magic_p\n", h, f->g.magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:368:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] bu_log("%sFACEUSE %8x\n", h, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:375:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell * const’ [-Wformat=] bu_log("%s%8x s_p\n", h, fu->s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:376:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.forw\n", h, fu->l.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:377:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.back\n", h, fu->l.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:378:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse * const’ [-Wformat=] bu_log("%s%8x fumate_p\n", h, fu->fumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:381:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face * const’ [-Wformat=] bu_log("%s%8x f_p\n", h, fu->f_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_fu_briefly’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:406:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] bu_log("%sFACEUSE %8x (%s) f_p=x%x fg=x%x flip=%d pl= %f %f %f %f\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:406:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct face * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:406:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:409:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] bu_log("%sFACEUSE %8x (%s) f_p=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:409:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct face * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_l’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:428:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loop *’ [-Wformat=] bu_log("%sLOOP %8x\n", h, l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:433:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse * const’ [-Wformat=] bu_log("%s%8x lu_p\n", h, l->lu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:434:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loop_g * const’ [-Wformat=] bu_log("%s%8x lg_p\n", h, l->lg_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_lu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:455:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] bu_log("%sLOOPUSE %8x\n", h, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:458:32: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell * const’ [-Wformat=] case NMG_SHELL_MAGIC : bu_log("%s%8x up.s_p\n", h, lu->up.s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:460:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse * const’ [-Wformat=] case NMG_FACEUSE_MAGIC : bu_log("%s%8x up.fu_p\n", h, lu->up.fu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:466:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.forw\n", h, lu->l.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:467:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.back\n", h, lu->l.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:468:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse * const’ [-Wformat=] bu_log("%s%8x lumate_p\n", h, lu->lumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:470:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loop * const’ [-Wformat=] bu_log("%s%8x l_p\n", h, lu->l_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:476:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x down_hd.forw\n", h, lu->down_hd.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:477:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x down_hd.back\n", h, lu->down_hd.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:482:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("%s%8x down_hd->forw (vu)\n", h, vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_lu_briefly’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:508:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] bu_log("%sLOOPUSE %8x, lumate_p=x%x (%s) \n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:508:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:514:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("%s%8x down_hd->forw (vu)\n", h, vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_eg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:543:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("%sEDGE_G_LSEG %8x pt:(%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:554:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_cnurb *’ [-Wformat=] bu_log("%sEDGE_G_CNURB %8x\n", h, eg_c); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_e’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:589:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edge *’ [-Wformat=] bu_log("%sEDGE %8x\n", h, e); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:594:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] bu_log("%s%8x eu_p\n", h, e->eu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:609:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("%sEDGEUSE %8x\n", h, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:612:32: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell * const’ [-Wformat=] case NMG_SHELL_MAGIC : bu_log("%s%8x up.s_p\n", h, eu->up.s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:614:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse * const’ [-Wformat=] case NMG_LOOPUSE_MAGIC : bu_log("%s%8x up.lu_p\n", h, eu->up.lu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:619:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.forw\n", h, eu->l.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:620:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.back\n", h, eu->l.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:621:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] bu_log("%s%8x eumate_p\n", h, eu->eumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:622:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] bu_log("%s%8x radial_p\n", h, eu->radial_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:624:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge * const’ [-Wformat=] bu_log("%s%8x e_p\n", h, eu->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:625:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse * const’ [-Wformat=] bu_log("%s%8x vu_p\n", h, eu->vu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:626:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint32_t * const {aka unsigned int * const}’ [-Wformat=] bu_log("%s%8x g.magic_p\n", h, eu->g.magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_eu_briefly’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:646:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("%sEDGEUSE %8x, g=%8x, e_p=%8x\n", h, eu, eu->g.magic_p, eu->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:646:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t * const {aka unsigned int * const}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:646:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_eu_endpoints’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:669:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("%sEDGEUSE %8x\n%s (%g, %g, %g) -- (%g, %g, %g)\n", h, eu, h, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_vg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:687:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertex_g *’ [-Wformat=] bu_log("%sVERTEX_G %8x\n", h, vg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:691:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertex_g *’ [-Wformat=] bu_log("%sVERTEX_G %8x %f %f %f = XYZ coord\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:706:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertex *’ [-Wformat=] bu_log("%sVERTEX %8x\n", h, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:712:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bu_list *’ [-Wformat=] bu_log("%s vu_hd %8x\n", h, &v->vu_hd); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:713:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x vu_hd.forw\n", h, v->vu_hd.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:714:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x vu_hd.back\n", h, v->vu_hd.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:717:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex_g * const’ [-Wformat=] bu_log("%s%8x vg_p\n", h, v->vg_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:734:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("%sVERTEXUSE %8x\n", h, vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:741:32: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell * const’ [-Wformat=] case NMG_SHELL_MAGIC : bu_log("%s%8x up.s_p\n", h, vu->up.s_p); break; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:742:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse * const’ [-Wformat=] case NMG_LOOPUSE_MAGIC : bu_log("%s%8x up.lu_p\n", h, vu->up.lu_p); break; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:743:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] case NMG_EDGEUSE_MAGIC : bu_log("%s%8x up.eu_p\n", h, vu->up.eu_p); break; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:747:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.forw\n", h, vu->l.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:748:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.back\n", h, vu->l.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:751:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse_a_plane * const’ [-Wformat=] bu_log("%s%8x a.plane_p\n", h, vu->a.plane_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:755:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse_a_cnurb * const’ [-Wformat=] bu_log("%s%8x a.cnurb_p\n", h, vu->a.cnurb_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:758:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex * const’ [-Wformat=] bu_log("%s%8x v_p\n", h, vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_vu_briefly’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:781:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("%sVERTEXUSE %8x, v=x%x, %f %f %f\n", h, vu, vu->v_p, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:781:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:784:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("%sVERTEXUSE %8x, v=x%x\n", h, vu, vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:784:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_vua’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:799:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("%sVERTEXUSE_A %8x\n", h, magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_ptbl’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:856:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka const long int}’ [-Wformat=] bu_log("%s: bu_ptbl array with %d entries\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:865:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long int *’ [-Wformat=] bu_log(" %.8x NULL entry\n", *lp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:870:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long int *’ [-Wformat=] bu_log(" %.8x %s\n", *lp, bu_identify_magic(**lp)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:873:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long int *’ [-Wformat=] bu_log(" %.8x edgeuse vu=%x, far vu=%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:873:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:873:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:879:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long int *’ [-Wformat=] bu_log(" %.8x vertexuse v=%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:879:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_ptbl_vert_list’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:930:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("\tv=x%x, vu=x%x, dist=%g\n", v, vu, mag[i]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:930:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_one_eu_vecs’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:976:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log(" %8.8x, lu=%8.8x=%1.1s, f=%8.8x, fu=%8.8x=%1.1s, s=%8.8x SNURB\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:976:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:976:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:976:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:976:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:983:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log(" %8.8x, lu=%8.8x=%1.1s, f=%8.8x, fu=%8.8x=%1.1s, s=%8.8x %g deg\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:983:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:983:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:983:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:983:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_fu_around_eu_vecs’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1004:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_pr_fu_around_eu_vecs(eu=x%x) e=x%x\n", eu, eu->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1004:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_fu_around_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1041:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_pr_fu_around_eu(x%x)\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_fus_in_fg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1122:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("nmg_pr_fus_in_fg(x%x):\n", fg_magic); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1126:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log(" f=x%x, fu=x%x, fumate=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1126:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1126:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_pt_fu.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c: In function ‘nmg_class_pt_euvu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:341:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_class_pt_euvu((%g %g %g), eu=x%x)\n", V3ARGS(pt), eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:344:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_class_pt_euvu() called with eu (x%x) that isn't part of a loop\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:365:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_class_pt_euvu: eu x%x is a crack\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:389:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tUsing eu x%x instead\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:397:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_class_pt_euvu: prev_eu (x%x) is a crack\n", prev_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:421:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tUsing prev_eu x%x instead\n", prev_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:426:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_class_pt_euvu: nmg_find_eu_leftvec() for eu=x%x failed!\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:431:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tprev_eu = x%x, left = (%g %g %g)\n", prev_eu, V3ARGS(left)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:446:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tv0=x%x, v1=x%x, v2=x%x\n", v0, v1, v2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:446:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:446:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:455:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘fastf_t {aka double}’ [-Wformat=] bu_log("\teu_dir=(%g %g %g), other_eudir=(%x %x %x)\n", V3ARGS(eu_dir), V3ARGS(other_eudir)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:455:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘fastf_t {aka double}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:455:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘fastf_t {aka double}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c: In function ‘nmg_class_pt_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:563:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 11 has type ‘struct edgeuse *’ [-Wformat=] bu_log("pt (%g %g %g) vs_edge (%g %g %g) (%g %g %g) (eu=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:592:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_class_pt_eu: status for eu x%x (%g %g %g)<->(%g %g %g) vs pt (%g %g %g) is %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c: In function ‘make_near_list’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:803:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("\tei->ved_p->magic_p=x%x, ei->eu_p->vu_p=x%x, ei->eu_p->eumate_p->vu_p=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:803:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:803:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c: In function ‘nmg_class_pt_lu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:1124:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_class_pt_lu() hit %s loop at vu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c: In function ‘nmg_class_pt_fu_except’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:1242:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct faceuse *’ [-Wformat=] bu_log("nmg_class_pt_fu_except(pt=(%g %g %g), fu=x%x)\n", V3ARGS(pt), fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:1346:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct faceuse *’ [-Wformat=] bu_log("fu=x%x\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c: In function ‘nmg_class_pt_lu_except’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:1389:9: warning: format ‘%g’ expects argument of type ‘double’, but argument 5 has type ‘const struct edge *’ [-Wformat=] bu_log("nmg_class_pt_lu_except((%g %g %g) %g ", V3ARGS(pt), e_p); ^ [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_rt_isect.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘nmg_rt_print_hitmiss’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:218:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘genptr_t {aka void *}’ [-Wformat=] bu_log(" dist:%12g pt=(%f %f %f) %s=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘ray_hit_vertex’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:976:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("ray_hit_vertex x%x (%g %g %g) status=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘ray_hit_edge’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1373:48: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] if (RTG.NMG_debug & DEBUG_RT_ISECT) bu_log("\t - HIT edge 0x%08x (edgeuse=x%x)\n", eu_p->e_p, eu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1373:48: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘isect_ray_edgeuse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1565:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("\n\tLooking for previous hit on edge 0x%08x ...\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘isect_ray_loopuse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1615:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct ray_data *’ [-Wformat=] bu_log("isect_ray_loopuse(0x%08x, loop:0x%08x)\n", rd, lu_p->l_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1615:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loop *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘record_face_hit’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1715:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("fu x%x manifoldness = %d\n", fu_p, NMG_MANIFOLDS(rd->manifolds, fu_p)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘isect_ray_planar_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2111:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘fastf_t * {aka double *}’ [-Wformat=] bu_log("\tDIST_PT_PLANE(%16.10e) 0x%08lx 0x%08lx\n", new_dist, plane_pt, norm); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2111:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2118:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘fastf_t * {aka double *}’ [-Wformat=] bu_log("recalculated plane/pt dist as %16.10e 0x%08lx 0x%08lx\n", new_dist, plane_pt, norm); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2118:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘isect_ray_faceuse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2217:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct ray_data *’ [-Wformat=] bu_log("isect_ray_faceuse(0x%08x, faceuse:0x%08x/face:0x%08x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2217:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2217:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2242:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] bu_log("%s %d:\n\tBad magic %ld (0x%08x) for hitmiss struct for faceuse 0x%08x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2242:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘nmg_isect_ray_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2329:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct ray_data *’ [-Wformat=] bu_log("nmg_isect_ray_shell(0x%08x, 0x%08x)\n", rd, s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2329:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2341:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct ray_data *’ [-Wformat=] bu_log("nmg_isect_ray_shell(no RPP overlap) 0x%08x, 0x%08x\n", rd, s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2341:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2360:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct ray_data *’ [-Wformat=] bu_log("nmg_isect_ray_shell(done) 0x%08x, 0x%08x\n", rd, s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2360:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘nmg_class_ray_vs_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2708:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("fu x%x: %d\n", fu, NMG_MANIFOLDS(rd.manifolds, fu)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘isect_ray_snurb_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1872:41: warning: array subscript is above array bounds [-Warray-bounds] ctl_pt[i][j] = ctl_pt[i][j]/ctl_pt[i][coords-1]; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1872:41: warning: array subscript is above array bounds [-Warray-bounds] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1872:41: warning: array subscript is above array bounds [-Warray-bounds] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1872:41: warning: array subscript is above array bounds [-Warray-bounds] [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_rt_segs.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c: In function ‘print_seg_list’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:74:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct seg *’ [-Wformat=] bu_log("Seghead:\n0x%08x magic: 0x%08x forw:0x%08x back:0x%08x\n\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:74:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:74:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:81:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct seg *’ [-Wformat=] bu_log("0x%08x magic: 0x%08x forw:0x%08x back:0x%08x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:81:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:81:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c: In function ‘unresolved’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:1015:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘long int’ [-Wformat=] bu_log("\t%p %s\n", **l_p, bu_identify_magic(**l_p)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:1021:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘long int’ [-Wformat=] bu_log("\t%p %s\n", **l_p, bu_identify_magic(**l_p)); ^ [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_tri.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘PvsV’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:59:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("%s %d bad prev pointer of trapezoid 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:107:5: note: in expansion of macro ‘NMG_CK_TRAP’ NMG_CK_TRAP(p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:63:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("%s %d bad next pointer of trapezoid 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:107:5: note: in expansion of macro ‘NMG_CK_TRAP’ NMG_CK_TRAP(p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:59:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("%s %d bad prev pointer of trapezoid 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:108:5: note: in expansion of macro ‘NMG_CK_TRAP’ NMG_CK_TRAP(v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:63:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("%s %d bad next pointer of trapezoid 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:108:5: note: in expansion of macro ‘NMG_CK_TRAP’ NMG_CK_TRAP(v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘map_vu_to_2d’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:309:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] "Transforming 0x%x 3D(%g, %g, %g) to 2D(%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:339:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("transform 0x%x... ", vu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:344:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("%x vertexuse already transformed\n", vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘pick_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:600:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t\t\tnew_last/max 0x%08x %g %g %g -> %g %g %g vdot %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:613:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t\t\tnew_first/min 0x%08x %g %g %g -> %g %g %g vdot %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:650:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t\t\tnew_last/max 0x%08x %g %g %g <- %g %g %g vdot %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:663:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t\t\tnew_first/min 0x%08x %g %g %g <- %g %g %g vdot %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_plot_fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:1429:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct faceuse *’ [-Wformat=] bu_vls_sprintf(&plot_file_name, "%s_faceuse_%x_loopuse_%x.pl", prefix, fu, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:1429:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_triangulate_rm_degen_loopuse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2109:17: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("%d -- vu_p = %x vg_p = %x dup_vu_p = %x dup_vg_p = %x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2109:17: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex_g *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2109:17: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2109:17: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertex_g *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_tri_kill_accordions’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2271:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_tri_kill_accordions(): killing jaunt in accordion eu's x%x and x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2271:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2291:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_tri_kill_accordions(): killing jaunt in accordion eu x%x\n", eu_curr); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘validate_tbl2d’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2330:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] bu_log("validate_tbl2d(): %d: fu = %x fu_orient = %d lu = %x lu_orient = %d missing vu = %x coord = %f %f %f \n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2330:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2330:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘cut_unimonotone’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2431:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 9 has type ‘struct pt2d *’ [-Wformat=] bu_log("cut_unimonotone(): %d verts, min: %g %g max: %g %g first:%g %g 0x%08x\n", verts, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2449:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("cut_unimonotone(): infinite loop %x\n", current->vu_p->up.eu_p->up.lu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2510:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("cut_unimonotone(): point inside triangle, lu_p = %x, point = %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2516:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("cut_unimonotone(): outside triangle, lu_p = %x, 3Dprev = %g %g %g 3Dcurr = %g %g %g 3Dnext = %g %g %g 3Dpoint = %g %g %g is_convex = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2577:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("cut_unimonotone(): before cut orig_lu_p = %x prev lu_p = %x 3D %g %g %g curr lu_p = %x 3D %g %g %g next lu_p = %x 3D %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2577:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2577:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2577:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 11 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2744:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("cut_unimonotone(): after cut orig_lu_p = %x lu_p = %x 3D %g %g %g --> lu_p = %x 3D %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2744:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2744:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2777:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct pt2d *’ [-Wformat=] bu_log("cut_unimonotone(): first(0x%08x -> %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2783:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct pt2d *’ [-Wformat=] bu_log("cut_unimonotone(): current(0x%08x) -> %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2789:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct pt2d *’ [-Wformat=] bu_log("cut_unimonotone(): current(0x%08x) -> %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2795:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("cut_unimonotone(): not-cut orig_lu_p = %x lu_p = %x 3D %g %g %g --> lu_p = %x 3D %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2795:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2795:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘print_loopuse_tree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2828:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse_tree_node *’ [-Wformat=] bu_vls_sprintf(&plot_file_desc, "parent_%x_", parent); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2833:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse_tree_node *’ [-Wformat=] bu_log("print_loopuse_tree() parent ptr %x head ptr = %x siblings node %x lu %x %d child_hd ptr %x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2833:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2833:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2833:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2833:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_classify_pt_loop_new’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2963:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("normal intercept, pt on loopuse but not vertexuse, lu_ptr = %x pt = %g %g %g line1_dist = %g line2_dist = %g edgeuse pt1 %g %g %g pt2 %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2990:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 14 has type ‘const struct loopuse *’ [-Wformat=] bu_log("hit-on-edgeuse-vertex ... ray = %g %g %g -> %g %g %g edge = %g %g %g -> %g %g %g edge lu_ptr = %x ang1 = %g vec1 = %g %g %g N = %g %g %g %g, x_dir = %g %g %g y_dir = %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2997:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 14 has type ‘const struct loopuse *’ [-Wformat=] bu_log("hit-on-edgeuse-non-vertex ray = %g %g %g -> %g %g %g edge = %g %g %g -> %g %g %g edge lu_ptr = %x N = %g %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3007:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 14 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_classify_pt_loop_new(): co-linear, ray = %g %g %g -> %g %g %g edge = %g %g %g -> %g %g %g lu_ptr = %x line1_dist = %g line2_dist = %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3023:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("co-linear, pt on loopuse but not vertexuse, lu_ptr = %x pt = %g %g %g line1_dist = %g line2_dist = %g edgeuse pt1 %g %g %g pt2 %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3034:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 14 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_classify_pt_loop_new(): co-linear ON RAY, ray = %g %g %g -> %g %g %g edge = %g %g %g -> %g %g %g lu_ptr = %x line1_dist = %g line2_dist = %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3064:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("lu ptr = %x pt = %g %g %g in_cnt = %d out_cnt = %d on_cnt = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_classify_lu_lu_new’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3128:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("lu1_ptr = %x lu2_ptr = %x in_cnt = %d out_cnt = %d on_cnt = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3128:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘insert_above’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3162:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("insert_above(): lu_p = %x node ptr = %x new_node ptr = %x\n", lu, node, new_node); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3162:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3162:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3180:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("insert_above(): adjust lu_p = %x node ptr = %x new_node ptr = %x\n", lu, node_idx, new_node); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3180:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3180:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘insert_node’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3218:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("---- lu %x %d vs lu %x %d result1 = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3218:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3226:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("NEW FUNCTION ---- lu %x lu-orient = %d vs lu %x lu-orient = %d result_tmp = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3226:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3232:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("OLD FUNCTION ---- lu %x lu-orient = %d vs lu %x lu-orient = %d ...result2 = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3232:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3242:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu %x in lu %x\n", lu, node->lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3242:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3249:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu %x in lu %x\n", node->lu, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3249:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3256:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu %x in lu %x\n", lu, parent->lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3256:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3271:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("insert-node, insert-node ptr = %x, lu_p = %x parent ptr = %x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3271:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3271:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_build_loopuse_tree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3301:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("root node addr = %x\n", &((*root)->l)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3307:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_build_loopuse_tree(): %d fu_p = %x lu_p = %x\n", loopuse_cnt, fu, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3307:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3314:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_build_loopuse_tree(): %d fu_p = %x lu_p = %x\n", loopuse_cnt, fu, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3314:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3315:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("nmg_build_loopuse_tree(): root child ptr = %x root ptr = %x\n", &((*root)->children_hd), *root); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3315:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_triangulate_fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3481:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_triangulate_fu(): %d ccw_result = %d lu = %x coord = %g %g %g\n", ^ [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_tri_mc.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/nmg/nmg_visit.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_adjust.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_curve.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_describe.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_export.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_free.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_get.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_ifree.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_import.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_make.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_mirror.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_norm.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_params.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_plot.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_prep.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_print.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_shot.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_tess.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_tnurb.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_uv.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_vshot.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/obj_xform.c.o [ 18%] Building C object src/librt/CMakeFiles/librt.dir/primitives/part/part.c.o [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/part/part_brep.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/part/part_mirror.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/pipe/pipe.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c: In function ‘tesselate_pipe_linear’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:2661:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, arc_segs=%d, fu_prev = x%x\n", i, arc_segs, fu_prev); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:2719:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, arc_segs=%d, fu = x%x\n", i, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:2806:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:2894:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:2973:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, arc_segs=%d, fu_prev = x%x\n", i, arc_segs, fu_prev); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3031:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, arc_segs=%d, fu = x%x\n", i, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3126:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3214:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c: In function ‘tesselate_pipe_bend’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3414:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3483:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3591:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3651:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/pipe/pipe_brep.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/pipe/pipe_mirror.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/pnts/pnts.c.o [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/pnts/pnts_brep.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/poly/poly.c.o [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/poly/poly_brep.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/poly/poly_mirror.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/primitive_util.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/rec/rec.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/revolve/revolve.c.o [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/revolve/revolve_brep.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/rhc/rhc.c.o [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/rhc/rhc_brep.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/rhc/rhc_mirror.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/rpc/rpc.c.o [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/rpc/rpc_brep.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/rpc/rpc_mirror.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/sketch/sketch.c.o [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/sketch/sketch_brep.cpp.o [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/sketch/sketch_tess.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/sph/sph.c.o [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/sph/sph_brep.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/submodel/submodel.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/submodel/submodel.c: In function ‘rt_submodel_print’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/submodel/submodel.c:264:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_i * const’ [-Wformat=] bu_log("submodel->rtip=x%x\n", submodel->rtip); ^ [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/superell/superell.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/superell/superell.c: In function ‘rt_superell_shot’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/superell/superell.c:534:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘double’ [-Wformat=] bu_log("rt_superell_shot(): realroot in %d out %d\n", realRoot[1], realRoot[0]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/superell/superell.c:534:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘double’ [-Wformat=] [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/superell/superell_brep.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/superell/superell_mirror.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/table.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/tgc/tgc.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/tgc/tgc.c: In function ‘rt_tgc_shot’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/tgc/tgc.c:927:13: warning: format ‘%s’ expects a matching ‘char *’ argument [-Wformat=] bu_log("tgc(%s): too many grazing intersections encountered. further reporting suppressed.\n"); ^ [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/tgc/tgc_brep.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/tgc/tgc_mirror.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/tor/tor.c.o [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/tor/tor_brep.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/tor/tor_mirror.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/vol/vol.c.o [ 19%] Building CXX object src/librt/CMakeFiles/librt.dir/primitives/vol/vol_brep.cpp.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/vol/vol_mirror.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/primitives/hrt/hrt.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/regionfix.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/regionfix.c: In function ‘rt_regionfix’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/regionfix.c:89:13: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘char *’ [-Wformat=] bu_log("%s: line %d, regcomp error '%d'\n", file, line, ret); ^ [ 19%] Building C object src/librt/CMakeFiles/librt.dir/roots.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/search.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/shoot.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c: In function ‘rt_advance_to_next_cell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c:571:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const union cutter *’ [-Wformat=] "rt_advance_to_next_cell()=x%x lastcut=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c:571:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const union cutter *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c: In function ‘rt_shootray’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c:936:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct resource *’ [-Wformat=] bu_log("rt_shootray() resp=x%x uninitialized, fixing it\n", resp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c: In function ‘rt_cell_n_on_ray’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c:1610:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct resource *’ [-Wformat=] bu_log("rt_cell_n_on_ray() resp=x%x uninitialized, fixing it\n", resp); ^ [ 19%] Building C object src/librt/CMakeFiles/librt.dir/spectrum.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/spectrum.c: In function ‘rt_spect_black_body’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/spectrum.c:251:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bn_tabdata *’ [-Wformat=] bu_log("rt_spect_black_body(x%x, %g degK) %g um to %g um\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/spectrum.c: In function ‘rt_spect_black_body_fast’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/spectrum.c:308:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bn_tabdata *’ [-Wformat=] bu_log("rt_spect_black_body_fast(x%x, %g degK)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/spectrum.c: In function ‘rt_spect_black_body_points’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/spectrum.c:337:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bn_tabdata *’ [-Wformat=] bu_log("rt_spect_black_body_points(x%x, %g degK)\n", ^ [ 19%] Building C object src/librt/CMakeFiles/librt.dir/tcl.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tcl.c: In function ‘rt_tcl_pr_cutter’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tcl.c:156:23: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘const int *’ [-Wformat=] bu_vls_printf(&str, " cells_per_axis %ld", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tcl.c:158:23: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘const int *’ [-Wformat=] bu_vls_printf(&str, " stepsize %ld}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tcl.c: In function ‘rt_tcl_rt_prep’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tcl.c:500:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_vls_printf(&str, " space_partition_type %s n_nugridnode %d n_cutnode %d n_boxnode %d n_empty %ld", ^ [ 19%] Building C object src/librt/CMakeFiles/librt.dir/tol.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/transform.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/tree.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tree.c: In function ‘_rt_tree_kill_dead_solid_refs’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tree.c:665:44: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct soltab *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_TREEWALK)bu_log("encountered dead solid '%s' stp=x%x, tp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tree.c:665:44: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘union tree *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tree.c:675:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘union tree *’ [-Wformat=] bu_log("_rt_tree_kill_dead_solid_refs(x%x): unknown op=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tree.c: In function ‘rt_tree_elim_nops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tree.c:915:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘union tree *’ [-Wformat=] bu_log("rt_tree_elim_nops(x%x): unknown op=x%x\n", ^ [ 19%] Building C object src/librt/CMakeFiles/librt.dir/vers.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/vlist.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/vshoot.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/wdb.c.o [ 19%] Building C object src/librt/CMakeFiles/librt.dir/timer42.c.o [ 19%] Linking CXX shared library ../../lib/librt.so [ 19%] Built target librt Scanning dependencies of target libsysv [ 19%] Building C object src/libsysv/CMakeFiles/libsysv.dir/memset.c.o [ 19%] Building C object src/libsysv/CMakeFiles/libsysv.dir/strchr.c.o [ 19%] Building C object src/libsysv/CMakeFiles/libsysv.dir/strdup.c.o [ 19%] Building C object src/libsysv/CMakeFiles/libsysv.dir/strsep.c.o [ 19%] Building C object src/libsysv/CMakeFiles/libsysv.dir/strtok.c.o [ 19%] Building C object src/libsysv/CMakeFiles/libsysv.dir/tcl.c.o [ 19%] Linking C shared library ../../lib/libsysv.so [ 19%] Built target libsysv Scanning dependencies of target libwdb [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/arbn.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/ars.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/bot.c.o [ 19%] Building CXX object src/libwdb/CMakeFiles/libwdb.dir/brep.cpp.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/cline.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/constraint.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/dsp.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/dynamic_geometry.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/ebm.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/export.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/extrude.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/id.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/mater.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/nmg.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/nurb.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/pipe.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/reg.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/sketch.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/submodel.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/units.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/vol.c.o [ 19%] Building C object src/libwdb/CMakeFiles/libwdb.dir/wdb.c.o [ 19%] Linking CXX shared library ../../lib/libwdb.so [ 19%] Built target libwdb Scanning dependencies of target libanalyze [ 19%] Building C object src/libanalyze/CMakeFiles/libanalyze.dir/density.c.o [ 19%] Building C object src/libanalyze/CMakeFiles/libanalyze.dir/overlaps.c.o [ 19%] Building C object src/libanalyze/CMakeFiles/libanalyze.dir/voxels.c.o [ 19%] Linking C shared library ../../lib/libanalyze.so [ 19%] Built target libanalyze Scanning dependencies of target clipper [ 19%] Building CXX object src/other/clipper/CMakeFiles/clipper.dir/clipper.cpp.o [ 19%] Linking CXX shared library ../../../lib/libclipper.so [ 19%] Built target clipper Scanning dependencies of target libged [ 19%] Building C object src/libged/CMakeFiles/libged.dir/3ptarb.c.o [ 19%] Building C object src/libged/CMakeFiles/libged.dir/adc.c.o [ 19%] Building C object src/libged/CMakeFiles/libged.dir/adjust.c.o [ 19%] Building C object src/libged/CMakeFiles/libged.dir/ae2dir.c.o [ 19%] Building C object src/libged/CMakeFiles/libged.dir/aet.c.o [ 19%] Building C object src/libged/CMakeFiles/libged.dir/analyze.c.o [ 19%] Building C object src/libged/CMakeFiles/libged.dir/annotate.c.o [ 19%] Building C object src/libged/CMakeFiles/libged.dir/arb.c.o [ 19%] Building C object src/libged/CMakeFiles/libged.dir/arced.c.o [ 19%] Building C object src/libged/CMakeFiles/libged.dir/arot.c.o [ 19%] Building C object src/libged/CMakeFiles/libged.dir/attr.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/autoview.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bb.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bev.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bigE.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/blast.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bo.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot_condense.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot_decimate.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot_dump.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_dump.c: In function ‘data_dump’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_dump.c:1295:43: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "data_dump: failed to open %V\n", &filepath); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_dump.c:1295:43: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_dump.c: In function ‘ged_dbot_dump’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_dump.c:1453:32: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&filepath, "%s/%V", output_directory, &obj_materials_file); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_dump.c:1453:32: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_dump.c:1456:40: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%s: failed to open %V\n", cmd_name, &filepath); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_dump.c:1456:40: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_dump.c:1494:42: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%s: failed to open %V\n", cmd_name, &obj_materials_file); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_dump.c:1494:42: warning: too many arguments for format [-Wformat-extra-args] [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot_face_fuse.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot_face_sort.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot_fuse.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_fuse.c: In function ‘show_dangling_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_fuse.c:105:41: warning: format ‘%zu’ expects argument of type ‘size_t’, but argument 4 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_vls_sprintf(&plot_file_name, "%s.%zu.pl", name, magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_fuse.c: In function ‘ged_bot_fuse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_fuse.c:286:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("%s: WARNING %ld open edges, new BOT may be invalid!!!\n", argv[0], open_cnt); ^ [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot_flip.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot_merge.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot_smooth.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot_split.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_split.c: In function ‘ged_bot_split’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_split.c:122:28: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&new_bots, "%V ", gedp->ged_result_str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_split.c:122:28: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_split.c:139:38: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bot_result_list, "{%s {%V}} ", obj, &new_bots); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_split.c:139:38: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_split.c:151:41: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%V {%V}", &bot_result_list, &error_str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_split.c:151:41: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/bot_split.c:151:41: warning: too many arguments for format [-Wformat-extra-args] [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot_sync.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/bot_vertex_fuse.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/brep.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/cat.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/cc.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/center.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/clip.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/clone.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c: In function ‘clone_get_name’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c:255:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls’ [-Wformat=] bu_vls_printf(newname, "%s%s", obj_list.names[j].dest[iter], suffix); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c: In function ‘copy_v5_solid’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c:422:49: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] bu_vls_printf(state->gedp->ged_result_str, "WARNING: failure cloning \"%s\" to \"%s\"\n", proto->d_namep, name); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c:443:31: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&state->olist, "%V ", name); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c:443:31: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c: In function ‘copy_v5_comb’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c:655:35: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&state->olist, "%V ", name); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c:655:35: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c: In function ‘copy_tree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c:767:45: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] bu_vls_printf(state->gedp->ged_result_str, "ERROR: unable to successfully clone \"%s\" to \"%s\"\n", dp->d_namep, copyname); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c: In function ‘ged_clone’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c:985:41: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, " {%V}", &state.olist); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/clone.c:985:41: warning: too many arguments for format [-Wformat-extra-args] [ 20%] Building C object src/libged/CMakeFiles/libged.dir/coil.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/color.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/columns.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/comb.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/comb_color.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/comb_std.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/combmem.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/concat.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/copy.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/copyeval.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/copymat.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/cpi.c.o [ 20%] Building CXX object src/libged/CMakeFiles/libged.dir/dag.cpp.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/dbip.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/debugbu.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/debugdir.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/debuglib.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/debugmem.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/debugnmg.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/decompose.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/delay.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/dg_obj.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/dir2ae.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/draw.c.o [ 20%] Building CXX object src/libged/CMakeFiles/libged.dir/draw_calc.cpp.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/dump.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/dup.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/eac.c.o [ 20%] Building C object src/libged/CMakeFiles/libged.dir/echo.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/edbot.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/edcodes.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/edcomb.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/edarb.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/edit.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/edit_metaball.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/editit.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/editit.c: In function ‘_ged_editit’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/editit.c:158:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("%V%V%V\n\n", &sep, &str, &sep); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/editit.c:158:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/editit.c:158:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/editit.c:158:9: warning: too many arguments for format [-Wformat-extra-args] [ 21%] Building C object src/libged/CMakeFiles/libged.dir/edmater.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/edpipe.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/erase.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/exists.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/expand.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/eye.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/eye_pos.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/facedef.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/facetize.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/fb2pix.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/find.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/form.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/fracture.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/ged.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/ged_util.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/get.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/get_autoview.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/get_comb.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/get_eyemodel.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/get_obj_bounds.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/get_solid_kp.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/get_type.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/glob.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/globals.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/gqa.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/grid.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/grid2model_lu.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/grid2view_lu.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/group.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/hide.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/how.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/human.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/illum.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/importFg4Section.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/importFg4Section.c: In function ‘Add_bot_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/importFg4Section.c:288:27: warning: right-hand operand of comma expression has no effect [-Wunused-value] thickness[face_count] = 0, 0; ^ [ 21%] Building C object src/libged/CMakeFiles/libged.dir/inside.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/instance.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/isize.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/item.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/joint.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/joint.c: In function ‘skip_group’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/joint.c:695:38: warning: too many arguments for format [-Wformat-extra-args] bu_vls_printf(gedp->ged_result_str, "skip_group: Done....\n", (char *)NULL); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/joint.c: In function ‘hold_point_location’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/joint.c:2232:42: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct directory **’ [-Wformat=] bu_vls_printf(gedp->ged_result_str, "hold_point_location(): null pointer! %s not found!\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/joint.c: In function ‘parse_point’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/joint.c:1646:21: warning: ‘vertex’ may be used uninitialized in this function [-Wmaybe-uninitialized] pp->vertex_number = vertex; /* double to int */ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/joint.c:1606:12: note: ‘vertex’ was declared here double vertex; ^ [ 21%] Building C object src/libged/CMakeFiles/libged.dir/keep.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/keypoint.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/kill.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/killall.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/killrefs.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/killtree.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/label.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/list.c.o [ 21%] Building C object src/libged/CMakeFiles/libged.dir/loadview.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/lod.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/log.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/lookat.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/ls.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/lt.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/m2v_point.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/make.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/make_bb.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/make_name.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/make_pnts.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/make_pnts.c: In function ‘ged_make_pnts’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/make_pnts.c:653:38: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "defined by format string '%V'. The number of values read must be an even ", format_string); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/make_pnts.c:653:38: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/make_pnts.c:662:38: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "defined by format string '%V'. The number of values read must be an even ", format_string); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/make_pnts.c:662:38: warning: too many arguments for format [-Wformat-extra-args] [ 22%] Building C object src/libged/CMakeFiles/libged.dir/match.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/mater.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/mater.c: In function ‘ged_mater’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/mater.c:89:42: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "Current shader string = %V\n", &comb->shader); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/mater.c:89:42: warning: too many arguments for format [-Wformat-extra-args] [ 22%] Building C object src/libged/CMakeFiles/libged.dir/mirror.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/model2grid_lu.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/model2view.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/model2view_lu.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/move.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/move.c: In function ‘ged_move’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/move.c:114:37: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&gdlp->gdl_path, "%V", &new_path); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/move.c:114:37: warning: too many arguments for format [-Wformat-extra-args] [ 22%] Building C object src/libged/CMakeFiles/libged.dir/move_all.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/move_arb_edge.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/move_arb_face.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/mrot.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/nirt.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/nirt.c: In function ‘ged_nirt’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/nirt.c:221:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&o_vls, " fmt r \"\\n%V\" ", &tmp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/nirt.c:221:25: warning: too many arguments for format [-Wformat-extra-args] [ 22%] Building C object src/libged/CMakeFiles/libged.dir/nmg_collapse.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/nmg_fix_normals.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/nmg_simplify.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/ocenter.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/open.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/orient.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/orotate.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/oscale.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/otranslate.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/overlay.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/path.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/pathlist.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/pathsum.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/perspective.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/pix2fb.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/plot.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/polybinout.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/pmat.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/pmodel2view.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/png.c.o [ 22%] Building CXX object src/libged/CMakeFiles/libged.dir/polyclip.cpp.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/pov.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/prcolor.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/prefix.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/preview.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/protate.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/ps.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/pscale.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/pset.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/ptranslate.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/pull.c.o [ 22%] Building C object src/libged/CMakeFiles/libged.dir/push.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/put.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/put_comb.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/putmat.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/qray.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/quat.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/qvrot.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rcodes.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rect.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/red.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/regdef.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/region.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/remove.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/report.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rfarb.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rmap.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rmat.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rmater.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rot.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rot_point.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rotate_about.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rotate_arb_face.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rotate_eto.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rotate_extrude.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rotate_hyp.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rotate_tgc.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rrt.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rt.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rtabort.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rtcheck.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/rtwizard.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/savekey.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/saveview.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale_ehy.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale_ell.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale_epa.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale_eto.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale_extrude.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale_hyp.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale_part.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale_rhc.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale_rpc.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale_superell.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale_tgc.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/scale_tor.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/screengrab.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/search.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/select.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/set_output_script.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/set_transparency.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/set_uplotOutputMode.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/setview.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/shaded_mode.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/shader.c.o [ 23%] Building C object src/libged/CMakeFiles/libged.dir/shells.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/showmats.c.o [ 24%] Building CXX object src/libged/CMakeFiles/libged.dir/simulate/simphysics.cpp.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/simulate/simulate.c.o [ 24%] Building CXX object src/libged/CMakeFiles/libged.dir/simulate/simcollisionalgo.cpp.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/simulate/simutils.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/simulate/simrt.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/size.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/slew.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/solids_on_ray.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/sphgroup.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/summary.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/sync.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/tables.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/tables.c: In function ‘ged_tables’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/tables.c:443:38: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_vls_printf(gedp->ged_result_str, "Processed %lu Primitives and %lu Regions\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/tables.c:443:38: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t {aka unsigned int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/tables.c:453:38: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_vls_printf(gedp->ged_result_str, "Processed %lu Regions\n", numreg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/tables.c:467:38: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%V\n", &cmd); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/tables.c:467:38: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/tables.c:472:38: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%V\n", &cmd); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/tables.c:472:38: warning: too many arguments for format [-Wformat-extra-args] [ 24%] Building C object src/libged/CMakeFiles/libged.dir/tire.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/title.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/tol.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/tops.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/tra.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/trace.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/track.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/translate_extrude.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/translate_tgc.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/tree.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/typein.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/unhide.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/units.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/units.c: In function ‘ged_units’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/units.c:64:42: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%V", vlsp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/units.c:64:42: warning: too many arguments for format [-Wformat-extra-args] [ 24%] Building C object src/libged/CMakeFiles/libged.dir/v2m_point.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/vdraw.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/version.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/view.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/view2grid_lu.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/view2model.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/view2model_lu.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/view2model_vec.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/view_obj.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/viewdir.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/voxelize.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/vrot.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/vutil.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/wcodes.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/wdb_bigE.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/wdb_comb_std.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/wdb_importFg4Section.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/wdb_nirt.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_nirt.c: In function ‘dgo_nirt_cmd’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_nirt.c:243:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&o_vls, " fmt r \"\\n%V\" ", &tmp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_nirt.c:243:25: warning: too many arguments for format [-Wformat-extra-args] [ 24%] Building C object src/libged/CMakeFiles/libged.dir/wdb_obj.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_obj.c: In function ‘wdb_dbip_cmd’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_obj.c:2895:25: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_vls_printf(&vls, "%p", wdbp->dbip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_obj.c: In function ‘get_new_name’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_obj.c:4141:10: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("ERROR: generated new name [%s] is too long (%ld > %d)\n", bu_vls_addr(&new_name), bu_vls_strlen(&new_name), V4_MAXNAME); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_obj.c: In function ‘wdb_rmap_cmd’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_obj.c:5684:23: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&vls, "\"%V\" ", &inp->name); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_obj.c:5684:23: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_obj.c:5686:23: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&vls, "%V ", &inp->name); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_obj.c:5686:23: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_obj.c: In function ‘wdb_newcmds_tcl’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_obj.c:9543:22: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&vls, "\"%V\"", ged.ged_result_str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/wdb_obj.c:9543:22: warning: too many arguments for format [-Wformat-extra-args] [ 24%] Building C object src/libged/CMakeFiles/libged.dir/wdb_qray.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/wdb_track.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/wdb_vdraw.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/whatid.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/which.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/which.c: In function ‘ged_which’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/which.c:180:39: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, " %V", &inp->name); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/which.c:180:39: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/which.c:182:39: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, " %V\n", &inp->name); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libged/which.c:182:39: warning: too many arguments for format [-Wformat-extra-args] [ 24%] Building C object src/libged/CMakeFiles/libged.dir/which_shader.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/who.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/wmater.c.o [ 24%] Building C object src/libged/CMakeFiles/libged.dir/xpush.c.o [ 25%] Building C object src/libged/CMakeFiles/libged.dir/ypr.c.o [ 25%] Building C object src/libged/CMakeFiles/libged.dir/zap.c.o [ 25%] Building C object src/libged/CMakeFiles/libged.dir/zoom/zoom.c.o [ 25%] Linking CXX shared library ../../lib/libged.so [ 25%] Built target libged Scanning dependencies of target libdm [ 25%] Building C object src/libdm/CMakeFiles/libdm.dir/dm-X.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-X.c: In function ‘X_open_dm’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-X.c:532:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&str, "_init_dm %V %V\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-X.c:532:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-X.c:532:25: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-X.c: In function ‘X_drawVList’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-X.c:864:9: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘struct bn_vlist *’ [-Wformat=] bu_log("vp - %lu, perspective - %d\n", vp, dmp->dm_perspective); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-X.c: In function ‘X_getDisplayImage’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-X.c:1479:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("png: could not get XImage\n", (char *)NULL); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-X.c:1656:13: warning: too many arguments for format [-Wformat-extra-args] bu_log("png: not supported for this platform\n", (char *)NULL); ^ [ 25%] Building C object src/libdm/CMakeFiles/libdm.dir/dm-ogl.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-ogl.c: In function ‘ogl_open’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-ogl.c:868:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&str, "_init_dm %V %V\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-ogl.c:868:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-ogl.c:868:25: warning: too many arguments for format [-Wformat-extra-args] [ 25%] Building C object src/libdm/CMakeFiles/libdm.dir/dm-tk.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-tk.c: In function ‘tk_drawVList’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-tk.c:219:9: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘struct bn_vlist *’ [-Wformat=] bu_log("vp - %lu, perspective - %d\n", vp, dmp->dm_perspective); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-tk.c: In function ‘tk_open_dm’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-tk.c:986:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&str, "_init_dm %V %V\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-tk.c:986:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm-tk.c:986:25: warning: too many arguments for format [-Wformat-extra-args] [ 25%] Building C object src/libdm/CMakeFiles/libdm.dir/adc.c.o [ 25%] Building C object src/libdm/CMakeFiles/libdm.dir/axes.c.o [ 25%] Building C object src/libdm/CMakeFiles/libdm.dir/clip.c.o [ 25%] Building C object src/libdm/CMakeFiles/libdm.dir/color.c.o [ 25%] Building C object src/libdm/CMakeFiles/libdm.dir/dm-Null.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/dm-generic.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/dm-plot.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/dm-ps.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/dm_obj.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm_obj.c: In function ‘dmo_lineStyle_tcl’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm_obj.c:1773:25: warning: conversion lacks type at end of format [-Wformat=] bu_vls_printf(&vls, "helplib_alias dm_linestyle %1", argv[1]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libdm/dm_obj.c:1773:25: warning: too many arguments for format [-Wformat-extra-args] [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/dm_util.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/dm-txt.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/focus.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/grid.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/knob.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/labels.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/options.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/query.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/rect.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/scale.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/tcl.c.o [ 26%] Building C object src/libdm/CMakeFiles/libdm.dir/vers.c.o [ 26%] Linking C shared library ../../lib/libdm.so [ 26%] Built target libdm Scanning dependencies of target libtclcad [ 26%] Building C object src/libtclcad/CMakeFiles/libtclcad.dir/tclcad.c.o [ 26%] Building C object src/libtclcad/CMakeFiles/libtclcad.dir/tclcadAutoPath.c.o [ 26%] Building C object src/libtclcad/CMakeFiles/libtclcad.dir/tclcad_obj.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_axes’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:1870:42: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘fastf_t {aka double}’ [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%d", gasp->gas_tick_interval); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_constrain_rmode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2340:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_constrain_rot %V %s %%x %%y}; break", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2340:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2340:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2340:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2340:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_constrain_tmode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2406:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_constrain_trans %V %s %%x %%y}; break", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2406:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2406:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2406:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2406:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_data_labels’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:3174:42: warning: format ‘%lf’ expects argument of type ‘double’, but argument 3 has type ‘int’ [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%lf", gdlsp->gdls_size); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_init_default_bindings’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5149:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V configure %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5149:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5149:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5149:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5153:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {focus %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5153:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5153:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5156:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V handle_expose %V %%c; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5156:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5156:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5156:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5160:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "catch {wm protocol %V WM_DELETE_WINDOW {%V delete_view %V; break}}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5160:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5160:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5160:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5166:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V <2> {%V vslew %V %%x %%y; focus %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5166:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5166:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5166:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5166:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5171:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V <1> {%V zoom %V 0.5; focus %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5171:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5171:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5171:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5171:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5176:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V <3> {%V zoom %V 2.0; focus %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5176:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5176:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5176:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5176:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5182:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V <4> {%V zoom %V 1.1; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5182:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5182:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5182:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5186:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V <5> {%V zoom %V 0.9; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5186:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5186:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5186:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5201:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5201:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5201:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5201:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5205:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5205:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5205:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5205:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5209:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5209:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5209:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5209:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5213:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5213:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5213:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5213:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5217:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5217:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5217:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5217:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5221:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5221:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5221:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5221:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5225:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5225:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5225:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5225:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5231:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5231:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5231:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5231:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5235:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rotate_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5235:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5235:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5235:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5239:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rotate_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5239:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5239:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5239:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5243:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rotate_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5243:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5243:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5243:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5249:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5249:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5249:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5249:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5253:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V translate_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5253:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5253:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5253:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5257:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V translate_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5257:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5257:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5257:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5261:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V translate_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5261:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5261:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5261:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5267:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5267:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5267:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5267:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5271:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V scale_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5271:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5271:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5271:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5275:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V scale_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5275:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5275:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5275:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5279:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V scale_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5279:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5279:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5279:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5285:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5285:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5285:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5285:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5289:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V constrain_rmode %V x %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5289:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5289:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5289:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5293:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V constrain_rmode %V y %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5293:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5293:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5293:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5297:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V constrain_rmode %V z %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5297:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5297:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5297:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5303:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5303:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5303:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5303:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5307:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V constrain_tmode %V x %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5307:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5307:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5307:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5311:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V constrain_tmode %V y %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5311:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5311:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5311:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5315:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V constrain_tmode %V z %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5315:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5315:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5315:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5321:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V 3 {%V aet %V 35 25; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5321:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5321:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5321:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5325:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V 4 {%V aet %V 45 45; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5325:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5325:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5325:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5329:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V f {%V aet %V 0 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5329:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5329:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5329:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5333:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V F {%V aet %V 0 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5333:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5333:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5333:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5337:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V R {%V aet %V 180 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5337:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5337:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5337:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5341:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V r {%V aet %V 270 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5341:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5341:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5341:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5345:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V l {%V aet %V 90 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5345:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5345:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5345:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5349:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V L {%V aet %V 90 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5349:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5349:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5349:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5353:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V t {%V aet %V 270 90; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5353:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5353:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5353:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5357:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V T {%V aet %V 270 90; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5357:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5357:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5357:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5361:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V b {%V aet %V 270 -90; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5361:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5361:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5361:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5365:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V B {%V aet %V 270 -90; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5365:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5365:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5365:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5369:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V + {%V zoom %V 2.0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5369:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5369:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5369:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5373:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V = {%V zoom %V 2.0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5373:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5373:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5373:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5377:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V _ {%V zoom %V 0.5; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5377:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5377:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5377:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5381:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V - {%V zoom %V 0.5; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5381:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5381:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5381:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5385:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rot %V -v 0 1 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5385:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5385:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5385:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5389:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rot %V -v 0 -1 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5389:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5389:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5389:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5393:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rot %V -v 1 0 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5393:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5393:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5393:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5397:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rot %V -v -1 0 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5397:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5397:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5397:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_idle_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5924:27: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5924:27: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_is_viewable’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5967:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&vls, "winfo viewable %V", &gdvp->gdv_dmp->dm_pathName); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5967:25: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_list_views’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:6063:38: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%V ", &gdvp->gdv_name); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:6063:38: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_mouse_orotate’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7632:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&tcl_cmd, "%V orotate %V %V %V", &gdvp->gdv_edit_motion_delta_callback, &rot_x_vls, &rot_y_vls, &rot_z_vls); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7632:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7632:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7632:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7632:26: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_mouse_oscale’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7740:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&tcl_cmd, "%V oscale %V", &gdvp->gdv_edit_motion_delta_callback, &sf_vls); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7740:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7740:26: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_mouse_otranslate’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7849:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&tcl_cmd, "%V otranslate %V %V %V", &gdvp->gdv_edit_motion_delta_callback, &tran_x_vls, &tran_y_vls, &tran_z_vls); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7849:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7849:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7849:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7849:26: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_move_arb_edge_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9130:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_move_arb_edge %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9130:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9130:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9130:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9130:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9130:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_move_arb_face_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9191:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_move_arb_face %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9191:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9191:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9191:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9191:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9191:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_move_botpt_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9308:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_move_botpt -r %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9308:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9308:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9308:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9308:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9308:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_move_botpts_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9370:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_move_botpts %V %%x %%y %s ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9370:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9370:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9370:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9370:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_move_metaballpt_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9435:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_move_metaballpt %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9435:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9435:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9435:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9435:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9435:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_move_pipept_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9496:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_move_pipept %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9496:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9496:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9496:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9496:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9496:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_new_view’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9667:31: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&event_vls, "event generate %V ; %V autoview %V", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9667:31: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9667:31: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9667:31: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_orotate_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9732:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_orotate %V %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9732:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9732:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9732:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9732:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_oscale_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9791:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_oscale %V %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9791:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9791:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9791:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9791:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_otranslate_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9852:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_otranslate %V %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9852:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9852:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9852:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9852:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_poly_circ_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10209:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_poly_circ %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10209:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10209:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10209:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_poly_cont_build’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10316:27: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_poly_cont %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10316:27: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10316:27: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10316:27: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_poly_ell_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10495:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_poly_ell %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10495:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10495:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10495:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_poly_rect_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10612:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_poly_rect %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10612:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10612:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10612:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_rect_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10736:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_rect %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10736:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10736:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10736:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_rotate_arb_face_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_rotate_arb_face %V %s %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 5 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_rotate_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10962:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_rot %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10962:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10962:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10962:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_protate_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11127:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_protate %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11127:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11127:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11127:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11127:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11127:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_pscale_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11187:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_pscale %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11187:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11187:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11187:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11187:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11187:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_ptranslate_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11247:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_ptranslate %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11247:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11247:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11247:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11247:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11247:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_scale_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11307:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_scale %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11307:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11307:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11307:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_bot_edge_split’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11616:38: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%V", &save_result); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11616:38: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_bot_face_split’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11648:38: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%V", &save_result); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11648:38: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_translate_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11706:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_trans %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11706:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11706:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11706:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_transparency’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11760:42: warning: format ‘%s’ expects a matching ‘char *’ argument [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%s: invalid transparency value - %s", argv[2]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_view_func_common’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:12598:34: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&save_result, "%V", gedp->ged_result_str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:12598:34: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:12601:41: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str,"%V", &save_result); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:12601:41: warning: too many arguments for format [-Wformat-extra-args] [ 26%] Building C object src/libtclcad/CMakeFiles/libtclcad.dir/tkImgFmtPIX.c.o [ 26%] Building C object src/libtclcad/CMakeFiles/libtclcad.dir/cmdhist_obj.c.o [ 26%] Linking C shared library ../../lib/libtclcad.so [ 26%] Built target libtclcad Scanning dependencies of target bombardier [ 26%] Building C object src/util/CMakeFiles/bombardier.dir/bombardier.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/util/bombardier.c: In function ‘sendlog’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/util/bombardier.c:201:12: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("REPORT:\n%V\n", daBomb); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/util/bombardier.c:201:12: warning: too many arguments for format [-Wformat-extra-args] [ 26%] Linking C executable ../../bin/bombardier /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 26%] Built target bombardier Scanning dependencies of target liborle [ 26%] Building C object src/liborle/CMakeFiles/liborle.dir/rle.c.o [ 26%] Linking C shared library ../../lib/liborle.so [ 26%] Built target liborle Scanning dependencies of target orle-pix [ 26%] Building C object src/util/CMakeFiles/orle-pix.dir/orle-pix.c.o [ 26%] Linking C executable ../../bin/orle-pix [ 26%] Built target orle-pix Scanning dependencies of target pixuntile [ 26%] Building C object src/util/CMakeFiles/pixuntile.dir/pixuntile.c.o [ 26%] Linking C executable ../../bin/pixuntile [ 26%] Built target pixuntile Scanning dependencies of target nonie_r_12_cp [ 26%] Generating nonie_r_12.sentinel [ 26%] Built target nonie_r_12_cp Scanning dependencies of target fix_6r_cp [ 26%] Generating fix_6r.sentinel [ 26%] Built target fix_6r_cp Scanning dependencies of target libvfont-static [ 26%] Building C object src/vfont/CMakeFiles/libvfont-static.dir/getfont.c.o [ 26%] Linking C static library ../../lib/libvfont.a [ 26%] Built target libvfont-static Scanning dependencies of target libvfont [ 26%] Building C object src/vfont/CMakeFiles/libvfont.dir/getfont.c.o [ 26%] Linking C shared library ../../lib/libvfont.so [ 26%] Built target libvfont Scanning dependencies of target libremrt [ 26%] Building C object src/rt/CMakeFiles/libremrt.dir/do.c.o [ 26%] Building C object src/rt/CMakeFiles/libremrt.dir/opt.c.o [ 26%] Building C object src/rt/CMakeFiles/libremrt.dir/scanline.c.o [ 26%] Building C object src/rt/CMakeFiles/libremrt.dir/sh_tcl.c.o [ 26%] Building C object src/rt/CMakeFiles/libremrt.dir/view.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/view.c: In function ‘view_2init’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/view.c:1882:9: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Wformat=] bu_log("deleting %lu invisible light regions\n", BU_PTBL_LEN(&ap->a_rt_i->delete_regs)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/view.c:1901:13: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Wformat=] bu_log("Removing invisible light region pointers from %lu soltabs\n", ^ [ 26%] Building C object src/rt/CMakeFiles/libremrt.dir/worker.c.o [ 26%] Building C object src/rt/CMakeFiles/libremrt.dir/heatgraph.c.o [ 26%] Linking C static library ../../lib/libremrt.a [ 26%] Built target libremrt Scanning dependencies of target liboptical [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/init.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/material.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/material.c: In function ‘load_dynamic_shader’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/material.c:142:9: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘unsigned int’ [-Wformat=] bu_log("shader name too long \"%s\" %zu > %lu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/material.c: In function ‘mlib_setup’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/material.c:255:12: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("Shader (name: \"%V\" parameters: \"%V\")... ", &name, ¶ms); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/material.c:255:12: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/material.c:255:12: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/material.c:271:12: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("WARNING Unknown shader settings on %s\nDefault (plastic) material used instead of '%V'.\n\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/material.c:271:12: warning: too many arguments for format [-Wformat-extra-args] [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/photonmap.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/refract.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_air.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_billboard.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_brdf.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_camo.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_cloud.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_cook.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_fbm.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_fire.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_flat.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_gauss.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_grass.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_grass.c: In function ‘isect_blade’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_grass.c:740:13: warning: too many arguments for format [-Wformat-extra-args] bu_log("d1:%d d2:%g\n", cond, V2ARGS(ldist)); ^ [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_light.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_light.c: In function ‘light_cvt_visible’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_light.c:174:9: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Wformat=] bu_log("visible: %lu invisible: %lu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_light.c:174:9: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ [-Wformat=] [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_noise.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_null.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_null.c: In function ‘sh_null_print’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_null.c:124:12: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("%V uses the null shader\n", rp->reg_name); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_null.c:124:12: warning: too many arguments for format [-Wformat-extra-args] [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_plastic.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_points.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_prj.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_prj.c: In function ‘img_load_datasource’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_prj.c:163:10: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("\nWARNING: %V needs %d bytes, binary object only has %zu\n", &image->i_name, size, image->i_binunifp->count); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_prj.c:163:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_prj.c:163:10: warning: format ‘%zu’ expects argument of type ‘size_t’, but argument 3 has type ‘long unsigned int’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_prj.c:163:10: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_prj.c:165:10: warning: format ‘%zu’ expects a matching ‘size_t’ argument [-Wformat=] bu_log("\nWARNING: Binary object is larger than specified image size\n\tBinary Object: %zu pixels\n\tSpecified Image Size: %zu pixels\n...continuing to load using image subsection...", image->i_binunifp->count); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_prj.c:184:13: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("\nWARNING: %V needs %lu bytes, file only has %lu\n", &image->i_name, size, image->i_data->buflen); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_prj.c:184:13: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_prj.c:184:13: warning: too many arguments for format [-Wformat-extra-args] [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_rtrans.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_scloud.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_spm.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_spm.c: In function ‘spm_print’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_spm.c:157:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct region *’ [-Wformat=] bu_log("spm_print(rp=x%x, dp = x%x)\n", rp, dp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_spm.c:157:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘genptr_t {aka void *}’ [-Wformat=] [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_stack.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_stxt.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_tcl.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_text.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c: In function ‘txt_load_datasource’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c:139:12: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("Loading texture %s [%V]...", texture->tx_datasrc==TXT_SRC_AUTO?"from auto-determined datasource":texture->tx_datasrc==TXT_SRC_OBJECT?"from a database object":texture->tx_datasrc==TXT_SRC_FILE?"from a file":"from an unknown source (ERROR)", &texture->tx_name); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c:139:12: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c:178:10: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("\nWARNING: %V needs %d bytes, binary object only has %lu\n", texture->tx_name, size, texture->tx_binunifp->count); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c:178:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘struct bu_vls’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c:178:10: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c:180:10: warning: format ‘%zu’ expects a matching ‘size_t’ argument [-Wformat=] bu_log("\nWARNING: Binary object is larger than specified texture size\n\tBinary Object: %zu pixels\n\tSpecified Texture Size: %zu pixels\n...continuing to load using image subsection...", texture->tx_binunifp->count); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c:196:13: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("\nWARNING: %V needs %d bytes, file only has %lu\n", &texture->tx_name, size, texture->tx_mp->buflen); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c:196:13: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c:196:13: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c: In function ‘txt_render’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c:262:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("WARNING: texture [%V] could not be read\n", &tp->tx_name); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c:262:9: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c: In function ‘envmap_setup’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_text.c:919:9: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘struct mater_info’ [-Wformat=] bu_log("envmap_setup() material '%s' failed\n", env_region.reg_mater); ^ [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_toon.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_toyota.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_treetherm.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_treetherm.c: In function ‘tthrm_setup’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/sh_treetherm.c:329:13: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Wformat=] bu_log("a long int is %lu bytes on this machine\n", sizeof(long)); ^ [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_wood.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/sh_xxx.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/shade.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/shade.c: In function ‘pr_shadework’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/liboptical/shade.c:62:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shadework *’ [-Wformat=] bu_log("Shadework%s: 0x%x\n", str ? str : "", swp); ^ [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/turb.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/vers.c.o [ 26%] Building C object src/liboptical/CMakeFiles/liboptical.dir/wray.c.o [ 26%] Linking C shared library ../../lib/liboptical.so [ 26%] Built target liboptical Scanning dependencies of target rtsrv [ 26%] Building C object src/remrt/CMakeFiles/rtsrv.dir/rtsrv.c.o [ 26%] Linking C executable ../../bin/rtsrv [ 26%] Built target rtsrv Scanning dependencies of target asc2dsp [ 26%] Building C object src/conv/CMakeFiles/asc2dsp.dir/asc/asc2dsp.c.o [ 26%] Linking C executable ../../bin/asc2dsp [ 26%] Built target asc2dsp Scanning dependencies of target cy-g [ 26%] Building C object src/conv/CMakeFiles/cy-g.dir/cy-g.c.o [ 26%] Linking C executable ../../bin/cy-g [ 26%] Built target cy-g Scanning dependencies of target comgeom-g [ 26%] Building C object src/conv/CMakeFiles/comgeom-g.dir/comgeom/cvt.c.o [ 26%] Building C object src/conv/CMakeFiles/comgeom-g.dir/comgeom/f2a.c.o [ 26%] Building C object src/conv/CMakeFiles/comgeom-g.dir/comgeom/mat.c.o [ 26%] Building C object src/conv/CMakeFiles/comgeom-g.dir/comgeom/read.c.o [ 26%] Building C object src/conv/CMakeFiles/comgeom-g.dir/comgeom/region.c.o [ 26%] Building C object src/conv/CMakeFiles/comgeom-g.dir/comgeom/solid.c.o [ 26%] Building C object src/conv/CMakeFiles/comgeom-g.dir/comgeom/tools.c.o [ 26%] Linking C executable ../../bin/comgeom-g [ 26%] Built target comgeom-g Scanning dependencies of target g-xxx_facets_c_cp [ 26%] Generating g-xxx_facets_c.sentinel [ 26%] Built target g-xxx_facets_c_cp Scanning dependencies of target base [ 26%] Building CXX object src/other/stepcode/src/base/CMakeFiles/base.dir/sc_memmgr.cc.o [ 26%] Building C object src/other/stepcode/src/base/CMakeFiles/base.dir/sc_trace_fprintf.c.o [ 26%] Building CXX object src/other/stepcode/src/base/CMakeFiles/base.dir/sc_getopt.cc.o [ 26%] Building CXX object src/other/stepcode/src/base/CMakeFiles/base.dir/sc_benchmark.cc.o [ 26%] Linking CXX shared library ../../../../../lib/libbase.so [ 26%] Built target base Scanning dependencies of target steputils [ 27%] Building CXX object src/other/stepcode/src/clutils/CMakeFiles/steputils.dir/Str.cc.o [ 27%] Building CXX object src/other/stepcode/src/clutils/CMakeFiles/steputils.dir/dirobj.cc.o [ 27%] Building CXX object src/other/stepcode/src/clutils/CMakeFiles/steputils.dir/gennode.cc.o [ 27%] Building CXX object src/other/stepcode/src/clutils/CMakeFiles/steputils.dir/gennodelist.cc.o [ 27%] Building CXX object src/other/stepcode/src/clutils/CMakeFiles/steputils.dir/gennodearray.cc.o [ 27%] Building CXX object src/other/stepcode/src/clutils/CMakeFiles/steputils.dir/sc_hash.cc.o [ 27%] Building CXX object src/other/stepcode/src/clutils/CMakeFiles/steputils.dir/errordesc.cc.o [ 27%] Linking CXX shared library ../../../../../lib/libsteputils.so [ 27%] Built target steputils Scanning dependencies of target stepdai [ 27%] Building CXX object src/other/stepcode/src/cldai/CMakeFiles/stepdai.dir/sdaiApplication_instance_set.cc.o [ 27%] Building CXX object src/other/stepcode/src/cldai/CMakeFiles/stepdai.dir/sdaiBinary.cc.o [ 27%] Building CXX object src/other/stepcode/src/cldai/CMakeFiles/stepdai.dir/sdaiDaObject.cc.o [ 27%] Building CXX object src/other/stepcode/src/cldai/CMakeFiles/stepdai.dir/sdaiEntity_extent.cc.o [ 27%] Building CXX object src/other/stepcode/src/cldai/CMakeFiles/stepdai.dir/sdaiEntity_extent_set.cc.o [ 27%] Building CXX object src/other/stepcode/src/cldai/CMakeFiles/stepdai.dir/sdaiEnum.cc.o [ 27%] Building CXX object src/other/stepcode/src/cldai/CMakeFiles/stepdai.dir/sdaiModel_contents.cc.o [ 27%] Building CXX object src/other/stepcode/src/cldai/CMakeFiles/stepdai.dir/sdaiModel_contents_list.cc.o [ 27%] Building CXX object src/other/stepcode/src/cldai/CMakeFiles/stepdai.dir/sdaiObject.cc.o [ 27%] Building CXX object src/other/stepcode/src/cldai/CMakeFiles/stepdai.dir/sdaiSession_instance.cc.o [ 27%] Building CXX object src/other/stepcode/src/cldai/CMakeFiles/stepdai.dir/sdaiString.cc.o [ 27%] Linking CXX shared library ../../../../../lib/libstepdai.so [ 27%] Built target stepdai Scanning dependencies of target stepcore [ 27%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/sdaiApplication_instance.cc.o [ 27%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/STEPcomplex.cc.o [ 27%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/STEPattribute.cc.o [ 27%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/STEPattribute.inline.cc.o [ 27%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/sdai.cc.o [ 27%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/sdaiSelect.cc.o [ 27%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/STEPaggregate.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/STEPundefined.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/STEPattributeList.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/SingleLinkList.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/SingleLinkList.inline.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/Registry.inline.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/ExpDict.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/ExpDict.inline.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/read_func.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/collect.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/complexlist.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/entlist.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/multlist.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/orlist.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/entnode.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/non-ors.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/match-ors.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/trynext.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/print.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/instmgr.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/mgrnode.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/mgrnodearray.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/mgrnodelist.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/dispnode.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/dispnodelist.cc.o [ 28%] Building CXX object src/other/stepcode/src/clstepcore/CMakeFiles/stepcore.dir/needFunc.cc.o [ 28%] Linking CXX shared library ../../../../../lib/libstepcore.so [ 28%] Built target stepcore Scanning dependencies of target stepeditor [ 28%] Building CXX object src/other/stepcode/src/cleditor/CMakeFiles/stepeditor.dir/STEPfile.cc.o [ 28%] Building CXX object src/other/stepcode/src/cleditor/CMakeFiles/stepeditor.dir/STEPfile.inline.cc.o [ 28%] Building CXX object src/other/stepcode/src/cleditor/CMakeFiles/stepeditor.dir/cmdmgr.cc.o [ 28%] Building CXX object src/other/stepcode/src/cleditor/CMakeFiles/stepeditor.dir/SdaiHeaderSchema.cc.o [ 28%] Building CXX object src/other/stepcode/src/cleditor/CMakeFiles/stepeditor.dir/SdaiHeaderSchemaAll.cc.o [ 28%] Building CXX object src/other/stepcode/src/cleditor/CMakeFiles/stepeditor.dir/SdaiHeaderSchemaInit.cc.o [ 28%] Building CXX object src/other/stepcode/src/cleditor/CMakeFiles/stepeditor.dir/SdaiSchemaInit.cc.o [ 28%] Linking CXX shared library ../../../../../lib/libstepeditor.so [ 28%] Built target stepeditor Scanning dependencies of target lemon [ 28%] Building C object src/other/lemon/CMakeFiles/lemon.dir/lemon.c.o [ 28%] Linking C executable ../../../bin/lemon [ 28%] Built target lemon [ 28%] [LEMON][re2cParse] Building parser with /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/bin/lemon [ 28%] Generating parser.cc [ 28%] Generating parser_tokens.h Scanning dependencies of target re2c_bootstrap [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c_bootstrap.dir/code.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c_bootstrap.dir/dfa.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c_bootstrap.dir/main.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c_bootstrap.dir/parser.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c_bootstrap.dir/actions.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c_bootstrap.dir/substr.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c_bootstrap.dir/translate.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c_bootstrap.dir/mbo_getopt.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c_bootstrap.dir/bootstrap/scanner.cc.o [ 28%] Linking CXX executable ../../../bin/re2c_bootstrap [ 28%] Built target re2c_bootstrap [ 28%] Generating scanner.cc Scanning dependencies of target re2c [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c.dir/code.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c.dir/dfa.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c.dir/main.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c.dir/parser.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c.dir/actions.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c.dir/substr.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c.dir/translate.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c.dir/mbo_getopt.cc.o [ 28%] Building CXX object src/other/re2c/CMakeFiles/re2c.dir/scanner.cc.o [ 28%] Linking CXX executable ../../../bin/re2c [ 28%] Built target re2c Scanning dependencies of target perplex_template_cp [ 28%] Generating ../../../share/perplex/perplex_template.c [ 28%] Built target perplex_template_cp [ 28%] [RE2C][PERPLEX] Building scanner with /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/bin/re2c [ 28%] [LEMON][PERPLEX] Building parser with /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/bin/lemon Scanning dependencies of target perplex [ 28%] Building C object src/other/perplex/CMakeFiles/perplex.dir/parser.c.o [ 28%] Building C object src/other/perplex/CMakeFiles/perplex.dir/scanner.c.o [ 28%] Building CXX object src/other/perplex/CMakeFiles/perplex.dir/mbo_getopt.cpp.o [ 28%] Building CXX object src/other/perplex/CMakeFiles/perplex.dir/perplex.cpp.o [ 28%] Linking CXX executable ../../../bin/perplex [ 28%] Built target perplex Scanning dependencies of target express_verify [ 28%] [PERPLEX][ExpScanner] Generating re2c input with /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/bin/perplex [ 28%] [RE2C][ExpScanner] Building scanner with /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/bin/re2c [ 28%] [LEMON][ExpParser] Building parser with /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/bin/lemon [ 28%] Generating express_manage_generated.sentinel /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/lemon/lempar.c OK /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/perplex/perplex_template.c OK /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/src/express/generated/expscan.c OK /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/src/express/generated/expscan.h OK /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/src/express/generated/expparse.c OK /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/src/express/generated/expparse.h OK /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/src/other/stepcode/src/express/expscan.c OK /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/src/other/stepcode/src/express/expscan.h OK /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/src/other/stepcode/src/express/expparse.c OK /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/build/src/other/stepcode/src/express/expparse.h OK [ 28%] Built target express_verify Scanning dependencies of target version_string [ 28%] Generating ver_string, include/sc_version_string.h [ 28%] Built target version_string Scanning dependencies of target express [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/expparse.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/expscan.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/symbol.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/type.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/variable.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/expr.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/entity.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/caseitem.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/stmt.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/alg.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/scope.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/schema.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/resolve.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/lexact.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/linklist.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/error.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/dict.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/hash.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/memory.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/object.c.o [ 28%] Building C object src/other/stepcode/src/express/CMakeFiles/express.dir/express.c.o [ 28%] Building CXX object src/other/stepcode/src/express/CMakeFiles/express.dir/ordered_attrs.cc.o [ 28%] Linking CXX shared library ../../../../../lib/libexpress.so [ 28%] Built target express Scanning dependencies of target libexppp [ 28%] Building C object src/other/stepcode/src/exppp/CMakeFiles/libexppp.dir/exppp.c.o [ 28%] Linking C shared library ../../../../../lib/libexppp.so [ 28%] Built target libexppp Scanning dependencies of target exp2cxx [ 28%] Building C object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/classes_misc.c.o [ 28%] Building C object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/__/express/fedex.c.o [ 28%] Building C object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/fedex_main.c.o [ 28%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/classes_wrapper.cc.o [ 28%] Building C object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/classes.c.o [ 28%] Building C object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/selects.c.o [ 28%] Building C object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/multpass.c.o [ 28%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/collect.cc.o [ 28%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/complexlist.cc.o [ 28%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/entlist.cc.o [ 28%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/multlist.cc.o [ 28%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/orlist.cc.o [ 28%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/entnode.cc.o [ 28%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/expressbuild.cc.o [ 28%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/non-ors.cc.o [ 29%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/match-ors.cc.o [ 29%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/trynext.cc.o [ 29%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/write.cc.o [ 29%] Building CXX object src/other/stepcode/src/exp2cxx/CMakeFiles/exp2cxx.dir/print.cc.o [ 29%] Linking CXX executable ../../../../../bin/exp2cxx [ 29%] Built target exp2cxx Scanning dependencies of target step-express-CONFIG_CONTROL_DESIGN-gstep [ 29%] Generating C++ code to express CONFIG_CONTROL_DESIGN... /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:3823: WARNING: Possibly ambiguous implicit downcast (face_bound?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:4362: WARNING: Implicit downcast to point_on_curve. /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:4698: WARNING: Implicit downcast to point_on_curve. /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:5294: WARNING: Possibly ambiguous implicit downcast (vector?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:5295: WARNING: Possibly ambiguous implicit downcast (face_bound?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:5301: WARNING: Possibly ambiguous implicit downcast (vector?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:5302: WARNING: Possibly ambiguous implicit downcast (face_bound?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:4884: WARNING: Possibly ambiguous implicit downcast (face_bound?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:4885: WARNING: Possibly ambiguous implicit downcast (vector?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:4887: WARNING: Possibly ambiguous implicit downcast (direction?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:4785: WARNING: Possibly ambiguous implicit downcast (face_bound?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:4786: WARNING: Possibly ambiguous implicit downcast (vector?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:4786: WARNING: Possibly ambiguous implicit downcast (vector?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:4792: WARNING: Possibly ambiguous implicit downcast (direction?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:3739: WARNING: Possibly ambiguous implicit downcast (pcurve?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:4144: WARNING: Possibly ambiguous implicit downcast (direction?). /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/data/ap203/ap203.exp:4145: WARNING: Possibly ambiguous implicit downcast (direction?). WARNING: in SELECT TYPE person_organization_item: ambiguous attribute "frame_of_reference" from underlying type "product_definition". WARNING: in SELECT TYPE person_organization_item: ambiguous attribute "items" from underlying type "change_request". WARNING: in SELECT TYPE person_organization_item: ambiguous attribute "items" from underlying type "start_request". WARNING: in SELECT TYPE date_time_item: ambiguous attribute "kind" from underlying type "certification". WARNING: in SELECT TYPE date_time_item: ambiguous attribute "items" from underlying type "start_request". WARNING: in SELECT TYPE date_time_item: ambiguous attribute "items" from underlying type "change". WARNING: in SELECT TYPE date_time_item: ambiguous attribute "items" from underlying type "start_work". WARNING: in SELECT TYPE approved_item: ambiguous attribute "kind" from underlying type "contract". WARNING: in SELECT TYPE approved_item: ambiguous attribute "items" from underlying type "change". WARNING: in SELECT TYPE approved_item: ambiguous attribute "items" from underlying type "start_request". WARNING: in SELECT TYPE approved_item: ambiguous attribute "items" from underlying type "start_work". Resolution successful. Writing C++ output... MULTIPLE INHERITANCE for entity: cartesian_transformation_operator SUPERTYPE 1: geometric_representation_item (principal supertype) SUPERTYPE 2: functionally_defined_transformation MULTIPLE INHERITANCE for entity: edge_loop SUPERTYPE 1: loop (principal supertype) SUPERTYPE 2: path MULTIPLE INHERITANCE for entity: bounded_pcurve SUPERTYPE 1: pcurve (principal supertype) SUPERTYPE 2: bounded_curve MULTIPLE INHERITANCE for entity: bounded_surface_curve SUPERTYPE 1: surface_curve (principal supertype) SUPERTYPE 2: bounded_curve MULTIPLE INHERITANCE for entity: face_surface SUPERTYPE 1: face (principal supertype) SUPERTYPE 2: geometric_representation_item MULTIPLE INHERITANCE for entity: edge_curve SUPERTYPE 1: edge (principal supertype) SUPERTYPE 2: geometric_representation_item MULTIPLE INHERITANCE for entity: vertex_point SUPERTYPE 1: vertex (principal supertype) SUPERTYPE 2: geometric_representation_item MULTIPLE INHERITANCE for entity: poly_loop SUPERTYPE 1: loop (principal supertype) SUPERTYPE 2: geometric_representation_item Finished writing files. [ 29%] Built target step-express-CONFIG_CONTROL_DESIGN-gstep Scanning dependencies of target g-step [ 29%] Building CXX object src/conv/step/g-step/CMakeFiles/g-step.dir/CONFIG_CONTROL_DESIGN/SdaiCONFIG_CONTROL_DESIGN.cc.o [ 29%] Building CXX object src/conv/step/g-step/CMakeFiles/g-step.dir/CONFIG_CONTROL_DESIGN/SdaiCONFIG_CONTROL_DESIGN.init.cc.o [ 29%] Building CXX object src/conv/step/g-step/CMakeFiles/g-step.dir/CONFIG_CONTROL_DESIGN/SdaiAll.cc.o [ 30%] Building CXX object src/conv/step/g-step/CMakeFiles/g-step.dir/CONFIG_CONTROL_DESIGN/compstructs.cc.o [ 30%] Building CXX object src/conv/step/g-step/CMakeFiles/g-step.dir/CONFIG_CONTROL_DESIGN/schema.cc.o [ 30%] Building CXX object src/conv/step/g-step/CMakeFiles/g-step.dir/__/BRLCADWrapper.cpp.o [ 30%] Building CXX object src/conv/step/g-step/CMakeFiles/g-step.dir/ON_Brep.cpp.o [ 30%] Building CXX object src/conv/step/g-step/CMakeFiles/g-step.dir/g-step.cpp.o In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/conv/step/g-step/g-step.cpp:41:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiHeaderSchema.h:77:56: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] const StringAggregate_ptr governed_sections_() const; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiHeaderSchema.h:125:45: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] const StringAggregate_ptr author_() const; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiHeaderSchema.h:128:51: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] const StringAggregate_ptr organization_() const; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiHeaderSchema.h:173:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] const StringAggregate_ptr context_identifiers_() const; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiHeaderSchema.h:205:50: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] const StringAggregate_ptr description_() const; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/stepcode/src/cleditor/SdaiHeaderSchema.h:239:57: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] const StringAggregate_ptr schema_identifiers_() const; ^ [ 30%] Linking CXX executable ../../../../bin/g-step [ 30%] Built target g-step Scanning dependencies of target g_diff [ 30%] Building C object src/gtools/CMakeFiles/g_diff.dir/g_diff.c.o [ 30%] Linking C executable ../../bin/g_diff /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 30%] Built target g_diff Scanning dependencies of target g_transfer_c_cp [ 30%] Generating g_transfer_c.sentinel [ 30%] Built target g_transfer_c_cp Scanning dependencies of target g_transfer [ 31%] Building C object src/gtools/CMakeFiles/g_transfer.dir/g_transfer.c.o [ 31%] Linking C executable g_transfer [ 31%] Built target g_transfer Scanning dependencies of target remapid [ 31%] Building C object src/gtools/CMakeFiles/remapid.dir/remapid.c.o [ 31%] Linking C executable ../../bin/remapid [ 31%] Built target remapid Scanning dependencies of target tester_bn_tri_tri_isect [ 31%] Building C object src/libbn/tests/CMakeFiles/tester_bn_tri_tri_isect.dir/bn_tri_tri_isect.c.o [ 31%] Linking C executable tester_bn_tri_tri_isect [ 31%] Built target tester_bn_tri_tri_isect Scanning dependencies of target targatorle [ 31%] Building C object src/other/URToolkit/cnv/CMakeFiles/targatorle.dir/targatorle.c.o [ 31%] Linking C executable ../../../../bin/targatorle [ 31%] Built target targatorle Scanning dependencies of target rletoraw [ 31%] Building C object src/other/URToolkit/cnv/CMakeFiles/rletoraw.dir/rletoraw.c.o [ 31%] Linking C executable ../../../../bin/rletoraw [ 31%] Built target rletoraw Scanning dependencies of target rletoascii [ 31%] Building C object src/other/URToolkit/cnv/CMakeFiles/rletoascii.dir/rletoascii.c.o [ 31%] Linking C executable ../../../../bin/rletoascii [ 31%] Built target rletoascii Scanning dependencies of target vcrtorle [ 31%] Building C object src/other/URToolkit/cnv/CMakeFiles/vcrtorle.dir/vcrtorle.c.o [ 31%] Linking C executable ../../../../bin/vcrtorle [ 31%] Built target vcrtorle Scanning dependencies of target utahrle-static [ 31%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/Runput.c.o [ 31%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/buildmap.c.o [ 31%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/cmd_name.c.o [ 31%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/colorquant.c.o [ 31%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/dither.c.o [ 31%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/float_to_exp.c.o [ 31%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/hilbert.c.o [ 31%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/inv_cmap.c.o [ 31%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_addhist.c.o [ 31%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_cp.c.o [ 31%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_error.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_getcom.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_getraw.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_getrow.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_getskip.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_global.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_hdr.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_open_f.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_putcom.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_putraw.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_putrow.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_raw_alc.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_rawrow.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/rle_row_alc.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/scanargs.c.o [ 32%] Building C object src/other/libutahrle/CMakeFiles/utahrle-static.dir/vaxshort.c.o [ 32%] Linking C static library ../../../lib/libutahrle.a [ 32%] Built target utahrle-static Scanning dependencies of target rlescale [ 32%] Building C object src/other/URToolkit/tools/CMakeFiles/rlescale.dir/rlescale.c.o [ 32%] Linking C executable ../../../../bin/rlescale [ 32%] Built target rlescale Scanning dependencies of target buildtimeend [ 32%] Building C object CMakeFiles/buildtimeend.dir/CMakeTmp/builddelta_end.c.o [ 32%] Linking C executable bin/buildtimeend [ 32%] Built target buildtimeend Scanning dependencies of target rletoabA60 [ 32%] Building C object src/other/URToolkit/cnv/CMakeFiles/rletoabA60.dir/rletoabA60.c.o [ 32%] Linking C executable ../../../../bin/rletoabA60 [ 32%] Built target rletoabA60 Scanning dependencies of target rlesplice [ 32%] Building C object src/other/URToolkit/tools/CMakeFiles/rlesplice.dir/rlesplice.c.o [ 32%] Linking C executable ../../../../bin/rlesplice [ 32%] Built target rlesplice Scanning dependencies of target rletopaint [ 32%] Building C object src/other/URToolkit/cnv/CMakeFiles/rletopaint.dir/rletopaint.c.o [ 32%] Linking C executable ../../../../bin/rletopaint [ 32%] Built target rletopaint Scanning dependencies of target painttorle [ 32%] Building C object src/other/URToolkit/cnv/CMakeFiles/painttorle.dir/painttorle.c.o [ 32%] Linking C executable ../../../../bin/painttorle [ 32%] Built target painttorle Scanning dependencies of target to8 [ 32%] Building C object src/other/URToolkit/tools/CMakeFiles/to8.dir/to8.c.o [ 32%] Linking C executable ../../../../bin/to8 [ 32%] Built target to8 Scanning dependencies of target aliastorle [ 32%] Building C object src/other/URToolkit/cnv/CMakeFiles/aliastorle.dir/aliastorle.c.o [ 32%] Linking C executable ../../../../bin/aliastorle [ 32%] Built target aliastorle Scanning dependencies of target fbthreadtest [ 32%] Building C object src/fb/tests/CMakeFiles/fbthreadtest.dir/fbthreadtest.c.o [ 32%] Linking C executable fbthreadtest [ 32%] Built target fbthreadtest Scanning dependencies of target fbcmrot [ 32%] Building C object src/fb/CMakeFiles/fbcmrot.dir/fbcmrot.c.o [ 32%] Linking C executable ../../bin/fbcmrot [ 32%] Built target fbcmrot Scanning dependencies of target fb-fb [ 32%] Building C object src/fb/CMakeFiles/fb-fb.dir/fb-fb.c.o [ 32%] Linking C executable ../../bin/fb-fb [ 32%] Built target fb-fb Scanning dependencies of target fb-bw [ 32%] Building C object src/fb/CMakeFiles/fb-bw.dir/fb-bw.c.o [ 32%] Linking C executable ../../bin/fb-bw [ 32%] Built target fb-bw Scanning dependencies of target fbgamma [ 32%] Building C object src/fb/CMakeFiles/fbgamma.dir/fbgamma.c.o [ 32%] Linking C executable ../../bin/fbgamma [ 32%] Built target fbgamma Scanning dependencies of target fb-pix [ 32%] Building C object src/fb/CMakeFiles/fb-pix.dir/fb-pix.c.o [ 32%] Building C object src/fb/CMakeFiles/fb-pix.dir/cmap-crunch.c.o [ 32%] Linking C executable ../../bin/fb-pix [ 32%] Built target fb-pix Scanning dependencies of target libcursor [ 32%] Building C object src/libcursor/CMakeFiles/libcursor.dir/cursor.c.o [ 32%] Linking C shared library ../../lib/libcursor.so [ 32%] Built target libcursor Scanning dependencies of target rtserver-static [ 32%] Building C object src/librtserver/CMakeFiles/rtserver-static.dir/rtserver.c.o In file included from /usr/lib/java/include/jni.h:45:0, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librtserver/rtserver.c:45: /usr/lib/java/include/linux/jni_md.h:40:0: warning: "UNUSED" redefined #define UNUSED(x) UNUSED_ ## x __attribute__((__unused__)) ^ In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librtserver/rtserver.c:26:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/include/common.h:220:0: note: this is the location of the previous definition # define UNUSED(parameter) UNUSED_ ## parameter __attribute__((unused)) ^ [ 32%] Linking C static library ../../lib/librtserver.a [ 32%] Built target rtserver-static Scanning dependencies of target rtserver [ 32%] Building C object src/librtserver/CMakeFiles/rtserver.dir/rtserver.c.o In file included from /usr/lib/java/include/jni.h:45:0, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librtserver/rtserver.c:45: /usr/lib/java/include/linux/jni_md.h:40:0: warning: "UNUSED" redefined #define UNUSED(x) UNUSED_ ## x __attribute__((__unused__)) ^ In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librtserver/rtserver.c:26:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/include/common.h:220:0: note: this is the location of the previous definition # define UNUSED(parameter) UNUSED_ ## parameter __attribute__((unused)) ^ [ 32%] Linking C shared library ../../lib/librtserver.jnilib [ 32%] Built target rtserver Scanning dependencies of target rtserverTest [ 32%] Building C object src/librtserver/CMakeFiles/rtserverTest.dir/rtserverTest.c.o [ 32%] Linking C executable rtserverTest [ 32%] Built target rtserverTest Scanning dependencies of target surfaceintersect [ 32%] Building CXX object src/proc-db/CMakeFiles/surfaceintersect.dir/surfaceintersect.cpp.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/surfaceintersect.cpp: In function ‘void SplitTrim(ON_BrepTrim*, double)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/surfaceintersect.cpp:139:1: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] SplitTrim(ON_BrepTrim *trim, double t) ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/surfaceintersect.cpp:139:1: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array.h:1788:0, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs.h:49, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/include/brep.h:44, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/include/rtgeom.h:42, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/include/raytrace.h:47, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/surfaceintersect.h:24, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/surfaceintersect.cpp:26: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array_defs.h:396:3: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array_defs.h:396:3: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || ^ [ 32%] Linking CXX executable ../../bin/surfaceintersect [ 32%] Built target surfaceintersect Scanning dependencies of target brepintersect [ 32%] Building CXX object src/proc-db/CMakeFiles/brepintersect.dir/brepintersect.cpp.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/brepintersect.cpp: In member function ‘int TriIntersections::InsertPoint(ON_3dPoint, uint8_t, EdgeIndex)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/brepintersect.cpp:723:5: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] int TriIntersections::InsertPoint( ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/brepintersect.cpp:723:5: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/brepintersect.cpp: In member function ‘int TriIntersections::Faces(ON_ClassArray)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/brepintersect.cpp:757:5: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] int TriIntersections::Faces( ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/brepintersect.cpp:757:5: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array.h:1788:0, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs.h:49, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/include/brep.h:44, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/include/rtgeom.h:42, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/include/raytrace.h:47, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/brepintersect.h:26, from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/proc-db/brepintersect.cpp:31: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array_defs.h:396:3: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/openNURBS/opennurbs_array_defs.h:396:3: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || ^ [ 32%] Linking CXX executable ../../bin/brepintersect [ 32%] Built target brepintersect Scanning dependencies of target tea_nmg [ 32%] Building C object src/proc-db/CMakeFiles/tea_nmg.dir/tea_nmg.c.o [ 32%] Linking C executable ../../bin/tea_nmg [ 32%] Built target tea_nmg Scanning dependencies of target globe [ 32%] Building C object src/proc-db/CMakeFiles/globe.dir/globe.c.o [ 32%] Linking C executable ../../bin/globe [ 32%] Built target globe Scanning dependencies of target wavy [ 32%] Building C object src/proc-db/CMakeFiles/wavy.dir/wavy.c.o [ 32%] Linking C executable ../../bin/wavy [ 32%] Built target wavy Scanning dependencies of target tube [ 32%] Building C object src/proc-db/CMakeFiles/tube.dir/tube.c.o [ 32%] Linking C executable ../../bin/tube [ 32%] Built target tube Scanning dependencies of target clutter [ 32%] Building C object src/proc-db/CMakeFiles/clutter.dir/clutter.c.o [ 32%] Building C object src/proc-db/CMakeFiles/clutter.dir/common.c.o [ 32%] Linking C executable ../../bin/clutter [ 32%] Built target clutter Scanning dependencies of target librttherm [ 32%] Building C object src/rt/CMakeFiles/librttherm.dir/do.c.o [ 32%] Building C object src/rt/CMakeFiles/librttherm.dir/main.c.o [ 32%] Building C object src/rt/CMakeFiles/librttherm.dir/opt.c.o [ 32%] Building C object src/rt/CMakeFiles/librttherm.dir/worker.c.o [ 32%] Building C object src/rt/CMakeFiles/librttherm.dir/heatgraph.c.o [ 32%] Linking C static library ../../lib/librttherm.a [ 32%] Built target librttherm Scanning dependencies of target rt_bot_faces [ 32%] Building C object src/rt/CMakeFiles/rt_bot_faces.dir/do.c.o [ 32%] Building C object src/rt/CMakeFiles/rt_bot_faces.dir/main.c.o [ 32%] Building C object src/rt/CMakeFiles/rt_bot_faces.dir/opt.c.o [ 32%] Building C object src/rt/CMakeFiles/rt_bot_faces.dir/worker.c.o [ 32%] Building C object src/rt/CMakeFiles/rt_bot_faces.dir/heatgraph.c.o [ 32%] Building C object src/rt/CMakeFiles/rt_bot_faces.dir/view_bot_faces.c.o [ 32%] Linking C executable ../../bin/rt_bot_faces /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rt_bot_faces Scanning dependencies of target rtscale [ 32%] Building C object src/rt/CMakeFiles/rtscale.dir/read-rtlog.c.o [ 32%] Building C object src/rt/CMakeFiles/rtscale.dir/rtscale.c.o [ 32%] Linking C executable ../../bin/rtscale /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rtscale Scanning dependencies of target rtexample [ 32%] Building C object src/rt/CMakeFiles/rtexample.dir/rtexample.c.o [ 32%] Linking C executable rtexample /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rtexample Scanning dependencies of target rt [ 32%] Building C object src/rt/CMakeFiles/rt.dir/do.c.o [ 32%] Building C object src/rt/CMakeFiles/rt.dir/main.c.o [ 32%] Building C object src/rt/CMakeFiles/rt.dir/opt.c.o [ 32%] Building C object src/rt/CMakeFiles/rt.dir/worker.c.o [ 32%] Building C object src/rt/CMakeFiles/rt.dir/heatgraph.c.o [ 32%] Building C object src/rt/CMakeFiles/rt.dir/scanline.c.o [ 32%] Building C object src/rt/CMakeFiles/rt.dir/view.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/view.c: In function ‘view_2init’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/view.c:1882:9: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Wformat=] bu_log("deleting %lu invisible light regions\n", BU_PTBL_LEN(&ap->a_rt_i->delete_regs)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/view.c:1901:13: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Wformat=] bu_log("Removing invisible light region pointers from %lu soltabs\n", ^ [ 32%] Linking C executable ../../bin/rt /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rt Scanning dependencies of target rtshot [ 32%] Building C object src/rt/CMakeFiles/rtshot.dir/rtshot.c.o [ 32%] Linking C executable ../../bin/rtshot /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rtshot Scanning dependencies of target rtrange [ 32%] Building C object src/rt/CMakeFiles/rtrange.dir/do.c.o [ 32%] Building C object src/rt/CMakeFiles/rtrange.dir/main.c.o [ 32%] Building C object src/rt/CMakeFiles/rtrange.dir/opt.c.o [ 32%] Building C object src/rt/CMakeFiles/rtrange.dir/worker.c.o [ 32%] Building C object src/rt/CMakeFiles/rtrange.dir/heatgraph.c.o [ 32%] Building C object src/rt/CMakeFiles/rtrange.dir/viewrange.c.o [ 32%] Linking C executable ../../bin/rtrange /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rtrange Scanning dependencies of target rtray [ 32%] Building C object src/rt/CMakeFiles/rtray.dir/do.c.o [ 32%] Building C object src/rt/CMakeFiles/rtray.dir/main.c.o [ 32%] Building C object src/rt/CMakeFiles/rtray.dir/opt.c.o [ 32%] Building C object src/rt/CMakeFiles/rtray.dir/worker.c.o [ 32%] Building C object src/rt/CMakeFiles/rtray.dir/heatgraph.c.o [ 32%] Building C object src/rt/CMakeFiles/rtray.dir/viewray.c.o [ 32%] Linking C executable ../../bin/rtray /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rtray Scanning dependencies of target rtregis [ 32%] Building C object src/rt/CMakeFiles/rtregis.dir/read-rtlog.c.o [ 32%] Building C object src/rt/CMakeFiles/rtregis.dir/rtregis.c.o [ 32%] Linking C executable ../../bin/rtregis /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rtregis Scanning dependencies of target rtexample_c_cp [ 32%] Generating rtexample_c.sentinel [ 32%] Built target rtexample_c_cp Scanning dependencies of target rtarea [ 32%] Building C object src/rt/CMakeFiles/rtarea.dir/do.c.o [ 32%] Building C object src/rt/CMakeFiles/rtarea.dir/main.c.o [ 32%] Building C object src/rt/CMakeFiles/rtarea.dir/opt.c.o [ 32%] Building C object src/rt/CMakeFiles/rtarea.dir/worker.c.o [ 32%] Building C object src/rt/CMakeFiles/rtarea.dir/heatgraph.c.o [ 32%] Building C object src/rt/CMakeFiles/rtarea.dir/viewarea.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/viewarea.c: In function ‘print_region_area_list’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/viewarea.c:739:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("Region %s\t(%ld hits)\t= %18.4lf square %s\t(%.4lf %s^2)", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/viewarea.c:760:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("Region %s\t(%ld hits)\t= %18.4lf square %s\t(%.4lf %s^2)", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/viewarea.c: In function ‘print_assembly_area_list’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/viewarea.c:886:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("Assembly %s\t(%ld hits)\t= %18.4lf square %s\t(%.4lf %s^2)", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/viewarea.c:906:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("Assembly %s\t(%ld hits)\t= %18.4lf square %s\t(%.4lf %s^2)", ^ [ 32%] Linking C executable ../../bin/rtarea /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rtarea Scanning dependencies of target rtcell [ 32%] Building C object src/rt/CMakeFiles/rtcell.dir/do.c.o [ 32%] Building C object src/rt/CMakeFiles/rtcell.dir/main.c.o [ 32%] Building C object src/rt/CMakeFiles/rtcell.dir/opt.c.o [ 32%] Building C object src/rt/CMakeFiles/rtcell.dir/worker.c.o [ 32%] Building C object src/rt/CMakeFiles/rtcell.dir/heatgraph.c.o [ 32%] Building C object src/rt/CMakeFiles/rtcell.dir/viewcell.c.o [ 32%] Linking C executable ../../bin/rtcell /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rtcell Scanning dependencies of target reshoot [ 32%] Building C object src/rt/CMakeFiles/reshoot.dir/reshoot.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/reshoot.c: In function ‘hit’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/reshoot.c:222:13: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("Ray Pt %g,%g,%g Dir %g,%g,%g\n%V", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/rt/reshoot.c:222:13: warning: too many arguments for format [-Wformat-extra-args] [ 32%] Linking C executable ../../bin/reshoot /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target reshoot Scanning dependencies of target rtxray [ 32%] Building C object src/rt/CMakeFiles/rtxray.dir/do.c.o [ 32%] Building C object src/rt/CMakeFiles/rtxray.dir/main.c.o [ 32%] Building C object src/rt/CMakeFiles/rtxray.dir/opt.c.o [ 32%] Building C object src/rt/CMakeFiles/rtxray.dir/worker.c.o [ 32%] Building C object src/rt/CMakeFiles/rtxray.dir/heatgraph.c.o [ 32%] Building C object src/rt/CMakeFiles/rtxray.dir/viewxray.c.o [ 32%] Linking C executable ../../bin/rtxray /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rtxray Scanning dependencies of target rtcheck [ 32%] Building C object src/rt/CMakeFiles/rtcheck.dir/do.c.o [ 32%] Building C object src/rt/CMakeFiles/rtcheck.dir/main.c.o [ 32%] Building C object src/rt/CMakeFiles/rtcheck.dir/opt.c.o [ 32%] Building C object src/rt/CMakeFiles/rtcheck.dir/worker.c.o [ 32%] Building C object src/rt/CMakeFiles/rtcheck.dir/heatgraph.c.o [ 32%] Building C object src/rt/CMakeFiles/rtcheck.dir/viewcheck.c.o [ 32%] Linking C executable ../../bin/rtcheck /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rtcheck Scanning dependencies of target rtfrac [ 32%] Building C object src/rt/CMakeFiles/rtfrac.dir/do.c.o [ 32%] Building C object src/rt/CMakeFiles/rtfrac.dir/main.c.o [ 32%] Building C object src/rt/CMakeFiles/rtfrac.dir/opt.c.o [ 32%] Building C object src/rt/CMakeFiles/rtfrac.dir/worker.c.o [ 32%] Building C object src/rt/CMakeFiles/rtfrac.dir/heatgraph.c.o [ 32%] Building C object src/rt/CMakeFiles/rtfrac.dir/viewfrac.c.o [ 32%] Linking C executable ../../bin/rtfrac /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rtfrac Scanning dependencies of target rtwalk [ 32%] Building C object src/rt/CMakeFiles/rtwalk.dir/rtwalk.c.o [ 32%] Linking C executable ../../bin/rtwalk /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../libGLU.so, may conflict with librt.so.20 [ 32%] Built target rtwalk Scanning dependencies of target double-asc [ 32%] Building C object src/util/CMakeFiles/double-asc.dir/double-asc.c.o [ 32%] Linking C executable ../../bin/double-asc [ 32%] Built target double-asc Scanning dependencies of target bwrect [ 32%] Building C object src/util/CMakeFiles/bwrect.dir/bwrect.c.o [ 32%] Linking C executable ../../bin/bwrect [ 32%] Built target bwrect Scanning dependencies of target pixbackgnd [ 32%] Building C object src/util/CMakeFiles/pixbackgnd.dir/pixbackgnd.c.o [ 32%] Linking C executable ../../bin/pixbackgnd [ 32%] Built target pixbackgnd Scanning dependencies of target terrain [ 32%] Building C object src/util/CMakeFiles/terrain.dir/terrain.c.o [ 32%] Linking C executable ../../bin/terrain [ 32%] Built target terrain Scanning dependencies of target plot3rot [ 32%] Building C object src/util/CMakeFiles/plot3rot.dir/plot3rot.c.o [ 32%] Linking C executable ../../bin/plot3rot [ 32%] Built target plot3rot Scanning dependencies of target dsp_add_t [ 32%] Building CXX object src/util/CMakeFiles/dsp_add_t.dir/dsp_add_t.cpp.o [ 32%] Linking CXX executable ../../bin/dsp_add_t [ 32%] Built target dsp_add_t Scanning dependencies of target dbcp [ 32%] Building C object src/util/CMakeFiles/dbcp.dir/dbcp.c.o [ 32%] Linking C executable ../../bin/dbcp [ 32%] Built target dbcp Scanning dependencies of target pix-spm [ 32%] Building C object src/util/CMakeFiles/pix-spm.dir/pix-spm.c.o [ 32%] Linking C executable ../../bin/pix-spm [ 32%] Built target pix-spm Scanning dependencies of target pix-sun [ 32%] Building C object src/util/CMakeFiles/pix-sun.dir/pix-sun.c.o [ 32%] Linking C executable ../../bin/pix-sun [ 32%] Built target pix-sun Scanning dependencies of target pix-yuv [ 32%] Building C object src/util/CMakeFiles/pix-yuv.dir/pix-yuv.c.o [ 32%] Linking C executable ../../bin/pix-yuv [ 32%] Built target pix-yuv Scanning dependencies of target pixembed [ 32%] Building C object src/util/CMakeFiles/pixembed.dir/pixembed.c.o [ 32%] Linking C executable ../../bin/pixembed [ 32%] Built target pixembed Scanning dependencies of target pixbgstrip [ 32%] Building C object src/util/CMakeFiles/pixbgstrip.dir/pixbgstrip.c.o [ 32%] Linking C executable ../../bin/pixbgstrip [ 32%] Built target pixbgstrip Scanning dependencies of target alias-pix [ 32%] Building C object src/util/CMakeFiles/alias-pix.dir/alias-pix.c.o [ 32%] Linking C executable ../../bin/alias-pix [ 32%] Built target alias-pix Scanning dependencies of target pixblend [ 32%] Building C object src/util/CMakeFiles/pixblend.dir/pixblend.c.o [ 32%] Linking C executable ../../bin/pixblend [ 32%] Built target pixblend Scanning dependencies of target pixborder [ 32%] Building C object src/util/CMakeFiles/pixborder.dir/pixborder.c.o [ 32%] Linking C executable ../../bin/pixborder [ 32%] Built target pixborder Scanning dependencies of target pixbustup [ 32%] Building C object src/util/CMakeFiles/pixbustup.dir/pixbustup.c.o [ 32%] Linking C executable ../../bin/pixbustup [ 32%] Built target pixbustup Scanning dependencies of target pixclump [ 33%] Building C object src/util/CMakeFiles/pixclump.dir/pixclump.c.o [ 33%] Linking C executable ../../bin/pixclump [ 33%] Built target pixclump Scanning dependencies of target loop [ 33%] Building C object src/util/CMakeFiles/loop.dir/loop.c.o [ 33%] Linking C executable ../../bin/loop [ 33%] Built target loop Scanning dependencies of target pixcolors [ 33%] Building C object src/util/CMakeFiles/pixcolors.dir/pixcolors.c.o [ 33%] Linking C executable ../../bin/pixcolors [ 33%] Built target pixcolors Scanning dependencies of target pixcount [ 33%] Building C object src/util/CMakeFiles/pixcount.dir/pixcount.c.o [ 33%] Linking C executable ../../bin/pixcount [ 33%] Built target pixcount Scanning dependencies of target pixdsplit [ 33%] Building C object src/util/CMakeFiles/pixdsplit.dir/pixdsplit.c.o [ 33%] Linking C executable ../../bin/pixdsplit [ 33%] Built target pixdsplit Scanning dependencies of target pixelswap [ 33%] Building C object src/util/CMakeFiles/pixelswap.dir/pixelswap.c.o [ 33%] Linking C executable ../../bin/pixelswap [ 33%] Built target pixelswap Scanning dependencies of target pix-rle [ 33%] Building C object src/util/CMakeFiles/pix-rle.dir/pix-rle.c.o [ 33%] Building C object src/util/CMakeFiles/pix-rle.dir/rle_args.c.o [ 33%] Linking C executable ../../bin/pix-rle [ 33%] Built target pix-rle Scanning dependencies of target pixfade [ 33%] Building C object src/util/CMakeFiles/pixfade.dir/pixfade.c.o [ 33%] Linking C executable ../../bin/pixfade [ 33%] Built target pixfade Scanning dependencies of target plot3getframe [ 33%] Building C object src/util/CMakeFiles/plot3getframe.dir/plot3getframe.c.o [ 33%] Linking C executable ../../bin/plot3getframe [ 33%] Built target plot3getframe Scanning dependencies of target pixfieldsep [ 33%] Building C object src/util/CMakeFiles/pixfieldsep.dir/pixfieldsep.c.o [ 33%] Linking C executable ../../bin/pixfieldsep [ 33%] Built target pixfieldsep Scanning dependencies of target mac-pix [ 33%] Building C object src/util/CMakeFiles/mac-pix.dir/mac-pix.c.o [ 33%] Linking C executable ../../bin/mac-pix [ 33%] Built target mac-pix Scanning dependencies of target fbgrid [ 33%] Building C object src/fb/CMakeFiles/fbgrid.dir/fbgrid.c.o [ 33%] Linking C executable ../../bin/fbgrid [ 33%] Built target fbgrid Scanning dependencies of target fbcmap [ 33%] Building C object src/fb/CMakeFiles/fbcmap.dir/fbcmap.c.o [ 33%] Linking C executable ../../bin/fbcmap [ 33%] Built target fbcmap Scanning dependencies of target fb-orle [ 33%] Building C object src/fb/CMakeFiles/fb-orle.dir/fb-orle.c.o [ 33%] Building C object src/fb/CMakeFiles/fb-orle.dir/cmap-crunch.c.o [ 33%] Linking C executable ../../bin/fb-orle [ 33%] Built target fb-orle Scanning dependencies of target fbhelp [ 33%] Building C object src/fb/CMakeFiles/fbhelp.dir/fbhelp.c.o [ 33%] Linking C executable ../../bin/fbhelp [ 33%] Built target fbhelp Scanning dependencies of target gif-fb [ 33%] Building C object src/fb/CMakeFiles/gif-fb.dir/gif-fb.c.o [ 33%] Building C object src/fb/CMakeFiles/gif-fb.dir/ioutil.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/fb/ioutil.c: In function ‘VMessage’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/fb/ioutil.c:45:12: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("%s: %V\n", tmp_basename, &str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/fb/ioutil.c:45:12: warning: too many arguments for format [-Wformat-extra-args] [ 33%] Linking C executable ../../bin/gif-fb [ 33%] Built target gif-fb Scanning dependencies of target fbscanplot [ 33%] Building C object src/fb/CMakeFiles/fbscanplot.dir/fbscanplot.c.o [ 33%] Linking C executable ../../bin/fbscanplot [ 33%] Built target fbscanplot Scanning dependencies of target libsysv-static [ 33%] Building C object src/libsysv/CMakeFiles/libsysv-static.dir/memset.c.o [ 33%] Building C object src/libsysv/CMakeFiles/libsysv-static.dir/strchr.c.o [ 33%] Building C object src/libsysv/CMakeFiles/libsysv-static.dir/strdup.c.o [ 33%] Building C object src/libsysv/CMakeFiles/libsysv-static.dir/strsep.c.o [ 33%] Building C object src/libsysv/CMakeFiles/libsysv-static.dir/strtok.c.o [ 33%] Building C object src/libsysv/CMakeFiles/libsysv-static.dir/tcl.c.o [ 33%] Linking C static library ../../lib/libsysv.a [ 33%] Built target libsysv-static Scanning dependencies of target g-off [ 33%] Building C object src/conv/CMakeFiles/g-off.dir/off/g-off.c.o [ 33%] Linking C executable ../../bin/g-off [ 33%] Built target g-off Scanning dependencies of target dbupgrade [ 33%] Building C object src/conv/CMakeFiles/dbupgrade.dir/dbupgrade.c.o [ 34%] Linking C executable ../../bin/dbupgrade [ 34%] Built target dbupgrade Scanning dependencies of target viewpoint-g [ 34%] Building C object src/conv/CMakeFiles/viewpoint-g.dir/viewpoint-g.c.o [ 34%] Linking C executable ../../bin/viewpoint-g [ 34%] Built target viewpoint-g Scanning dependencies of target pyrmask [ 34%] Building C object src/other/URToolkit/tools/CMakeFiles/pyrmask.dir/pyrmask.c.o [ 34%] Building C object src/other/URToolkit/tools/CMakeFiles/pyrmask.dir/pyrlib.c.o [ 34%] Linking C executable ../../../../bin/pyrmask [ 34%] Built target pyrmask Scanning dependencies of target rlepatch [ 34%] Building C object src/other/URToolkit/tools/CMakeFiles/rlepatch.dir/rlepatch.c.o [ 34%] Linking C executable ../../../../bin/rlepatch [ 34%] Built target rlepatch Scanning dependencies of target test_bundle [ 34%] Building C object src/librt/tests/CMakeFiles/test_bundle.dir/test_bundle.c.o [ 34%] Linking C executable test_bundle [ 34%] Built target test_bundle Scanning dependencies of target g-xxx_facets [ 34%] Building C object src/conv/CMakeFiles/g-xxx_facets.dir/g-xxx_facets.c.o [ 34%] Linking C executable g-xxx_facets [ 34%] Built target g-xxx_facets Scanning dependencies of target fbstretch [ 34%] Building C object src/fb/CMakeFiles/fbstretch.dir/fbstretch.c.o [ 34%] Building C object src/fb/CMakeFiles/fbstretch.dir/ioutil.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/fb/ioutil.c: In function ‘VMessage’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/fb/ioutil.c:45:12: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("%s: %V\n", tmp_basename, &str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/fb/ioutil.c:45:12: warning: too many arguments for format [-Wformat-extra-args] [ 34%] Linking C executable ../../bin/fbstretch [ 34%] Built target fbstretch Scanning dependencies of target libtermio [ 34%] Building C object src/libtermio/CMakeFiles/libtermio.dir/termio.c.o [ 34%] Linking C shared library ../../lib/libtermio.so [ 34%] Built target libtermio Scanning dependencies of target fbzoom [ 34%] Building C object src/fb/CMakeFiles/fbzoom.dir/fbzoom.c.o [ 34%] Linking C executable ../../bin/fbzoom [ 34%] Built target fbzoom Scanning dependencies of target pp-fb [ 34%] Building C object src/fb/CMakeFiles/pp-fb.dir/pp-fb.c.o [ 34%] Linking C executable ../../bin/pp-fb [ 34%] Built target pp-fb Scanning dependencies of target gif2fb [ 34%] Building C object src/fb/CMakeFiles/gif2fb.dir/gif2fb.c.o [ 34%] Linking C executable ../../bin/gif2fb [ 34%] Built target gif2fb Scanning dependencies of target librt-static [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/attributes.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/attributes.c: In function ‘db5_replace_attributes’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/attributes.c:176:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_log("db5_replace_attributes(%s) dbip=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/attributes.c: In function ‘db5_update_attributes’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/attributes.c:239:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_log("db5_update_attributes(%s) dbip=x%x\n", ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/bbox.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/bbox.c: In function ‘rt_bound_tree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/bbox.c:69:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const union tree *’ [-Wformat=] bu_log("rt_bound_tree(x%x): unknown op=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/bbox.c: In function ‘rt_traverse_tree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/bbox.c:286:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const union tree *’ [-Wformat=] bu_log("rt_traverse_tree(x%x): unknown op=x%x\n", tp, (unsigned int)(tp->tr_op)); ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/bezier_2d_isect.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/binunif/binunif.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/binunif/db5_bin.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/binunif/db5_bin.c: In function ‘rt_binunif_dump’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/binunif/db5_bin.c:218:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_binunif_internal *’ [-Wformat=] bu_log("rt_bin_unif_internal <%x>...\n", bip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/binunif/db5_bin.c:220:12: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log(" count = %ld first = 0x%02x", bip->count, ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/bool.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/bundle.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/cmd.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/comb/comb.c.o [ 35%] Building CXX object src/librt/CMakeFiles/librt-static.dir/comb/comb_brep.cpp.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/comb/comb_mirror.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/comb/db_comb.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/constraint.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/cut.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/cut.c: In function ‘rt_pr_cut’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/cut.c:1794:10: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log(" %s, %ld pieces: ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/cut.c: In function ‘rt_pr_cut_info’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/cut.c:2099:12: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘size_t {aka const unsigned int}’ [-Wformat=] bu_log("%s %s: %d nu, %d cut, %d box (%ld empty)\n", ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db5_alloc.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c: In function ‘db5_realloc’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c:105:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("db5_realloc(%s) dbip=%p, dp=%p, ext_nbytes=%ld\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c:174:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db5_realloc(%s) releasing storage at x%x, len=%zu\n", dp->d_namep, dp->d_addr, dp->d_len); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c:191:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db5_realloc(%s) obtained free block at x%x, len=%zu\n", dp->d_namep, mmp->m_addr, mmp->m_size); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c:205:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db5_realloc(%s) returning surplus at x%x, len=%zu\n", dp->d_namep, dp->d_addr, dp->d_len); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c:214:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db5_realloc(%s) utilizing free block at addr=x%x, len=%zu\n", dp->d_namep, dp->d_addr, dp->d_len); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_alloc.c:225:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db5_realloc(%s) extending database addr=x%x, len=%zu\n", dp->d_namep, dp->d_addr, dp->d_len); ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db5_io.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c: In function ‘db5_get_raw_internal_ptr’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:259:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("db5_get_raw_internal_ptr(): object_length=%ld is too short, database is corrupted\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c: In function ‘db5_get_raw_internal_fp’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:358:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("db5_get_raw_internal_fp(): object_length=%ld is too short, database is corrupted\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:373:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("db5_get_raw_internal_fp(): Database is too short, want=%ld, got=%ld\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:373:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c: In function ‘db_put_external5’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:747:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_external *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_put_external5(%s) ep=x%x, dbip=x%x, dp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:747:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct db_i *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_io.c:747:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct directory *’ [-Wformat=] [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db5_scan.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c: In function ‘db5_scan’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c:49:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db5_scan(x%x, x%x)\n", dbip, handler); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c:49:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘void (*)(struct db_i *, const struct db5_raw_internal *, off_t, void *) {aka void (*)(struct db_i *, const struct db5_raw_internal *, long int, void *)}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c: In function ‘db5_diradd_handler’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c:289:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i *’ [-Wformat=] bu_log("db5_diradd_handler(dbip=x%x, name='%s', addr=x%x, len=%zu)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c:289:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c: In function ‘db_dirbuild’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_scan.c:404:12: warning: too many arguments for format [-Wformat-extra-args] bu_log("ERROR: Cannot build object directory.\n\tFile does not seem to be in BRL-CAD geometry database format.\n", dbip->dbi_filename); ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db5_types.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_types.c: In function ‘db5_sync_attr_to_comb’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_types.c:593:13: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘char *’ [-Wformat=] bu_log("WARNING: [%s] has invalid los value\nlos remains at %d\n", name, bu_vls_addr(&newval), comb->los); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db5_types.c:593:13: warning: too many arguments for format [-Wformat-extra-args] [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_alloc.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c: In function ‘db_alloc’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:56:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_alloc(%s) x%x, x%x, count=%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:56:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:96:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_log("db_alloc(): len %ld non-FREE (id %d), skipping\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c: In function ‘db_delrec’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:119:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_delrec(%s) x%x, x%x, recnum=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:119:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c: In function ‘db_delete’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:145:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_delete(%s) x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:145:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c: In function ‘db_zapper’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:192:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_zapper(%s) x%x, x%x, start=%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_alloc.c:192:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct directory *’ [-Wformat=] [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_anim.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_anim.c: In function ‘db_add_anim’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_anim.c:52:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct animate *’ [-Wformat=] bu_log("db_add_anim(x%x) root\n", anp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_anim.c:63:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct animate *’ [-Wformat=] bu_log("db_add_anim(x%x) arc %s\n", anp, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_anim.c: In function ‘db_do_anim’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_anim.c:95:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct animate *’ [-Wformat=] bu_log("db_do_anim(x%x) ", anp); ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_corrupt.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_flags.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_flip.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_fullpath.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_inmem.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_io.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_read’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:60:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct db_i *’ [-Wformat=] bu_log("db_read(dbip=x%x, addr=x%x, count=%zu., offset=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:60:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘genptr_t {aka void *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:60:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:68:9: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db_read(%s) ERROR offset=%zd, count=%zu, dbi_eof=%zd\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:68:9: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 5 has type ‘off_t {aka const long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_getmrec’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:108:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_getmrec(%s) x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:108:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_get’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:138:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_get(%s) x%x, x%x x%x off=%d len=%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:138:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:138:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘union record *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:138:37: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:146:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db_get(%s): xfer %d..%lu exceeds 0..%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_write’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:175:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i *’ [-Wformat=] bu_log("db_write(dbip=x%x, addr=x%x, count=%zu., offset=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:175:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘genptr_t {aka void * const}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:175:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_put’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:216:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_put(%s) x%x, x%x x%x off=%d len=%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:216:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:216:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘union record *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:216:37: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:220:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db_put(%s): xfer %d..%lu exceeds 0..%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_get_external’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:251:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_external *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_get_external(%s) ep=x%x, dbip=x%x, dp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:251:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct db_i *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:251:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_put_external’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:286:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_external *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_put_external(%s) ep=x%x, dbip=x%x, dp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:286:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct db_i *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:286:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c: In function ‘db_fwrite_external’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_io.c:339:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_external *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_fwrite_external(%s) ep=x%x\n", name, ep); ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_lookup.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c: In function ‘db_lookup’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:178:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct directory *’ [-Wformat=] bu_log("db_lookup(%s) x%x\n", name, dp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c: In function ‘db_diradd’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:201:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i *’ [-Wformat=] bu_log("db_diradd(dbip=0x%x, name='%s', addr=0x%x, len=%zu, flags=0x%x, ptr=0x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:201:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:201:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘genptr_t {aka void *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c: In function ‘db_pr_dir’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:349:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct db_i *’ [-Wformat=] bu_log("db_pr_dir(x%x): Dump of directory for file %s [%s]\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:368:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct directory *’ [-Wformat=] bu_log("x%.8x %s %s=x%.8x len=%.5zu use=%.2ld nref=%.2ld %s", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:368:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘off_t {aka const long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_lookup.c:378:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct animate * const’ [-Wformat=] bu_log(" anim=x%x\n", dp->d_animate); ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_match.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_open.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_open.c: In function ‘db_open’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_open.c:96:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_log("db_open(%s) dbip=x%x: reused previously mapped file\n", name, dbip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_open.c:216:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_log("db_open(%s) dbip=x%x version=%d\n", dbip->dbi_filename, dbip, dbip->dbi_version); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_open.c: In function ‘db_close’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_open.c:293:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_close(%s) x%x uses=%d\n", ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_path.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_scan.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c: In function ‘db_scan’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:87:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_scan(x%x, x%x)\n", dbip, handler); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:87:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘int (*)(struct db_i *, const char *, off_t, size_t, int, void *) {aka int (*)(struct db_i *, const char *, long int, unsigned int, int, void *)}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:111:13: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db_scan: fseek(offset=%zd) failure\n", next); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:44:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_scan x%x %c (0%o)\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:124:2: note: in expansion of macro ‘DEBUG_PR’ DEBUG_PR(addr, record); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:44:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_scan x%x %c (0%o)\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:149:7: note: in expansion of macro ‘DEBUG_PR’ DEBUG_PR(here, rec2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:44:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_scan x%x %c (0%o)\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:194:7: note: in expansion of macro ‘DEBUG_PR’ DEBUG_PR(here, rec2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:44:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_scan x%x %c (0%o)\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:213:7: note: in expansion of macro ‘DEBUG_PR’ DEBUG_PR(here, rec2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:44:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_scan x%x %c (0%o)\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:315:7: note: in expansion of macro ‘DEBUG_PR’ DEBUG_PR(here, rec2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:337:10: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("db_scan ERROR: bad record %c (0%o), addr=x%llx\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c: In function ‘db_update_ident’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:380:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i *’ [-Wformat=] bu_log("db_update_ident(x%x, '%s', %g)\n", dbip, new_title, local2mm); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c: In function ‘db_fwrite_ident’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_scan.c:451:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘FILE * {aka struct _IO_FILE *}’ [-Wformat=] if (RT_G_DEBUG&DEBUG_DB) bu_log("db_fwrite_ident(x%x, '%s', %g) code=%d\n", ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_tree.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c: In function ‘db_pr_tree_state’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:172:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct db_tree_state *’ [-Wformat=] bu_log("db_pr_tree_state(x%x):\n", tsp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:173:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct db_i * const’ [-Wformat=] bu_log(" ts_dbip=x%x\n", tsp->ts_dbip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:192:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct resource * const’ [-Wformat=] bu_log(" ts_resp=x%x\n", tsp->ts_resp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c: In function ‘db_pr_combined_tree_state’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:205:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct combined_tree_state *’ [-Wformat=] bu_log("db_pr_combined_tree_state(x%x):\n", ctsp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c: In function ‘db_follow_path’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:717:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_tree_state *’ [-Wformat=] bu_log("db_follow_path() total_path='%s', tsp=x%x, new_path='%s', noisy=%d, depth=%ld\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c: In function ‘db_recurse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1025:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_tree_state *’ [-Wformat=] bu_log("db_recurse() pathp='%s', tsp=x%x, *statepp=x%x, tsp->ts_sofar=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1025:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct combined_tree_state *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1093:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct combined_tree_state *’ [-Wformat=] bu_log("db_recurse() ERROR at start of a region, *region_start_statepp = x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1102:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct combined_tree_state *’ [-Wformat=] bu_log("setting *region_start_statepp to x%x\n", ctsp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1169:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct combined_tree_state *’ [-Wformat=] bu_log("db_recurse(%s) ERROR at start of a region (bare solid), *region_start_statepp = x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1183:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct combined_tree_state *’ [-Wformat=] bu_log("db_recurse(%s): setting *region_start_statepp to x%x (bare solid)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1212:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘union tree *’ [-Wformat=] bu_log("db_recurse() return curtree=x%x, pathp='%s', *statepp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_tree.c:1212:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct combined_tree_state *’ [-Wformat=] [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/db_walk.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c: In function ‘db_preorder_traverse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_log("db_preorder_traverse(%s) x%x, x%x, comb_enter=x%x, comb_exit=x%x, leaf=x%x, client_data=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘void (*)(struct db_i *, struct directory *, void *)’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘void (*)(struct db_i *, struct directory *, void *)’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘void (*)(struct db_i *, struct directory *, void *)’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘genptr_t {aka void *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c: In function ‘db_functree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:219:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct db_i *’ [-Wformat=] bu_log("db_functree(%s) x%x, x%x, comb=x%x, leaf=x%x, client_data=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:219:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct directory *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:219:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘void (*)(struct db_i *, struct directory *, void *)’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:219:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘void (*)(struct db_i *, struct directory *, void *)’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/db_walk.c:219:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘genptr_t {aka void *}’ [-Wformat=] [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/dir.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/dspline.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/fortray.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/globals.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/htbl.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/htbl.c: In function ‘rt_htbl_init’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/htbl.c:48:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_htbl *’ [-Wformat=] bu_log("rt_htbl_init(%8x, len=%d, %s)\n", b, len, str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/htbl.c: In function ‘rt_htbl_reset’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/htbl.c:64:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_htbl *’ [-Wformat=] bu_log("rt_htbl_reset(%8x)\n", b); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/htbl.c: In function ‘rt_htbl_free’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/htbl.c:77:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_htbl *’ [-Wformat=] bu_log("rt_htbl_free(%8x)\n", b); ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/many.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/mater.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/memalloc.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/memalloc.c: In function ‘rt_memfree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/memalloc.c:263:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("rt_memfree(addr=x%x, size=%zu) ERROR type=0%o\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/memalloc.c:266:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("prevp: m_addr=x%x, m_size=%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/memalloc.c:269:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("curp: m_addr=x%x, m_size=%zu\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/memalloc.c: In function ‘rt_memprint’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/memalloc.c:346:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct mem_map *’ [-Wformat=] bu_log("rt_memprint(x%x): address, length\n", *pp); ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/mkbundle.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/oslo_calc.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/oslo_map.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/pr.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c: In function ‘rt_pr_soltab’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:50:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct soltab *’ [-Wformat=] bu_log("stp=x%x, id=%d.\n", stp, id); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c: In function ‘rt_pr_region’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:88:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘double’ [-Wformat=] bu_log("Color %d %d %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:88:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘double’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:88:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘double’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c: In function ‘rt_pr_tree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:319:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const union tree *’ [-Wformat=] bu_log("%.8x ", tp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:341:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct combined_tree_state * const’ [-Wformat=] bu_log("REGION ctsp=x%x\n", tp->tr_c.tc_ctsp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c: In function ‘rt_pr_tol’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/pr.c:752:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct bn_tol *’ [-Wformat=] bu_log("%8.8x TOL %e (sq=%e) perp=%e, para=%e\n", ^ [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/prep.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c: In function ‘rt_prep_parallel’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c:319:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct rt_i *’ [-Wformat=] bu_log("rti_Solids[%ld] is non-empty! rtip=x%x\n", stp->st_bit, rtip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c:320:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_i *’ [-Wformat=] bu_log("Existing entry is (st_rtip=x%x):\n", (*ssp)->st_rtip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c:322:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_i *’ [-Wformat=] bu_log("2nd soltab also claiming that bit is (st_rtip=x%x):\n", stp->st_rtip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c: In function ‘rt_init_resource’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c:661:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct resource *’ [-Wformat=] bu_log("rt_init_resource(cpu=%d) re-registering resource, had x%x, new=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/prep.c:661:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct resource *’ [-Wformat=] [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/arb8/arb8.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/arb8/arb8.c: In function ‘rt_arb_uv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/arb8/arb8.c:1105:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘genptr_t {aka void *}’ [-Wformat=] bu_log("rt_arb_uv(%s) dynamic setup failure st_specific=x%x, optp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/arb8/arb8.c:1105:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct oface *’ [-Wformat=] [ 35%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/arb8/arb8_brep.cpp.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/arb8/arb8_mirror.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/arbn/arbn.c.o [ 35%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/arbn/arbn_brep.cpp.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/arbn/arbn_mirror.c.o [ 35%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/ars/ars.c.o [ 35%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/ars/ars_brep.cpp.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/ars/ars_mirror.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bot/bot.c.o [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/bot/bot_brep.cpp.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bot/bot_mirror.c.o [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/bot/bot_oriented_bbox.cpp.o In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/bot_oriented_bbox.cpp:30:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp: In function ‘void pnt_normalize(gdiam_point)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp:73:18: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] if ( len == 0.0 ) ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp: In function ‘bool pnt_isEqual(gdiam_point, gdiam_point)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp:176:32: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] return ( ( p[ 0 ] == q[ 0 ] ) ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp:177:36: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] && ( p[ 1 ] == q[ 1 ] ) ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp:178:36: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] && ( p[ 2 ] == q[ 2 ] ) ); ^ [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bot/btg.c.o In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/btg.c:38:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c: In function ‘tie_kdtree_prep_head’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c:156:87: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] g->tri_list = (struct tie_tri_s **)bu_calloc(tri_num, sizeof(struct tie_tri_s *), __FUNCTION__); ^ In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/btg.c:38:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c: In function ‘tie_kdtree_build’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c:598:60: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] node->data = bu_calloc(2, sizeof(struct tie_kdtree_s), __FUNCTION__); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c:661:125: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] child[n]->tri_list = (struct tie_tri_s **)bu_realloc(child[n]->tri_list, sizeof(struct tie_tri_s *)*child[n]->tri_num, __FUNCTION__); ^ [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bot/btgf.c.o In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/btgf.c:36:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c: In function ‘tie_kdtree_prep_head’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c:156:87: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] g->tri_list = (struct tie_tri_s **)bu_calloc(tri_num, sizeof(struct tie_tri_s *), __FUNCTION__); ^ In file included from /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/btgf.c:36:0: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c: In function ‘tie_kdtree_build’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c:598:60: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] node->data = bu_calloc(2, sizeof(struct tie_kdtree_s), __FUNCTION__); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bot/tie_kdtree.c:661:125: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] child[n]->tri_list = (struct tie_tri_s **)bu_realloc(child[n]->tri_list, sizeof(struct tie_tri_s *)*child[n]->tri_num, __FUNCTION__); ^ [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/brep/brep.cpp.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/brep/brep.cpp: In function ‘int rt_brep_shot(soltab*, xray*, application*, seg*)’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/brep/brep.cpp:1505:64: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] bu_log("**** ERROR odd number of hits: %zu\n", hits.size()); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/brep/brep.cpp:1508:52: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] bu_log("**** Current Hits: %zu\n", hits.size()); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/brep/brep.cpp:1529:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] bu_log("\n**** Orig Hits: %zu\n", orig.size()); ^ [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/brep/brep_debug.cpp.o [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/bspline.cpp.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/bspline_mirror.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_basis.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_bezier.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_bound.c.o [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_brep.cpp.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_c2.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_copy.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_diff.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_eval.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_flat.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_interp.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_knot.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_knot.c: In function ‘rt_nurb_kvmult’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_knot.c:96:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct knot_vector *’ [-Wformat=] bu_log("rt_nurb_kvmult(new_kv=x%x, kv=x%x, num=%d, val=%g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_knot.c:96:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct knot_vector *’ [-Wformat=] [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_norm.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_plot.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_poly.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_ray.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_refine.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_reverse.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_solve.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_split.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_tess.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_trim.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_trim.c: In function ‘nmg_uv_in_lu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_trim.c:512:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_uv_in_lu: eu (x%x) has no geometry!!!\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_trim.c:517:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_uv_in_lu: Called with lu (x%x) containing eu (x%x) that is not CNURB!!!!\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_trim.c:517:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_trim.c:535:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_uv_in_lu: Called with lu (x%x) containing vu with no attribute!!!!\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/bspline/nurb_trim.c:543:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_uv_in_lu: Called with lu (x%x) containing vu that is not CNURB!!!!\n", ^ [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_trim_util.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_util.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/bspline/nurb_xsplit.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/cline/cline.c.o [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/cline/cline_brep.cpp.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/dsp/dsp.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c: In function ‘rt_dsp_import4’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4311:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("parse error"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4311:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("parse error"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4311:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("parse error"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4316:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("zero dimension on map"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4316:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("zero dimension on map"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4316:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("zero dimension on map"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4321:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("unable to load displacement map data"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4321:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("unable to load displacement map data"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4321:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("unable to load displacement map data"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c: In function ‘rt_dsp_import5’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4447:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("zero dimension on map"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4447:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("zero dimension on map"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4447:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("zero dimension on map"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4496:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("unable to load displacement map data"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4496:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("unable to load displacement map data"); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:77:9: warning: too many arguments for format [-Wformat-extra-args] bu_log("rt_dsp_import4(%d) '%V' %s\n", __LINE__, &dsp_ip->dsp_name, _s); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/dsp/dsp.c:4496:2: note: in expansion of macro ‘IMPORT_FAIL’ IMPORT_FAIL("unable to load displacement map data"); ^ [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/dsp/dsp_brep.cpp.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/dsp/dsp_mirror.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/ebm/ebm.c.o [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/ebm/ebm_brep.cpp.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/ebm/ebm_mirror.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/ehy/ehy.c.o [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/ehy/ehy_brep.cpp.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/ell/ell.c.o [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/ell/ell_brep.cpp.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/ell/ell_mirror.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/epa/epa.c.o [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/epa/epa_brep.cpp.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/epa/epa_mirror.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/eto/eto.c.o [ 36%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/eto/eto_brep.cpp.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/eto/eto_mirror.c.o [ 36%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/extrude/extrude.c.o [ 37%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/extrude/extrude_brep.cpp.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/generic.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/generic.c: In function ‘rt_generic_get’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/generic.c:176:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(logstr, " %V", &str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/generic.c:176:25: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/generic.c:179:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(logstr, "%V", &str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/generic.c:179:25: warning: too many arguments for format [-Wformat-extra-args] [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/grip/grip.c.o [ 37%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/grip/grip_brep.cpp.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/grip/grip_mirror.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/half/half.c.o [ 37%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/half/half_brep.cpp.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/half/half_mirror.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/hf/hf.c.o [ 37%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/hf/hf_brep.cpp.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/hyp/hyp.c.o [ 37%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/hyp/hyp_brep.cpp.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/hyp/hyp_mirror.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/metaball/metaball.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/metaball/metaball_tri.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/mirror.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg.c: In function ‘reindex’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg.c:1007:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘genptr_t {aka void *}’ [-Wformat=] bu_log("reindex(p=x%x), p->index=%ld, ret=%ld, kind=%d\n", p, idx, ret, ecnt[idx].kind); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg.c:1012:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘genptr_t {aka void *}’ [-Wformat=] bu_log("reindex(p=x%x) %s, p->index=%ld, ret=%ld, maxindex=%ld\n", ^ [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_bool.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c: In function ‘nmg_plot_open_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:124:37: warning: format ‘%zu’ expects argument of type ‘size_t’, but argument 4 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_vls_sprintf(&plot_file_name, "%s.%zu.pl", prefix, magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c: In function ‘nmg_kill_non_common_cracks’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:285:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_kill_non_common_cracks(s=%x and %x)\n", sA, sB); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:285:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c: In function ‘nmg_classify_shared_edges_verts’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:447:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_classify_shared_edges_verts(sA=x%x, sB=x%x)\n", sA, sB); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:447:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:469:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_classify_shared_edges_verts: v=x%x is shared\n", v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:496:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("nmg_classify_shared_edges_verts: e=x%x is shared\n", e); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c: In function ‘nmg_boolean’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:1557:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘union tree *’ [-Wformat=] bu_log("\n\nnmg_boolean(tp=x%x, m=x%x) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:1557:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct model *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:1610:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘union tree *’ [-Wformat=] bu_log("nmg_boolean(tp=x%x, m=x%x) END, ret=%d\n\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_bool.c:1610:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct model *’ [-Wformat=] [ 37%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_brep.cpp.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_ck.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_veg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:154:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("eg=x%x, eu=x%x, eu->g=x%x\n", eg, eu, eu->g.magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:154:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:154:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_vedge’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:195:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("(eu=x%x, eu->vu_p->v_p=x%x, eu->eumate_p->vu_p->v_p=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:195:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:195:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:197:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("(eup=x%x, eup->vu_p->v_p=x%x, eup->eumate_p->vu_p->v_p=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:197:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:197:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:204:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("(eu=x%x, eu->vu_p->v_p=x%x, eu->eumate_p->vu_p->v_p=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:204:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:204:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:206:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("(eup=x%x, eup->vu_p->v_p=x%x, eup->eumate_p->vu_p->v_p=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:206:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:206:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:212:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("(eu=x%x, eu->vu_p->v_p=x%x, eu->eumate_p->vu_p->v_p=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:212:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:212:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:214:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("(eup=x%x, eup->vu_p->v_p=x%x, eup->eumate_p->vu_p->v_p=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:214:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:214:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_veu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:280:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eu=x%x, e=x%x\n", eu, eu->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:280:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:281:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eulast=x%x, e=x%x\n", eulast, eulast->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:281:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:288:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("unshared vertex (mine) v=x%x: (%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:291:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\t (last->eumate_p) v=x%x: (%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:300:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eu=x%x, e=x%x\n", eu, eu->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:300:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:301:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eunext=x%x, e=x%x\n", eunext, eunext->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:301:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:308:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("unshared vertex (mate) v=x%x: (%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:311:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\t (next) v=x%x: (%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_vlu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:407:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_vlu() up is x%x, s/b x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:407:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:433:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu=x%x, orientation=%d\n", lu, lu->orientation); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_vfu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:520:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("faceuse claims shell parent (%8x) instead of (%8x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:520:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_vsshell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:572:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct nmgregion * const’ [-Wformat=] bu_log("shell's r_p (%8x) doesn't point to parent (%8x)\n", s->r_p, r); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:572:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct nmgregion *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:579:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("forw shell's back(%8x) is not me (%8x)\n", s->l.forw->back, s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:579:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:591:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_vsshell(): ad min_pt/max_pt for shell(%8x)'s extent\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:601:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct shell *’ [-Wformat=] bu_log("shell (%8x) with vertexuse (%8x) has other children\n", s, s->vu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:601:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_vregion’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:643:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmgregion pointer m_p %8x should be %8x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:643:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct model *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_ck_face_worthless_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1183:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eu=x%x, neu=x%x, v=x%x\n", eu, neu, eu->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1183:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1183:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1184:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eu=x%x, neu=x%x, v=x%x\n", eu->eumate_p, neu->eumate_p, eu->eumate_p->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1184:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1184:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_ck_lueu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1221:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("nmg_cl_lueu() %s next edge (%8x) doesn't point back to me (%8x)!\n", s, eu->l.forw, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1221:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1225:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("nmg_cl_lueu() %s last edge (%8x) doesn't point forward to me (%8x)!\n", s, eu->l.forw, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1225:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1244:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("nmg_cl_lueu() %s next edge (%8x) doesn't point back to me (%8x)!\n", s, eu->l.forw, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1244:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1248:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("nmg_cl_lueu() %s (lumate) back edge (%8x) doesn't point forward to me (%8x)!\n", s, eu->l.forw, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1248:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_eu_2s_orient_bad’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1478:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_eu_2s_orient_bad(eu=x%x, s1=x%x, s2=x%x) bad radial parity eu1=x%x, eur=x%x, eurstart=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1478:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1478:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1478:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1478:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1478:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1495:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_eu_2s_orient_bad(eu=x%x, s1=x%x, s2=x%x) ret=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1495:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1495:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_ck_closed_surf’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1536:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_ck_closed_surf(x%x), problem with loopuse x%x\n", s, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1536:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c: In function ‘nmg_ck_v_in_fus’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1677:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("ERROR - nmg_ck_vs_in_region: fu (x%x) has no geometry\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1682:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("ERROR - nmg_ck_vs_in_region: vertex x%x (%g %g %g) is %g from faceuse x%x\n" , ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_ck.c:1682:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct faceuse *’ [-Wformat=] [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_class.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘joint_hitmiss2’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:186:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log(" eu_rinf=x%x, eu->eumate_p=x%x, eu=x%x\n", eu_rinf, eu->eumate_p, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:186:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:186:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘nmg_class_lu_fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:537:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_class_lu_fu(lu=x%x) START\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:585:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_class_lu_fu(lu=x%x) END, ret=%s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘nmg_class_pt_s’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:654:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_class_pt_s(): pt=(%g, %g, %g), s=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:778:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_class_pt_s(): returning %s, s=x%x, try=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘class_vu_vs_s’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:808:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("class_vu_vs_s(vu=x%x, v=x%x) pt=(%g, %g, %g)\n", vu, vu->v_p, V3ARGS(pt)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:808:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:878:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vu=x%x, v=x%x, sv=x%x, pt=(%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:878:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:878:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:913:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("class_vu_vs_s(vu=x%x) return %s because %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘class_eu_vs_s’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:937:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("class_eu_vs_s(eu=x%x (e_p=x%x, lu=x%x), s=x%x)\n", eu, eu->e_p, eu->up.lu_p, s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:937:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:937:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:937:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1152:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("class_eu_vs_s(eu=x%x) return %s because %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘nmg_2lu_identical’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1244:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face * const’ [-Wformat=] bu_log("---- fu1, f=x%x, flip=%d\n", fu1->f_p, fu1->f_p->flip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1246:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face * const’ [-Wformat=] bu_log("---- fu2, f=x%x, flip=%d\n", fu2->f_p, fu2->f_p->flip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1261:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_2lu_identical(eu1=x%x, eu2=x%x) ret=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1261:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘nmg_reclassify_lu_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1289:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_reclassify_lu_eu(lu=x%x, classlist=x%x, newclass=%s)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1289:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘char **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘class_shared_lu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1393:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("class_shared_lu: classifying lu x%x w.r.t. lu_ref x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1393:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1407:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("class_shared_lu() couldn't find a shared EU between LU's x%x and x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1407:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1413:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("class_shared_lu() couldn't get a left vector for EU x%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1417:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("class_shared_lu() couldn't get a left vector for EU x%x\n", eu_ref); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1423:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eu x%x goes form v x%x to v x%x\n", eu, eu->vu_p->v_p, eu->eumate_p->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1423:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1423:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1424:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eu_ref x%x goes form v x%x to v x%x\n", eu_ref, eu_ref->vu_p->v_p, eu_ref->eumate_p->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1424:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1424:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘class_lu_vs_s’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1538:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("class_lu_vs_s(lu=x%x, s=x%x)\n", lu, s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1538:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1545:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("class_lu_vs_s() is trying to classify lu x%x vs its own shell (x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1545:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1759:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tfound radial lu (x%x), check for match\n", q_lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1777:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\tcompare vertex x%x to vertex x%x\n", eu1->vu_p->v_p, eu2->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1777:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1807:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\tcompare vertex x%x to vertex x%x\n", eu1->vu_p->v_p, eu2->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1807:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1823:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tFound a matching LU's x%x and x%x\n", lu, q_lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1823:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1831:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("class_lu_vs_s: FU x%x for lu x%x matching lu x%x has bad orientation (%s)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1831:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1831:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1893:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("Loop is INSIDE of fu x%x\n", p->up.lu_p->up.fu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1902:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("Loop is OUTSIDEof fu x%x\n", p->up.lu_p->up.fu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:1932:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("class_lu_vs_s(lu=x%x) return %s (%s) because %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘nmg_get_interior_pt’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:2216:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_get_interior_pt: Couldn't find interior point for lu x%x\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c: In function ‘nmg_classify_lu_lu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:2251:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_classify_lu_lu(lu1=x%x, lu2=x%x)\n", lu1, lu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:2251:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:2465:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_classify_lu_lu: Cannot classify lu x%x w.r.t. lu x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_class.c:2465:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_copy.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_eval.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c: In function ‘nmg_ck_lu_orientation’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:111:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_ck_lu_orientation() lu=x%x, dot=%g, fu_orient=%s, lu_orient=%s\n", lu, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c: In function ‘nmg_evaluate_boolean’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:206:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_evaluate_boolean(sA=x%x, sB=x%x, op=%d) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:206:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:240:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_evaluate_boolean(sA=x%x, sB=x%x, op=%d), evaluations done\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:240:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c: In function ‘nmg_eval_action’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:308:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_eval_action(ptr=x%x) %s has no A classification, retaining\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:336:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_eval_action(ptr=x%x) %s has no B classification, retaining\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:342:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_eval_action(ptr=x%x) index=%d %s %s %s %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c: In function ‘nmg_eval_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:432:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("faceuse x%x loops retained=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_eval.c:446:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("faceuse x%x empty, kill\n", fu); ^ [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_extrude.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c: In function ‘nmg_fix_overlapping_loops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c:439:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_fix_overlapping_loops: s = x%x\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c:628:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu1=x%x, lu2=x%x\n", lu1, lu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c:628:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c: In function ‘nmg_extrude_cleanup’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c:837:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_extrude_cleanup(in_shell=x%x)\n", in_shell); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c: In function ‘nmg_hollow_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c:1022:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_extrude_shell(s=x%x, thick=%f)\n", s, thick); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c: In function ‘nmg_extrude_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_extrude.c:1302:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_extrude_shell: Failed to calculate new vertex at v=x%x was (%f %f %f)\n", ^ [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_fcut.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘ptbl_vsort’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:244:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("WARNING ptbl_vsort() vu=x%x point off line by %e %g*tol, tol=%e\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:254:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("ERROR ptbl_vsort() vu=x%x point off line by %g > 100*dist_tol\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:282:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("ptbl_vsort: forcing vu=x%x & vu=x%x mag equal\n", vu[i], vu[j]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:282:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_ck_vu_ptbl’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:369:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("ERROR: vu=x%x v=x%x up_fu=x%x != arg_fu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:369:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:369:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:369:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:382:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("ERROR: vu=x%x v=x%x %s=x%x is on isect line, tvu=x%x %s=x%x isn't.\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:382:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:382:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:382:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:382:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_assess_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:610:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("eu ON ray: vu[%d]=x%x, other:vu[%d]=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:610:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:628:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_assess_eu() farv = x%x, on_index=%d\n", farv, nmg_is_v_on_rs_list(rs, farv)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:677:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertexuse *’ [-Wformat=] bu_log("In edge interval (%d, %d), ON vertexuse [%d] = x%x appears?\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:708:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_assess_eu(x%x, fw=%d, pos=%d) v=x%x otherv=x%x: %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:708:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:708:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_assess_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:743:40: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] if (this_eu != vu->up.eu_p) bu_log("nmg_assess_vu() eu mis-match? x%x x%x\n", this_eu, vu->up.eu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:743:40: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:764:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_assess_vu() %s, v=x%x, prev_v=x%x, next_v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:764:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:764:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:782:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_assess_vu() vu[%d]=x%x, v=x%x: %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:782:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_pr_vu_stuff’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:829:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct nmg_vu_stuff *’ [-Wformat=] bu_log("nmg_pr_vu_stuff(x%x) vu=x%x, loop_index=%d, lsp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:829:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:829:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct nmg_loop_stuff * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_face_vu_compare’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1431:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse * const’ [-Wformat=] bu_log("nmg_face_vu_compare(vu=x%x, vu=x%x) %s %s, %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1431:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_special_wedge_processing’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1561:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tvu[%d]=x%x, lu=x%x\n", i, vs[i].vu, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1561:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_face_coincident_vu_sort’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1726:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vu[%d]=x%x v=x%x assessment=%s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1726:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1843:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] bu_log(" index=%d, lu=x%x, min_dot=%g, #vu=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1856:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log(" x%x, l=%d, in/o=(%g, %g), lo/hi=(%g, %g), %s, sq=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1873:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log(" vu[%d]=x%x, v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1873:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_face_rs_init’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1987:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\tLoopuse in fu (x%x):\n", fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:1989:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tLOOPUSE x%x:\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_edge_geom_isect_line’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2054:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_edge_geom_isect_line(eu=x%x, %s)\n eu->g=x%x, rs->eg=x%x at START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2054:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2054:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2096:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_edge_geom_isect_line(eu=x%x) g=x%x, rs->eg=x%x at END\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2096:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2096:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘find_loop_to_cut’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2117:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct nmg_ray_state *’ [-Wformat=] bu_log("find_loop_to_cut: prior_start=%d, prior_end=%d, next_start=%d, next_end=%d, rs=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2132:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t%d x%x\n", i, rs->vu[i]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2201:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tfind_loop_to_cut: matching lu's = x%x\n", match_lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2246:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tfind_loop_to_cut: %d VU's from lu x%x\n", count, lu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2273:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_fcut_face: VU (x%x) is not from an EU\n", rs->vu[i]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2285:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tangle for eu x%x (vu=x%x, #%d) is %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2285:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2304:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tfind_loop_to_cut: selecting VU2 x%x\n", vu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2325:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("find_loop_to_cut: Two OT_OPPOSITE loops to be cut?? x%x and x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2325:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2345:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("find_loop_to_cut: mid point is outside both loops??? x%x and x%x pt=(%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2345:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2379:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tfind_loop_to_cut: %d VU's from lu x%x\n", count, lu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2405:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_fcut_face: VU (x%x) is not from an EU\n", rs->vu[i]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2417:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tangle for eu x%x (vu=x%x, #%d) is %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2417:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2437:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tfind_loop_to_cut: selecting VU1 x%x\n", vu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2442:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("\tfind_loop_to_cut: returning %d cuts (index1=%d, index2=%d)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘find_best_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2495:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] bu_log("find_best_vu: start=%d, end=%d, other_vp=x%x, rs=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2495:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct nmg_ray_state *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2525:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("find_best_vu: There is a loop to cut, lu=x%x\n", best_lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2532:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tfind_best_vu: first choice is index=%d, vu=x%x, lu=x%x, other_is_in_best=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2532:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2542:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu x%x is %s\n", lu, nmg_orientation(lu->orientation)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2543:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("best_lu x%x is %s\n", best_lu, nmg_orientation(best_lu->orientation)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2544:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu x%x is %s w.r.t lu x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2544:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2556:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tfind_best_vu: better choice (inside) - index=%d, vu=x%x, lu=x%x, other_is_in_best=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2556:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2579:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("find_best_vu: There is a loop to cut, lu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2586:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tfind_best_vu: better choice (outside) - index=%d, vu=x%x, lu=x%x, other_is_in_best=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2586:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2599:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] bu_log("best_angle = %f, eu=x%x, eu_angle=%f\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_fcut_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2643:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("rs->fu1 = x%x\n", rs->fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2644:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("rs->fu2 = x%x\n", rs->fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2648:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x, v=x%x, lu=x%x\n", rs->vu[cur], rs->vu[cur]->v_p, nmg_find_lu_of_vu(rs->vu[cur])); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2648:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2648:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2690:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("rs->fu1 = x%x\n", rs->fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2691:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("rs->fu2 = x%x\n", rs->fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2696:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x, v=x%x, lu=x%x\n", rs->vu[cur], rs->vu[cur]->v_p, nmg_find_lu_of_vu(rs->vu[cur])); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2696:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2696:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2725:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vu1=x%x (%g %g %g), vu2=x%x (%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2725:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2768:14: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("\tcut loop (#%d of %d)\n", cut_no, BU_PTBL_END(cuts)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2791:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\t\t new_eu = x%x\n", new_eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2803:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_fcut_face: eu (x%x) has wrong vertex (x%x) should be (x%x)\n", eu_tmp, eu_tmp->vu_p->v_p, vu2->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2803:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2803:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2867:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tjoin loops vu1 (x%x) is sing vu loop\n", vu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2879:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_fcut_face: eu (x%x) has wrong vertex (x%x) should be (x%x)\n", eu_tmp, eu_tmp->vu_p->v_p, vu2->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2879:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2879:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2904:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tjoin loops vu2 (x%x) is sing vu loop\n", vu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2936:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t\tvu2 (x%x) replaced with new_vu2 x%x\n", vu2, new_vu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2936:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2951:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vu1=x%x, vu2=x%x\n", vu1, vu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:2951:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_face_cutjoin’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3114:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\nnmg_face_cutjoin(fu1=x%x, fu2=x%x) eg=x%x START\n", fu1, fu2, eg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3114:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3114:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3123:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_face_cutjoin(fu1=x%x, fu2=x%x): WARNING empty list %d %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3123:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3123:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3123:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3216:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_face_cutjoin(fu1=x%x, fu2=x%x) eg=x%x END\n", fu1, fu2, rs1.eg_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3216:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3216:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3219:38: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] if (eg && eg != rs1.eg_p) bu_log("nmg_face_cutjoin() changed from eg=x%x to rs1.eg_p=x%x\n", eg, rs1.eg_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3219:38: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c: In function ‘nmg_face_state_transition’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3428:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_face_state_transition(vu x%x, pos=%d) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3491:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_face_state_transition(vu x%x, pos=%d)\n\told=%s, assessed=%s, new=%s, action=%s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3706:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("Calling nmg_cut_loop(prev_vu=x%x, vu=x%x) is_crack=%d, old_eu=x%x\n", prev_vu, vu, is_crack, old_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3706:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3706:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3754:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_face_state_transition() joining 2 loops, prev_vu=x%x, vu=x%x, old_eu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3754:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3754:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fcut.c:3833:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_face_state_transition(vu x%x, pos=%d) END\n", ^ [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_fuse.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_cnurb_is_linear’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:392:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_cnurb_is_linear(x%x)\n", cnrb); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:425:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_cnurb_is_linear(x%x) returning %d\n", cnrb, linear); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_snurb_is_planar’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:458:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct face_g_snurb *’ [-Wformat=] bu_log("nmg_snurb_is_planar(x%x)\n", srf); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:556:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct face_g_snurb *’ [-Wformat=] bu_log("nmg_snurb_is_plana: Cannot calculate plane for snurb x%x\n", srf); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:577:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct face_g_snurb *’ [-Wformat=] bu_log("nmg_snurb_is_planar(x%x) returning %d\n", srf, planar); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_eval_trim_to_tol’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:701:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_eval_trim_to_tol(cnrb=x%x, snrb=x%x, t0=%g, t1=%g) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:701:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:718:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_eval_trim_to_tol(cnrb=x%x, snrb=x%x, t0=%g, t1=%g) END\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:718:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_eval_linear_trim_to_tol’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:772:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_eval_linear_trim_to_tol(cnrb=x%x, snrb=x%x, uvw1=(%g %g %g), uvw2=(%g %g %g)) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:772:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:788:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_eval_linear_trim_to_tol(cnrb=x%x, snrb=x%x) END\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:788:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_cnurb_lseg_coincident’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:821:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_cnurb_lseg_coincident(eu1=x%x, cnrb=x%x, snrb=x%x, pt1=(%g %g %g), pt2=(%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:821:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edge_g_cnurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:821:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:825:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_cnurb *’ [-Wformat=] bu_log("nmg_cnurb_lseg_coincident: cnrb x%x isn't from eu x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:825:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:848:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_lseg_coincident: vu (x%x) has no attributes\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:854:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_lseg_coincident: vu (x%x) from CNURB EU (x%x) is not CNURB\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:854:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:865:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_lseg_coincident: vu (x%x) has no attributes\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:871:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_lseg_coincident: vu (x%x) from CNURB EU (x%x) is not CNURB\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:871:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_cnurb_is_on_crv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:954:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_cnurb_is_on_crv(eu=x%x, cnrb=x%x, snrb=x%x, head=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:954:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edge_g_cnurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:954:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:954:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:971:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_is_on_crv(): vu (x%x) on CNURB EU (x%x) has no attributes\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:971:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:976:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_is_on_crv(): vu (x%x) on CNURB EU (x%x) is not CNURB\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:976:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:984:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_is_on_crv(): vu (x%x) on CNURB EU (x%x) has no attributes\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:984:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:989:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cnurb_is_on_crv(): vu (x%x) on CNURB EU (x%x) is not CNURB\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:989:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_ck_fu_verts’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1487:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_ck_fu_verts(x%x, x%x) v x%x off face by %e\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1487:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1487:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1517:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_ck_fu_verts(x%x, x%x) v x%x off face by %e\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1517:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1517:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_two_face_fuse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1618:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_two_face_fuse(x%x, x%x) null fg fg1=x%x, fg2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1618:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1618:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct face_g_plane *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1618:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct face_g_plane *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1627:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_two_face_fuse(x%x, x%x) fg already shared\n", f1, f2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1627:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1656:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_two_face_fuse(x%x, x%x) coplanar faces, flip2=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1656:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1671:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("joining face geometry (same dir) f1=x%x, f2=x%x\n", f1, f2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1671:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1681:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log(" f1=x%x, flip=%d", f1, f1->flip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1684:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log(" f2=x%x, flip=%d", f2, f2->flip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1691:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("f=x%x, new flip=%d\n", fn, fn->flip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_break_all_es_on_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1765:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_break_all_es_on_v(magic=x%x, v=x%x)\n", magic_p, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1765:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1813:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tnmg_break_all_es_on_v: breaking eu x%x on v x%x\n", eu, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1813:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_break_e_on_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1909:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_break_e_on_v(): breaking eu x%x (e=x%x) at vertex x%x\n", eu, eu->e_p, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1909:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:1909:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_radial_build_list’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2252:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_build_list(existing=%d, eu=x%x)\n", existing, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2300:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\trad->eu = %x, rad->ang = %g\n", rad->eu, rad->ang); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2328:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] bu_log("amin=%g min_eu=x%x, amax=%g max_eu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2328:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2333:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct nmg_radial *’ [-Wformat=] bu_log("%x: eu=%x, fu=%x, ang=%g\n", next, next->eu, next->fu, next->ang); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2333:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2333:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2382:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] bu_log("amin=%g min_eu=x%x, amax=%g max_eu=x%x B\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2382:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_is_crack_outie’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2519:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_is_crack_outie(eu=x%x) lu=x%x, e=x%x, class=%s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2519:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2519:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2537:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_is_crack_outie(eu=x%x), lu=x%x(%s)\n midpt_class=%s, midpt=(%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2537:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_find_radial_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2564:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_find_radial_eu() eu=x%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_radial_mark_cracks’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2666:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_mark_cracks() EVEN crack eu=x%x, uses=%d, outie=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2694:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_mark_cracks() ODD crack eu=x%x, uses=%d, outie=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2702:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("rad->eu=x%x, eu=x%x, uses=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2702:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_radial_find_an_original’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2794:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_radial_find_an_original() shell=x%x\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_radial_mark_flips’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2854:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_mark_flips() Mis-match detected, setting flip flag eu=x%x\n", rad->eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2869:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_radial_mark_flips() unable to establish proper orientation parity.\n eu count=%d, shell=x%x, expectation=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_radial_check_parity’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2920:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_check_parity() bad parity eu=x%x, s=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2920:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2928:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_check_parity() bad parity at END eu=x%x, s=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:2928:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_pr_radial’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3027:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] bu_log("%s%8.8x, mate of \\/\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3031:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] bu_log("%s%8.8x, f=%8.8x, fu=%8.8x=%c, s=%8.8x %s %c%c%c %g deg\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3031:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3031:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3031:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct shell * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_pr_radial_list’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3060:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct bu_list *’ [-Wformat=] bu_log("nmg_pr_radial_list(hd=x%x)\n", hd); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_do_radial_join’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3247:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Joining dest_eu=x%x to src_eu=x%x\n", dest, src); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3247:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_radial_join_eu_NEW’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3363:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_radial_join_eu_NEW(eu1=x%x, eu2=x%x) e1=x%x, e2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3363:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3363:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3363:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_s_radial_harmonize’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3467:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_radial_harmonize(s=x%x) BEGIN\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3505:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_radial_harmonize(s=x%x) END\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_s_radial_check’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3524:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_radial_check(s=x%x) BEGIN\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3534:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_radial_check(s=x%x) END\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c: In function ‘nmg_r_radial_check’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_fuse.c:3550:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct nmgregion *’ [-Wformat=] bu_log("nmg_r_radial_check(r=x%x)\n", r); ^ [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_index.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c: In function ‘nmg_index_of_struct’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:105:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("nmg_index_of_struct: magicp = x%x, magic = x%x\n", p, *p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c: In function ‘nmg_m_struct_count’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct model *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:591:5: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(m, model); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct nmgregion *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:595:2: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(r, region); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct nmgregion_a *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:598:6: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(r->ra_p, region_a); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:602:6: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(s, shell); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell_a *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:605:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(s->sa_p, shell_a); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:610:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(fu, faceuse); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:613:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(f, face); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face_g_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:616:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(f->g.plane_p, face_g_plane); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face_g_snurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:619:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(f->g.snurb_p, face_g_snurb); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:625:7: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(lu, loopuse); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loop *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:628:7: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(l, loop); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loop_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:631:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(l->lg_p, loop_g); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:568:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu, vertexuse); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:637:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:571:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.plane_p, vertexuse_a_plane); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:637:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:574:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.cnurb_p, vertexuse_a_cnurb); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:637:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:579:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v, vertex); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:637:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:582:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v->vg_p, vertex_g); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:637:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:644:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu, edgeuse); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:647:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(e, edge); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:650:5: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu->g.lseg_p, edge_g_lseg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:653:5: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu->g.cnurb_p, edge_g_cnurb); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:568:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu, vertexuse); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:657:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:571:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.plane_p, vertexuse_a_plane); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:657:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:574:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.cnurb_p, vertexuse_a_cnurb); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:657:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:579:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v, vertex); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:657:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:582:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v->vg_p, vertex_g); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:657:4: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:664:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(lu, loopuse); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loop *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:667:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(l, loop); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loop_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:670:7: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(l->lg_p, loop_g); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:568:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu, vertexuse); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:676:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:571:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.plane_p, vertexuse_a_plane); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:676:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:574:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.cnurb_p, vertexuse_a_cnurb); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:676:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:579:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v, vertex); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:676:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:582:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v->vg_p, vertex_g); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:676:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:682:7: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu, edgeuse); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:685:7: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(e, edge); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:688:8: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu->g.lseg_p, edge_g_lseg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:691:8: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu->g.cnurb_p, edge_g_cnurb); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:568:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu, vertexuse); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:695:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:571:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.plane_p, vertexuse_a_plane); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:695:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:574:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.cnurb_p, vertexuse_a_cnurb); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:695:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:579:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v, vertex); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:695:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:582:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v->vg_p, vertex_g); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:695:7: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:703:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu, edgeuse); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:706:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(e, edge); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:709:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu->g.lseg_p, edge_g_lseg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:712:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(eu->g.cnurb_p, edge_g_cnurb); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:568:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu, vertexuse); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:716:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:571:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.plane_p, vertexuse_a_plane); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:716:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:574:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.cnurb_p, vertexuse_a_cnurb); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:716:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:579:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v, vertex); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:716:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:582:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v->vg_p, vertex_g); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:716:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:568:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu, vertexuse); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:722:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_plane *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:571:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.plane_p, vertexuse_a_plane); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:722:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:574:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(_vu->a.cnurb_p, vertexuse_a_cnurb); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:722:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:579:3: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v, vertex); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:722:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:557:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex_g *’ [-Wformat=] bu_log("x%x (%s) has index %ld, m->maxindex=%ld\n", (_p), \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:582:4: note: in expansion of macro ‘NMG_UNIQ_INDEX’ NMG_UNIQ_INDEX(v->vg_p, vertex_g); \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_index.c:722:3: note: in expansion of macro ‘UNIQ_VU’ UNIQ_VU(vu); ^ [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_info.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_model’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:66:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("nmg_find_model(x%x) encountered null pointer\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:128:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("nmg_find_shell(x%x) encountered null pointer\n", magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_fu_of_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:333:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_find_fu_of_vu(vu=x%x) vertexuse is child of shell, can't find faceuse\n", vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:341:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_find_fu_of_vu(vu=x%x) vertexuse is child of shell/edgeuse, can't find faceuse\n", vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_loop_is_a_crack’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:544:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_loop_is_a_crack(lu=x%x) ret=%d\n", lu, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_loop_is_ccw’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:589:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_loop_is_ccw(lu=x%x) ret=%d\n", lu, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_findeu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:746:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_findeu() seeking eu!=%8x/%8x between (%8x, %8x) %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:746:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:746:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:746:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:762:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_findeu: check eu=%8x vertex=(%8x, %8x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:762:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:762:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:777:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tIgnoring x%x -- eu in wrong shell s=%x\n", eu, eu->up.s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:777:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:784:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tIgnoring %8x/%8x (radial=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:784:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:784:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:792:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tFound %8x/%8x\n", eu, eu->eumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:792:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:803:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_findeu() returns x%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_eu_in_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:843:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_find_eu_in_face() seeking eu!=%8x/%8x between (%8x, %8x) %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:843:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:843:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:843:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:859:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_find_eu_in_face: check eu=%8x vertex=(%8x, %8x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:859:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:859:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:874:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tIgnoring x%x -- eu not in faceuse\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:881:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tIgnoring %8x/%8x (radial=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:881:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:881:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:889:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tFound %8x/%8x\n", eu, eu->eumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:889:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:900:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_find_eu_in_face() returns x%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_e’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:932:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge *’ [-Wformat=] bu_log("nmg_find_e() seeking e!=%8x between (%8x, %8x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:932:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:932:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:949:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_find_e: check eu=%8x vertex=(%8x, %8x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:949:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:949:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:964:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tIgnoring x%x -- eu in wrong shell s=%x\n", eu, eu->up.s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:964:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:969:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tFound %8x/%8x\n", eu, eu->eumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:969:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:981:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_find_e() returns x%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_edge_between_2fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1146:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("eur=x%x, eg_p=x%x; ret=x%x, eg_p=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1146:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1146:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1146:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge_g_lseg * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1157:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge * const’ [-Wformat=] bu_log("nmg_find_edge_between_2fu() belatedly fusing e1=x%x, eg1=x%x, e2=x%x, eg2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1157:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1157:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1157:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge_g_lseg * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1176:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct faceuse *’ [-Wformat=] bu_log("nmg_find_edge_between_2fu(fu1=x%x, fu2=x%x) edgeuse=x%x\n", fu1, fu2, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1176:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1176:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c: In function ‘nmg_find_eu_leftvec’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1370:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("WARNING: eu x%x (%f %f %f) parallel to normal (%f %f %f)\n", eu, V3ARGS(edgevect), V3ARGS(Norm)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1387:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("Cannot find edge (starting eu =x%x) that is not parallel to face normal!!!\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1411:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("Cannot find edge (starting eu =x%x) that is not parallel to face normal!!!\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1432:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("for eu x%x from fu x%x v1=x%x, v2=x%x:\n", eu, fu, eu->vu_p->v_p, eu->eumate_p->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1432:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1432:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_info.c:1432:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_inter.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_make_dualvu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:104:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_make_dualvu(v=x%x, fu=x%x)\n", v, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:104:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:110:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tdualvu already exists (x%x)\n", dualvu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:131:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tChecking eu x%x (%f %f %f) <-> (%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:153:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_make_dualvu is splitting eu x%x at v x%x\n", eu, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:153:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:164:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_make_dualvu is making a self_loop (lu=x%x, vu=x%x) for v=x%x\n", lu, BU_LIST_FIRST(vertexuse, &lu->down_hd), v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:164:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:164:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_enlist_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:245:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("fuv=x%x, fu1=x%x, fu2=x%x\n", fuv, is->fu1, is->fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:245:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:245:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:246:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x (x%x)\n", vu, vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:246:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:271:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("fuv=x%x, fu1=x%x, fu2=x%x\n", fuv, is->fu1, is->fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:271:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:271:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:272:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x (x%x)\n", vu, vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:272:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_enlist_vu(vu=x%x, dv=x%x) sv=x%x, s1=x%x, s2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:284:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_enlist_vu(vu=x%x, dv=x%x) sv=x%x, s1=x%x, s2=x%x, sdual=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:284:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:284:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:284:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:284:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:284:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:300:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_enlist_vu(vu=x%x, dv=x%x) re-using dualvu=x%x from dualfu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:300:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:300:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:300:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:307:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x, %s, fu1=x%x, fu2=x%x\n", vu, (sv==is->s1)?"shell 1":"shell 2", is->fu1, is->fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:307:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:307:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:361:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_enlist_vu(vu=x%x, dv=x%x) v=x%x, dist=%g (%s) ret=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:361:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:361:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:361:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_get_2d_vertex’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:424:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("nmg_get_2d_vertex(, assoc_use=%x %s) this=x%x %s, is->twod=%x %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:424:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:424:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘long unsigned int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:435:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_get_2d_vertex: v=x%x, assoc_use=x%x, null vg_p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:435:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:449:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_get_2d_vertex: v=x%x, v->index=%ld, is->maxindex=%d, m->maxindex=%ld\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:495:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("nmg_get_2d_vertex(, assoc_use=%x) f=x%x, is->twod=%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:495:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:495:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long unsigned int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect2d_prep’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:575:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_isect2d_prep(f=x%x) flip=%d\n", f1, f1->flip); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_vert2p_face2p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:689:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_isect_vert2p_face2p(, vu1=x%x, fu2=x%x)\n", vu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:689:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_3vertex_3face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:777:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_isect_3vertex_3face(, vu=x%x, fu=x%x) v=x%x\n", vu, fu, vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:777:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:777:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_break_3edge_at_plane’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:892:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("re-using vertex v=x%x from other shell\n", v2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:917:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("Made new vertex vu=x%x, v=x%x\n", vu1_final, vu1_final->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:917:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:928:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("After split eu1 x%x= %g, %g, %g -> %g, %g, %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:933:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\teu1forw x%x = %g, %g, %g -> %g, %g, %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:970:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("Made vertexloop in other face. lu=x%x vu=x%x on v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:970:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:970:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_break_eu_on_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1072:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_break_eu_on_v() breaking eu=x%x on v=x%x, new_eu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1072:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1072:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_break_eg_on_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1146:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edge_g_lseg *’ [-Wformat=] bu_log("nmg_break_eg_on_v(eg=x%x, v=x%x) new_eu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1146:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1146:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_2colinear_edge2p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1208:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_2colinear_edge2p(eu1=x%x, eu2=x%x) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1208:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1268:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_2colinear_edge2p(eu1=x%x, eu2=x%x) ret #eu=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1268:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_edge2p_edge2p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_edge2p(eu1=x%x, eu2=x%x) START\n\tfu1=x%x, fu2=x%x\n\tvu1a=%x vu1b=%x, vu2a=%x vu2b=%x\n\tv1a=%x v1b=%x, v2a=%x v2b=%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 9 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 10 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 11 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 12 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1333:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 13 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1456:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x vu1a is intersect point\n", vu1a); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1495:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tvu=x%x vu1b is intersect point\n", vu1b); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1636:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_edge2p(eu1=x%x, eu2=x%x) END, ret=%d %s%s%s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1636:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_wireedge3p_face3p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1683:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_wireedge3p_face3p(, eu1=x%x, fu2=x%x) START\n", eu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1683:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1815:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tEdge start vertex lies on other face (topology).\n\tAdding vu1_final=x%x (v=x%x), vu2_final=x%x (v=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1815:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1815:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1815:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1932:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("ERROR nmg_isect_wireedge3p_face3p() vu1=x%x point off line by %g > 100*dist_tol (%g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1940:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("WARNING nmg_isect_wireedge3p_face3p() vu1=x%x pt off line %g*tol (%e, tol=%e)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1947:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_wireedge3p_face3p(, eu1=x%x, fu2=x%x) ret=%d END\n", eu1, fu2, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1947:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_wireloop3p_face3p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1971:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_isect_wireloop3p_face3p(, lu=x%x, fu=x%x) START\n", lu, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:1971:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2019:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_isect_wireloop3p_face3p(, lu=x%x, fu=x%x) END, discards=%d\n", lu, fu, discards); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2019:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_edge2p_face2p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2160:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_face2p(eu1=x%x, fu2=x%x, fu1=x%x) START\n", eu1, fu2, fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2160:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2160:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2208:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_face2p(eu1=x%x) skipping 0-len edge (topology)\n", eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2251:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_face2p(eu1=x%x, fu2=x%x) vert_lists C:\n", eu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2251:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2257:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_face2p(eu1=x%x, fu2=x%x) vert_lists D:\n", eu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2257:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2282:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge2p_face2p(eu1=x%x, fu2=x%x) ret=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2282:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_enlist_one_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2345:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_enlist_one_vu(vu=x%x) sv=x%x, s1=x%x, s2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2345:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2345:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2345:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2351:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_enlist_one_vu(vu=x%x) v=x%x, dist=%g (%s)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2351:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_two_face2p_jra’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2427:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_two)face2p_jra: fu1=x%x, fu2=x%x\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2427:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2627:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eus x%x and x%x intersect #%d at (%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2627:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2631:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("Found vertex (x%x) at hit_pt\n", hitv); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2642:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Splitting eu1 x%x\n", eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2663:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Splitting eu2 x%x\n", eu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2707:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("Making dualvu of vertex x%x in fu2 x%x\n", v, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2707:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2733:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("Making dualvu of vertex x%x in fu1 x%x\n", v, fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2733:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2770:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Making EU x%x an intersect line for face cutting\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2793:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("Calling face cutter for fu2 x%x\n", fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2826:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Making EU x%x an intersect line for face cutting\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2849:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("Calling face cutter for fu1 x%x\n", fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_line2_edge2p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2909:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_line2_edge2p(eu1=x%x, fu1=x%x)\n\tvu1a=%x vu1b=%x\n\tv2a=%x v2b=%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2909:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2909:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2909:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2909:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:2909:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3018:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t\tmaking new vertex vu=x%x v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3018:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3022:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\tre-using vertex v=x%x vu=x%x\n", new_v, vu1_final); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3022:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3031:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_line2_edge2p(eu1=x%x, fu1=x%x) END ret=%d\n", eu1, fu1, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3031:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_line2_vertex2’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3053:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_isect_line2_vertex2(vu=x%x)\n", vu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3060:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_isect_line2_vertex2(vu=x%x) line hits vertex v=x%x\n", vu1, vu1->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3060:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_two_ptbls’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3139:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_isect_two_ptbls() intersection! vu=x%x, vu_dual=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3139:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_find_eg_on_line’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3190:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("rt_find_eg_on_line(x%x) ret=x%x\n", magic_p, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3190:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_k0eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3220:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_k0eu(v=x%x) killing 0-len eu=x%x, mate=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3220:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3220:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_repair_v_near_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3261:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_repair_v_near_v(hit_v=x%x, v=x%x)\n", hit_v, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3261:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3292:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("DANGER: a 0-length edge is being created eu0=x%x\n", eu0); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3304:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_repair_v_near_v(v=x%x) ret=x%x\n", v, hit_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3304:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_search_v_eg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3370:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log(" seen1=x%x, seen2=x%x, hit_v=x%x, v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3370:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3370:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3370:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3382:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("ERROR seen1=x%x, seen2=x%x, hit_v=x%x != v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3382:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3382:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3382:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3390:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_search_v_eg(eu=x%x, %d, eg1=x%x, eg2=x%x) ret=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3390:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3390:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3390:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_common_v_2eg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3428:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("nmg_common_v_2eg(eg1=x%x, eg2=x%x) hit_v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3428:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3428:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_eu_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3540:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_eu_eu(eu1=x%x, eu2=x%x)\n", eu1, eu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3540:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3607:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("splitting eu x%x at v=x%x\n", eu2, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3607:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3614:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tcreated new vertex x%x\n", v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_eu_fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3659:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_eu_fu: eu=x%x, fu=x%x START\n", eu, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3659:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3667:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_eu_fu() called with eu (x%x) from its own fu (x%x)\n", eu, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3667:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3674:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_eu_fu() called with EU (x%x) from model (x%x)\n", eu, nmg_find_model(&eu->l.magic)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3674:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct model *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3675:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\tand FU (x%x) from model (x%x)\n", fu, m); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3675:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct model *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3818:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tsplitting eu (x%x) at hit_pt (v=x%x)\n", eu, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3818:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3824:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tnew vertex at hit point is x%x\n", v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3848:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("Only one intersect vertex (x%x), just split all EU's at (x%x)\n", v, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3848:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3864:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("%d intersect vertices along eu (x%x)\n", BU_PTBL_END(&inters), eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3864:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3884:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Intersect vertices along eu x%x:\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3886:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘long int *’ [-Wformat=] bu_log("%d x%ld %g\n", i+1, BU_PTBL_GET(&inters, i), inter_dist[i]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3912:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] bu_log("Breaking edges at vertex #%d, dist=%g, v=x%x\n", i+1, inter_dist[i], v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3926:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_eu_fu: eu=x%x, fu=x%x END\n", eu, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3926:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_fu_jra’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3939:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_fu_jra(fu1=x%x, fu2=x%x) START\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:3939:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4023:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tenlisting vu x%x (x%x) from fu (x%x)\n", vu, v, fu_tmp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4023:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4023:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_fu_jra(fu1=x%x, fu2=x%x) END\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_line2_face2pNEW’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4084:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_line2_face2pNEW(, fu1=x%x, fu2=x%x) on_eg=x%x\n", fu1, fu2, is->on_eg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4084:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4084:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4106:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("\tChecking eg=x%x\n", *eg1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4278:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tTopology intersection. hit_v=x%x (%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4353:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("NOTICE: geom/topo mis-match, enlisting topo vu, hit_v=x%x\n", hit_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4412:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("hit_v=x%x\n", hit_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4439:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tChecking eu x%x\n", eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4444:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("\t\teg x%x is not eg1=x%x\n", eu1->g.lseg_p, *eg1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4444:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4455:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tlisting intersect point at vu1a=x%x\n", vu1a); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4471:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tlisting intersect point at vu1b=x%x\n", vu1b); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4489:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tnmg_isect_line2_face2pNEW: using nearby vu1a vertex x%x from eu x%x\n", vu1a->v_p, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4489:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4505:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tnmg_isect_line2_face2pNEW: using nearby vu1b vertex x%x from eu x%x\n", vu1b->v_p, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4505:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4538:50: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] if (RTG.NMG_debug & DEBUG_POLYSECT) bu_log("\thit_v = x%x (vu1a)\n", hit_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4549:50: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] if (RTG.NMG_debug & DEBUG_POLYSECT) bu_log("\thit_v = x%x (vu1b)\n", hit_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4570:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tmaking new vertex vu=x%x hit_v=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4570:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4584:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tre-using hit_v=x%x, vu=x%x\n", hit_v, vu1_midpt); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4584:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4619:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\tself-loop vu=x%x lies on line of intersection\n", vu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_find_eg_between_2fg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4768:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log(" visiting lu1=x%x, fu1=x%x, fg1=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4768:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4768:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct face_g_plane *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4792:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log(" Found shared edge, eur=x%x, eg=x%x\n", eur, eur->g.lseg_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4792:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4814:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_find_eg_between_2fg() joining edges eur=x%x, ret=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4814:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4822:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("eur=x%x, eg_p=x%x; ret=x%x, eg_p=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4822:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4822:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4822:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4833:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("nmg_find_eg_between_2fg() belatedly fusing e1=x%x, eg1=x%x, e2=x%x, eg2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4833:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4833:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4833:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4848:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct faceuse *’ [-Wformat=] bu_log("nmg_find_eg_between_2fg(fu1=x%x, fu2=x%x) edge_g=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4848:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4848:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_does_fu_use_eg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4883:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log(" visiting lu1=x%x, fu1=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4883:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4893:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct faceuse *’ [-Wformat=] bu_log("nmg_does_fu_use_eg(fu1=x%x, eg=x%x) eu1=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4893:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4893:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_two_face3p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4958:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_two_face3p(fu1=x%x, fu2=x%x) START12\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:4958:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5034:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_two_face3p(fu1=x%x, fu2=x%x) vert_lists B:\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5034:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5045:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_two_face3p(fu1=x%x, fu2=x%x) MIDDLE\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5045:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5081:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_isect_two_face3p(fu1=x%x, fu2=x%x) END\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5081:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_cut_lu_into_coplanar_and_non’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5104:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_cut_lu_into_coplanar_and_non(lu=x%x, pl=%g %g %g %g)\n", lu, V4ARGS(pl)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5171:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("\tcut_lists=%d, on=%d, in=%d, out=%d\n", BU_PTBL_END(&cut_list), on, in, out); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5178:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\t%d, x%x\n", i+1, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5247:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("Splitting lu x%x at vu x%x\n", lu1, vu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5247:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5268:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("Uneven number (%d) of vertices on cut list\n", BU_PTBL_END(&cut_list)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5351:10: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘long int *’ [-Wformat=] bu_log("v=x%ld, dist=%g\n", BU_PTBL_GET(&cut_list, i), dist_array[i]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_check_radial_angles’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5594:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tfaces around eu x%x\n", eu_start); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5596:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\t\tfu=x%x, angle=%g\n", fus[j], angle[j]*180.0/bn_pi); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_two_generic_faces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5870:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\nnmg_isect_two_generic_faces(fu1=x%x, fu2=x%x)\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:5870:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_edge3p_edge3p’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge3p_edge3p(eu1=x%x, eu2=x%x)\n\tvu1a=%x vu1b=%x, vu2a=%x vu2b=%x\n\tv1a=%x v1b=%x, v2a=%x v2b=%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 9 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 10 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6032:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 11 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_isect_edge3p_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6223:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge3p_shell(, eu1=x%x, s2=x%x) START\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6223:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6319:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge3p_shell(, eu1=x%x, s2=x%x) Added wire lu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6319:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6319:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6325:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_isect_edge3p_shell(, eu1=x%x, s2=x%x) END\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6325:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_crackshells’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6353:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_crackshells(s1=x%x, s2=x%x)\n", s1, s2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6353:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c: In function ‘nmg_fu_touchingloops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6574:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_fu_touchingloops(lu=x%x, vu=x%x, v=x%x)\n", lu, vu, vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6574:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_inter.c:6574:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex * const’ [-Wformat=] [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_manif.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c: In function ‘nmg_dangling_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:74:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct faceuse *’ [-Wformat=] bu_log("nmg_dangling_face(0x%08x 0x%08x)\n", fu, manifolds); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:74:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const char *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:78:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:78:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:78:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:78:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:78:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:78:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:90:3: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:90:3: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:90:3: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:90:3: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:90:3: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:90:3: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:123:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct faceuse *’ [-Wformat=] bu_log("nmg_dangling_face(fu=x%x, manifolds=x%x) dangling_eu=x%x\n", fu, manifolds, eur); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:123:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const char *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:123:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:127:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\tdangling eu x%x\n", eur); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c: In function ‘paint_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:145:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_paint_face(%08x, %ld)\n", fu, paint_color); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:155:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tlu=x%x\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:158:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:158:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:158:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:158:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:158:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:158:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:165:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\t\teu=x%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:174:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\t\t\teur=x%x, newfu=x%x\n", eur, newfu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:174:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:176:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:176:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:176:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:176:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:176:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:176:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:177:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eur->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:177:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eur->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:177:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eur->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:177:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eur->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:177:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eur->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:177:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eur->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:186:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("\t\t\teur=x%x, newfu=x%x\n", eur, newfu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:186:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:199:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\t---- Painting fu x%x as interior, new_fu = x%x, eu=x%x, eur=x%x\n", fu, newfu, eu, eur); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:199:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:199:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:199:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c: In function ‘set_loop_sub_manifold’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:237:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:237:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:237:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:237:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:237:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:237:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c: In function ‘set_face_sub_manifold’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:253:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:253:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:253:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:253:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:253:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:253:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c: In function ‘nmg_shell_manifolds’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:271:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_shell_manifolds(%08x)\n", sp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:286:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->vu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:286:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->vu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:286:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->vu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:286:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->vu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:286:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->vu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:286:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->vu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:295:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:295:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:295:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:295:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:295:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:295:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&eu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:307:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:307:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:307:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:307:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:307:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:307:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&lu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:331:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:331:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:331:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:331:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:331:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:331:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:362:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:362:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:362:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:362:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:362:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:362:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:380:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:380:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:380:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:380:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:380:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:380:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:403:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:403:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:403:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:403:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:403:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:403:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&fu_p->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c: In function ‘nmg_manifolds’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:423:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmg_manifolds(%08x)\n", m); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:430:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&rp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:430:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&rp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:430:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&rp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:430:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&rp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:430:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&rp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:430:2: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&rp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:435:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:435:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:47:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->forw(0x%08x)->back = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:435:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:435:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:435:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:49:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("0x%08x->back(0x%08x)->forw = 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_manif.c:435:6: note: in expansion of macro ‘BU_LIST_LINK_CHECK’ BU_LIST_LINK_CHECK(&sp->l); ^ [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_mesh.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c: In function ‘nmg_radial_join_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:226:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tvertex x%x (%.12f %.12f %.12f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:229:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tvertex x%x (%.12f %.12f %.12f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c: In function ‘nmg_mesh_two_faces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:514:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("ref_e=%8x v:%8x--%8x (%g, %g, %g)->(%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:514:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:514:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:529:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("\te:%8x v:%8x--%8x (%g, %g, %g)->(%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:529:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:529:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c: In function ‘nmg_mesh_faces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:576:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("meshing self (fu1 %8x)\n", fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:580:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("meshing self (fu2 %8x)\n", fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:584:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("meshing to other (fu1:%8x fu2:%8x)\n", fu1, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mesh.c:584:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_mirror.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_misc.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_snurb_fu_eval’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:179:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_snurb_fu_get_norm: face has no geometry (x%x)\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:183:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_snurb_fu_get_norm: face is not a NURB face (x%x)\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_snurb_fu_get_norm’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:210:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_snurb_fu_get_norm: face has no geometry (x%x)\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:214:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_snurb_fu_get_norm: face is not a NURB face (x%x)\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_snurb_fu_get_norm_at_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:234:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_snurb_fu_get_norm_at_vu: vertexuse does not have an attribute (x%x)\n", vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:239:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("nmg_snurb_fu_get_norm_at_vu: vertexuse does not have a cnurb attribute (x%x)\n", vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_find_zero_length_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:273:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Edgeuse x%x (vp %x to vp %x)\n", eu, eu->vu_p->v_p, eu->eumate_p->vu_p->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:273:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:273:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_find_top_face_in_dir’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:314:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct shell *’ [-Wformat=] bu_log("nmg_find_top_face_in_dir(s = x%x, dir=%d, flags = x%x)\n", s, dir, flags); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:314:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:350:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("top vertex is x%x at (%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:429:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("top EU is x%x (%g %g %g) <-> (%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:471:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("test EU is x%x (%g %g %g) <-> (%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:515:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_find_top_face_in_dir: top face = x%x, dir = %d, top vertex = x%x (%g %g %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:515:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_assoc_void_shells’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:620:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("WARNING: nmg_assoc_void_shells() could not find top face for shell x%x\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_isect_shell_self’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1007:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_extrude_cleanup: fu=x%x, fu2=x%x\n", fu, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1007:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1021:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_extrude_cleanup: calling nmg_isect_two_generic_faces(fu=x%x, fu2=x%x)\n", fu, fu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1021:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1033:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_extrude_cleanup: moving fu x%x back\n", fu_tmp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_move_lu_between_fus’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1226:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_move_lu_between_fus(dest=x%x, src=x%x, lu=x%x)\n", dest, src, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1226:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1226:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1229:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_move_lu_between_fus(dest=x%x, src=x%x, lu=x%x)\n", dest, src, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1229:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1229:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1246:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_move_lu_between_fus(dest=x%x, src=x%x, lu=x%x)\n", dest, src, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1246:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1246:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_calc_face_plane’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1675:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_calc_face_plane: fu x%x has no OT_SAME use\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1779:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_calc_face_plane: Cannot calculate plane for fu x%x\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1781:13: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("%d verts\n", BU_PTBL_END(&verts)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_purge_unwanted_intersection_points’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1959:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_ptbl *’ [-Wformat=] bu_log("nmg_purge_unwanted_intersection_points(0x%08x, 0x%08x)\n", vert_list, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1959:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1960:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("\t%d vertexuses in list\n", vert_list->end); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1986:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vu[%d]: 0x%08x (%g %g %g) lu: 0x%08x %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:1986:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:2071:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("\tAt end of nmg_purge_unwanted_intersection_points, %d vertexuses in list\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_close_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:2320:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_close_shell: s = x%x\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_dup_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:2738:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_dup_shell(s = x%x, trans_tbl = x%x)\n", s, trans_tbl); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:2738:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int ***’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_reverse_radials’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:2919:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_reverse_radials(fu = x%x)\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_reverse_face_and_radials’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:2973:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_reverse_face_and_radials(fu = x%x)\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_propagate_normals’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3096:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_propagate_normals(fu_in = x%x, flags = x%x)\n", fu_in, flags); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3096:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3105:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_propagate_normals: Could not find OT_SAME orientation of faceuse x%x\n", fu_in); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3149:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_propagate_normals: checking fu x%x, eu = x%x, eu1 = x%x\n", fu, eu, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3149:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3149:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_fix_decomposed_shell_normals’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3397:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log(" nmg_find_top_face returned a flagged face %x\n", f_top); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3412:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("\tnmg_fix_decomposed_shell_normals: top face is x%x in %d direction, OT_SAME use is x%x\n", f_top, dir, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3412:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3420:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_fix_decomposed_shell_normals: reversing fu x%x\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3457:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_fix_decomposed_shell_normals: missed %d faces in shell x%x (was it decomposed?)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_mk_model_from_region’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3502:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vertexuse x%x (v=x%x) at (%g %g %g) has use in another region\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3502:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3525:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("edgeuse x%x (e=x%x) at (%g %g %g)<->(%g %g %g0 has use in another region\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3525:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_fix_normals’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3583:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_fix_normals(s = x%x)\n", s_orig); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3602:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_fix_normals failed, found a face with no geometry (x%x)\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3607:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_fix_normals: non-planar face found (x%x)\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3676:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_fix_normals: nmg_classify_s_vs_s() failed for shells x%x and x%x\n", s1, s2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3676:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3713:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("fu x%x does not have correspondence in original shell\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_break_long_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3762:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_break_long_edges(s = x%x)\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3828:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("Not splitting collinear edges x%x and x%x:\n", eu, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3828:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_mk_new_face_from_loop’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3863:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_mk_new_face_from_loop(lu = x%x)\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_split_loops_handler’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3957:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_split_loops_into_faces: faceuse (x%x) with %s loopuse (x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:3957:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4085:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_split_loops_into_faces: fu (x%x) has only OT_OPPOSITE loopuses, ignored\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_split_loops_into_faces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4111:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_split_loops_into_faces(magic_p = x%x)\n", magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_decompose_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4166:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_decompose_shell(s = x%x) START\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_stash_model_to_file’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4576:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct model *’ [-Wformat=] bu_log("nmg_stash_model_to_file('%s', x%x, %s)\n", filename, m, title); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_unbreak_handler’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4670:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("nmg_unbreak_handler: no geometry for edge x%x\n", e); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_unbreak_region_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4734:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_unbreak_region_edges(magic_p = x%x)\n", magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_mv_shell_to_region’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4768:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_shell_to_region(s=x%x, r=x%x)\n", s, r); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4768:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct nmgregion *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_find_isect_faces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4817:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_find_isect_faces(new_v=x%x, faces=x%x)\n", new_v, faces); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4817:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_ptbl *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_simple_vertex_solve’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4894:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_simple_vertex_solve(new_v=x%x, %d faces)\n", new_v, BU_PTBL_END(faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4894:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka const long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:4902:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("\tface (x%x) has no OT_SAME use\n", f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_ck_vert_on_fus’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5038:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_ck_vert_on_fus: v=x%x vu=x%x (%f %f %f) is %g from\n\tfaceuse x%x f x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5038:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5038:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5038:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 9 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5044:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_ck_vert_on_fus: v=x%x (%f %f %f) max distance of %g from faceuses\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_pr_inter’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5089:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("\nint_faces at vertex x%x (%f %f %f)\n", new_v, V3ARGS(new_v->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5097:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct intersect_fus *’ [-Wformat=] bu_log("edge number %d, x%x\n", i, i_fus); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5109:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\tfu1 = x%x (face=x%x), fu2 = x%x (face=x%x) (%f %f %f %f)\n", i_fus->fu[0], fp1, i_fus->fu[1], fp2, V4ARGS(pl)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5109:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5109:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5109:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5111:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\tfu1 = x%x (face=x%x), fu2 = x%x (face=x%x)\n", i_fus->fu[0], fp1, i_fus->fu[1], fp2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5111:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5111:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5111:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5116:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\teu = x%x, vu_p = NULL\n", i_fus->eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5120:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\teu = x%x, from x%x (%f %f %f) to x%x (%f %f %f)\n", i_fus->eu, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5120:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5120:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5126:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("****ERROR**** eu is not in fu1 it's in x%x\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5130:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("****ERROR**** eu is not in fu2, it's in x%x\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5146:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tvp = x%x (%f %f %f)\n", i_fus->vp, V3ARGS(i_fus->vp->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_get_edge_lines’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5184:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_get_edge_lines(new_v=x%x, int_faces=x%x)\n", new_v, int_faces); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5184:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_ptbl *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5337:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("\tfus x%x and x%x, faces x%x and x%x\n" , ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5337:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5337:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5337:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_get_max_edge_inters’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5402:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_get_max_edge_inters(new_v = x%x, %d intersect_fus structs, %d faces)\n", new_v, BU_PTBL_END(int_faces), BU_PTBL_END(faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5402:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5402:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘off_t {aka const long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_fuse_inters’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5571:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct intersect_fus *’ [-Wformat=] bu_log("nmg_fuse_inters: i_fus=x%x, j_fus=x%x, %d edges\n", i_fus, j_fus, BU_PTBL_END(int_faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5571:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct intersect_fus *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5571:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5593:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("radial join of eu's x%x and x%x\n", i_fus->eu, radial_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5593:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5594:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tx%x to x%x and x%x to x%x\n" , ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5594:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5594:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5594:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_split_edges_at_pts’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5631:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_split_edges_at_pts(new_v = x%x, %d intersect_fus structs)\n", new_v, BU_PTBL_END(int_faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5631:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_remove_short_eus_inter’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5742:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_remove_short_eus: new_v=x%x (%f %f %f), %d edges\n", new_v, V3ARGS(new_v->vg_p->coord), BU_PTBL_END(int_faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5742:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5811:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tkilling eu x%x (x%x)\n", eu, eu->eumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5811:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5832:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tkilling eu x%x (x%x)\n", eu, eu->eumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5832:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_simplify_inter’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5880:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_simplify_inter(new_v=x%x (%f %f %f), int_faces=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5880:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct bu_ptbl *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5962:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("\tCollinear vertices x%x, x%x, and x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5962:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5962:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5971:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tSplitting i_fus->eu x%x at vertex x%x\n", i_fus->eu, j_fus->vp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5971:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5984:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tSplitting j_fus->eu x%x at vertex x%x\n", j_fus->eu, i_fus->vp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:5984:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_make_faces_at_vert’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6015:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_make_faces_at_vert(x%x, %d intersect_fus structs)\n", new_v, BU_PTBL_END(int_faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6015:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6126:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_make_faces_at_vert: ERROR: Can't find loop containing vertices x%x and x%x\n", i_fus->vp, j_fus->vp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6126:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6184:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("vu1 = x%x (x%x) vu2 = x%x (x%x)\n", vu1, vu1->v_p, vu2, vu2->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6184:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6184:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6184:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6185:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("new_v = x%x\n", new_v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6186:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("old_lu = x%x, new_lu = x%x\n", old_lu, new_lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6186:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6203:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tnew_v is x%x at (%f %f %f)\n", new_v, V3ARGS(new_v->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_kill_cracks_at_vertex’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6233:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_kill_cracks_at_vertex(vp=x%x)\n", vp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6290:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("ERROR: nmg_kill_cracks_at_vert: bad loopuse x%x\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_dist_to_cross’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6388:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct intersect_fus *’ [-Wformat=] bu_log("nmg_dist_to_cross: checking edges x%x and x%x:\n", i_fus, j_fus); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6388:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct intersect_fus *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_fix_crossed_loops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6510:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_fix_crossed_loops(new_v=x%x (%f %f %f), %d edges)\n", new_v, V3ARGS(new_v->vg_p->coord), BU_PTBL_END(int_faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6510:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘off_t {aka long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6561:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct intersect_fus *’ [-Wformat=] bu_log("fus=x%x, prev=x%x, next=x%x, dist1=%f, dist2=%f\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6561:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct intersect_fus *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6561:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct intersect_fus *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6637:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct intersect_fus *’ [-Wformat=] bu_log("edge x%x intersect next edge x%x\n", edge_fus, next_fus); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6637:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct intersect_fus *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_calc_new_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6680:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘off_t {aka const long int}’ [-Wformat=] bu_log("nmg_calc_new_v: (%f %f %f), %d faces\n", V3ARGS(new_v->vg_p->coord), BU_PTBL_END(int_faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6742:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_calc_new_v: No face planes at vertex x%x (%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_complex_vertex_solve’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6801:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_complex_vertex_solve(new_v = x%x, %d faces)\n", new_v, BU_PTBL_END(faces)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:6801:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka const long int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_move_edge_thru_pt’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7089:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_move_edge_thru_pt(mv_eu=x%x, pt=(%f %f %f))\n", mv_eu, V3ARGS(pt)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_follow_free_edges_to_vertex’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7473:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_follow_free_edges_to_vertex(vpa=x%x, vpb=x%x s=x%x, eu=x%x, found=%d)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7473:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7473:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7473:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7493:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tchecking eu x%x: x%x (%f %f %f)\n\t\tto x%x (%f %f %f)\n", eu1, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7493:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7493:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7535:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\tinserting vertex x%x\n", vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7543:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\t\t\tremove vertex x%x\n", vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_find_path’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7572:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("nmg_find_path(vpa=x%x (%f %f %f), vpb=x%x (%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7572:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘const struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7574:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t {aka long int}’ [-Wformat=] bu_log("\t%d vertices to avoid\n", BU_PTBL_END(bad_verts)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7579:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tx%x (%f %f %f)\n", vpbad, V3ARGS(vpbad->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7602:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tchecking eu x%x: x%x (%f %f %f)\n\t\tto x%x (%f %f %f)\n", eua, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7602:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7602:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_make_connect_faces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7690:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_make_connect_faces(dst=x%x, vpa=x%x (%f %f %f), vpb=x%x (%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7690:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7690:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7694:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tx%x (%f %f %f)\n", v, V3ARGS(v->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7765:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tx%x (%f %f %f)\n", face_verts[debug_int], ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_open_shells_connect’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7934:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_open_shells_connect(dst=x%x, src=x%x, copy_tbl=x%x)\n", dst, src, copy_tbl); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7934:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:7934:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const long int **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8070:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tfor edge from x%x (%f %f %f)\n\t\tto x%x (%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8070:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_in_vert’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8182:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_in_vert(new_v=x%x at (%f %f %f))\n", new_v, V3ARGS(new_v->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_kill_cracks’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8283:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_kill_cracks(s=%x)\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8340:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_kill_cracks: found a strange crack at eu1=x%x, eu2=x%x\n", eu, eu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8340:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_kill_zero_length_edgeuses’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:8445:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmg_kill_zero_length_edgeuses(m=%x)\n", m); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_to_poly’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:10006:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_to_poly: triangulating fu x%x\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c: In function ‘nmg_edge_collapse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:10467:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_edge_collapse: fu (x%x) has no OT_SAME use!\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_misc.c:10477:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_edge_collapse: fu2 (x%x) has no OT_SAME use!\n", fu2); ^ [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_mk.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mm’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:251:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmg_mm() returns model 0x%p\n", m); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mmr’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:290:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmg_mmr() returns model 0x%p with region 0x%p\n", m, r); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:290:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct nmgregion *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mrsv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:332:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmg_mrsv(m=0x%p) returns r=0x%p\n", m, r); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:332:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct nmgregion *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mvu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:364:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] bu_log("nmg_mvu() in %s:%d magic not shell, loop, or edge. Was 0x%lx (%s)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:379:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_mvu(v=0x%p, up=0x%p) returns vu=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:379:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:379:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mvvu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:412:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_mvvu(upptr=0x%p, m=0x%p) returns vu=0x%p\n", upptr, m, ret_vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:412:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct model *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:412:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_msv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:459:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct nmgregion *’ [-Wformat=] bu_log("nmg_msv(r=0x%p) returns s=0x%p, vu=0x%p\n", r, s, s->vu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:459:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:459:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mf’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:542:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_mf(lu1=0x%p) returns fu=0x%p\n", lu1, fu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:542:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_mlv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:682:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_mlv(up=0x%p, v=0x%p, %s) returns lu=0x%p on vu=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:682:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:682:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:682:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 6 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_me’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:796:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_me(v1=0x%p, v2=0x%p, s=0x%p) returns eu=0x%p\n", v1, v2, s, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:796:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:796:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:796:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_meonvu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:921:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_meonvu(vu=0x%p) returns eu=0x%p\n", vu, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:921:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_ml’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:966:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_ml(s=0x%p) returns lu of single vertex=0x%p\n", s, lu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:966:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1062:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_ml(s=0x%p) returns lu=0x%p\n", s, lu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1062:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_kvu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1175:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_kvu(vu=0x%p) ret=%d\n", vu, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_kfu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1280:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_kfu(fu1=0x%p) fu2=0x%p ret=%d\n", fu1, fu2, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1280:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_klu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1343:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_klu(0x%p) magic=%s\n", lu1, bu_identify_magic(magic1)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1367:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_klu(lu1=0x%p) lu2=0x%p ret=%d\n", lu1, lu2, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1367:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_keu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1522:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_keu() lu1=0x%p, mate=0x%p\n", lu1, lu1->lumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1522:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1523:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_keu() lu2=0x%p, mate=0x%p\n", lu2, lu2->lumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1523:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1555:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_keu(eu1=0x%p) eu2=0x%p ret=%d\n", eu1, eu2, ret); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1555:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_ks’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1609:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_ks(s=0x%p)\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_kr’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1654:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct nmgregion *’ [-Wformat=] bu_log("nmg_kr(r=0x%p)\n", r); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_km’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1689:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct model *’ [-Wformat=] bu_log("nmg_km(m=0x%p)\n", m); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_vertex_gv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1730:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_vertex_gv(v=0x%p, pt=(%g %g %g))\n", v, V3ARGS(pt)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_vertex_g’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1751:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_vertex_g(v=0x%p, pt=(%g %g %g))\n", v, x, y, z); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_vertexuse_nv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1786:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_vertexuse_nv(vu=0x%p, norm=(%g %g %g))\n", vu, V3ARGS(norm)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_vertexuse_a_cnurb’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1823:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_vertexuse_a_cnurb(vu=0x%p, param=(%g %g %g)) vua=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1823:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 6 has type ‘struct vertexuse_a_cnurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_edge_g’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1934:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_edge_g(eu=0x%p) eg=0x%p\n", eu, eg_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:1934:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_edge_g_cnurb’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2042:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_edge_g_cnurb(eu=0x%p, order=%d, n_knots=%d, kv=0x%p, n_pts=%d, pt_type=0x%x, points=0x%p) eg=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2042:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2042:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 8 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2042:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 9 has type ‘struct edge_g_cnurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_edge_g_cnurb_plinear’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2120:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_edge_g_cnurb_plinear(eu=0x%p) order=0, eg=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2120:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edge_g_cnurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_use_edge_g’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2189:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_use_edge_g(eu=0x%p, magic_p=0x%p) old_eg=0x%p, ret=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2189:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2189:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_loop_g’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2254:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] bu_log("nmg_loop_g() loopuse down is %s (0x%lx)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2278:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loop *’ [-Wformat=] bu_log("nmg_loop_g(l=0x%p, tol=0x%p)\n", l, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2278:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_face_g’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2329:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_face_g(fu=0x%p, p=(%g %g %g %g))\n", fu, V4ARGS(p)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_face_new_g’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2390:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_face_new_g(fu=0x%p, pl=(%g %g %g %g))\n", fu, V4ARGS(pl)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_face_g_snurb’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2469:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_face_g_snurb(fu=0x%p, u_order=%d, v_order=%d, n_u_knots=%d, n_v_knots=%d, ukv=0x%p, vkv=0x%p, n_rows=%d, n_cols=%d, pt_type=0x%x, mesh=0x%p) fg=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2469:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 7 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2469:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 8 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2469:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 12 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2469:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 13 has type ‘struct face_g_snurb *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_face_bb’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2525:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_face_bb(f=0x%p, tol=0x%p)\n", f, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2525:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_shell_a’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2609:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_shell_a(s=0x%p, tol=0x%p)\n", s, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2609:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_region_a’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2649:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct nmgregion *’ [-Wformat=] bu_log("nmg_region_a(r=0x%p, tol=0x%p)\n", r, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2649:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_demote_lu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2686:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_demote_lu(0x%p)\n", lu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_movevu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2819:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_movevu(vu=0x%p, v=0x%p)\n", vu, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2819:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_je’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2870:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("eusrc (v=0x%p) (%g %g %g)\n", eusrc->vu_p->v_p, V3ARGS(eusrc->vu_p->v_p->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2871:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("eusrc_mate (v=0x%p) (%g %g %g)\n", eusrc_mate->vu_p->v_p, V3ARGS(eusrc_mate->vu_p->v_p->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2872:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("eudst (v=0x%p) (%g %g %g)\n", eudst->vu_p->v_p, V3ARGS(eudst->vu_p->v_p->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2873:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("eudst_mate (v=0x%p) (%g %g %g)\n", eudst_mate->vu_p->v_p, V3ARGS(eudst_mate->vu_p->v_p->vg_p->coord)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2915:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_je(eudst=0x%p, eusrc=0x%p)\n", eudst, eusrc); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2915:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_unglueedge’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2949:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_unglueedge(eu=0x%p) (nothing unglued)\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:2975:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_unglueedge(eu=0x%p)\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_jv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3025:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_jv(v1=0x%p, v2=0x%p)\n", v1, v2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3025:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_jfg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3060:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_jfg(f1=0x%p, f2=0x%p)\n", f1, f2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3060:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3072:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_jfg(f1=0x%p, f2=0x%p)\n", f1, f2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3072:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3082:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_jfg(f1=0x%p, f2=0x%p)\n", f1, f2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3082:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3101:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log("nmg_jfg(f1=0x%p, f2=0x%p)\n", f1, f2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3101:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c: In function ‘nmg_jeg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3130:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("nmg_jeg(src_eg=0x%p, dest_eg=0x%p)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3130:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3146:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_jeg() eu=0x%p, eu->g=0x%p != src_eg=0x%p?? dest_eg=0x%p\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3146:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3146:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mk.c:3146:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘struct edge_g_lseg *’ [-Wformat=] [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_mod.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_shell_coplanar_face_merge’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:201:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_shell_coplanar_face_merge(s=x%x, tol=x%x, simplify=%d)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:201:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_simplify_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:236:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_simplify_shell(s=x%x) returns %d\n", s, ret_val); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_rm_redundancies’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:564:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_rm_redundancies(s=x%x)\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_sanitize_s_lv’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:646:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_sanitize_s_lv(s=x%x, orient=%d)\n", s, orient); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_s_split_touchingloops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:670:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_split_touching_loops(s=x%x, tol=x%x) START\n", s, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:670:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:694:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_split_touching_loops(s=x%x, tol=x%x) END\n", s, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:694:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_s_join_touchingloops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:714:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_join_touching_loops(s=x%x, tol=x%x) START\n", s, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:714:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:736:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_s_join_touching_loops(s=x%x, tol=x%x) END\n", s, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:736:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_js’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:773:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_js(s1=x%x, s2=x%x) START\n", s1, s2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:773:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:888:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_js(s1=x%x, s2=x%x) END\n", s1, s2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:888:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_invert_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:918:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_invert_shell(x%x)\n", s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_cmface’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1009:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_cmface(s=x%x, verts=x%x, n=%d.)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1009:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex ***’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1016:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_cmface(s=x%x, verts=x%x, n=%d.) null pointer to array start\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1016:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex ***’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1029:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_cmface(s=x%x, verts=x%x, n=%d.) verts[%d]=NULL\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1029:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex ***’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1056:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_cmface() euold: %8x\n", euold); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1067:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_cmface() found another edgeuse (%8x) between %8x and %8x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1067:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1067:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1071:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_cmface() didn't find edge from verts[%d]%8x to verts[%d]%8x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1071:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1079:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_cmface() *verts[%d] was null, is now %8x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1091:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_cmface() didn't find edge from verts[%d]%8x to verts[%d]%8x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1091:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1101:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("ERROR nmg_cmface() lu first vert s/b x%x, was x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1101:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1104:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] bu_log(" *verts[%2d]=x%x, eu->vu_p->v_p=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1104:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1113:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_cmface(s=x%x, verts[]=x%x, n=%d) fu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1113:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex ***’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1113:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_cface’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1158:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_cface(s=x%x, verts=x%x, n=%d.)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1158:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1194:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_cface(s=x%x, verts[]=x%x, n=%d) fu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1194:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1194:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_add_loop_to_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1239:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_add_loop_to_face(s=x%x, verts=x%x, n=%d.)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1239:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_add_loop_to_face(s=x%x, fu=x%x, verts[]=x%x, n=%d, %s) fu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1276:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_fu_planeeqn’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1411:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_fu_planeeqn(fu=x%x) ERROR, verts are not within tol of face\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1416:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_fu_planeeqn(fu=x%x, tol=x%x)\n", fu, tol); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1416:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bn_tol *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_gluefaces’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1454:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse **’ [-Wformat=] bu_log("nmg_gluefaces(fulist=x%x, n=%d)\n", fulist, n); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_simplify_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1493:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_simplify_face(fut=x%x) return=%d\n", fu, ret_val); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_reverse_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1554:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_reverse_face(fu=x%x) fu:SAME, fumate:%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1563:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_reverse_face(fu=x%x) fu:OPPOSITE, fumate:%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1572:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("ERROR nmg_reverse_face(fu=x%x), orientation=%d.\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1577:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_reverse_face(fu=x%x) fumate=x%x\n", fu, fumate); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1577:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_face_fix_radial_parity’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1713:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_face_fix_radial_parity() exchanging eu=x%x & eumate=x%x on edge x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1713:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1713:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1720:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_face_fix_radial_parity(fu=x%x) returns %ld\n", fu, count); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_mv_fu_between_shells’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1742:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_fu_between_shells(dest=x%x, src=x%x, fu=x%x), fu->s_p=x%x isn't src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1742:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1742:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1742:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1747:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_fu_between_shells(dest=x%x, src=x%x, fu=x%x), fumate->s_p=x%x isn't src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1747:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1747:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1747:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1756:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_fu_between_shells(dest=x%x, src=x%x, fu=x%x), fumate=x%x not in src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1756:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1756:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1756:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1780:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_fu_between_shells(dest=x%x, src=x%x, fu=x%x)\n", dest, src, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1780:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1780:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_move_fu_fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1811:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_move_fu_fu(dest_fu=x%x, src_fu=x%x)\n", dest_fu, src_fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1811:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_jf’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1831:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_jf(dest_fu=x%x, src_fu=x%x)\n", dest_fu, src_fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1831:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_dup_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1953:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_dup_face(fu=x%x, s=x%x) new_fu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1953:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:1953:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_jl’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2001:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_jl(lu=x%x, eu=x%x) lu2=x%x\n", lu, eu, lu2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2001:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2001:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_join_2loops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_join_2loops(vu1=x%x, vu2=x%x) lu1=x%x, lu2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2103:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_join_singvu_loop’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2189:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_join_singvu_loop(vu1=x%x, vu2=x%x) lu1=x%x, lu2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2189:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2189:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2189:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_join_2singvu_loops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2236:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_join_2singvu_loops(vu1=x%x, vu2=x%x) lu1=x%x, lu2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2236:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2236:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2236:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_cut_loop’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2462:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_cut_loop(vu1=x%x, vu2=x%x) old_lu=x%x, new_lu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2462:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2462:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2462:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_split_lu_at_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2563:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_split_lu_at_vu(lu=x%x, split_vu=x%x) newlu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2563:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2563:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_split_touchingloops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2647:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_split_touchingloops(lu=x%x)\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_join_touchingloops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2741:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_join_touchingloops(lu=x%x)\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2790:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_join_touchingloops(): lu=x%x, vu=x%x, tvu=x%x\n", lu, vu, tvu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2790:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:2790:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_kill_accordions’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3021:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_kill_accordions(): killing jaunt in accordion eu's x%x and x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3021:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3029:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_kill_accordions(): killing jaunt in accordion eu x%x\n", eu_curr); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_loop_split_at_touching_jaunt’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3074:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_loop_split_at_touching_jaunt(lu=x%x) START\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3087:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_loop_split_at_touching_jaunt: found %d touching jaunts in lu x%x\n", jaunt_count, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3091:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tx%x\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3097:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_loop_split_at_touching_jaunt: nmg_get_touching_jaunts() returned %d for lu x%x\n", jaunt_count, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3110:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_loop_split_at_touching_jaunt(lu=x%x) END count=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3137:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_loop_split_at_touching_jaunt(lu=x%x) END count=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3191:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tConsider splitting lu x%x at vu=x%x\n", lu, start_eu1->vu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3191:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3208:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\t\tpredicted status of jaunt at eu x%x is ", tmp_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3243:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\t\tCannot split lu x%x at proposed vu\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3254:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\tnmg_loop_split_at_touching_jaunt: splitting lu x%x at vu x%x\n", lu, eu2->vu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3254:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3255:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("\t\tnew_lu is x%x\n", new_lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3272:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_loop_split_at_touching_jaunt: Could not find a way to split lu x%x\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_simplify_loop’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3295:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_simplify_loop(lu=x%x)\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_kill_snakes’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3371:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_kill_snakes(lu=x%x)\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_mv_lu_between_shells’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3445:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_lu_between_shells(dest=x%x, src=x%x, lu=x%x), lu->up.s_p=x%x isn't source shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3445:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3445:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3445:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3450:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_lu_between_shells(dest=x%x, src=x%x, lu=x%x), lumate->up.s_p=x%x isn't source shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3450:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3450:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3450:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3459:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_lu_between_shells(dest=x%x, src=x%x, lu=x%x), lumate=x%x not in src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3459:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3459:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3459:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3475:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_lu_between_shells(dest=x%x, src=x%x, lu=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3475:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3475:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_moveltof’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3512:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_moveltof(fu=x%x, s=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3512:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_dup_loop’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3578:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_dup_loop(lu=x%x, parent=x%x, trans_tbl=x%x) new_lu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3578:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3578:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long int **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3578:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3673:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_dup_loop(lu=x%x(%s), parent=x%x, trans_tbl=x%x) new_lu=x%x(%s)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3673:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3673:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long int **’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3673:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_set_lu_orientation’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3694:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_set_lu_orientation(lu=x%x, %s)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_lu_reorient’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3730:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_lu_reorient(lu=x%x)\n", lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3746:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_lu_reorient() selecting other fu=x%x, lu=x%x\n", fu, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3746:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:3770:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_lu_reorient(x%x): changing orientation: %s to %s\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_eusplit’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4038:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_eusplit(v=x%x, eu=x%x, share=%d) new_eu=x%x, mate=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4038:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4038:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4038:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_esplit’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4130:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("WARNING: nmg_esplit(v=x%x) vertex is already an edge vertex\n", v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4180:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_esplit(v=x%x, e=x%x)\n", v, e); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4180:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4181:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_esplit: teuX->vu_p->v_p=x%x, vA=x%x, vB=x%x\n", teuX->vu_p->v_p, vA, vB); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4181:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4181:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4190:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_esplit(v=x%x, eu=x%x, share=%d) neu2=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4190:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4190:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4196:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_esplit(v=x%x, eu=x%x, share=%d) neu1=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4196:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4196:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_ebreak’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4237:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_ebreak(v=x%x, eu=x%x) new_eu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4237:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4237:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_ebreaker’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4281:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_ebreaker() joining eu=x%x to oeu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4281:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4293:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_ebreaker() joining new_eu=x%x to oeu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4293:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4299:40: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] if (nmg_check_radial(eu, tol)) bu_log("ERROR ebreaker eu=x%x bad\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4300:44: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] if (nmg_check_radial(new_eu, tol)) bu_log("ERROR ebreaker new_eu=x%x bad\n", new_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4303:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_ebreaker(v=x%x, eu=x%x) new_eu=x%x\n", v, eu, new_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4303:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4303:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_e2break’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4331:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_e2break(eu1=x%x, eu2=x%x) v=x%x\n", eu1, eu2, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4331:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4331:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_unbreak_edge’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4400:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("nmg_unbreak_edge: no geometry for edge1 x%x\n", e1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4419:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_unbreak_edge: second eu geometry x%x does not match geometry x%x of edge1 x%x\n" , ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4419:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4419:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4483:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge va=x%x, vb=x%x, vc=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4483:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4483:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4502:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: eu1 does not got to/from correct vertices, x%x, %x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4502:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4513:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: about to kill eu2, but does not got to/from correct vertices, x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4513:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4523:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: extended eu1 does not got to/from correct vertices, x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4523:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4537:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: unbroken eu1 (after eu2 killed) does not got to/from correct vertices, x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4537:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4547:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_unbreak_edge(eu=x%x, vb=x%x) ret = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4547:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_unbreak_shell_edge_unsafe’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4632:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("nmg_unbreak_edge: second eu geometry x%x does not match geometry x%x of edge1 x%x\n" , ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4632:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4632:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edge *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4698:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge va=x%x, vb=x%x, vc=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4698:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4698:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4717:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: eu1 does not got to/from correct vertices, x%x, %x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4717:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4728:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: about to kill eu2, but does not got to/from correct vertices, x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4728:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4738:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: extended eu1 does not got to/from correct vertices, x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4738:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4752:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("nmg_unbreak_edge: unbroken eu1 (after eu2 killed) does not got to/from correct vertices, x%x, x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4752:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4762:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_unbreak_edge(eu=x%x, vb=x%x) ret = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4762:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_eins’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4841:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_eins(eu=x%x) eu1=x%x\n", eu, eu1); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4841:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_mv_eu_between_shells’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4862:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_eu_between_shells(dest=x%x, src=x%x, eu=x%x), eu->up.s_p=x%x isn't src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4862:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4862:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4862:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4867:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_eu_between_shells(dest=x%x, src=x%x, eu=x%x), eumate->up.s_p=x%x isn't src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4867:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4867:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4867:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4876:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_eu_between_shells(dest=x%x, src=x%x, eu=x%x), eumate=x%x not in src shell\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4876:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4876:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4876:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4892:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_eu_between_shells(dest=x%x, src=x%x, eu=x%x) new_eu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4892:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4892:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4892:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c: In function ‘nmg_mv_vu_between_shells’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4919:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct shell *’ [-Wformat=] bu_log("nmg_mv_vu_between_shells(dest_s=x%x, src_s=x%x, vu=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4919:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_mod.c:4919:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_plot.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_plot.c: In function ‘nmg_show_broken_classifier_stuff’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_plot.c:1885:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] bu_log("Unknown magic number %ld %0lx %zu %p\n", *p, *p, (size_t)p, (void *)p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_plot.c:1885:13: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_plot.c: In function ‘nmg_cnurb_to_vlist’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_plot.c:2372:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_cnurb_to_vlist() eu=x%x, n=%d, order=%d\n", ^ [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_pr.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_m’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:98:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct model *’ [-Wformat=] bu_log("MODEL %8x\n", m); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_r’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:136:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct nmgregion *’ [-Wformat=] bu_log("REGION %8x\n", r); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:145:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct model * const’ [-Wformat=] bu_log("%8x m_p\n", r->m_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:146:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%8x l.forw\n", r->l.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:147:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%8x l.back\n", r->l.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:148:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct nmgregion_a * const’ [-Wformat=] bu_log("%8x ra_p\n", r->ra_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_sa’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:165:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell_a *’ [-Wformat=] bu_log("%sSHELL_A %8x\n", h, sa); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_lg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:189:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loop_g *’ [-Wformat=] bu_log("%sLOOP_G %8x\n", h, lg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_fg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:213:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("%sFACE_G_PLANE %8x\n", h, magic); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:220:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("%sFACE_G_SNURB %8x\n", h, magic); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_s’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:263:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] bu_log("%sSHELL %8x\n", h, s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:269:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct nmgregion * const’ [-Wformat=] bu_log("%s%8x r_p\n", h, s->r_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:270:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.forw\n", h, s->l.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:271:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.back\n", h, s->l.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:272:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell_a * const’ [-Wformat=] bu_log("%s%8x sa_p\n", h, s->sa_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_s_briefly’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:306:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] bu_log("%sSHELL %8x\n", h, s); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_f’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:339:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct face *’ [-Wformat=] bu_log("%sFACE %8x\n", h, f); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:340:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse * const’ [-Wformat=] bu_log("%s%8x fu_p\n", h, f->fu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:341:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint32_t * const {aka unsigned int * const}’ [-Wformat=] bu_log("%s%8x g.magic_p\n", h, f->g.magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:368:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] bu_log("%sFACEUSE %8x\n", h, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:375:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell * const’ [-Wformat=] bu_log("%s%8x s_p\n", h, fu->s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:376:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.forw\n", h, fu->l.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:377:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.back\n", h, fu->l.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:378:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse * const’ [-Wformat=] bu_log("%s%8x fumate_p\n", h, fu->fumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:381:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct face * const’ [-Wformat=] bu_log("%s%8x f_p\n", h, fu->f_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_fu_briefly’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:406:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] bu_log("%sFACEUSE %8x (%s) f_p=x%x fg=x%x flip=%d pl= %f %f %f %f\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:406:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct face * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:406:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:409:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct faceuse *’ [-Wformat=] bu_log("%sFACEUSE %8x (%s) f_p=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:409:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct face * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_l’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:428:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loop *’ [-Wformat=] bu_log("%sLOOP %8x\n", h, l); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:433:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse * const’ [-Wformat=] bu_log("%s%8x lu_p\n", h, l->lu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:434:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loop_g * const’ [-Wformat=] bu_log("%s%8x lg_p\n", h, l->lg_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_lu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:455:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] bu_log("%sLOOPUSE %8x\n", h, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:458:32: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell * const’ [-Wformat=] case NMG_SHELL_MAGIC : bu_log("%s%8x up.s_p\n", h, lu->up.s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:460:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse * const’ [-Wformat=] case NMG_FACEUSE_MAGIC : bu_log("%s%8x up.fu_p\n", h, lu->up.fu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:466:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.forw\n", h, lu->l.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:467:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.back\n", h, lu->l.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:468:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse * const’ [-Wformat=] bu_log("%s%8x lumate_p\n", h, lu->lumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:470:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loop * const’ [-Wformat=] bu_log("%s%8x l_p\n", h, lu->l_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:476:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x down_hd.forw\n", h, lu->down_hd.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:477:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x down_hd.back\n", h, lu->down_hd.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:482:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("%s%8x down_hd->forw (vu)\n", h, vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_lu_briefly’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:508:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] bu_log("%sLOOPUSE %8x, lumate_p=x%x (%s) \n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:508:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:514:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("%s%8x down_hd->forw (vu)\n", h, vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_eg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:543:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_lseg *’ [-Wformat=] bu_log("%sEDGE_G_LSEG %8x pt:(%f %f %f)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:554:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge_g_cnurb *’ [-Wformat=] bu_log("%sEDGE_G_CNURB %8x\n", h, eg_c); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_e’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:589:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edge *’ [-Wformat=] bu_log("%sEDGE %8x\n", h, e); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:594:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] bu_log("%s%8x eu_p\n", h, e->eu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:609:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("%sEDGEUSE %8x\n", h, eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:612:32: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell * const’ [-Wformat=] case NMG_SHELL_MAGIC : bu_log("%s%8x up.s_p\n", h, eu->up.s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:614:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse * const’ [-Wformat=] case NMG_LOOPUSE_MAGIC : bu_log("%s%8x up.lu_p\n", h, eu->up.lu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:619:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.forw\n", h, eu->l.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:620:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.back\n", h, eu->l.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:621:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] bu_log("%s%8x eumate_p\n", h, eu->eumate_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:622:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] bu_log("%s%8x radial_p\n", h, eu->radial_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:624:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge * const’ [-Wformat=] bu_log("%s%8x e_p\n", h, eu->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:625:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse * const’ [-Wformat=] bu_log("%s%8x vu_p\n", h, eu->vu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:626:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint32_t * const {aka unsigned int * const}’ [-Wformat=] bu_log("%s%8x g.magic_p\n", h, eu->g.magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_eu_briefly’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:646:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("%sEDGEUSE %8x, g=%8x, e_p=%8x\n", h, eu, eu->g.magic_p, eu->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:646:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t * const {aka unsigned int * const}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:646:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edge * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_eu_endpoints’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:669:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("%sEDGEUSE %8x\n%s (%g, %g, %g) -- (%g, %g, %g)\n", h, eu, h, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_vg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:687:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertex_g *’ [-Wformat=] bu_log("%sVERTEX_G %8x\n", h, vg); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:691:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertex_g *’ [-Wformat=] bu_log("%sVERTEX_G %8x %f %f %f = XYZ coord\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_v’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:706:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertex *’ [-Wformat=] bu_log("%sVERTEX %8x\n", h, v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:712:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct bu_list *’ [-Wformat=] bu_log("%s vu_hd %8x\n", h, &v->vu_hd); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:713:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x vu_hd.forw\n", h, v->vu_hd.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:714:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x vu_hd.back\n", h, v->vu_hd.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:717:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex_g * const’ [-Wformat=] bu_log("%s%8x vg_p\n", h, v->vg_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_vu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:734:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("%sVERTEXUSE %8x\n", h, vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:741:32: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct shell * const’ [-Wformat=] case NMG_SHELL_MAGIC : bu_log("%s%8x up.s_p\n", h, vu->up.s_p); break; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:742:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse * const’ [-Wformat=] case NMG_LOOPUSE_MAGIC : bu_log("%s%8x up.lu_p\n", h, vu->up.lu_p); break; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:743:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse * const’ [-Wformat=] case NMG_EDGEUSE_MAGIC : bu_log("%s%8x up.eu_p\n", h, vu->up.eu_p); break; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:747:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.forw\n", h, vu->l.forw); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:748:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list * const’ [-Wformat=] bu_log("%s%8x l.back\n", h, vu->l.back); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:751:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse_a_plane * const’ [-Wformat=] bu_log("%s%8x a.plane_p\n", h, vu->a.plane_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:755:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse_a_cnurb * const’ [-Wformat=] bu_log("%s%8x a.cnurb_p\n", h, vu->a.cnurb_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:758:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex * const’ [-Wformat=] bu_log("%s%8x v_p\n", h, vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_vu_briefly’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:781:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("%sVERTEXUSE %8x, v=x%x, %f %f %f\n", h, vu, vu->v_p, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:781:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:784:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] bu_log("%sVERTEXUSE %8x, v=x%x\n", h, vu, vu->v_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:784:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_vua’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:799:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("%sVERTEXUSE_A %8x\n", h, magic_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_ptbl’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:856:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘off_t {aka const long int}’ [-Wformat=] bu_log("%s: bu_ptbl array with %d entries\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:865:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long int *’ [-Wformat=] bu_log(" %.8x NULL entry\n", *lp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:870:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long int *’ [-Wformat=] bu_log(" %.8x %s\n", *lp, bu_identify_magic(**lp)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:873:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long int *’ [-Wformat=] bu_log(" %.8x edgeuse vu=%x, far vu=%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:873:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:873:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:879:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long int *’ [-Wformat=] bu_log(" %.8x vertexuse v=%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:879:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_ptbl_vert_list’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:930:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct vertex *’ [-Wformat=] bu_log("\tv=x%x, vu=x%x, dist=%g\n", v, vu, mag[i]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:930:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_one_eu_vecs’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:976:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log(" %8.8x, lu=%8.8x=%1.1s, f=%8.8x, fu=%8.8x=%1.1s, s=%8.8x SNURB\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:976:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:976:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:976:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:976:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:983:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log(" %8.8x, lu=%8.8x=%1.1s, f=%8.8x, fu=%8.8x=%1.1s, s=%8.8x %g deg\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:983:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:983:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:983:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘const struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:983:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_fu_around_eu_vecs’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1004:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_pr_fu_around_eu_vecs(eu=x%x) e=x%x\n", eu, eu->e_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1004:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edge * const’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_fu_around_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1041:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct edgeuse *’ [-Wformat=] bu_log("nmg_pr_fu_around_eu(x%x)\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c: In function ‘nmg_pr_fus_in_fg’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1122:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const uint32_t * {aka const unsigned int *}’ [-Wformat=] bu_log("nmg_pr_fus_in_fg(x%x):\n", fg_magic); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1126:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct face *’ [-Wformat=] bu_log(" f=x%x, fu=x%x, fumate=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1126:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pr.c:1126:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_pt_fu.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c: In function ‘nmg_class_pt_euvu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:341:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_class_pt_euvu((%g %g %g), eu=x%x)\n", V3ARGS(pt), eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:344:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_class_pt_euvu() called with eu (x%x) that isn't part of a loop\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:365:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_class_pt_euvu: eu x%x is a crack\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:389:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tUsing eu x%x instead\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:397:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_class_pt_euvu: prev_eu (x%x) is a crack\n", prev_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:421:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tUsing prev_eu x%x instead\n", prev_eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:426:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_class_pt_euvu: nmg_find_eu_leftvec() for eu=x%x failed!\n", eu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:431:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("\tprev_eu = x%x, left = (%g %g %g)\n", prev_eu, V3ARGS(left)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:446:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("\tv0=x%x, v1=x%x, v2=x%x\n", v0, v1, v2); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:446:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:446:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:455:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘fastf_t {aka double}’ [-Wformat=] bu_log("\teu_dir=(%g %g %g), other_eudir=(%x %x %x)\n", V3ARGS(eu_dir), V3ARGS(other_eudir)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:455:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘fastf_t {aka double}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:455:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘fastf_t {aka double}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c: In function ‘nmg_class_pt_eu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:563:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 11 has type ‘struct edgeuse *’ [-Wformat=] bu_log("pt (%g %g %g) vs_edge (%g %g %g) (%g %g %g) (eu=x%x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:592:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_class_pt_eu: status for eu x%x (%g %g %g)<->(%g %g %g) vs pt (%g %g %g) is %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c: In function ‘make_near_list’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:803:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint32_t * {aka unsigned int *}’ [-Wformat=] bu_log("\tei->ved_p->magic_p=x%x, ei->eu_p->vu_p=x%x, ei->eu_p->eumate_p->vu_p=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:803:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:803:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c: In function ‘nmg_class_pt_lu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:1124:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("nmg_class_pt_lu() hit %s loop at vu=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c: In function ‘nmg_class_pt_fu_except’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:1242:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘const struct faceuse *’ [-Wformat=] bu_log("nmg_class_pt_fu_except(pt=(%g %g %g), fu=x%x)\n", V3ARGS(pt), fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:1346:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct faceuse *’ [-Wformat=] bu_log("fu=x%x\n", fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c: In function ‘nmg_class_pt_lu_except’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_pt_fu.c:1389:9: warning: format ‘%g’ expects argument of type ‘double’, but argument 5 has type ‘const struct edge *’ [-Wformat=] bu_log("nmg_class_pt_lu_except((%g %g %g) %g ", V3ARGS(pt), e_p); ^ [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_rt_isect.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘nmg_rt_print_hitmiss’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:218:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘genptr_t {aka void *}’ [-Wformat=] bu_log(" dist:%12g pt=(%f %f %f) %s=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘ray_hit_vertex’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:976:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertex *’ [-Wformat=] bu_log("ray_hit_vertex x%x (%g %g %g) status=%d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘ray_hit_edge’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1373:48: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] if (RTG.NMG_debug & DEBUG_RT_ISECT) bu_log("\t - HIT edge 0x%08x (edgeuse=x%x)\n", eu_p->e_p, eu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1373:48: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘isect_ray_edgeuse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1565:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edge *’ [-Wformat=] bu_log("\n\tLooking for previous hit on edge 0x%08x ...\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘isect_ray_loopuse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1615:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct ray_data *’ [-Wformat=] bu_log("isect_ray_loopuse(0x%08x, loop:0x%08x)\n", rd, lu_p->l_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1615:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loop *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘record_face_hit’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1715:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("fu x%x manifoldness = %d\n", fu_p, NMG_MANIFOLDS(rd->manifolds, fu_p)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘isect_ray_planar_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2111:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘fastf_t * {aka double *}’ [-Wformat=] bu_log("\tDIST_PT_PLANE(%16.10e) 0x%08lx 0x%08lx\n", new_dist, plane_pt, norm); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2111:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2118:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘fastf_t * {aka double *}’ [-Wformat=] bu_log("recalculated plane/pt dist as %16.10e 0x%08lx 0x%08lx\n", new_dist, plane_pt, norm); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2118:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘fastf_t * {aka double *}’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘isect_ray_faceuse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2217:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct ray_data *’ [-Wformat=] bu_log("isect_ray_faceuse(0x%08x, faceuse:0x%08x/face:0x%08x)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2217:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2217:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct face *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2242:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] bu_log("%s %d:\n\tBad magic %ld (0x%08x) for hitmiss struct for faceuse 0x%08x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2242:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct faceuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘nmg_isect_ray_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2329:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct ray_data *’ [-Wformat=] bu_log("nmg_isect_ray_shell(0x%08x, 0x%08x)\n", rd, s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2329:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2341:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct ray_data *’ [-Wformat=] bu_log("nmg_isect_ray_shell(no RPP overlap) 0x%08x, 0x%08x\n", rd, s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2341:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2360:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct ray_data *’ [-Wformat=] bu_log("nmg_isect_ray_shell(done) 0x%08x, 0x%08x\n", rd, s_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2360:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct shell *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘nmg_class_ray_vs_shell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:2708:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct faceuse *’ [-Wformat=] bu_log("fu x%x: %d\n", fu, NMG_MANIFOLDS(rd.manifolds, fu)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c: In function ‘isect_ray_snurb_face’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1872:41: warning: array subscript is above array bounds [-Warray-bounds] ctl_pt[i][j] = ctl_pt[i][j]/ctl_pt[i][coords-1]; ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1872:41: warning: array subscript is above array bounds [-Warray-bounds] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1872:41: warning: array subscript is above array bounds [-Warray-bounds] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_isect.c:1872:41: warning: array subscript is above array bounds [-Warray-bounds] [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_rt_segs.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c: In function ‘print_seg_list’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:74:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct seg *’ [-Wformat=] bu_log("Seghead:\n0x%08x magic: 0x%08x forw:0x%08x back:0x%08x\n\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:74:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:74:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:81:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct seg *’ [-Wformat=] bu_log("0x%08x magic: 0x%08x forw:0x%08x back:0x%08x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:81:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:81:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c: In function ‘unresolved’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:1015:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘long int’ [-Wformat=] bu_log("\t%p %s\n", **l_p, bu_identify_magic(**l_p)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_rt_segs.c:1021:9: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘long int’ [-Wformat=] bu_log("\t%p %s\n", **l_p, bu_identify_magic(**l_p)); ^ [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_tri.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘PvsV’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:59:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("%s %d bad prev pointer of trapezoid 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:107:5: note: in expansion of macro ‘NMG_CK_TRAP’ NMG_CK_TRAP(p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:63:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("%s %d bad next pointer of trapezoid 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:107:5: note: in expansion of macro ‘NMG_CK_TRAP’ NMG_CK_TRAP(p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:59:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("%s %d bad prev pointer of trapezoid 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:108:5: note: in expansion of macro ‘NMG_CK_TRAP’ NMG_CK_TRAP(v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:63:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct bu_list *’ [-Wformat=] bu_log("%s %d bad next pointer of trapezoid 0x%08x\n", \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:108:5: note: in expansion of macro ‘NMG_CK_TRAP’ NMG_CK_TRAP(v); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘map_vu_to_2d’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:309:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] "Transforming 0x%x 3D(%g, %g, %g) to 2D(%g, %g, %g)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:339:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("transform 0x%x... ", vu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:344:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("%x vertexuse already transformed\n", vu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘pick_edges’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:600:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t\t\tnew_last/max 0x%08x %g %g %g -> %g %g %g vdot %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:613:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t\t\tnew_first/min 0x%08x %g %g %g -> %g %g %g vdot %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:650:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t\t\tnew_last/max 0x%08x %g %g %g <- %g %g %g vdot %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:663:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct vertexuse *’ [-Wformat=] bu_log("\t\t\tnew_first/min 0x%08x %g %g %g <- %g %g %g vdot %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_plot_fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:1429:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘const struct faceuse *’ [-Wformat=] bu_vls_sprintf(&plot_file_name, "%s_faceuse_%x_loopuse_%x.pl", prefix, fu, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:1429:34: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_triangulate_rm_degen_loopuse’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2109:17: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct vertexuse *’ [-Wformat=] bu_log("%d -- vu_p = %x vg_p = %x dup_vu_p = %x dup_vg_p = %x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2109:17: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct vertex_g *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2109:17: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2109:17: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘struct vertex_g *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_tri_kill_accordions’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2271:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_tri_kill_accordions(): killing jaunt in accordion eu's x%x and x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2271:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct edgeuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2291:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct edgeuse *’ [-Wformat=] bu_log("nmg_tri_kill_accordions(): killing jaunt in accordion eu x%x\n", eu_curr); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘validate_tbl2d’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2330:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] bu_log("validate_tbl2d(): %d: fu = %x fu_orient = %d lu = %x lu_orient = %d missing vu = %x coord = %f %f %f \n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2330:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2330:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct vertexuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘cut_unimonotone’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2431:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 9 has type ‘struct pt2d *’ [-Wformat=] bu_log("cut_unimonotone(): %d verts, min: %g %g max: %g %g first:%g %g 0x%08x\n", verts, ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2449:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("cut_unimonotone(): infinite loop %x\n", current->vu_p->up.eu_p->up.lu_p); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2510:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("cut_unimonotone(): point inside triangle, lu_p = %x, point = %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2516:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("cut_unimonotone(): outside triangle, lu_p = %x, 3Dprev = %g %g %g 3Dcurr = %g %g %g 3Dnext = %g %g %g 3Dpoint = %g %g %g is_convex = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2577:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("cut_unimonotone(): before cut orig_lu_p = %x prev lu_p = %x 3D %g %g %g curr lu_p = %x 3D %g %g %g next lu_p = %x 3D %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2577:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2577:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2577:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 11 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2744:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("cut_unimonotone(): after cut orig_lu_p = %x lu_p = %x 3D %g %g %g --> lu_p = %x 3D %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2744:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2744:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2777:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct pt2d *’ [-Wformat=] bu_log("cut_unimonotone(): first(0x%08x -> %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2783:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct pt2d *’ [-Wformat=] bu_log("cut_unimonotone(): current(0x%08x) -> %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2789:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct pt2d *’ [-Wformat=] bu_log("cut_unimonotone(): current(0x%08x) -> %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2795:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("cut_unimonotone(): not-cut orig_lu_p = %x lu_p = %x 3D %g %g %g --> lu_p = %x 3D %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2795:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2795:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘print_loopuse_tree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2828:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse_tree_node *’ [-Wformat=] bu_vls_sprintf(&plot_file_desc, "parent_%x_", parent); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2833:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse_tree_node *’ [-Wformat=] bu_log("print_loopuse_tree() parent ptr %x head ptr = %x siblings node %x lu %x %d child_hd ptr %x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2833:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2833:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2833:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2833:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘struct bu_list *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_classify_pt_loop_new’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2963:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("normal intercept, pt on loopuse but not vertexuse, lu_ptr = %x pt = %g %g %g line1_dist = %g line2_dist = %g edgeuse pt1 %g %g %g pt2 %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2990:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 14 has type ‘const struct loopuse *’ [-Wformat=] bu_log("hit-on-edgeuse-vertex ... ray = %g %g %g -> %g %g %g edge = %g %g %g -> %g %g %g edge lu_ptr = %x ang1 = %g vec1 = %g %g %g N = %g %g %g %g, x_dir = %g %g %g y_dir = %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:2997:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 14 has type ‘const struct loopuse *’ [-Wformat=] bu_log("hit-on-edgeuse-non-vertex ray = %g %g %g -> %g %g %g edge = %g %g %g -> %g %g %g edge lu_ptr = %x N = %g %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3007:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 14 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_classify_pt_loop_new(): co-linear, ray = %g %g %g -> %g %g %g edge = %g %g %g -> %g %g %g lu_ptr = %x line1_dist = %g line2_dist = %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3023:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("co-linear, pt on loopuse but not vertexuse, lu_ptr = %x pt = %g %g %g line1_dist = %g line2_dist = %g edgeuse pt1 %g %g %g pt2 %g %g %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3034:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 14 has type ‘const struct loopuse *’ [-Wformat=] bu_log("nmg_classify_pt_loop_new(): co-linear ON RAY, ray = %g %g %g -> %g %g %g edge = %g %g %g -> %g %g %g lu_ptr = %x line1_dist = %g line2_dist = %g\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3064:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("lu ptr = %x pt = %g %g %g in_cnt = %d out_cnt = %d on_cnt = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_classify_lu_lu_new’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3128:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const struct loopuse *’ [-Wformat=] bu_log("lu1_ptr = %x lu2_ptr = %x in_cnt = %d out_cnt = %d on_cnt = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3128:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘insert_above’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3162:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("insert_above(): lu_p = %x node ptr = %x new_node ptr = %x\n", lu, node, new_node); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3162:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3162:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3180:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("insert_above(): adjust lu_p = %x node ptr = %x new_node ptr = %x\n", lu, node_idx, new_node); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3180:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3180:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘insert_node’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3218:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("---- lu %x %d vs lu %x %d result1 = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3218:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3226:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("NEW FUNCTION ---- lu %x lu-orient = %d vs lu %x lu-orient = %d result_tmp = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3226:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3232:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("OLD FUNCTION ---- lu %x lu-orient = %d vs lu %x lu-orient = %d ...result2 = %d\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3232:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3242:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu %x in lu %x\n", lu, node->lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3242:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3249:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu %x in lu %x\n", node->lu, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3249:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3256:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct loopuse *’ [-Wformat=] bu_log("lu %x in lu %x\n", lu, parent->lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3256:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3271:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("insert-node, insert-node ptr = %x, lu_p = %x parent ptr = %x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3271:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3271:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_build_loopuse_tree’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3301:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("root node addr = %x\n", &((*root)->l)); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3307:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_build_loopuse_tree(): %d fu_p = %x lu_p = %x\n", loopuse_cnt, fu, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3307:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3314:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct faceuse *’ [-Wformat=] bu_log("nmg_build_loopuse_tree(): %d fu_p = %x lu_p = %x\n", loopuse_cnt, fu, lu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3314:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3315:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bu_list *’ [-Wformat=] bu_log("nmg_build_loopuse_tree(): root child ptr = %x root ptr = %x\n", &((*root)->children_hd), *root); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3315:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct loopuse_tree_node *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c: In function ‘nmg_triangulate_fu’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/nmg/nmg_tri.c:3481:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct loopuse *’ [-Wformat=] bu_log("nmg_triangulate_fu(): %d ccw_result = %d lu = %x coord = %g %g %g\n", ^ [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_tri_mc.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/nmg/nmg_visit.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_adjust.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_curve.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_describe.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_export.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_free.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_get.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_ifree.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_import.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_make.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_mirror.c.o [ 37%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_norm.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_params.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_plot.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_prep.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_print.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_shot.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_tess.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_tnurb.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_uv.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_vshot.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/obj_xform.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/part/part.c.o [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/part/part_brep.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/part/part_mirror.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/pipe/pipe.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c: In function ‘tesselate_pipe_linear’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:2661:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, arc_segs=%d, fu_prev = x%x\n", i, arc_segs, fu_prev); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:2719:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, arc_segs=%d, fu = x%x\n", i, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:2806:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:2894:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:2973:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, arc_segs=%d, fu_prev = x%x\n", i, arc_segs, fu_prev); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3031:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, arc_segs=%d, fu = x%x\n", i, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3126:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3214:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c: In function ‘tesselate_pipe_bend’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3414:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3483:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3591:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/pipe/pipe.c:3651:11: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘struct faceuse *’ [-Wformat=] bu_log("\ti=%d, j=%d, arc_segs=%d, fu = x%x\n", i, j, arc_segs, fu); ^ [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/pipe/pipe_brep.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/pipe/pipe_mirror.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/pnts/pnts.c.o [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/pnts/pnts_brep.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/poly/poly.c.o [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/poly/poly_brep.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/poly/poly_mirror.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/primitive_util.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/rec/rec.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/revolve/revolve.c.o [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/revolve/revolve_brep.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/rhc/rhc.c.o [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/rhc/rhc_brep.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/rhc/rhc_mirror.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/rpc/rpc.c.o [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/rpc/rpc_brep.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/rpc/rpc_mirror.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/sketch/sketch.c.o [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/sketch/sketch_brep.cpp.o [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/sketch/sketch_tess.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/sph/sph.c.o [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/sph/sph_brep.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/submodel/submodel.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/submodel/submodel.c: In function ‘rt_submodel_print’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/submodel/submodel.c:264:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct rt_i * const’ [-Wformat=] bu_log("submodel->rtip=x%x\n", submodel->rtip); ^ [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/superell/superell.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/superell/superell.c: In function ‘rt_superell_shot’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/superell/superell.c:534:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘double’ [-Wformat=] bu_log("rt_superell_shot(): realroot in %d out %d\n", realRoot[1], realRoot[0]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/superell/superell.c:534:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘double’ [-Wformat=] [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/superell/superell_brep.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/superell/superell_mirror.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/table.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/tgc/tgc.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/tgc/tgc.c: In function ‘rt_tgc_shot’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/primitives/tgc/tgc.c:927:13: warning: format ‘%s’ expects a matching ‘char *’ argument [-Wformat=] bu_log("tgc(%s): too many grazing intersections encountered. further reporting suppressed.\n"); ^ [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/tgc/tgc_brep.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/tgc/tgc_mirror.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/tor/tor.c.o [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/tor/tor_brep.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/tor/tor_mirror.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/vol/vol.c.o [ 38%] Building CXX object src/librt/CMakeFiles/librt-static.dir/primitives/vol/vol_brep.cpp.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/vol/vol_mirror.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/primitives/hrt/hrt.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/regionfix.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/regionfix.c: In function ‘rt_regionfix’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/regionfix.c:89:13: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘char *’ [-Wformat=] bu_log("%s: line %d, regcomp error '%d'\n", file, line, ret); ^ [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/roots.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/search.c.o [ 38%] Building C object src/librt/CMakeFiles/librt-static.dir/shoot.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c: In function ‘rt_advance_to_next_cell’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c:571:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘const union cutter *’ [-Wformat=] "rt_advance_to_next_cell()=x%x lastcut=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c:571:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘const union cutter *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c: In function ‘rt_shootray’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c:936:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct resource *’ [-Wformat=] bu_log("rt_shootray() resp=x%x uninitialized, fixing it\n", resp); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c: In function ‘rt_cell_n_on_ray’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/shoot.c:1610:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct resource *’ [-Wformat=] bu_log("rt_cell_n_on_ray() resp=x%x uninitialized, fixing it\n", resp); ^ [ 39%] Building C object src/librt/CMakeFiles/librt-static.dir/spectrum.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/spectrum.c: In function ‘rt_spect_black_body’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/spectrum.c:251:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bn_tabdata *’ [-Wformat=] bu_log("rt_spect_black_body(x%x, %g degK) %g um to %g um\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/spectrum.c: In function ‘rt_spect_black_body_fast’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/spectrum.c:308:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bn_tabdata *’ [-Wformat=] bu_log("rt_spect_black_body_fast(x%x, %g degK)\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/spectrum.c: In function ‘rt_spect_black_body_points’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/spectrum.c:337:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct bn_tabdata *’ [-Wformat=] bu_log("rt_spect_black_body_points(x%x, %g degK)\n", ^ [ 39%] Building C object src/librt/CMakeFiles/librt-static.dir/tcl.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tcl.c: In function ‘rt_tcl_pr_cutter’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tcl.c:156:23: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘const int *’ [-Wformat=] bu_vls_printf(&str, " cells_per_axis %ld", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tcl.c:158:23: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘const int *’ [-Wformat=] bu_vls_printf(&str, " stepsize %ld}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tcl.c: In function ‘rt_tcl_rt_prep’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tcl.c:500:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘size_t {aka unsigned int}’ [-Wformat=] bu_vls_printf(&str, " space_partition_type %s n_nugridnode %d n_cutnode %d n_boxnode %d n_empty %ld", ^ [ 39%] Building C object src/librt/CMakeFiles/librt-static.dir/tol.c.o [ 39%] Building C object src/librt/CMakeFiles/librt-static.dir/transform.c.o [ 39%] Building C object src/librt/CMakeFiles/librt-static.dir/tree.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tree.c: In function ‘_rt_tree_kill_dead_solid_refs’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tree.c:665:44: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘struct soltab *’ [-Wformat=] if (RT_G_DEBUG&DEBUG_TREEWALK)bu_log("encountered dead solid '%s' stp=x%x, tp=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tree.c:665:44: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘union tree *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tree.c:675:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘union tree *’ [-Wformat=] bu_log("_rt_tree_kill_dead_solid_refs(x%x): unknown op=x%x\n", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tree.c: In function ‘rt_tree_elim_nops’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/librt/tree.c:915:13: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘union tree *’ [-Wformat=] bu_log("rt_tree_elim_nops(x%x): unknown op=x%x\n", ^ [ 39%] Building C object src/librt/CMakeFiles/librt-static.dir/vers.c.o [ 39%] Building C object src/librt/CMakeFiles/librt-static.dir/vlist.c.o [ 39%] Building C object src/librt/CMakeFiles/librt-static.dir/vshoot.c.o [ 39%] Building C object src/librt/CMakeFiles/librt-static.dir/wdb.c.o [ 39%] Building C object src/librt/CMakeFiles/librt-static.dir/timer42.c.o [ 39%] Linking CXX static library ../../lib/librt.a [ 39%] Built target librt-static Scanning dependencies of target libtclcad-static [ 39%] Building C object src/libtclcad/CMakeFiles/libtclcad-static.dir/tclcad.c.o [ 39%] Building C object src/libtclcad/CMakeFiles/libtclcad-static.dir/tclcadAutoPath.c.o [ 39%] Building C object src/libtclcad/CMakeFiles/libtclcad-static.dir/tclcad_obj.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_axes’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:1870:42: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘fastf_t {aka double}’ [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%d", gasp->gas_tick_interval); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_constrain_rmode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2340:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_constrain_rot %V %s %%x %%y}; break", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2340:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2340:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2340:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2340:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_constrain_tmode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2406:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_constrain_trans %V %s %%x %%y}; break", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2406:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2406:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2406:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:2406:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_data_labels’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:3174:42: warning: format ‘%lf’ expects argument of type ‘double’, but argument 3 has type ‘int’ [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%lf", gdlsp->gdls_size); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_init_default_bindings’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5149:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V configure %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5149:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5149:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5149:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5153:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {focus %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5153:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5153:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5156:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V handle_expose %V %%c; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5156:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5156:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5156:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5160:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "catch {wm protocol %V WM_DELETE_WINDOW {%V delete_view %V; break}}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5160:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5160:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5160:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5166:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V <2> {%V vslew %V %%x %%y; focus %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5166:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5166:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5166:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5166:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5171:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V <1> {%V zoom %V 0.5; focus %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5171:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5171:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5171:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5171:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5176:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V <3> {%V zoom %V 2.0; focus %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5176:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5176:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5176:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5176:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5182:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V <4> {%V zoom %V 1.1; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5182:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5182:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5182:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5186:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V <5> {%V zoom %V 0.9; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5186:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5186:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5186:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5201:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5201:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5201:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5201:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5205:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5205:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5205:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5205:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5209:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5209:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5209:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5209:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5213:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5213:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5213:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5213:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5217:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5217:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5217:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5217:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5221:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5221:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5221:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5221:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5225:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5225:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5225:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5225:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5231:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5231:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5231:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5231:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5235:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rotate_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5235:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5235:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5235:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5239:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rotate_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5239:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5239:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5239:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5243:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rotate_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5243:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5243:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5243:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5249:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5249:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5249:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5249:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5253:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V translate_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5253:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5253:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5253:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5257:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V translate_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5257:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5257:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5257:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5261:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V translate_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5261:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5261:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5261:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5267:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5267:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5267:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5267:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5271:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V scale_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5271:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5271:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5271:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5275:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V scale_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5275:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5275:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5275:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5279:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V scale_mode %V %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5279:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5279:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5279:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5285:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5285:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5285:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5285:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5289:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V constrain_rmode %V x %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5289:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5289:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5289:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5293:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V constrain_rmode %V y %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5293:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5293:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5293:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5297:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V constrain_rmode %V z %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5297:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5297:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5297:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5303:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V idle_mode %V; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5303:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5303:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5303:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5307:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V constrain_tmode %V x %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5307:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5307:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5307:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5311:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V constrain_tmode %V y %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5311:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5311:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5311:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5315:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V constrain_tmode %V z %%x %%y; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5315:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5315:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5315:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5321:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V 3 {%V aet %V 35 25; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5321:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5321:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5321:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5325:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V 4 {%V aet %V 45 45; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5325:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5325:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5325:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5329:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V f {%V aet %V 0 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5329:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5329:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5329:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5333:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V F {%V aet %V 0 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5333:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5333:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5333:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5337:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V R {%V aet %V 180 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5337:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5337:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5337:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5341:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V r {%V aet %V 270 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5341:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5341:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5341:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5345:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V l {%V aet %V 90 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5345:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5345:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5345:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5349:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V L {%V aet %V 90 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5349:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5349:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5349:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5353:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V t {%V aet %V 270 90; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5353:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5353:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5353:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5357:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V T {%V aet %V 270 90; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5357:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5357:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5357:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5361:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V b {%V aet %V 270 -90; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5361:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5361:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5361:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5365:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V B {%V aet %V 270 -90; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5365:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5365:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5365:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5369:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V + {%V zoom %V 2.0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5369:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5369:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5369:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5373:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V = {%V zoom %V 2.0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5373:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5373:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5373:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5377:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V _ {%V zoom %V 0.5; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5377:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5377:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5377:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5381:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V - {%V zoom %V 0.5; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5381:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5381:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5381:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5385:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rot %V -v 0 1 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5385:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5385:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5385:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5389:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rot %V -v 0 -1 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5389:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5389:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5389:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5393:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rot %V -v 1 0 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5393:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5393:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5393:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5397:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V rot %V -v -1 0 0; break}; ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5397:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5397:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5397:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_idle_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5924:27: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5924:27: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_is_viewable’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5967:25: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&vls, "winfo viewable %V", &gdvp->gdv_dmp->dm_pathName); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:5967:25: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_list_views’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:6063:38: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%V ", &gdvp->gdv_name); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:6063:38: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_mouse_orotate’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7632:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&tcl_cmd, "%V orotate %V %V %V", &gdvp->gdv_edit_motion_delta_callback, &rot_x_vls, &rot_y_vls, &rot_z_vls); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7632:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7632:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7632:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7632:26: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_mouse_oscale’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7740:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&tcl_cmd, "%V oscale %V", &gdvp->gdv_edit_motion_delta_callback, &sf_vls); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7740:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7740:26: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_mouse_otranslate’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7849:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&tcl_cmd, "%V otranslate %V %V %V", &gdvp->gdv_edit_motion_delta_callback, &tran_x_vls, &tran_y_vls, &tran_z_vls); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7849:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7849:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7849:26: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:7849:26: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_move_arb_edge_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9130:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_move_arb_edge %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9130:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9130:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9130:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9130:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9130:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_move_arb_face_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9191:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_move_arb_face %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9191:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9191:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9191:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9191:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9191:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_move_botpt_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9308:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_move_botpt -r %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9308:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9308:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9308:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9308:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9308:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_move_botpts_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9370:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_move_botpts %V %%x %%y %s ", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9370:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9370:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9370:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9370:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_move_metaballpt_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9435:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_move_metaballpt %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9435:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9435:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9435:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9435:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9435:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_move_pipept_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9496:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_move_pipept %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9496:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9496:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9496:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9496:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9496:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_new_view’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9667:31: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&event_vls, "event generate %V ; %V autoview %V", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9667:31: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9667:31: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9667:31: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_orotate_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9732:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_orotate %V %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9732:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9732:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9732:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9732:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_oscale_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9791:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_oscale %V %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9791:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9791:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9791:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9791:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_otranslate_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9852:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_otranslate %V %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9852:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9852:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9852:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:9852:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_poly_circ_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10209:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_poly_circ %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10209:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10209:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10209:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_poly_cont_build’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10316:27: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_poly_cont %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10316:27: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10316:27: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10316:27: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_poly_ell_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10495:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_poly_ell %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10495:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10495:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10495:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_poly_rect_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10612:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_poly_rect %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10612:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10612:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10612:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_rect_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10736:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_rect %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10736:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10736:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10736:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_rotate_arb_face_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_rotate_arb_face %V %s %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 5 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10901:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_rotate_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10962:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_rot %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10962:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10962:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:10962:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_protate_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11127:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_protate %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11127:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11127:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11127:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11127:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11127:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_pscale_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11187:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_pscale %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11187:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11187:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11187:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11187:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11187:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_ptranslate_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11247:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_ptranslate %V %s %s %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11247:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11247:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11247:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11247:30: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘struct bu_vls *’ [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11247:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_scale_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11307:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_scale %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11307:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11307:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11307:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_bot_edge_split’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11616:38: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%V", &save_result); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11616:38: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_bot_face_split’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11648:38: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%V", &save_result); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11648:38: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_translate_mode’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11706:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&bindings, "bind %V {%V mouse_trans %V %%x %%y}", ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11706:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11706:30: warning: unknown conversion type character ‘V’ in format [-Wformat=] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11706:30: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_transparency’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:11760:42: warning: format ‘%s’ expects a matching ‘char *’ argument [-Wformat=] bu_vls_printf(gedp->ged_result_str, "%s: invalid transparency value - %s", argv[2]); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c: In function ‘to_view_func_common’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:12598:34: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(&save_result, "%V", gedp->ged_result_str); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:12598:34: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:12601:41: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_vls_printf(gedp->ged_result_str,"%V", &save_result); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libtclcad/tclcad_obj.c:12601:41: warning: too many arguments for format [-Wformat-extra-args] [ 39%] Building C object src/libtclcad/CMakeFiles/libtclcad-static.dir/tkImgFmtPIX.c.o [ 39%] Building C object src/libtclcad/CMakeFiles/libtclcad-static.dir/cmdhist_obj.c.o [ 39%] Linking C static library ../../lib/libtclcad.a [ 39%] Built target libtclcad-static Scanning dependencies of target libcursor-static [ 39%] Building C object src/libcursor/CMakeFiles/libcursor-static.dir/cursor.c.o [ 39%] Linking C static library ../../lib/libcursor.a [ 39%] Built target libcursor-static Scanning dependencies of target tkpng [ 39%] Building C object src/other/tkpng/CMakeFiles/tkpng.dir/generic/tkImgPNG.c.o [ 39%] Building C object src/other/tkpng/CMakeFiles/tkpng.dir/generic/tkImgPNGInit.c.o [ 39%] Linking C shared library ../../../lib/libtkpng.so [ 39%] Built target tkpng Scanning dependencies of target stdvds [ 39%] Building C object src/other/libvds/CMakeFiles/stdvds.dir/stdvds.c.o [ 39%] Building C object src/other/libvds/CMakeFiles/stdvds.dir/stdfold.c.o [ 39%] Building C object src/other/libvds/CMakeFiles/stdvds.dir/stdvis.c.o [ 39%] Linking C shared library ../../../lib/libstdvds.so [ 39%] Built target stdvds Scanning dependencies of target stdvds-static [ 40%] Building C object src/other/libvds/CMakeFiles/stdvds-static.dir/stdvds.c.o [ 40%] Building C object src/other/libvds/CMakeFiles/stdvds-static.dir/stdfold.c.o [ 40%] Building C object src/other/libvds/CMakeFiles/stdvds-static.dir/stdvis.c.o [ 40%] Linking C static library ../../../lib/libstdvds-static.a [ 40%] Built target stdvds-static Scanning dependencies of target libgdiam-static [ 40%] Building CXX object src/other/libgdiam/CMakeFiles/libgdiam-static.dir/gdiam.cpp.o [ 40%] Linking CXX static library ../../../lib/libgdiam-static.a [ 40%] Built target libgdiam-static Scanning dependencies of target nurbs_tester [ 40%] Building CXX object src/librt/tests/CMakeFiles/nurbs_tester.dir/nurbs_tests.cpp.o [ 40%] Linking CXX executable nurbs_tester [ 40%] Built target nurbs_tester Scanning dependencies of target tester_bu_timer [ 40%] Building C object src/libbu/tests/CMakeFiles/tester_bu_timer.dir/bu_timer.c.o [ 40%] Linking C executable tester_bu_timer [ 40%] Built target tester_bu_timer Scanning dependencies of target tester_bu_sscanf [ 40%] Building C object src/libbu/tests/CMakeFiles/tester_bu_sscanf.dir/bu_sscanf.c.o /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c: In function ‘test_sscanf’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:156:13: warning: unknown conversion type character 0x20 in format [-Wformat=] bu_exit(1, "\t[FAIL] conversion value mismatch.\n" \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:231:2: note: in expansion of macro ‘CHECK_INT_VALS_EQUAL’ CHECK_INT_VALS_EQUAL(size_t, z, val, bu_val); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:156:13: warning: unknown conversion type character 0x20 in format [-Wformat=] bu_exit(1, "\t[FAIL] conversion value mismatch.\n" \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:231:2: note: in expansion of macro ‘CHECK_INT_VALS_EQUAL’ CHECK_INT_VALS_EQUAL(size_t, z, val, bu_val); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:156:13: warning: too many arguments for format [-Wformat-extra-args] bu_exit(1, "\t[FAIL] conversion value mismatch.\n" \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:231:2: note: in expansion of macro ‘CHECK_INT_VALS_EQUAL’ CHECK_INT_VALS_EQUAL(size_t, z, val, bu_val); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:156:13: warning: unknown conversion type character 0x20 in format [-Wformat=] bu_exit(1, "\t[FAIL] conversion value mismatch.\n" \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:235:2: note: in expansion of macro ‘CHECK_INT_VALS_EQUAL’ CHECK_INT_VALS_EQUAL(ptrdiff_t, t, val, bu_val); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:156:13: warning: unknown conversion type character 0x20 in format [-Wformat=] bu_exit(1, "\t[FAIL] conversion value mismatch.\n" \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:235:2: note: in expansion of macro ‘CHECK_INT_VALS_EQUAL’ CHECK_INT_VALS_EQUAL(ptrdiff_t, t, val, bu_val); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:156:13: warning: too many arguments for format [-Wformat-extra-args] bu_exit(1, "\t[FAIL] conversion value mismatch.\n" \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:235:2: note: in expansion of macro ‘CHECK_INT_VALS_EQUAL’ CHECK_INT_VALS_EQUAL(ptrdiff_t, t, val, bu_val); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c: In function ‘doErrorTests’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:677:17: warning: unknown conversion type character ‘[’ in format [-Wformat=] bu_exit(1, "\t[FAIL] No assignment expected, but vals[%d] " \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:713:5: note: in expansion of macro ‘TEST_FAILURE_1’ TEST_FAILURE_1(char, 1[123], 'a', "x 2 3", EXPECT_MATCH_FAILURE); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:677:17: warning: unknown conversion type character ‘[’ in format [-Wformat=] bu_exit(1, "\t[FAIL] No assignment expected, but vals[%d] " \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:713:5: note: in expansion of macro ‘TEST_FAILURE_1’ TEST_FAILURE_1(char, 1[123], 'a', "x 2 3", EXPECT_MATCH_FAILURE); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:677:17: warning: too many arguments for format [-Wformat-extra-args] bu_exit(1, "\t[FAIL] No assignment expected, but vals[%d] " \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:713:5: note: in expansion of macro ‘TEST_FAILURE_1’ TEST_FAILURE_1(char, 1[123], 'a', "x 2 3", EXPECT_MATCH_FAILURE); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:699:13: warning: unknown conversion type character ‘[’ in format [-Wformat=] bu_exit(1, "\t[FAIL] No assignment expected, but val " \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:714:5: note: in expansion of macro ‘TEST_FAILURE_2’ TEST_FAILURE_2(char, 1[123], 'a', "1 2 x", EXPECT_MATCH_FAILURE); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:699:13: warning: unknown conversion type character ‘[’ in format [-Wformat=] bu_exit(1, "\t[FAIL] No assignment expected, but val " \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:714:5: note: in expansion of macro ‘TEST_FAILURE_2’ TEST_FAILURE_2(char, 1[123], 'a', "1 2 x", EXPECT_MATCH_FAILURE); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:699:13: warning: too many arguments for format [-Wformat-extra-args] bu_exit(1, "\t[FAIL] No assignment expected, but val " \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:714:5: note: in expansion of macro ‘TEST_FAILURE_2’ TEST_FAILURE_2(char, 1[123], 'a', "1 2 x", EXPECT_MATCH_FAILURE); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:699:13: warning: unknown conversion type character ‘[’ in format [-Wformat=] bu_exit(1, "\t[FAIL] No assignment expected, but val " \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:715:5: note: in expansion of macro ‘TEST_FAILURE_2’ TEST_FAILURE_2(char, 1[123], 'a', "1 2", EXPECT_INPUT_FAILURE); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:699:13: warning: unknown conversion type character ‘[’ in format [-Wformat=] bu_exit(1, "\t[FAIL] No assignment expected, but val " \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:715:5: note: in expansion of macro ‘TEST_FAILURE_2’ TEST_FAILURE_2(char, 1[123], 'a', "1 2", EXPECT_INPUT_FAILURE); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:699:13: warning: too many arguments for format [-Wformat-extra-args] bu_exit(1, "\t[FAIL] No assignment expected, but val " \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:715:5: note: in expansion of macro ‘TEST_FAILURE_2’ TEST_FAILURE_2(char, 1[123], 'a', "1 2", EXPECT_INPUT_FAILURE); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:677:17: warning: unknown conversion type character ‘[’ in format [-Wformat=] bu_exit(1, "\t[FAIL] No assignment expected, but vals[%d] " \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:716:5: note: in expansion of macro ‘TEST_FAILURE_1’ TEST_FAILURE_1(char, 1[123], 'a', "", EXPECT_INPUT_FAILURE); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:677:17: warning: unknown conversion type character ‘[’ in format [-Wformat=] bu_exit(1, "\t[FAIL] No assignment expected, but vals[%d] " \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:716:5: note: in expansion of macro ‘TEST_FAILURE_1’ TEST_FAILURE_1(char, 1[123], 'a', "", EXPECT_INPUT_FAILURE); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:677:17: warning: too many arguments for format [-Wformat-extra-args] bu_exit(1, "\t[FAIL] No assignment expected, but vals[%d] " \ ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:716:5: note: in expansion of macro ‘TEST_FAILURE_1’ TEST_FAILURE_1(char, 1[123], 'a', "", EXPECT_INPUT_FAILURE); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c: In function ‘doVlsTests’: /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:751:38: warning: unknown conversion type character ‘V’ in format [-Wformat=] bu_ret = bu_sscanf("de mus noc", "%*11V", &vls); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:751:38: warning: too many arguments for format [-Wformat-extra-args] /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:761:38: warning: unknown conversion type character ‘#’ in format [-Wformat=] bu_ret = bu_sscanf(" \tabc ABC", "%#*V", &vls); ^ /usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/libbu/tests/bu_sscanf.c:761:38: warning: too many arguments for format [-Wformat-extra-args] [ 40%] Linking C executable tester_bu_sscanf [ 40%] Built target tester_bu_sscanf Scanning dependencies of target g-voxel [ 40%] Building C object src/conv/CMakeFiles/g-voxel.dir/g-voxel.c.o [ 40%] Linking C executable ../../bin/g-voxel [ 40%] Built target g-voxel Scanning dependencies of target poly-bot [ 40%] Building C object src/conv/CMakeFiles/poly-bot.dir/poly-bot.c.o [ 40%] Linking C executable ../../bin/poly-bot [ 40%] Built target poly-bot Scanning dependencies of target g-tankill [ 40%] Building C object src/conv/CMakeFiles/g-tankill.dir/tankill/g-tankill.c.o [ 40%] Linking C executable ../../bin/g-tankill [ 40%] Built target g-tankill Scanning dependencies of target rpatch [ 40%] Building C object src/conv/CMakeFiles/rpatch.dir/patch/rpatch.c.o [ 40%] Linking C executable ../../bin/rpatch [ 40%] Built target rpatch Scanning dependencies of target wish [ 40%] Building C object src/other/tk/CMakeFiles/wish.dir/unix/tkAppInit.c.o [ 40%] Linking C executable ../../../bin/wish [ 40%] Built target wish Scanning dependencies of target tclsh [ 40%] Building C object src/other/tcl/CMakeFiles/tclsh.dir/unix/tclAppInit.c.o [ 40%] Linking C executable ../../../bin/tclsh [ 40%] Built target tclsh Scanning dependencies of target tkhtml_n_gen [ 40%] Generating tkhtml.n application-specific initialization failed: out of stack space (infinite loop?) out of stack space (infinite loop?) while executing "proc lshift {lvar} { upvar $lvar list set ret [lindex $list 0] set list [lrange $list 1 end] return $ret }" (file "/usr/src/slapt-src/graphics/brlcad/brlcad-7.24.2/src/other/tkhtml/doc/macros.tcl" line 23) src/other/tkhtml/CMakeFiles/tkhtml_n_gen.dir/build.make:60: recipe for target 'src/other/tkhtml/tkhtml.n' failed make[2]: *** [src/other/tkhtml/tkhtml.n] Error 1 make[2]: *** Deleting file 'src/other/tkhtml/tkhtml.n' CMakeFiles/Makefile2:6425: recipe for target 'src/other/tkhtml/CMakeFiles/tkhtml_n_gen.dir/all' failed make[1]: *** [src/other/tkhtml/CMakeFiles/tkhtml_n_gen.dir/all] Error 2 Makefile:160: recipe for target 'all' failed make: *** [all] Error 2 fakeroot -- sh brlcad.SlackBuild Failed