00:15.05 | *** join/#brlcad starseeker_ (n=CY@c-68-33-217-173.hsd1.md.comcast.net) |
00:57.11 | *** join/#brlcad elite01 (n=elite01@unaffiliated/elite01) |
01:41.48 | *** join/#brlcad deeeffache (n=deeeffac@adsl-99-145-5-62.dsl.emhril.sbcglobal.net) |
01:44.48 | deeeffache | is there any more detailed installation documentation other then README and INSTALL?? I downloaded 7.10.4. Theres no configure file though. I downloaded autogen.sh, libtools, autoconf and automake.. I put autogen.sh in the same dir with INSTALL and README and ran it.. the resulting configure file runs, but make fails. was that the right place to put it? |
01:55.18 | starseeker | You might want to download the 7.12.6 tarball and try that |
01:55.40 | starseeker | ./configure --enable-all && make |
01:55.49 | starseeker | unless you want to use some system libs |
01:56.04 | starseeker | then ./configure && make |
01:58.09 | louipc | yeah the tarball should have pretty much everything you need |
02:09.59 | *** join/#brlcad thing1 (n=ric@203-206-36-155.dyn.iinet.net.au) |
02:37.00 | CIA-4 | BRL-CAD: 03starseeker * r32583 10/brlcad/trunk/src/libged/nfind.c: Whoopsie - fix order of args to fnmatch, so I actually get pattern matching |
03:17.28 | louipc | âµ |
03:46.15 | starseeker | then ./configure && make |
03:46.18 | starseeker | whoops |
03:46.20 | starseeker | sorry |
03:49.21 | louipc | hey starseeker |
03:50.49 | louipc | do you know how to disable follow mouse window focus in mged? |
04:32.05 | deeeffache | ok, i downloaded 7.12.2.. still no configure scripts or anything |
04:39.11 | deeeffache | and you guys said 7.12.6.. and i was downloading ht elinux package not the source.. um, i think i should be alright now, thanks for making me notice |
04:51.41 | CIA-4 | BRL-CAD: 03starseeker * r32584 10/brlcad/trunk/src/libged/ (nfind.c nfind.h): add nattr option - a simple reversal of the attr option, but useful for (say) finding all objects with attributes that do NOT have the region attr set: nfind -nattr region -attr \* |
05:41.15 | CIA-4 | BRL-CAD: 03brlcad * r32585 10/brlcad/trunk/src/tclscripts/mged/ (6 files): need to make sure the commands we're looking for are loaded if they're available otherwise info commands may still fail. |
05:45.55 | CIA-4 | BRL-CAD: 03brlcad * r32586 10/brlcad/trunk/src/ (libged/wdb_obj.c mged/cmd.c mged/cmd.h mged/setup.c): add a stub interface for commands (like 'db') that don't exist until after other commands are run (e.g. opendb). this lets us get help on commands even if they don't exactly exist |
06:13.12 | CIA-4 | BRL-CAD: 03starseeker * r32587 10/brlcad/trunk/src/libged/ (nfind.c nfind.h): |
06:13.12 | CIA-4 | BRL-CAD: Add stdattr option which takes 0 or 1 and sorts based on whether attributes are |
06:13.12 | CIA-4 | BRL-CAD: standard - 1 returns objects with one or more standard attributes and no |
06:13.12 | CIA-4 | BRL-CAD: non-standard, 0 returns objects with one or more non-standard. Between the zero |
06:13.12 | CIA-4 | BRL-CAD: setting for this option and the attr option it should now be possible to achieve |
06:13.15 | CIA-4 | BRL-CAD: the effects desired in feature request 1177374. |
06:29.22 | deeeffache | is there a list of what libraries are required for compile anywhere?? |
06:57.58 | Ralith | deeeffache, configure will tell you what, if anything, is missing. You'll find brl-cad to be pretty self-contained, though. |
07:01.31 | deeeffache | i have an error during make libtool: link: cannot find the library `../../src/other/incrTcl/libitk.la' |
07:02.34 | deeeffache | any recommendation? |
08:10.42 | *** join/#brlcad deeeffache_ (n=deeeffac@adsl-99-141-223-50.dsl.emhril.sbcglobal.net) |
08:29.15 | *** join/#brlcad thing0 (n=ric@124-169-232-110.dyn.iinet.net.au) |
09:12.29 | *** join/#brlcad PrezKennnedy (i=Matthew@whitecalf.net) |
11:35.59 | *** join/#brlcad Elperion (n=Bary@p5B14F0A4.dip.t-dialin.net) |
11:39.09 | *** join/#brlcad elite01 (n=elite01@unaffiliated/elite01) |
12:53.33 | *** join/#brlcad andrecastelo___ (n=chatzill@189.71.21.233) |
13:53.50 | *** join/#brlcad thing0 (n=ric@124-169-232-110.dyn.iinet.net.au) |
14:11.32 | *** join/#brlcad thing1 (n=ric@124-169-240-3.dyn.iinet.net.au) |
14:40.15 | *** join/#brlcad thing0 (n=ric@124-169-58-230.dyn.iinet.net.au) |
18:31.51 | CIA-4 | BRL-CAD: 03starseeker * r32588 10/brlcad/trunk/src/libged/ (nfind.c nfind.h): Tweak behavior of stdattr option - add -1 option that will print a table of ALL nonstandard attr,value pairs at the expense of ignoring other find options. |
18:32.32 | *** join/#brlcad bjorkBSD (n=bjork@ip72-204-41-71.fv.ks.cox.net) |
18:32.39 | bjorkBSD | how's good-ole brl these days? |
18:32.48 | starseeker | busy :-) |
18:34.57 | bjorkBSD | hmm. i need to revive my brl-cad-iness. |
18:35.03 | bjorkBSD | it's still use tcl/tk right? |
18:35.09 | starseeker | yep |
18:35.28 | starseeker | work going on exploring other options, but for the moment it's still tcl/tk |
18:40.11 | bjorkBSD | hmmm. |
18:41.08 | starseeker | The libged work Bob is doing will help make the functionality MGED independent |
19:16.34 | yukonbob | hello, cadheads |
19:17.01 | yukonbob | starseeker: re: options BLASPHEMY!!! |
20:20.06 | brlcad | settles in and breathes a sigh of relief |
20:21.41 | brlcad | starseeker: find has (or at least you should add it) built-in negation support, so if you have a -stdattr option, finding non-standard options becomes simply -not -stdattr |
20:22.22 | brlcad | -not -or -and with parens gives you complete boolean recipes for just about any action |
20:27.06 | brlcad | that might/should make the arg to -stdattr just go away |
21:06.47 | *** join/#brlcad Elperion (n=Bary@p5B14F0A4.dip.t-dialin.net) |
21:13.14 | *** join/#brlcad deeeffache (n=deeeffac@adsl-99-141-223-50.dsl.emhril.sbcglobal.net) |
21:17.06 | brlcad | deeeffache: did you figure out your compile problems? |
21:17.30 | brlcad | the libitk.la problem sounds like a stale libtool, need to re-run autogen.sh and make noprod |
21:47.43 | deeeffache | brlcad: Many thanks. got past that error.. theres a new one now, but i can take care of this one. |
22:32.30 | deeeffache | omg it works. Thanks to everyone who helped out in the past day. |
22:47.50 | brlcad | deeeffache: be sure to check out the tutorials on the website |
22:48.04 | brlcad | there's a lot to learn before things start to click and make sense |
22:49.09 | yukonbob | heh -- _now_ the hard part begins ;) |
23:15.53 | CIA-4 | BRL-CAD: 03brlcad * r32589 10/brlcad/trunk/TODO: still need to make mged behave better detecting whether it's being run interactively or not. |
23:50.50 | *** join/#brlcad Twingy (n=justin@74.92.144.217) |
23:56.47 | CIA-4 | BRL-CAD: 03brlcad * r32590 10/brlcad/trunk/src/librt/db_path.c: comment ws |
23:58.08 | CIA-4 | BRL-CAD: 03brlcad * r32591 10/brlcad/trunk/include/raytrace.h: ws |
23:58.52 | CIA-4 | BRL-CAD: 03brlcad * r32592 10/brlcad/trunk/include/ged.h: have GED_INIT() call ged_init() since it does almost everything we need |