IRC log for #brlcad on 20110204

00:12.54 CIA-53 BRL-CAD: 03starseeker * r42985 10/brlcad/branches/cmake/ (CMakeLists.txt src/libbu/brlcad_path.c src/libbu/simd.c): Turn on C99 for CMake, plus two related tweaks
00:16.12 brlcad brlcad_path.c fix isn't right
00:17.34 CIA-53 BRL-CAD: 03brlcad * r42986 10/brlcad/trunk/src/libbu/brlcad_path.c: convert to an integer expression
00:20.50 CIA-53 BRL-CAD: 03starseeker * r42987 10/brlcad/branches/cmake/src/libbu/brlcad_path.c: Grab proper fix for brlcad_path from trunk
00:20.56 starseeker my this is depressing: http://yro.slashdot.org/story/11/02/03/2044211/NC-Official-Sics-License-Police-On-Computer-Scientist-For-Too-Good-a-Complaint
00:33.50 brlcad heh, and someone naturally posts his phone number, e-mail, and web link to a complaint form. outstanding smack back expected.
01:13.04 CIA-53 BRL-CAD: 03jordisayol * r42988 10/brlcad/trunk/sh/ (make_deb.sh make_rpm.sh):
01:13.04 CIA-53 BRL-CAD: added the option to create Fedora binary rpm files
01:13.04 CIA-53 BRL-CAD: minor changes on deb creation
01:14.17 CIA-53 BRL-CAD: 03starseeker * r42989 10/brlcad/branches/cmake/CMakeLists.txt: Not ready for C99 yet - variety of failures on Linux. Will need to rework this to apply C99 only to C files of BRL-CAD targets.
01:27.33 CIA-53 BRL-CAD: 03brlcad * r42990 10/brlcad/trunk/src/librt/librt_private.h: make the header safe for c++ compilation units too
01:30.12 CIA-53 BRL-CAD: 03brlcad * r42991 10/brlcad/trunk/src/librt/primitives/bspline/bspline.cpp: add support for importing binary-incompatible v4 bspline objects. this flips all short record data values but still leaves the trailing dbfloat arrays that have no record id.
02:16.32 CIA-53 BRL-CAD: 03brlcad * r42992 10/brlcad/trunk/src/librt/ (db_flip.c librt_private.h): const on an intrinsic value is meaningless
02:29.24 CIA-53 BRL-CAD: 03brlcad * r42993 10/brlcad/trunk/src/librt/ (db_flip.c librt_private.h): implement flipping of single dbfloats (similar to rt_fastf_float but that one assumes triplets)
02:30.00 CIA-53 BRL-CAD: 03brlcad * r42994 10/brlcad/trunk/src/librt/primitives/bspline/bspline.cpp: flip the first of two data arrays that trail after a bspline surface record
02:55.25 CIA-53 BRL-CAD: 03brlcad * r42995 10/brlcad/trunk/src/librt/db_flip.c: utilize flip_dbfloat() within to reduce the other functions substantially
03:21.27 starseeker blinks - in if_ogl.c with C99, ipc.h is asking for either _SVID_SOURCE or _XOPEN_SOURCE
03:21.43 starseeker also, error: implicit declaration of function ‘getpagesize’
03:22.08 starseeker (have to check if they're CMake problems, I suppose...)
05:12.03 brlcad http://www.ehow.com/how_7870235_build-blueprint-software.html
05:12.17 brlcad that is just fscking ridiculous funny
05:12.37 brlcad just whip up some pseudocode, that's all it takes
05:33.22 CIA-53 BRL-CAD: 03brlcad * r42996 10/brlcad/trunk/src/librt/primitives/bspline/bspline.cpp: and with this, bspline conversion should be complete. untested, though, because I don't have a sample corrupt v4 with a bspline.
05:55.14 CIA-53 BRL-CAD: 03brlcad * r42997 10/brlcad/trunk/src/librt/primitives/ehy/ehy.c: fix comment
06:23.05 CIA-53 BRL-CAD: 03brlcad * r42998 10/brlcad/trunk/src/librt/primitives/ehy/ehy.c: looks like a few other rarely used primitives might need some help too. more v4 conversion support sans testing due to lack of sample geometry.
06:29.10 CIA-53 BRL-CAD: 03brlcad * r42999 10/brlcad/trunk/src/librt/primitives/epa/epa.c: v4 conversion support for epa
06:33.14 CIA-53 BRL-CAD: 03brlcad * r43000 10/brlcad/trunk/src/librt/primitives/eto/eto.c: v4 conversion support for eto
06:37.16 CIA-53 BRL-CAD: 03brlcad * r43001 10/brlcad/trunk/src/librt/primitives/revolve/revolve.c: fix copy-paste typo
06:39.13 CIA-53 BRL-CAD: 03brlcad * r43002 10/brlcad/trunk/src/librt/primitives/rhc/rhc.c: v4 conversion support for rhc
06:39.58 CIA-53 BRL-CAD: 03brlcad * r43003 10/brlcad/trunk/TODO: down to just poly
06:42.27 CIA-53 BRL-CAD: 03brlcad * r43004 10/brlcad/trunk/src/librt/primitives/rpc/rpc.c: v4 conversion support for rpc
06:44.11 CIA-53 BRL-CAD: 03brlcad * r43005 10/brlcad/trunk/src/librt/primitives/sph/sph.c: remove dead code
06:45.39 CIA-53 BRL-CAD: 03brlcad * r43006 10/brlcad/trunk/src/librt/primitives/submodel/submodel.c: more dead code
06:48.24 CIA-53 BRL-CAD: 03brlcad * r43007 10/brlcad/trunk/src/librt/primitives/superell/superell.c: not bloody likely there are any v4 super ellipsoids, but go ahead and fix the two parameters that weren't being serialized properly anyways
07:00.24 CIA-53 BRL-CAD: 03brlcad * r43008 10/brlcad/trunk/src/librt/primitives/poly/poly.c: aaaand, this should be the last solid. add support for v4 conversion of polysolids
07:02.45 CIA-53 BRL-CAD: 03brlcad * r43009 10/brlcad/trunk/src/librt/primitives/ (ars/ars.c bspline/bspline.cpp ehy/ehy.c epa/epa.c): didn't catch this until part-way through. private headers should be relative references (src/librt should not be on search path).
07:06.39 CIA-53 BRL-CAD: 03brlcad * r43010 10/brlcad/trunk/TODO: should be good to go! beginnning final round of distchecking and testing.
07:12.27 CIA-53 BRL-CAD: 03brlcad * r43011 10/brlcad/trunk/src/librt/comb/db_comb.c: fix region ids, air codes, material ids, and line of sight values so they'll open via corrupt v4 flippage too
07:13.21 *** join/#brlcad epileg (~epileg@unaffiliated/epileg)
07:16.45 CIA-53 BRL-CAD: 03brlcad * r43012 10/brlcad/trunk/src/librt/db_scan.c: material records have high/low shorts that need to be accounted for
07:51.10 *** join/#brlcad yukonbob1 (~bch@20-144.wireless.kamloops.net)
08:30.31 *** join/#brlcad ``Erik (Here@c-69-140-109-104.hsd1.md.comcast.net)
10:35.34 *** join/#brlcad ibot (ibot@rikers.org)
10:35.34 *** topic/#brlcad is BRL-CAD Open Source Solid Modeling || http://brlcad.org || http://sf.net/projects/brlcad || #brlcad logs: http://ibot.rikers.org/%23brlcad/ || BRL-CAD release prep for 7.18.2 under way (20110202)
11:00.32 *** join/#brlcad ``Erik_ (Here@c-69-140-109-104.hsd1.md.comcast.net)
12:37.20 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
13:03.07 starseeker d_rossberg: on what platform? They should turn on by default if not detected
13:13.26 *** join/#brlcad PrezKennedy (MK@whitecalf.net)
13:40.01 starseeker d_rossberg: what variable specifically are you looking for?
13:54.55 CIA-53 BRL-CAD: 03brlcad * r43013 10/brlcad/trunk/src/librt/comb/db_comb.c: missing header
15:59.59 *** join/#brlcad ibot (ibot@rikers.org)
15:59.59 *** topic/#brlcad is BRL-CAD Open Source Solid Modeling || http://brlcad.org || http://sf.net/projects/brlcad || #brlcad logs: http://ibot.rikers.org/%23brlcad/ || BRL-CAD release prep for 7.18.2 under way (20110202)
16:28.32 CIA-53 BRL-CAD: 03jordisayol * r43021 10/brlcad/trunk/ (5 files in 2 dirs): update desktop on install/remove scripts. changes deb/rpm description
17:31.28 epileg I've created and uploaded 2 tested Fedora rpm packages at:
17:31.28 epileg http://code.google.com/p/brl-cad-packages/downloads/list
17:31.28 epileg You can to upload to sourceforge, if You want.
18:21.29 *** join/#brlcad Yoshi47 (~jan@64.235.102.210)
18:36.50 CIA-53 BRL-CAD: 03brlcad * r43022 10/brlcad/trunk/misc/debian/ (brlcad.postinst brlcad.postrm brlcad.sh): use text/x-sh instead of application/x-shellscript for shell script mime types so that subversion will calculate text diffs
18:37.26 brlcad epileg: awesome
18:37.54 brlcad epileg: try to use text/* mime types when you add new files if they're text files, otherwise they'll get processed as binary files
18:38.12 brlcad text/plain text/xml text/x-sh all pretty common
18:38.56 brlcad there's no utility in setting a binary mime-type; especially if it's something readable by a text editor
19:07.29 epileg sorry, just i add the exactly same mime type that linux report
19:07.37 epileg did you correct this?
19:08.12 epileg hmmmm, yes...... :-/
19:24.03 CIA-53 BRL-CAD: 03brlcad * r43023 10/brlcad/trunk/src/ (librt/db_open.c mged/mged.c): let the user know that the database was intentionally converted to read-only. not a permissions issue. mixed encoding would be very bad.
19:25.22 *** join/#brlcad PrezKennedy (MK@whitecalf.net)
19:45.15 CIA-53 BRL-CAD: 03brlcad * r43024 10/brlcad/trunk/include/ged.h: add some rather old high-level whiteboard data structure notes on a simple organization for libged.
19:45.36 brlcad epileg: yeah, I realize that -- not a problem, just not a useful mime type for revision control
19:47.15 epileg well, there are some other binary mime type files that are really text, from my other day commit
19:47.24 epileg I'll check all of them
19:49.23 CIA-53 BRL-CAD: 03davidloman * r43025 10/rt^3/trunk/tests/GS/GeometryServiceTest.cxx: More remnants of work that are attempts in getting the test harness working with the gs libs.
19:52.30 *** join/#brlcad mafm (~mafm@115.Red-81-32-105.dynamicIP.rima-tde.net)
20:00.53 *** join/#brlcad Zaebos (~irc@pd95b7f5e.dip0.t-ipconnect.de)
20:30.32 CIA-53 BRL-CAD: 03bob1961 * r43026 10/brlcad/trunk/src/tclscripts/archer/Archer.tcl: Added an fbclear command.
20:59.38 ``Erik http://www.youtube.com/watch?v=67tNwTtH0qE
21:00.10 epileg ``Erik: can You help me please?
21:12.17 epileg I've a problem, I try to upload two new rpm files to sourceforge, but my firefox frozen during the process, and now the files are downloadable but with less than HALF size!!!
21:12.53 epileg how do I proceed?
21:26.06 ``Erik can you delete them?
21:28.07 epileg Yes, i can, but brlcad tell me that Is almost forbidden to delete files, and now I do not now what to do.
21:28.34 ``Erik a partial upload would need to be deleted and re-uploaded
21:29.09 epileg Are You sure that this is the correct procedure?
21:30.34 ``Erik reasonably
21:31.12 epileg I'm a bit stressed right now, and I don't wan to make something wrong. Hope You understand me
21:31.52 ``Erik yeh, I getcha, I'd delete them but I'm having some computer issues at the moment
21:32.11 ``Erik if you have a pointy stick, you can jab brlcad until he helps? :D
21:33.30 epileg ok, answer from Sean, I can delete them. puffffff
21:35.57 epileg thank a lot ``Erik ;-)
21:40.45 CIA-53 BRL-CAD: 03erikgreenwald * r43027 10/brlcad/trunk/src/bwish/main.c: verify the ::itcl namespace exists before trying to delete it.
22:06.24 CIA-53 BRL-CAD: 03erikgreenwald * r43028 10/brlcad/trunk/src/libfb/if_ogl.c: __BSD_VISIBLE has to be before sys/types.h
22:15.08 starseeker ``Erik: nice
22:19.55 CIA-53 BRL-CAD: 03erikgreenwald * r43029 10/brlcad/trunk/src/mged/setup.c: verify the ::itcl namespace exists before trying to delete it.
22:22.53 ``Erik hm, archer issues, but ah surpose that can wait
22:23.00 starseeker it's possible that the package require failure is nicer about cleanup than the old C call to Itcl
22:23.07 starseeker ``Erik: what issues?
22:24.12 ``Erik http://paste.lisp.org/display/119385
22:24.37 ``Erik on fbsd, installed to /usr/brlcad/HEAD with ln -s /usr/brlcad/HEAD/* /usr/brlcad/
22:25.01 starseeker hmmm
22:25.12 starseeker CMake or trunk?
22:26.37 ``Erik trunk
22:26.44 starseeker sounds like it's not finding the archer tcl scripts
22:27.02 ``Erik yeah, there was a dialog that said unable to find plugins or something
22:27.03 starseeker hopes like heck it's not yet another bu_brlcad_data problem...
22:27.20 ``Erik *shrug* time to head home, though... hasta
22:27.25 starseeker later
22:32.34 CIA-53 BRL-CAD: 03starseeker * r43030 10/brlcad/branches/cmake/ (14 files in 9 dirs): MFC 43029
23:31.47 *** join/#brlcad ibot (ibot@rikers.org)
23:31.47 *** topic/#brlcad is BRL-CAD Open Source Solid Modeling || http://brlcad.org || http://sf.net/projects/brlcad || #brlcad logs: http://ibot.rikers.org/%23brlcad/ || BRL-CAD release prep for 7.18.2 under way (20110202)

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