| 00:04.45 | starseeker | turns mildly read as he realizes he added about 800 unnecessary bu_vls_trunc calls in tire where sprintf would have been appropriate... |
| 00:04.50 | starseeker | red even |
| 00:05.27 | brlcad | :) |
| 00:07.02 | starseeker | that'll be a nice little loc reduction once I get done mucking with the editor stuff... |
| 00:08.35 | ``Erik | and probably a minor performance boone, to boot |
| 00:08.57 | brlcad | nah, sprintf just truncs automatically |
| 00:09.07 | brlcad | that's the diff between bu_vls_printf and bu_vls_sprintf |
| 00:09.28 | brlcad | printf treats it as a stream and appends, sprintf as a string and truncates |
| 00:16.06 | starseeker | wow, writesolid in tedit.c is begging for a primitive callback. |
| 00:18.26 | starseeker | read too, for that matter |
| 00:21.00 | ``Erik | hrm, something similar to the 'get' and 'adjust' callbacks, perhaps? |
| 00:23.27 | CIA-34 | BRL-CAD: 03brlcad * r37423 10/brlcad/trunk/src/libged/pathlist.c: rewrite pathlist to not edit the provided pathp so the db_full_path can be const |
| 00:58.28 | CIA-34 | BRL-CAD: 03brlcad * r37424 10/brlcad/trunk/bench/run.sh: ah, to forget the almighty 'hinv' command that sgi used to provide. check for it too, but remove the comments in the submission recommendations since we now embed system information in the log files. |
| 01:00.32 | ``Erik | can't remember the hpux one :/ |
| 01:00.41 | ``Erik | hm, 'caprica' on syfy |
| 01:04.51 | starseeker | affects edcolor too |
| 01:04.53 | starseeker | confound it |
| 01:06.54 | starseeker | also edmater and red |
| 01:07.34 | brlcad | ahh, yes |
| 01:08.21 | starseeker | comments out ged_edit calls until he figures out how badly he broke it |
| 01:09.00 | brlcad | heh |
| 01:09.41 | starseeker | hopes like hell he at least has the right idea with this... it would be a stupid issue to hold up the release on... |
| 01:15.06 | starseeker | wonders how many more years before he quits hitting basic C stuff he isn't familiar with... mutter... |
| 01:16.17 | ``Erik | well, ya see, starseeker, the "++" operator means to increment... the same as #'INCR |
| 01:16.30 | starseeker | heh |
| 01:16.38 | starseeker | so THAT's what I was doing wrong |
| 01:17.53 | ``Erik | :D |
| 01:27.26 | ``Erik | wonders if starseeker would consider http://brlcad.org/~erik/unscramble.c to be obfuscated O.o :D |
| 01:29.44 | starseeker | just... would need a little time to unravel |
| 01:30.50 | ``Erik | heh, I wrote that to cheat at an irc based trivia game O:-) |
| 01:31.18 | starseeker | tisk, tisk |
| 01:31.33 | starseeker | ah! it compiled. Now I can watch it blow up |
| 01:34.28 | starseeker | growls... I wish Bob would delete functionality from the mged c files once it's working in libged |
| 01:43.41 | ``Erik | <@GaidinBDJ> Wanna feel old? Just think, if they remade Back to the Future now, they would be travelling back to 1980. |
| 02:01.11 | brlcad | haha |
| 02:04.17 | CIA-34 | BRL-CAD: 03erikgreenwald * r37425 10/brlcad/trunk/src/libged/pathlist.c: Copy db_init_full_path macro from mged/animedit.c to prevent missing symbol link error. |
| 02:04.22 | *** join/#brlcad branco_ (n=branco@79.114.27.55) | |
| 02:05.15 | branco_ | hello ? |
| 02:05.41 | brlcad | ~ask |
| 02:05.41 | ibot | Questions in the channel should be specific, informative, complete, concise, and on-topic. Don't ask if you can ask a question first. Don't ask if a person is there; just ask what you intended to ask them. Better questions more frequently yield better answers. We are all here voluntarily or against our will. |
| 02:07.17 | branco_ | cant compile from source on ubuntu 8.04 - some opennurbs error - u responded once on the ubuntuforums that its a badly setup system somehow , but im relatively sure my system is setup ok |
| 02:07.42 | branco_ | /usr/include/c++/4.2/cstddef:55: error: '::ptrdiff_t' has not been declared |
| 02:08.05 | brlcad | that doesn't sound like the first error |
| 02:08.16 | brlcad | if it's the problem I'm aware of, it's an optimization bug in gcc |
| 02:08.23 | branco_ | when compiling opennurbs_3dm_attributes.cpp |
| 02:08.30 | brlcad | to see if it is, cd src/other && make CXXFLAGS=-O2 |
| 02:08.38 | brlcad | or reconfigure without --enable-optimized |
| 02:08.55 | branco_ | no I tried several things |
| 02:09.06 | brlcad | then I need more of a log than that one line |
| 02:09.12 | brlcad | need it from the compile line to the end of the error |
| 02:09.16 | brlcad | ~bzpaste |
| 02:09.17 | ibot | from memory, bzpaste is http://pastebin.bzflag.bz/ |
| 02:09.23 | brlcad | ideally posted there :) |
| 02:09.44 | brlcad | what is your configure line? |
| 02:09.58 | brlcad | and what version of brl-cad are you attempting to compile? |
| 02:10.44 | branco_ | http://pastebin.bzflag.bz/d3c3bd87c |
| 02:11.12 | branco_ | i guess --enable-optimized --with-ogl |
| 02:11.25 | branco_ | brlcad 7.16.4 |
| 02:11.37 | brlcad | did you try make CXXFLAGS=-O2 ? |
| 02:11.41 | branco_ | last stable source release |
| 02:12.15 | brlcad | because that really looks like the optimization bug .. maybe not, but oddly close |
| 02:12.28 | brlcad | it is a bit shorter than I recall.. |
| 02:12.49 | branco_ | no , but how could that fix it ? it seems very strange that it would fix such an error |
| 02:13.11 | branco_ | http://ubuntuforums.org/showthread.php?t=971927 |
| 02:13.23 | branco_ | i get the exact same output |
| 02:14.00 | brlcad | you're in std header land |
| 02:14.12 | brlcad | different code paths are taken for optimized, unoptimized |
| 02:14.23 | brlcad | it was worth a shot regardless |
| 02:14.27 | brlcad | simple enough to test |
| 02:14.55 | branco_ | cxxflags is an option from the configure command line ? |
| 02:15.02 | brlcad | it's failing on #include <new> |
| 02:15.20 | brlcad | hm? |
| 02:15.29 | branco_ | did you try make CXXFLAGS=-O2 ? |
| 02:15.35 | brlcad | confused, you tried it or you didn't tryi it? |
| 02:15.40 | brlcad | that's not for ME to try.. :) |
| 02:15.40 | branco_ | didnt |
| 02:15.43 | brlcad | that's for you to try |
| 02:16.11 | brlcad | awaits results then |
| 02:16.14 | branco_ | ok ill see how i can do that |
| 02:16.28 | brlcad | there's no "how" to it, other than type it in |
| 02:16.31 | brlcad | exactly like that |
| 02:16.34 | brlcad | instead of "make" |
| 02:16.42 | brlcad | type "make CXXFLAGS=-O2" |
| 02:16.52 | brlcad | no more, no less |
| 02:16.59 | branco_ | ok thnaks , ill try it |
| 02:19.19 | *** join/#brlcad jesica__ (n=jesica@168.226.178.47) | |
| 02:21.53 | brlcad | branco_: do you have build-essential installed? |
| 02:22.07 | brlcad | it's really looking mostly like you have a busted install of the standard c++ headers |
| 02:22.56 | brlcad | it's basically just failing on the very first c++ file, nothing to do with the actual line of code in question that it stops on |
| 02:34.30 | *** join/#brlcad branco__ (n=branco@79.114.98.56) | |
| 02:49.45 | branco__ | i cant wait forever - mabe I'll log in tomorrow - on some reasonable timing for my part of the world - (branco_ to branco__ - got disconnected) |
| 02:50.26 | *** part/#brlcad branco__ (n=branco@79.114.98.56) | |
| 03:02.45 | starseeker | belatedly notes the warning not to call bu_log in the child... der |
| 03:03.01 | brlcad | ah, heh yes, that too |
| 03:03.15 | brlcad | the child closes the standard descriptors for safety |
| 03:23.24 | CIA-34 | BRL-CAD: 03brlcad * r37426 10/brlcad/trunk/ (45 files in 19 dirs): |
| 03:23.24 | CIA-34 | BRL-CAD: make db_walk_tree()'s struct db_full_path pointer be const since no caller |
| 03:23.24 | CIA-34 | BRL-CAD: should really need to be modifying it (and for the few that were temporarily |
| 03:23.24 | CIA-34 | BRL-CAD: modifying it, make them get a copy). this cascades a const through to all of |
| 03:23.24 | CIA-34 | BRL-CAD: the db_walk_tree() callbacks for region start, region end, and the leaf |
| 03:23.25 | CIA-34 | BRL-CAD: function, but it's a minor api change. oof. |
| 03:31.06 | jesica__ | brlcad ... |
| 03:31.36 | brlcad | yes? |
| 03:31.55 | jesica__ | which differences exist if I add an html instead an xml? |
| 03:32.21 | CIA-34 | BRL-CAD: 03brlcad * r37427 10/brlcad/trunk/src/libgcv/region_end.c: move NMG debug state save/restore to outside the jump sections. |
| 03:32.39 | jesica__ | ask for the converter to pdf mostly |
| 03:33.16 | brlcad | depends how the html is generated, but generally tons of changes |
| 03:33.22 | brlcad | html isn't really useful, it's not our source format |
| 03:33.34 | brlcad | we generate html and pdf automatically from docbook |
| 03:34.01 | brlcad | we cannot maintain html files easily, there are too many formats and too many docs |
| 03:35.52 | CIA-34 | BRL-CAD: 03brlcad * r37428 10/brlcad/trunk/src/libgcv/region_end.c: for that matter, we don't need to save/restore twice |
| 03:37.33 | jesica__ | well, just to know |
| 03:43.19 | jesica__ | brlcad when I try to open the xml with just a click, a comment pops-up and tell It is an xml for the extension, but an html for the contents |
| 03:43.57 | jesica__ | but I read ir, and its an xml, or at least, It looks like other xml in /lessons/en |
| 03:44.18 | brlcad | what are you editing it with? |
| 03:44.23 | brlcad | emacs? |
| 03:44.23 | brlcad | vim? |
| 03:44.41 | brlcad | it's just text |
| 03:44.51 | jesica__ | a simple editor with hightlight |
| 03:44.52 | brlcad | so any text editor should work fine |
| 03:45.12 | jesica__ | use to edit with vim short changes |
| 03:45.14 | brlcad | doesn't matter if it thinks it's html or xml, so long as the syntax is what you've been doing |
| 03:45.37 | jesica__ | I can open it with the same editor |
| 03:45.39 | brlcad | osea if you write docbook, it's fine |
| 03:45.48 | jesica__ | well, any editor can open it |
| 03:45.51 | brlcad | e.g., if it looks okay in vim, then it's fine |
| 03:46.07 | jesica__ | but first it shows the warning |
| 03:46.35 | jesica__ | It looks ok everywhere |
| 03:46.55 | brlcad | then it should be fine |
| 03:47.29 | CIA-34 | BRL-CAD: 03brlcad * r37429 10/brlcad/trunk/src/libgcv/region_end.c: refactor out the goto statements (exactly for starters) via a cleanup function |
| 03:47.46 | jesica__ | at least, it works until now :) |
| 03:48.28 | brlcad | what you have been doing has been working great |
| 03:49.20 | brlcad | there's going to be a bigger news item regarding your efforts in the next release |
| 03:49.26 | brlcad | http://brlcad.svn.sourceforge.net/viewvc/brlcad/brlcad/trunk/NEWS <-- aqui |
| 03:50.03 | brlcad | that will go to our mailing lists, the linux cad lists, sourceforge, freshmeat, and a few other places |
| 03:52.07 | jesica__ | brlcad remind there's two images with english words in |
| 03:52.13 | brlcad | yeah |
| 03:52.17 | CIA-34 | BRL-CAD: 03brlcad * r37430 10/brlcad/trunk/NEWS: Add missing news entry for jesica's work translation tutorials 3 and 6 to spanish. woo hoo. |
| 03:52.27 | jesica__ | :) |
| 04:05.46 | CIA-34 | BRL-CAD: 03brlcad * r37431 10/brlcad/trunk/NEWS: (log message trimmed) |
| 04:05.50 | CIA-34 | BRL-CAD: this one is a biggie. keith applied a fix to the BoT ray tracing code so that |
| 04:05.56 | CIA-34 | BRL-CAD: we no longer have a solidity failure when grazing a surface edge. using a FILO |
| 04:06.00 | CIA-34 | BRL-CAD: in/out collapse, multiple ins are collapsed to the first in, and multiple outs |
| 04:06.06 | CIA-34 | BRL-CAD: to the last out, making grazing points be considered a full hit. this should |
| 04:06.10 | CIA-34 | BRL-CAD: fix a bug documented in sf bug 1501921 (Missed volume when raytracing BOTs) |
| 04:06.16 | CIA-34 | BRL-CAD: reported by Charles Kennedy (g2asc) and Tim Myers where a BoT with stair-step |
| 04:14.26 | jesica__ | brlcad It's me driving crazy CIA-34 ? :P |
| 04:15.37 | jesica__ | or sourceforge drives me crazy? |
| 04:17.05 | jesica__ | whe I entry commit it asks me the password for 'login' gnome keyring |
| 04:17.40 | jesica__ | ... I'm afraid can't do it right |
| 04:17.48 | CIA-34 | BRL-CAD: 03brlcad * r37432 10/brlcad/trunk/src/libgcv/region_end.c: make empty_model and empty_region non-static, simplify the logic and cleanup parameters. |
| 04:17.50 | brlcad | what's asking for a password? |
| 04:17.57 | brlcad | how are you trying to commit? |
| 04:18.01 | brlcad | on the command line or with a gui? |
| 04:19.03 | brlcad | the very first time you commit, it will ask you for your login -- give it your sourceforge username and password, NOT your system username |
| 04:19.54 | brlcad | so for you, your login: is "jesicaguidice" |
| 04:20.10 | jesica__ | :) heh, GNOME word confused me |
| 04:20.14 | brlcad | password should be your sourceforge password |
| 04:20.59 | jesica__ | mmm but it ask me first for the password |
| 04:21.19 | jesica__ | I'm shure of that because it don't show my entries |
| 04:21.23 | brlcad | right, it will first try your system username .. so just hit enter |
| 04:21.35 | brlcad | then it will ask login: |
| 04:21.56 | brlcad | fortunately, you only have to do this ONCE :) |
| 04:22.12 | brlcad | solo una vez, despues se lo recuerda |
| 04:23.24 | jesica__ | mmm |
| 04:25.45 | CIA-34 | BRL-CAD: 03brlcad * r37433 10/brlcad/trunk/src/libgcv/region_end.c: make the jump section an else block to be obvious and consistent with other code. make the nmgregion be non-static too (WIP). |
| 04:27.21 | jesica__ | but the probles is just with thw comment or the adds werenot applyed? |
| 04:28.08 | jesica__ | brlcad I'm too tired, you know |
| 04:28.32 | jesica__ | prefer to try it tomorrow earlier |
| 04:29.04 | jesica__ | bad idea to do this with closed eyes :P |
| 04:29.18 | brlcad | the adds were applied |
| 04:29.24 | brlcad | run "svn status" |
| 04:29.31 | brlcad | should see lines that start with "A" |
| 04:29.38 | jesica__ | yes I saw the status |
| 04:29.40 | brlcad | you're almost there |
| 04:29.47 | jesica__ | they are |
| 04:30.02 | jesica__ | good |
| 04:30.06 | brlcad | so are you running "svn commit"? |
| 04:30.12 | jesica__ | aha |
| 04:30.30 | brlcad | and what does it say? |
| 04:30.55 | jesica__ | could not authenticate to server |
| 04:31.05 | brlcad | can you log in on sourceforge? |
| 04:31.12 | jesica__ | yes |
| 04:31.24 | brlcad | show me what it shows you |
| 04:32.04 | brlcad | screenshot or copy/paste text from console will work |
| 04:32.19 | jesica__ | <PROTECTED> |
| 04:32.20 | jesica__ | Password for 'login' GNOME keyring: |
| 04:32.20 | jesica__ | svn: Fall? el commit (detalles a continuaci?n): |
| 04:32.20 | jesica__ | svn: MKACTIVITY de '/svnroot/brlcad/!svn/act/f16532de-2a33-44e6-b2f6-0430491a8a3b': fall? la autorizaci?n: Could not authenticate to server: rejected Basic challenge (https://brlcad.svn.sourceforge.net) |
| 04:33.27 | brlcad | oh, you're using gnome keyring... |
| 04:33.36 | brlcad | wonder if you put the wrong key in the keyring.. |
| 04:33.53 | jesica__ | well, but I've tried with its password |
| 04:33.57 | brlcad | what password did you put there? |
| 04:34.07 | brlcad | gnome keyring should be a diff password |
| 04:34.11 | jesica__ | gnome keyring |
| 04:34.19 | jesica__ | ah? |
| 04:34.27 | brlcad | so maybe you have a bad sourceforge password in your keyring |
| 04:35.58 | brlcad | aha |
| 04:36.08 | brlcad | grep password-stores ~/.subversion/config |
| 04:36.12 | brlcad | what does it report? |
| 04:36.20 | jesica__ | mmm possible, remember I'd tryed a lot of times with sourceforge |
| 04:36.58 | jesica__ | absolutly nothing |
| 04:37.01 | brlcad | okay |
| 04:37.06 | ``Erik | um, didn't sf disable passwords for ssh access a long time ago? you need keys now? |
| 04:37.15 | brlcad | grep password-stores /etc/subversion/config |
| 04:37.31 | brlcad | ``Erik: nah, still allows passwords |
| 04:37.43 | brlcad | used mine just earlier today on a new system |
| 04:38.01 | ``Erik | ah, 'k, for svn, cvs required ssh which needed a key, I think |
| 04:38.07 | jesica__ | <PROTECTED> |
| 04:38.12 | brlcad | that's the problem |
| 04:38.16 | brlcad | jesica__: add these two lines to ~/.subversion/config |
| 04:38.18 | brlcad | [auth] |
| 04:38.23 | brlcad | password-stores = |
| 04:38.46 | brlcad | or edit /etc/subversion/config and make that password-stores = nada |
| 04:38.53 | jesica__ | just that? |
| 04:39.47 | brlcad | yes |
| 04:39.58 | jesica__ | done |
| 04:40.06 | brlcad | alternatively, you could delete your login gnome keyring :) |
| 04:42.45 | CIA-34 | BRL-CAD: 03brlcad * r37434 10/brlcad/trunk/src/libgcv/region_end.c: simplify cleanup by pushing the nmg_kr(r) up a level. following the existing logic, looks like it's only actually killing the region in a couple places. |
| 04:42.48 | brlcad | you should now be able to svn commit, it'll say password, hit enter, it'll say login, enter your sourceforge login |
| 04:42.52 | brlcad | etc |
| 04:43.02 | jesica__ | done :D |
| 04:43.24 | brlcad | waits for it |
| 04:44.01 | jesica__ | buuu |
| 04:44.02 | jesica__ | Commit blocked by pre-commit hook (exit code 1) with output: |
| 04:44.03 | jesica__ | /var/local/mastertree/host/sfp-svn/hook-scripts/check-mime-type.pl: |
| 04:45.22 | jesica__ | brlcad Is really difficul to me to stop in the middle of something, but I'm really tired |
| 04:45.32 | brlcad | ahhhh |
| 04:45.36 | jesica__ | sleeped jus 2 ours the last 2 days |
| 04:45.38 | brlcad | SO close..... |
| 04:45.39 | brlcad | :) |
| 04:45.43 | brlcad | one more command |
| 04:46.06 | jesica__ | ok |
| 04:46.26 | brlcad | curl http://brlcad.org/~sean/subversion.config > ~/.subversion/config |
| 04:46.46 | brlcad | you'll need to re-add the "password-stores =" |
| 04:46.59 | brlcad | and revert the files |
| 04:47.07 | brlcad | svn revert -R doc/docbook |
| 04:47.24 | brlcad | svn add doc/docbook/lessons/es/whatever.xml |
| 04:47.44 | brlcad | that will set the mime-type automatically after you download my config |
| 04:47.50 | brlcad | more details here: http://brlcad.org/wiki/Mime-types |
| 04:49.19 | jesica__ | can I add 4 xml at the same time, really? |
| 04:49.36 | brlcad | you should be able to |
| 04:49.47 | brlcad | cd doc/docbook/lessons/es && svn add *.xml |
| 04:51.23 | jesica__ | buuuu |
| 04:51.39 | brlcad | que paso'? |
| 04:51.42 | jesica__ | I'm falling sleep |
| 04:51.46 | jesica__ | nothing |
| 04:51.49 | brlcad | aww |
| 04:52.04 | brlcad | tan cerquita |
| 04:52.06 | jesica__ | me qued? dormida con la noteboook encima |
| 04:52.13 | brlcad | jeje |
| 04:52.40 | brlcad | 'tas joven |
| 04:52.43 | jesica__ | tell me what means the message |
| 04:52.47 | jesica__ | :) |
| 04:53.19 | brlcad | you mean what does the mime-type message mean? |
| 04:53.29 | jesica__ | no |
| 04:55.33 | jesica__ | brlcad please, tomorrow |
| 04:55.39 | brlcad | mm, okay :) |
| 04:55.45 | jesica__ | I wanna understand |
| 04:56.05 | jesica__ | enjoy it, but I cannot do it like this :( |
| 04:56.12 | brlcad | no problem, until tomorrow then :) |
| 04:56.32 | jesica__ | thanks, night |
| 05:08.34 | CIA-34 | BRL-CAD: 03brlcad * r37435 10/brlcad/trunk/src/librt/primitives/nmg/nmg_mk.c: add additional parameter validation to all of the kill routines to allow null parameters. this should make life easier on callers to not have to sanity check everything 'just in case'. |
| 05:22.51 | CIA-34 | BRL-CAD: 03brlcad * r37436 10/brlcad/trunk/src/mged/edsol.c: no longer need to check for non-null |
| 05:29.36 | CIA-34 | BRL-CAD: 03brlcad * r37437 10/brlcad/trunk/src/libgcv/region_end.c: validate parameters a little more |
| 05:49.34 | CIA-34 | BRL-CAD: 03brlcad * r37438 10/brlcad/trunk/src/ (libged/pathlist.c mged/animedit.c): the db_init_full_path macro is unnecessary. it was a typo (one which animedit.c apparently made too). the call is supposed to be db_full_path_init(). |
| 06:22.06 | CIA-34 | BRL-CAD: 03brlcad * r37439 10/brlcad/trunk/src/librt/db_tree.c: allow db_free_tree() to be given a null and be okay with it. |
| 06:28.55 | CIA-34 | BRL-CAD: 03brlcad * r37440 10/brlcad/trunk/src/libgcv/region_end.c: |
| 06:28.55 | CIA-34 | BRL-CAD: finally quiet the warning about curtree possibly getting clobbered due to a |
| 06:28.55 | CIA-34 | BRL-CAD: longjmp. We make a copy of the curtree and free the original so that we can |
| 06:28.55 | CIA-34 | BRL-CAD: play with our copy more carefreefully. this lets strict pass on erik's |
| 06:28.56 | CIA-34 | BRL-CAD: teardropmaxbox that was curiously unreproducible on an identical configuration |
| 06:28.58 | CIA-34 | BRL-CAD: elsewhere. no matter, it seemeth fixed now. |
| 08:06.29 | CIA-34 | BRL-CAD: 03brlcad * r37441 10/brlcad/trunk/src/librt/db_tree.c: |
| 08:06.29 | CIA-34 | BRL-CAD: implement support for duplicating an OP_NMG_TESS tree as well so we don't die in |
| 08:06.29 | CIA-34 | BRL-CAD: a miserable bomb death. can't figure out why this isn't really working, though, |
| 08:06.29 | CIA-34 | BRL-CAD: so just stub the code and cheat by creating a 'fake' copy for now that |
| 08:06.30 | CIA-34 | BRL-CAD: still/also references the original region data. |
| 08:08.42 | CIA-34 | BRL-CAD: 03brlcad * r37442 10/brlcad/trunk/src/libgcv/region_end.c: helps to test sometimes. can't call db_free_treee() since we don't really have a real copy yet. it's a fake so just leave it be. |
| 08:32.17 | CIA-34 | BRL-CAD: 03brlcad * r37443 10/brlcad/trunk/src/librt/primitives/nmg/nmg_mk.c: whoopsie daisy. bad logic there skippo. do the checks if it's not null, not the other way around. |
| 08:40.58 | brlcad | fantastic.. tesselllate havoc once and it bombs.. immediately tess again (with the same binary, same options, exact same model) and it succeeds |
| 08:41.51 | brlcad | i'd swear the overall output looks a heck of a lot cleaner than it did the last time I ran it though, pretty clean |
| 08:42.01 | brlcad | slow but clean |
| 08:46.27 | brlcad | and complete! wow.. don't recall the last time havoc went through cleanly with no obvious missing parts |
| 08:49.53 | CIA-34 | BRL-CAD: 03brlcad * r37444 10/brlcad/trunk/BUGS: mged rrt command isn't respecting the view size, just using default autoview (from the right az/el). |
| 08:56.29 | CIA-34 | BRL-CAD: 03brlcad * r37445 10/brlcad/trunk/BUGS: rrt even gets azel wrong |
| 09:05.43 | CIA-34 | BRL-CAD: 03brlcad * r37446 10/brlcad/trunk/src/adrt/load_g.c: another const pathp callback that snuck through a crack. |
| 09:55.11 | brlcad | ``Erik: distcheck looks clean now, libgcv works strict |
| 09:56.59 | yukonbob | morning #brlcad |
| 09:57.15 | brlcad | howdy yukonbob |
| 09:57.34 | yukonbob | !Hi there never-sleeps :) |
| 09:58.08 | yukonbob | brlcad: how's it going? |
| 09:58.22 | brlcad | pretty good |
| 09:58.40 | yukonbob | sees favourable checkin comments... |
| 10:02.17 | yukonbob | chomps banana, works on resume. |
| 10:23.30 | CIA-34 | BRL-CAD: 03brlcad * r37447 10/brlcad/trunk/configure.ac: |
| 10:23.31 | CIA-34 | BRL-CAD: re-enable debugging of mac os x dylibs under 10.5 where they apparently swapped |
| 10:23.33 | CIA-34 | BRL-CAD: over to DWARF debug symbols, so ask the compiler to generate STABS for us |
| 10:23.35 | CIA-34 | BRL-CAD: instead. while we're at it, lets crank debugging up to level 3 so that macro |
| 10:23.39 | CIA-34 | BRL-CAD: definitions are also included. |
| 11:19.15 | *** join/#brlcad mafm (n=mafm@121.Red-81-32-105.dynamicIP.rima-tde.net) | |
| 11:52.23 | d-lo | Mornin brlcad! |
| 12:10.01 | brlcad | howdy |
| 12:16.36 | d-lo | up early or up late? :) |
| 12:27.24 | *** join/#brlcad parigaudi (n=quassel@pd95b7f5e.dip0.t-ipconnect.de) | |
| 13:38.58 | *** join/#brlcad alex_joni (n=alex_jon@emc/board-of-directors/alexjoni) [NETSPLIT VICTIM] | |
| 13:39.00 | *** join/#brlcad Computer (n=Computer@209.16.114.100) [NETSPLIT VICTIM] | |
| 13:58.48 | CIA-34 | BRL-CAD: 03davidloman * r37448 10/rt^3/trunk/ (4 files in 2 dirs): D-lo: Fixed some includes issues. |
| 14:05.28 | starseeker | steels himself to clean up his hack and slash hackery of last night and heads in... |
| 15:14.06 | *** join/#brlcad Phurl (n=mdupont@ip-81-210-245-60.unitymediagroup.de) | |
| 15:39.57 | ``Erik | brlcad: http://pastebin.bzflag.bz/d63989f08 |
| 19:14.41 | CIA-34 | BRL-CAD: 03starseeker * r37449 10/brlcad/trunk/ (12 files in 3 dirs): |
| 19:14.43 | CIA-34 | BRL-CAD: Needs more testing and a review to make sure the approach is sensible, but move |
| 19:14.45 | CIA-34 | BRL-CAD: the logic that tells libged how to call an editor to the MGED level - pass a |
| 19:14.47 | CIA-34 | BRL-CAD: string to the libged editit command. Can successfully run TextEdit and vim |
| 19:14.51 | CIA-34 | BRL-CAD: (without wrapper script) on Mac. |
| 19:15.58 | CIA-34 | BRL-CAD: 03indianlarry * r37450 10/brlcad/trunk/include/opennurbs_ext.h: |
| 19:16.02 | CIA-34 | BRL-CAD: Fix to remove vertical trims from "above list" that are not close to the hit |
| 19:16.04 | CIA-34 | BRL-CAD: points and should not be used for determining trimming. Also adjustments to |
| 19:16.11 | CIA-34 | BRL-CAD: BREP_EDGE_MISS_TOLERANCE and BREP_SAME_POINT_TOLERANCE definition values. |
| 19:18.05 | starseeker | ah, here's the tkterm code: http://expect.cvs.sourceforge.net/viewvc/*checkout*/expect/expect/example/tkterm?revision=5.32 |
| 21:57.02 | ``Erik | iPad.. .with wings... O.o |
| 22:11.51 | ``Erik | hah, already... http://failblog.files.wordpress.com/2010/01/129091000493619623.jpg |
| 22:25.00 | yukonbob | ``Erik: there's also the "iPod is like a min-iPad -- where the device launched today is the max-iPad"... |
| 22:26.13 | yukonbob | waves |
| 22:31.54 | brlcad | got it |
| 22:32.53 | brlcad | (erik) |
| 23:43.21 | *** join/#brlcad Nohla (n=jesica@168.226.179.147) | |