| 00:46.47 | *** join/#brlcad qsvrjrozhyfdcjxd (~armin@dslb-178-007-231-102.178.007.pools.vodafone-ip.de) | |
| 01:22.36 | Notify | 03BRL-CAD:starseeker * 69149 brlcad/trunk/CMakeLists.txt: Don't grab all the processors on the system just for launching tests. |
| 02:40.01 | Notify | 03BRL-CAD:brlcad * 69150 (brlcad/trunk/src/librt/cache.c brlcad/trunk/src/librt/tree.c): don't bomb if a primitive fails to prep. it just gets reported and skipped. |
| 03:02.02 | Notify | 03BRL-CAD:brlcad * 69151 brlcad/trunk/src/librt/primitives/ars/ars.c: there's no reason to free the internal pointer during prep (and this causes bad things to happen like crashing during LIBRT_DEBUG=20 which prints the ip after prep). apparently been this way with ARS objects since 1991. |
| 03:40.09 | starseeker | ejno: just curious, did you get a sense of what's busted with the bullet stuff yet? |
| 06:48.13 | *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee) | |
| 06:48.45 | *** join/#brlcad Caterpillar (~caterpill@unaffiliated/caterpillar) | |
| 08:44.41 | *** join/#brlcad teepee] (bc5c2133@gateway/web/freenode/ip.188.92.33.51) | |
| 13:15.25 | Notify | 03BRL-CAD:starseeker * 69152 brlcad/trunk/src/librt/tests/CMakeLists.txt: fix clean rule |
| 13:28.27 | Notify | 03BRL-CAD:starseeker * 69153 brlcad/trunk/misc/CMake/distclean.cmake.in: make sure distclean removes the summary file too |
| 13:52.12 | Notify | 03BRL-CAD:starseeker * 69154 brlcad/trunk/CMakeLists.txt: like unit, check ctest commands need -C on some platforms. |
| 14:09.04 | Notify | 03BRL-CAD:starseeker * 69155 brlcad/trunk/CMakeLists.txt: oh, right - need to set CONFIG var |
| 16:35.16 | Notify | 03BRL-CAD:starseeker * 69156 brlcad/trunk/misc/tools/CMakeLists.txt: Set LEMON_EXECUTABLE_TARGET variable if we are building lemon. |
| 16:44.43 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 17:33.26 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 19:58.45 | Notify | 03BRL-CAD:starseeker * 69157 (brlcad/trunk/misc/tools/re2c/CMakeLists.txt brlcad/trunk/misc/tools/re2c/bootstrap/scanner.cc): Windows MSVC build of perplex wasn't reaching steady state until the second build command (which also triggered a rebuild of everything using it, like step-g. Do separate generations for the bootstrap and primary re2c builds. |
| 20:00.55 | Notify | 03BRL-CAD:starseeker * 69158 brlcad/trunk/src/libfft/CMakeLists.txt: libfft and libfft static both need the same generated files, which is triggering rebuilding in MSVC on a second pass build. See if a sentinel guard and custom target are enough to avoid the problem. |
| 22:03.25 | *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee) | |
| 22:25.00 | Notify | 03BRL-CAD:starseeker * 69159 brlcad/trunk/src/libfft/CMakeLists.txt: sentinel file/target didn't do it - dust off the SO_SRCS/STATIC_SRCS feature. |
| 22:46.13 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 22:53.04 | Notify | 03BRL-CAD:starseeker * 69160 brlcad/trunk/src/libgcv/plugins/obj/wfobj/CMakeLists.txt: wfobj too builds shared and static libraries including generated files. Make a stab at separating them. |
| 22:55.04 | *** join/#brlcad ryoshu (~kamil@netbsd/developer/kamil) | |
| 22:55.06 | ryoshu | hi |
| 22:55.12 | ryoshu | I'm still fighting cmake for brlcad |
| 22:55.30 | ryoshu | it's frustrating that cmake doesn't want to detect environment (libraries, headers, tools) |
| 22:56.49 | ryoshu | I don't know why it happens this way |
| 22:57.27 | ryoshu | is there someone willing to help? :) |
| 22:59.25 | ryoshu | http://www.netbsd.org/~kamil/CMakeCache.txt this is when I'm trying to run it |
| 22:59.57 | ryoshu | some things are detected, some not |
| 22:59.58 | ryoshu | AVOID_INCLUDE_DIR:PATH=/usr/pkg/include/libavoid |
| 22:59.58 | ryoshu | //Path to a library. |
| 22:59.58 | ryoshu | AVOID_LIBRARY:FILEPATH=AVOID_LIBRARY-NOTFOUND |
| 23:00.37 | ryoshu | NetBSD 7.99.39 amd64 with pkgsrc-current |
| 23:00.40 | ryoshu | here |
| 23:03.52 | ryoshu | I'm up to introduce how to preconfigure netbsd&pkgsrc |