| 00:17.51 | *** join/#brlcad MinstrelGypsy (n=mario_du@bas2-sudbury98-1177679934.dsl.bell.ca) | |
| 00:18.29 | MinstrelGypsy | BrepHandler.cpp needs to "assert" itself :) | 
| 00:19.43 | louipc | yeah I got that one too | 
| 00:19.50 | MinstrelGypsy | heh | 
| 00:20.38 | MinstrelGypsy | tell it to #include "assert.h" ;) | 
| 00:20.47 | louipc | I actually succeeded in building and installing 7.10.0 but then I couldn't browse geometry heh | 
| 00:21.06 | MinstrelGypsy | im still waiting for success | 
| 00:21.11 | louipc | I had already pkged and installed jove so that error was skipped | 
| 00:21.23 | MinstrelGypsy | jove is fixed in cvs | 
| 00:21.31 | louipc | I know :D | 
| 00:21.54 | MinstrelGypsy | emacs? blargh, vi forever :D | 
| 00:22.18 | louipc | oh not that again hahhh | 
| 00:22.40 | MinstrelGypsy | i use midnight commander more often than not | 
| 00:24.21 | louipc | every once in awhile I'll try a file-man but I always go back to shell commands :/ | 
| 00:24.42 | MinstrelGypsy | i mix the two liberal doses of both | 
| 00:25.04 | MinstrelGypsy | for moving whole directories around it beautifull | 
| 00:25.13 | MinstrelGypsy | *its | 
| 01:14.44 | *** join/#brlcad CIA-4 (n=CIA@208.69.182.149) | |
| 01:47.12 | *** join/#brlcad bjorkBSD (n=bjork@ip70-178-214-102.ks.ks.cox.net) | |
| 03:41.41 | *** join/#brlcad PrezKennedy (n=Matthew@c-69-255-112-97.hsd1.md.comcast.net) | |
| 03:45.32 | PrezKennedy | brlcad, i forgot my password to bz | 
| 03:46.55 | PrezKennedy | HA | 
| 04:00.07 | PrezKennedy | i wonder if theres a way to get IRC on my blackberry... | 
| 04:07.16 | CIA-4 | BRL-CAD: 03brlcad * 10brlcad/src/libbu/crashreport.c: comment that we really should fork and exec instead of use popen so we can close/redirect stderr since sysctl frequently will dump junk there. | 
| 04:07.58 | CIA-4 | BRL-CAD: 03brlcad * 10brlcad/src/libbu/bomb.c: instead of just dumping the backtrace, dump a full crash report .. but only do this if DEBUG is defined so we have a better chance at having debug symbols in the stack trace. | 
| 04:51.24 | *** join/#brlcad poolio (n=poolio@c-69-251-3-107.hsd1.md.comcast.net) | |
| 05:48.31 | *** join/#brlcad brlcad (n=sean@bz.bzflag.bz) | |
| 06:27.29 | CIA-4 | BRL-CAD: 03brlcad * 10brlcad/src/librt/roots.c: gah, unbreak the root solver -- compat4 params are swapped like the others, just in a pair. thx john! | 
| 07:28.37 | *** join/#brlcad clock_ (n=clock@zux221-122-143.adsl.green.ch) | |
| 12:45.33 | *** join/#brlcad Elperion (n=Elperion@p54874895.dip.t-dialin.net) | |
| 13:10.36 | *** join/#brlcad gioacchino (n=gioacchi@host-84-221-21-170.cust-adsl.tiscali.it) | |
| 13:10.52 | gioacchino | hello all | 
| 13:11.13 | gioacchino | how to convert .dwg in .g ? | 
| 14:13.09 | *** join/#brlcad Elperion (n=Elperion@p54874895.dip.t-dialin.net) | |
| 14:21.42 | *** join/#brlcad SWPadnos (n=Me@dsl245.esjtvtli.sover.net) | |
| 14:40.02 | brlcad | gioacchino: dwg drawing files are predominantly 2D data, not solid modeling data -- there isn't a converter | 
| 14:42.34 | brlcad | gioacchino: did you get my answer regarding the problem you were having with "in cono.r tcg 1 1 1 1 1 100 1 50 1 50 1 1 1 1 100" .. you're using vectors there that are non-perpendicular, i.e. it's invalid | 
| 14:42.58 | brlcad | turning those one's into zero's and you have perpendicularity | 
| 14:45.58 | gioacchino | asp asp | 
| 14:46.06 | gioacchino | intanto grazie per la cosa sul dwg | 
| 14:49.24 | gioacchino | grazie | 
| 14:49.32 | gioacchino | ero gia riuscito a risolvere | 
| 14:49.38 | gioacchino | brlcad: | 
| 14:50.05 | gioacchino | after creation with in exiat a metod to modify the solid ? | 
| 14:51.23 | ``Erik | sed cono.r | 
| 14:51.35 | brlcad | there's a variety of ways .. there are commands for editing objects on the command line, there is a text edit command (ted), there's the edit menu in the gui .. | 
| 14:51.47 | ``Erik | then the edit menu will contain primitive specific shtuff | 
| 14:52.13 | brlcad | yeah, that's one of the easiest ways | 
| 14:52.22 | gioacchino | grazie | 
| 14:54.47 | ``Erik | C: void greet(char *person) { printf("Hi, %s\n", person); return; } | 
| 14:54.54 | ``Erik | lisp: (defun greet (person) (format nil "Hi, ~A" person)) | 
| 14:55.01 | ``Erik | scheme: (define (greet person) (println "Hi, " person)) | 
| 14:55.07 | ``Erik | :) | 
| 14:55.25 | ``Erik | (at least with the trivial case...) | 
| 14:55.31 | ``Erik | format is all sorts of skeery | 
| 14:58.35 | brlcad | eh, in all fairness, either the void or the return aren't strictly necessary | 
| 14:59.33 | brlcad | i think they all just look like code | 
| 14:59.39 | brlcad | none pretty :) | 
| 15:06.09 | *** join/#brlcad poolio (n=poolio@c-69-251-3-107.hsd1.md.comcast.net) | |
| 15:18.24 | CIA-4 | BRL-CAD: 03jlowenz * 10brlcad/src/conv/iges/brlcad_brep.cpp: implement handlers for rational b-spline surfaces and surfaces of revolution | 
| 15:45.50 | *** join/#brlcad SWPadnos_ (n=Me@dsl245.esjtvtli.sover.net) | |
| 15:52.41 | CIA-4 | BRL-CAD: 03erikgreenwald * 10brlcad/src/libbu/image.c: fixes to make PNG saving work | 
| 17:00.20 | *** join/#brlcad elite01 (n=elite01@dslc-082-082-082-172.pools.arcor-ip.net) | |
| 17:04.08 | *** join/#brlcad elite01 (n=elite01@dslc-082-082-082-172.pools.arcor-ip.net) | |
| 18:06.44 | CIA-4 | BRL-CAD: 03jlowenz * 10brlcad/src/conv/iges/Makefile.am: add wdb lib to new iges converter build | 
| 18:09.00 | CIA-4 | BRL-CAD: 03jlowenz * 10brlcad/src/conv/iges/ (nmain.cpp brlcad_brep.cpp brlcad.hpp): "finish" the topology handling code and write out a test .g file. currently has a bug in the trim curve handling. | 
| 18:31.40 | CIA-4 | BRL-CAD: 03brlcad * 10brlcad/src/conv/iges/Makefile.am: wdb comes before rt, bn, bu | 
| 18:57.23 | CIA-4 | BRL-CAD: 03brlcad * 10brlcad/configure.ac: set the deep datadir if prefix is default | 
| 18:59.09 | CIA-4 | BRL-CAD: 03brlcad * 10brlcad/configure.ac: report on where data files are going to go too | 
| 20:02.54 | *** join/#brlcad Elperion (n=Elperion@p54874895.dip.t-dialin.net) | |
| 20:23.31 | CIA-4 | BRL-CAD: 03brlcad * 10brlcad/src/librt/roots.c: remove forward decls, they're already in usage order | 
| 20:23.56 | CIA-4 | BRL-CAD: 03brlcad * 10brlcad/src/librt/ (g_pipe.c g_tgc.c g_torus.c): remove references to the rt_poly routines, refer to bn_poly instead | 
| 20:25.02 | *** join/#brlcad Elperion (n=Elperion@p54874895.dip.t-dialin.net) | |
| 20:29.44 | *** join/#brlcad Twingy (n=justin@74.92.144.217) | |
| 20:30.42 | *** join/#brlcad Elperion (n=Elperion@p54874895.dip.t-dialin.net) | |
| 20:39.10 | CIA-4 | BRL-CAD: 03brlcad * 10brlcad/src/librt/roots.c: apparently, I lied -- they weren't in order yet. now they are, and include doxygenified comments | 
| 21:45.17 | *** join/#brlcad ``Erik (i=erik@c-69-250-155-85.hsd1.md.comcast.net) | |
| 21:57.09 | *** join/#brlcad dli (n=dli@nsit-dhcp-035-061.uchicago.edu) | |
| 22:37.54 | *** join/#brlcad louipc (n=louipc@bas8-toronto63-1177706231.dsl.bell.ca) | |
| 22:45.46 | *** join/#brlcad louipc_ (n=louipc@bas8-toronto63-1177706947.dsl.bell.ca) | |
| 22:48.27 | *** join/#brlcad smallfoot- (i=smallfoo@clamwin/translator/smallfoot) | |