| 00:04.24 | DavidChipman | Erik, you've still got gnome1 on your system? |
| 00:05.13 | DavidChipman | BTW all, thanks for your help.. Now to figure out while things weren't found earlier.. |
| 00:05.36 | DavidChipman | I really wouuld rather use the system installs for things.. |
| 00:05.54 | DavidChipman | Is ther a reason we're using such a new TCL/TK version? |
| 00:07.14 | DavidChipman | bbl |
| 00:10.28 | brlcad | DavidChipman: much longer talk, but yeah there were a variety of reasons for bundling a newer version -- the fact that you can link against 8.4 was a bit of back-porting so that either would work |
| 00:33.14 | *** join/#brlcad BigAToo (n=BigAToo@pool-96-230-124-219.sbndin.btas.verizon.net) | |
| 00:38.56 | *** join/#brlcad BigAToo (n=BigAToo@pool-96-230-124-219.sbndin.btas.verizon.net) | |
| 00:55.58 | DavidChipman | brlcad, What do you mean I could link against 8.4? It refused to find it! |
| 00:58.51 | DavidChipman | not that it matttttters now. I''m running the benchmark.. |
| 01:01.58 | *** join/#brlcad madant (n=madant@117.196.132.150) | |
| 01:03.13 | DavidChipman | wb, madant |
| 01:03.31 | madant | had gone for my morning run :) |
| 01:05.39 | DavidChipman | Ah, Ok. I't's evening here |
| 01:06.10 | madant | 6:36 am here now :D |
| 01:06.27 | madant | so how are u liking mged :) |
| 01:11.48 | DavidChipman | Haven't had a change to run it yet, going through the benchmark |
| 01:12.05 | DavidChipman | I'm a complete noobie to BRL-CAAD |
| 01:12.08 | brlcad | it found it, determined the version, and refused to *use* it |
| 01:12.25 | DavidChipman | What brlcad? |
| 01:12.35 | brlcad | 19:55 < DavidChipman> brlcad, What do you mean I could link against 8.4? It refused to find it! |
| 01:12.59 | brlcad | it'll link against it just fine |
| 01:13.04 | DavidChipman | Oh, OK. Thought you were interjecting about mged! Whoops! |
| 01:13.05 | brlcad | just has to have a matching itcl |
| 01:14.04 | DavidChipman | I understand. |
| 03:12.58 | *** join/#brlcad AddZero (n=user@c75-111-103-220.amrlcmta01.tx.dh.suddenlink.net) | |
| 04:37.00 | *** join/#brlcad Ralith (n=ralith@216.162.199.202) | |
| 06:03.52 | *** part/#brlcad AddZero (n=user@c75-111-103-220.amrlcmta01.tx.dh.suddenlink.net) | |
| 06:52.52 | starseeker | brlcad: BTY, it looks like the changes to the make command for arbs were intentional - we should probably add a NEWS item about that so it's at least announced |
| 06:54.14 | CIA-32 | BRL-CAD: 03starseeker * r33633 10/brlcad/trunk/regress/mged_test.sh: Add test for copymat command |
| 07:14.52 | CIA-32 | BRL-CAD: 03starseeker * r33634 10/brlcad/trunk/regress/mged_test.sh: Add tests for push, putmat and xpush commands |
| 08:00.01 | *** join/#brlcad _sushi_ (n=_sushi_@77-58-225-236.dclient.hispeed.ch) | |
| 08:21.33 | brlcad | starseeker: go for it |
| 08:30.15 | *** join/#brlcad madant (n=madant@117.196.145.15) | |
| 11:16.54 | *** join/#brlcad elite01 (n=omg@unaffiliated/elite01) | |
| 11:49.22 | *** join/#brlcad Dr_Phreakenstein (n=phreak@216.151.24.198) | |
| 12:18.03 | *** join/#brlcad BigAToo (n=BigAToo@pool-96-230-124-219.sbndin.btas.verizon.net) | |
| 14:45.21 | *** join/#brlcad Axman6 (n=Axman6@pdpc/supporter/student/Axman6) | |
| 15:21.13 | *** join/#brlcad madant (n=madant@117.196.143.7) | |
| 15:29.32 | *** join/#brlcad troels (n=d94ad42e@bz.bzflag.bz) | |
| 15:33.08 | troels | hello there |
| 15:33.25 | troels | Can I pose a quick question about brl-cad? |
| 15:36.41 | elite01 | don't ask to ask, just ask |
| 15:36.52 | elite01 | although i probably can't answer it, someone else will |
| 15:39.11 | troels | very well.. I was wondering how the autocad DXF export is implemented? Do you use licensed libs from autodesk, or have you implemented something yourself? |
| 15:40.28 | troels | Thing is, I am looking for an open-source library to read/write autocad DXF files, if such a thing exists. |
| 16:03.08 | ``Erik | our own special stuff, for a subset of dxf type things. it's in src/conv/g-dxf.c |
| 16:03.47 | ``Erik | sorry, src/conv/dxf/g-dxf.c |
| 16:05.16 | ``Erik | (only does triangle meshes) |
| 16:16.09 | troels | what's the license? Is it ok to use for commercial application? |
| 16:26.36 | *** join/#brlcad BigAToo (n=BigAToo@pool-96-230-124-219.sbndin.btas.verizon.net) | |
| 16:28.05 | *** join/#brlcad ``Erik (i=erik@c-76-111-12-116.hsd1.md.comcast.net) | |
| 16:29.03 | ``Erik | blah |
| 16:29.45 | ``Erik | the license is LGPL |
| 16:31.00 | ``Erik | if you mean closed source instead of commercial, you'd have to go through some hoops to comply with the license (changing the code designed to create an executable into one making a library, and making that library's source available, or providing object files for 'all the other stuff', so the g-dxf.c can be recompiled and everything relinked) |
| 16:31.11 | ``Erik | uh, gnu.org would have a good description of the constraints |
| 16:31.28 | *** join/#brlcad samrose (n=samrose@c-24-11-214-181.hsd1.mi.comcast.net) | |
| 16:32.42 | troels | ok. Thats great. I think that would be the strategy anyway, as it is supposed to serve a program in an interpreted language anyway. |
| 16:56.38 | *** part/#brlcad troels (n=d94ad42e@bz.bzflag.bz) | |
| 17:11.55 | *** join/#brlcad ``Erik (i=erik@c-76-111-12-116.hsd1.md.comcast.net) | |
| 17:12.25 | brlcad | turning any of our libs into a converter would be a good thing |
| 17:12.37 | brlcad | need to sort out a callback api at some point |
| 17:12.58 | brlcad | so they can be migrated into plugin-libs for libgcv |
| 17:26.50 | *** join/#brlcad Ralith (n=ralith@216.162.199.202) | |
| 17:44.07 | brlcad | ~vc |
| 17:44.08 | ibot | the BZFlag development platform of choice. |
| 17:44.12 | brlcad | heh |
| 17:44.18 | brlcad | ~.vc |
| 17:53.08 | *** join/#brlcad BigAToo (n=BigAToo@pool-96-230-124-219.sbndin.btas.verizon.net) | |
| 18:08.17 | *** join/#brlcad brianko (n=brian@unaffiliated/brianko) | |
| 18:18.58 | CIA-32 | BRL-CAD: 03Sean 07http://brlcad.org * r1205 10/wiki/MGED_CMD_g: reword the object names in the example since .nmg could be confused with a primitive |
| 18:23.53 | *** part/#brlcad brianko (n=brian@unaffiliated/brianko) | |
| 18:32.05 | CIA-32 | BRL-CAD: 0398.218.53.50 07http://brlcad.org * r1206 10/wiki/Overview: give the gallery some firm sizes so the images can be resized |
| 18:32.10 | brlcad | loves it! |
| 18:32.30 | brlcad | i'm inclined to edit more wiki pages even.. |
| 18:32.38 | brlcad | and turn off my rss notifications.. |
| 18:32.53 | brlcad | e-mail diffs would be nice though |
| 18:49.57 | *** join/#brlcad ``Erik_ (i=erik@c-76-111-12-116.hsd1.md.comcast.net) | |
| 19:49.12 | *** join/#brlcad Elrohir (n=kvirc@p5B14DB13.dip.t-dialin.net) | |
| 19:55.23 | *** join/#brlcad ``Erik_ (i=erik@c-76-111-12-116.hsd1.md.comcast.net) | |
| 20:50.32 | brlcad | ``Erik and starseeker -- if you're feeling spontaneous, having a superbowl party today and you're welcome to come on by |
| 20:51.00 | brlcad | couple folks are already here, game starts around 6 |
| 21:06.49 | *** join/#brlcad Ralith (n=ralith@216.162.199.202) | |
| 21:59.58 | *** join/#brlcad _sushi_ (n=_sushi_@77-58-236-87.dclient.hispeed.ch) | |