| 02:38.43 | starseeker | O.o |
| 02:38.49 | starseeker | what platform? |
| 02:39.03 | starseeker | is assuming mac with that path structure... |
| 02:39.26 | starseeker | do you have fontconfig.h anywhere? |
| 02:40.01 | starseeker | ``Erik: technically back, will be in Monday |
| 02:48.37 | starseeker | wishes in some ways Archer had gone with snit instead of incrTcl... oh well |
| 02:52.49 | starseeker | currently has the urge to rewrite Archer using the tktreectrl widget, snit and tkconv + whatever parts of tcl3d work reliably cross platform, but will recover by Monday :-P |
| 02:53.12 | starseeker | s/tkconv/tkcon |
| 02:57.00 | starseeker | aaaand my OSX build of trunk just succeeded |
| 02:57.03 | starseeker | (crud) |
| 06:55.20 | *** join/#brlcad abhi2011 (75c854c8@gateway/web/freenode/ip.117.200.84.200) | |
| 09:29.10 | *** join/#brlcad abhi2011 (75c85104@gateway/web/freenode/ip.117.200.81.4) | |
| 10:38.29 | *** join/#brlcad abhi2011 (~chatzilla@117.200.89.171) | |
| 11:02.27 | *** join/#brlcad abhi2011 (~chatzilla@117.200.80.242) | |
| 11:03.52 | abhi2011 | yet I know that SSL does work , as I am able to access sites like gmail etc |
| 11:13.41 | *** join/#brlcad abhi2011 (~chatzilla@117.200.92.212) | |
| 11:32.07 | CIA-48 | BRL-CAD: 03Abhi2011 07http://brlcad.org * r3189 10/wiki/User:Abhijit: /* Log */ |
| 11:57.42 | *** join/#brlcad jordisayol (~jordisayo@unaffiliated/jordisayol) | |
| 12:07.07 | *** join/#brlcad abhi2011 (~chatzilla@117.200.84.101) | |
| 13:21.28 | brlcad | starseeker: yes mac, and fontconfig.h is in /usr/X11/include/fontconfig/fontconfig.h |
| 13:22.06 | brlcad | my trunk build succeeded, this was a checkout of the tagged 7.20.4 |
| 13:23.54 | brlcad | possible that something somewhere didn't merge due to a variety of custom non-merge edits that went into the STABLE branch |
| 14:41.21 | *** join/#brlcad abhi2011 (~chatzilla@117.200.80.102) | |
| 16:33.44 | abhi2011 | ok finally got a reply from Erwin |
| 16:34.26 | abhi2011 | he says the contact depths have to be negative to show that an object is penetrating another, which I have tried already of course |
| 16:34.50 | abhi2011 | I ll try with a simpler case of sphere-sphere collision and see what happens |
| 16:55.29 | brlcad | huh, freshmeat just changed their name to freecode |
| 17:26.58 | CIA-48 | BRL-CAD: 03brlcad * r47350 10/brlcad/trunk/src/libged/edit.c: quell mac strict compilation warnings, not liking the excessive constness casting. update ws/indent too. |
| 17:29.06 | CIA-48 | BRL-CAD: 03brlcad * r47351 10/brlcad/tags/rel-7-20-4/src/libged/edit.c: apply strict compilation warning fix that slipped through testing since tarball hasn't yet been posted. |
| 18:36.21 | brlcad | did a comparison of the flags used by autotools and the flags being used by cmake for the tk build and it's impressive that it works given all of the differences... slew of differences on the comand line declarations being used |
| 18:37.44 | brlcad | one of which being the cause of the compile failure, different sets of include paths being used, it's missing /usr/X11/include |
| 18:44.19 | brlcad | http://brlcad.org/tmp/cmake_fail.patch |
| 18:44.43 | brlcad | that's the diff of the same file being compiled by autotools and cmake |
| 18:45.22 | brlcad | adds a slew, omits a few, changes a few others, and same with includes |
| 18:50.35 | brlcad | should attempt to minimize/elimiate most of those differences .. each one is potentially an obscure bug that can cause differences and problems down the road (like now) |
| 19:19.54 | brlcad | this is very annoying.. i've removed all references to X11R6 from all our cmake files, yet it keeps finding and using it |
| 19:23.10 | brlcad | (and yes, cache files and such all deleted |
| 19:56.30 | brlcad | starseeker: you're going to have to teach me what I'm doing wrong sometime next week, because I've been fighting cmake all day now trying to add a basic cppflag and it's still not working... |
| 19:57.37 | brlcad | finally got it working by forcibly setting CMAKE_C_FLAGS, but there has to be a better way |
| 20:38.35 | CIA-48 | BRL-CAD: 03brlcad * r47352 10/brlcad/trunk/doc/docbook/ (CMakeLists.txt Makefile.am): ElNode.pm and read-db-xml.pl are missing from dist, add them |
| 20:43.27 | CIA-48 | BRL-CAD: 03brlcad * r47353 10/brlcad/tags/rel-7-20-4/: too many problems slipped through distcheck, including files missing from dist and a default cmake fail on mac 10.6. need to resync to STABLE and retag. |
| 20:45.15 | CIA-48 | BRL-CAD: 03brlcad * r47354 10/brlcad/trunk/NEWS: need to retag, update release date |
| 21:00.30 | CIA-48 | BRL-CAD: 03brlcad * r47355 10/brlcad/trunk/misc/CMake/FindX11.cmake: |
| 21:00.30 | CIA-48 | BRL-CAD: assuming the X11 include and lib search paths are in some sort of reverse |
| 21:00.30 | CIA-48 | BRL-CAD: priority order, sort them to help ensure system dirs take precedence over legacy |
| 21:00.30 | CIA-48 | BRL-CAD: package system dirs (except for /usr/local). make sure /usr/X11 comes 'before' |
| 21:00.30 | CIA-48 | BRL-CAD: (i.e., after due to reverse priority order?) the previous /usr/X11R6 convention. |
| 21:00.31 | CIA-48 | BRL-CAD: eliminate trailing ws waste too. |
| 21:10.06 | CIA-48 | BRL-CAD: 03brlcad * r47356 10/brlcad/trunk/misc/CMake/FindX11.cmake: having trouble believing the paths are really searched in reverse order, so reverse/revert the ordering. give 64-bit precedence. |
| 21:11.13 | CIA-48 | BRL-CAD: 03brlcad * r47357 10/brlcad/trunk/misc/CMake/FindGL.cmake: more X11 hard-coded path craziness. reorder and eliminate unnecessary trailing ws. |
| 21:15.20 | CIA-48 | BRL-CAD: 03brlcad * r47358 10/brlcad/trunk/src/other/ (6 files in 6 dirs): update the cmake copies (might make sense to make them use an svn:external so there is only one copy) |
| 21:33.43 | CIA-48 | BRL-CAD: 03brlcad * r47359 10/brlcad/trunk/src/other/step/include/: ignore scl_cf.h.in since autoheader will create it during autogen.sh |
| 22:19.07 | CIA-48 | BRL-CAD: 03brlcad * r47360 10/brlcad/trunk/src/util/pixclump.c: gcc 4.3.2 is curiously reporting that cte is exceeding the array bounds, but seems fine if we avoid the unsigned char pointer. possibly a bug or possibly valid detection of same bad pointer juju. either way, quelled. |
| 23:55.50 | *** join/#brlcad louipc (~louipc@archlinux/trusteduser/louipc) | |