01:31.36 |
*** part/#brlcad iday
(n=iday@c-68-50-191-200.hsd1.md.comcast.net) |
01:37.06 |
*** join/#brlcad SWPadnos
(n=Me@dsl245.esjtvtli.sover.net) |
06:54.24 |
*** join/#brlcad cad91
(n=44c79849@bz.bzflag.bz) |
07:00.12 |
*** join/#brlcad clock_
(i=clock@84-72-61-62.dclient.hispeed.ch) |
08:20.46 |
*** join/#brlcad clock_
(n=clock@zux221-122-143.adsl.green.ch) |
14:52.53 |
*** join/#brlcad clock_
(n=clock@zux221-122-143.adsl.green.ch) |
15:58.56 |
``Erik |
bah, stupid fucking C |
16:01.01 |
archivist |
C is vundabar for obscure bugs |
16:01.49 |
dtidrow |
lol |
16:02.03 |
archivist |
my bestest was on arm the C compiler use short
branches in a case/switch, add 1 line crash!!! |
16:02.11 |
archivist |
used |
16:02.13 |
``Erik |
actually, it's cpp that's annoying |
16:02.34 |
``Erik |
the lack of recursive macros... (syntax aware
macros would be better, but not every language can be a
lisp) |
16:07.01 |
brlcad |
Twingy: http://news.yahoo.com/s/nm/20070118/lf_nm/solar_home_dc
a goal? :) |
17:52.54 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/m4/compiler.m4:
add an option, a third parameter, that if set to anything will
inform the macro to not keep the flag as a CFLAG/LDFLAG/etc leaving
it up to the user to do something with the provided
bc_[param2]_works variable |
17:55.47 |
*** join/#brlcad SWPadnos_
(n=Me@dsl245.esjtvtli.sover.net) |
18:21.46 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/configure.ac:
(log message trimmed) |
18:21.46 |
CIA-5 |
BRL-CAD: this fixes a compilation/linking
issue involving the new C++ openNURBS library |
18:21.46 |
CIA-5 |
BRL-CAD: integration. it accounts for bad
behavior in pre 1.5.8 libtool where the |
18:21.46 |
CIA-5 |
BRL-CAD: generated libtool script would
contain an -all_load directive on the linker line |
18:21.46 |
CIA-5 |
BRL-CAD: for libraries that use convenience
libraries as part of the |
18:21.48 |
CIA-5 |
BRL-CAD: whole_archive_flag_spec. that flag in
turn causes gcc to fail with various |
18:21.50 |
CIA-5 |
BRL-CAD: errors on duplicate standard math and
io symbols. the libtool script is simply |
18:26.00 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/configure.ac:
(log message trimmed) |
18:26.00 |
CIA-5 |
BRL-CAD: this fixes another
compilation/linking issues involving the new C++
openNURBS |
18:26.00 |
CIA-5 |
BRL-CAD: library integration. added is a check
for the -fexceptions gcc compiler/linker |
18:26.00 |
CIA-5 |
BRL-CAD: flag that takes care of an unresolved
__Unwind_Resume symbol error when linking |
18:26.00 |
CIA-5 |
BRL-CAD: rttherm (quite odd that only rttherm
seems to provoke that symbol being |
18:26.01 |
CIA-5 |
BRL-CAD: undefined). the symbol relates to
exception handling support in gcc that would |
18:26.03 |
CIA-5 |
BRL-CAD: otherwise be provided if linking with
g++. could also have probably added the |
18:28.37 |
CIA-5 |
BRL-CAD: 03brlcad *
10brlcad/src/rttherm/Makefile.am: |
18:28.37 |
CIA-5 |
BRL-CAD: use the EXCEPTIONS value as a LDFLAG
so that we get -fexceptions here when |
18:28.37 |
CIA-5 |
BRL-CAD: compiling with the gcc compiler and
using the new openNURBS library. unclear |
18:28.37 |
CIA-5 |
BRL-CAD: why we only get the __Unwind_Resume
symbol error on only rttherm and not any |
18:28.37 |
CIA-5 |
BRL-CAD: other binaries. |
20:14.47 |
*** join/#brlcad clock_
(i=clock@84-72-62-129.dclient.hispeed.ch) |
20:31.03 |
*** join/#brlcad digitalfredy
(n=digitalf@200.21.15.186) |
20:45.43 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/src/tclscripts/
(ami.tcl ampi.tcl): |
20:45.43 |
CIA-5 |
BRL-CAD: for ease of (cvs diff) comparisons
and review -- and since they are presently |
20:45.43 |
CIA-5 |
BRL-CAD: stored in CVS for Windows build
convenience -- sort the contents of the tclIndex |
20:45.43 |
CIA-5 |
BRL-CAD: and pkgIndex.tcl files (taking the
comment header into account) |
20:51.52 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/src/tclscripts/
(ami.tcl ampi.tcl): initialize the lists, so it doesn't error if
there was no header or contents |
20:58.22 |
CIA-5 |
BRL-CAD: 03erikgreenwald * 10brlcad/src/adrt/
(libtie/Makefile.am libtienet/Makefile.am): let the dynamic libs be
built in addition to the static ones... |
21:00.56 |
CIA-5 |
BRL-CAD: 03erikgreenwald * 10brlcad/ (4 files
in 3 dirs): Try to extract python compile/link info a little
better, instead of assuming 2.4 on a standard FreeBSD. |
21:02.44 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/src/tclscripts/
(3 files in 3 dirs): sorted indices |
22:41.12 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/NEWS: annotate
that the rtweight zero index fix was sf bug 1629990 |
22:45.08 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/src/tclscripts/
(12 files in 12 dirs): no longer ignore the tclIndex and
pkgIndex.tcl files, see if the modification updates can now be
sorted out since they're now sorted. |
22:52.20 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/src/tclscripts/
(19 files in 11 dirs): add the index files to CVS so they don't
necessarily need to be generated upon checkout. no sense in
archer's index files having all the fun. |
23:46.51 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/NEWS: butler
updated the documentation such that the g_qa manual page now
describes the -t tolerance option, fixes sf bug 1595839 'g-qa man
page' reported by davidloman |