IRC log for #brlcad on 20100515

00:03.05 ``Erik is that even legal? O.o
00:23.02 brlcad xml?
00:24.13 brlcad ``Erik: probably developed by a contractor, they could impose that requirement
00:26.06 brlcad there are a variety of xml libs that will work just fine cross-platform
00:26.18 brlcad expat is pretty self-contained iirc
00:26.29 brlcad tinyxml is great for simple stuff
00:26.59 brlcad minixml is another small one with no deps
00:27.18 brlcad xerces is the big horse with validation...
01:57.31 CIA-73 BRL-CAD: 03brlcad * r39234 10/brlcad/trunk/include/opennurbs_ext.h: ws consistency cleanup, functions are called out as special scopes with open parens on the next line ala traditional k&r style.
01:57.52 CIA-73 BRL-CAD: 03brlcad * r39235 10/brlcad/trunk/include/vmath.h: remove parens on return statement for consistency
02:23.16 CIA-73 BRL-CAD: 03brlcad * r39236 10/brlcad/trunk/src/librt/opennurbs_ext.cpp: ::getSurfacePoint was renamed to ::brep_getSurfacePoint to remove ambiguity. match it up.
02:26.39 CIA-73 BRL-CAD: 03brlcad * r39237 10/brlcad/trunk/src/other/tk/generic/tk.h: quell compilation shadow warnings on 'index' like is done in tcl.h
02:38.32 CIA-73 BRL-CAD: 03brlcad * r39238 10/brlcad/trunk/src/libwdb/pipe.c: quellage on pipe shadow
02:41.33 CIA-73 BRL-CAD: 03brlcad * r39239 10/brlcad/trunk/src/libwdb/ (arbn.c reg.c units.c wdb.c): remove parens on return statements for consistency. size_t quellage
03:03.58 *** join/#brlcad akafubu (~akafubu@c-71-228-184-130.hsd1.al.comcast.net)
03:03.58 *** join/#brlcad akafubu (~akafubu@unaffiliated/akafubu)
03:11.46 *** join/#brlcad 92AAAEXUF (~stevegt@c-69-181-134-76.hsd1.ca.comcast.net)
03:13.29 CIA-73 BRL-CAD: 03brlcad * r39240 10/brlcad/trunk/src/gtools/beset/beset.c: typo
03:15.19 CIA-73 BRL-CAD: 03brlcad * r39241 10/brlcad/trunk/src/gtools/beset/population.c: nutha typo
04:14.26 CIA-73 BRL-CAD: 03starseeker * r39242 10/brlcad/trunk/doc/docbook/system/man5/en/attributes.xml: Hmm - perl has an attributes man page too - call ours gattributes.
04:15.29 CIA-73 BRL-CAD: 03starseeker * r39243 10/brlcad/trunk/doc/docbook/system/man5/en/ (Makefile.am attributes.xml gattributes.xml): Move attributes.xml to gattributes.xml
04:25.19 CIA-73 BRL-CAD: 03brlcad * r39244 10/brlcad/trunk/src/ (556 files in 92 dirs): return consistency cleanup. return isn't a function so don't let it pretend to be one. unwrap parens on return statements, match majority.
05:31.37 *** join/#brlcad alex_joni (~alex_joni@emc/board-of-directors/alexjoni)
09:31.33 *** join/#brlcad mafm (~mafm@146.Red-88-23-76.staticIP.rima-tde.net)
10:15.46 *** join/#brlcad __monty__ (~toon@d51A54064.access.telenet.be)
10:15.52 *** part/#brlcad __monty__ (~toon@d51A54064.access.telenet.be)
10:16.02 *** join/#brlcad __monty__ (~toon@d51A54064.access.telenet.be)
12:38.00 *** join/#brlcad Davelister (~niels@unaffiliated/davelister)
12:38.06 Davelister hello
13:13.28 CIA-73 BRL-CAD: 03Tbrowder 07http://brlcad.org * r2236 10/wiki/Main_Page: /* Tutorials */
13:27.37 CIA-73 BRL-CAD: 03Tbrowder 07http://brlcad.org * r2237 10/wiki/Interrogating_and_Modifying_a_Model_Algorithmically: Initial page edits.
14:09.15 louipc hello
14:39.23 *** join/#brlcad __monty__ (~toon@d51A54064.access.telenet.be)
14:39.49 __monty__ Is the precompiled mac version no longer being held up to date?
15:32.55 brlcad __monty__: it's not been updated in a while
15:33.01 brlcad but a binary release is expected "soon"
15:33.58 brlcad the binary releases are updated as there is a pressing need or a designated maintainer for all the platforms
15:33.58 __monty__ Then I'll try compiling from source, does it require experience or is it a mindless ./conifigure, make, make install?
15:34.07 brlcad it should be pretty mindless
15:34.24 __monty__ Ok, I'll have a go at it then.
15:34.27 brlcad sh autogen.sh && ./configure --enable-all --enable-optimized && make && sudo make install
15:34.34 brlcad should do the trick
15:35.29 __monty__ That's a one-liner right?
15:42.20 ``Erik yes
15:43.41 *** join/#brlcad Stattrav (~Stattrav@117.96.118.1)
15:44.00 __monty__ Ok, it's on the way.
15:44.45 ``Erik the "&&" means "if the previous command succeeded, then do this command"
15:46.43 __monty__ Ah ok, I didn't know it contained a check for the previous command.
15:48.10 __monty__ I'm getting a couple errors, can I paste the last few lines or do you need more?
15:48.34 ``Erik http://paste.lisp.org
15:49.25 Davelister see you here ;-)
15:49.30 *** part/#brlcad Davelister (~niels@unaffiliated/davelister)
15:52.04 __monty__ The paste is too large, should I split it into a few parts or only paste part of it?
15:52.43 brlcad what failed?
15:53.23 __monty__ Paste too large or do you mean the last few lines?
15:54.11 __monty__ These are the last 4 lines: make[3]: *** [libTkhtml3.0.dylib] Error 1
15:54.11 __monty__ make[2]: *** [all-recursive] Error 1
15:54.11 __monty__ make[1]: *** [all-recursive] Error 1
15:54.12 __monty__ make: *** [all-recursive] Error 1
15:57.20 brlcad hm, tkhtml failed
15:57.28 brlcad that's odd
15:57.51 brlcad need more of the paste, maybe the 20-30 lines that preceeded those in a pastebin
15:59.34 __monty__ Hope this is enough, just say if you need more: http://paste.lisp.org/+24LU
17:34.40 __monty__ Did my paste help?
17:41.16 *** join/#brlcad __monty__ (~toon@d51A54064.access.telenet.be)
17:41.22 *** join/#brlcad Stattrav (~Stattrav@110.224.55.232)
18:26.01 *** join/#brlcad 50UAAQL6Q (~stevegt@cislunar.TerraLuna.Org)
18:46.16 louipc looks like you need X to build tkhtml3
19:56.33 CIA-73 BRL-CAD: 03Tbrowder 07http://brlcad.org * r2238 10/wiki/Interrogating_and_Modifying_a_Model_Algorithmically:
20:08.09 CIA-73 BRL-CAD: 0341.190.32.114 07http://brlcad.org * r2239 10/wiki/MGED_CMD_ae: fix typo
22:14.22 *** join/#brlcad VaioStyle (~VaioStyle@c-98-211-238-67.hsd1.fl.comcast.net)
23:43.35 louipc Got a segfault on mged - http://pastebin.com/fM1X7Vcf
23:44.15 louipc hmm I guess I should try another WM to see if it persists

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.