03:06.31 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/m4/compiler.m4:
make the compiler, linker, and preprocessor checks look for
'nrecognize' in the test output in case the return value happens to
be zero so that options are properly enabled/disabled. |
03:13.39 |
CIA-5 |
BRL-CAD: 03brlcad *
10brlcad/configure.ac: |
03:13.39 |
CIA-5 |
BRL-CAD: get rid of the -fPIC hack, libtool
really should take care of it (figure out the |
03:13.39 |
CIA-5 |
BRL-CAD: altix problem later if it's still
around); get rid of -mdynamic-no-pic as it |
03:13.39 |
CIA-5 |
BRL-CAD: wasn't supposed to actually get added
to a flag, it only encouraged the test to |
03:13.40 |
CIA-5 |
BRL-CAD: fail on non darwin systems before the
tests were refactored to BC_ tests. |
04:18.43 |
*** join/#brlcad PrezKennedy
(n=Apathy@pcp0011645240pcs.aberdn01.md.comcast.net) |
07:56.19 |
*** join/#brlcad ibot
(i=ibot@rikers.org) |
07:56.19 |
*** topic/#brlcad is http://brlcad.org/ || BRL-CAD is now Free
Software! |
09:35.10 |
*** join/#brlcad clock_
(n=clock@236.6.76.83.cust.bluewin.ch) |
09:59.22 |
*** join/#brlcad cad562
(n=93e4292a@bz.bzflag.bz) |
12:34.05 |
CIA-5 |
BRL-CAD: 03d_rossberg *
10brlcad/src/libwdb/vol.c: machine.h requires stdio.h |
12:35.56 |
CIA-5 |
BRL-CAD: 03d_rossberg *
10brlcad/src/libwdb/submodel.c: machine.h requires
stdio.h |
12:37.07 |
CIA-5 |
BRL-CAD: 03d_rossberg * 10brlcad/src/libwdb/
(dsp.c ebm.c): machine.h requires stdio.h |
12:48.22 |
*** join/#brlcad learner
(n=brlcad@pdpc/supporter/silver/brlcad) [NETSPLIT
VICTIM] |
12:48.22 |
*** join/#brlcad clock_
(n=clock@236.6.76.83.cust.bluewin.ch) [NETSPLIT
VICTIM] |
12:48.22 |
*** join/#brlcad Guu
(i=guu@myth.gibbscam.com) [NETSPLIT VICTIM] |
12:48.22 |
*** join/#brlcad archivist_
(n=archivis@host217-35-103-47.in-addr.btopenworld.com) [NETSPLIT
VICTIM] |
12:48.22 |
*** join/#brlcad ``Erik
(i=erik@pcp0011474399pcs.chrchv01.md.comcast.net) [NETSPLIT
VICTIM] |
12:48.22 |
*** join/#brlcad AchiestDragon
(n=dave@whipy.demon.co.uk) [NETSPLIT VICTIM] |
12:48.22 |
*** join/#brlcad CIA-5
(n=CIA@flapjack.navi.cx) [NETSPLIT VICTIM] |
12:48.22 |
*** mode/#brlcad [+o learner]
by irc.freenode.net |
12:49.50 |
CIA-5 |
BRL-CAD: 03d_rossberg *
10brlcad/src/libsysv/engine.c: MS VC 6.0 complained about a control
path that does not return a value |
12:54.34 |
*** join/#brlcad d_rossberg
(n=c28bf505@bz.bzflag.bz) |
12:56.18 |
CIA-5 |
BRL-CAD: 03d_rossberg *
10brlcad/src/librt/db_io.c: variable s only if
HAVE_UNIX_IO |
12:57.44 |
CIA-5 |
BRL-CAD: 03d_rossberg *
10brlcad/src/librt/g_bot.c: unused variable deleted |
13:27.17 |
*** join/#brlcad clock__
(n=clock@78.55.3.213.cust.bluewin.ch) |
13:41.26 |
*** join/#brlcad Twingy_
(n=justin@pcp0011647505pcs.aberdn01.md.comcast.net) |
14:09.47 |
brlcad_ |
d_rossberg: I know machine.h says it needs
it.. but I don't see why exactly it should need stdio.h |
14:10.10 |
clock__ |
brlcad_: will you be able to use my bolt
generation code? |
14:10.17 |
brlcad_ |
was there a symbol causing trouble? |
14:10.23 |
brlcad_ |
clock__: definitely |
14:10.50 |
clock__ |
brlcad_: and put it into the brlcad
program? |
14:11.07 |
brlcad_ |
that would be the idea :) |
14:11.57 |
brlcad_ |
probably as a standalone tool for starters,
eventually as a procedural geometry generator when the new
interface is up |
14:12.31 |
brlcad_ |
though I'd also want to convert it to the
binary api too instead of ascii |
14:13.01 |
brlcad_ |
post it up as a patch, and I should be able to
get it in today probably |
14:17.09 |
CIA-5 |
BRL-CAD: 03brlcad *
10brlcad/include/machine.h: machine.h apparently requires stdio.h
so migrate towards self-describing headers (even though machine.h
is going away soon) |
14:34.11 |
d_rossberg |
brlcad: machine.h asks for FOPEN_MAX which is
defined in stdio.h |
14:35.04 |
d_rossberg |
I got a compiler warning when stdio.h was
included after machine.h |
14:35.05 |
brlcad_ |
as an ifdef though.. so you're seeing redifine
warnings/errors? |
14:35.15 |
brlcad_ |
got it |
14:36.30 |
CIA-5 |
BRL-CAD: 03brlcad *
10brlcad/include/machine.h: needed for FOPEN_MAX |
14:36.35 |
brlcad_ |
d_rossberg: on a side note, no headers should
appear before common.h in any file |
14:40.38 |
d_rossberg |
brlcad: ok, i'll have a look at this (but
maybe not today) |
14:41.09 |
brlcad_ |
order is common then single interface header
if it exists then system headers then common interface headers then
local headers |
14:41.21 |
d_rossberg |
I try to eliminate all MSVC compiler warnings,
because they may lead to crashes |
14:41.39 |
brlcad_ |
d_rossberg: no worries, I fixed the headers
already |
14:42.44 |
d_rossberg |
it's not about the header, it's about the
sources i've changed with stdio.h on the top |
14:42.46 |
brlcad_ |
yeah, I've got a similar laundry list of
warning squashing to go through -- causes similar issues on some
64bit systems (e.g. when a header is missing and function is
presumed to return an "int") |
14:43.13 |
brlcad_ |
d_rossberg: i know -- i mean i've fixed those
already too -- about to commit them |
14:43.44 |
d_rossberg |
brlcad: thanks |
14:44.07 |
brlcad_ |
i'm just happy I actually get to code today
;) |
14:44.26 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/src/libwdb/
(dsp.c ebm.c submodel.c vol.c): machine.h includes stdio.h,
common.h goes first too |
14:46.21 |
d_rossberg |
fyi: a compiler warning in MSVC may be an
indication of a "confused" compiler which may produce wrong code,
especially in the release build |
14:46.43 |
clock__ |
"S" and "V". |
14:46.44 |
brlcad_ |
good to know |
14:56.47 |
clock__ |
sometimes you even have to delete windows and
replace them with linux to get rid of a problem |
14:56.53 |
clock__ |
rebooting may not be sufficient |
14:57.03 |
clock__ |
or even reinstalling windows may be
insufficient ;-) |
14:57.12 |
``Erik |
meh, linux has it's own issues, freebsd,
baybee |
14:57.26 |
clock__ |
yes luniks is krap :) |
14:57.55 |
archivist_ |
well use djgpp for the windows port |
14:58.14 |
``Erik |
cygwin? |
14:58.43 |
``Erik |
(I thought djgpp ended as a 32b dos compiler,
no goop to wire to nt based crap?) |
15:01.39 |
brlcad_ |
msys for the purist |
15:17.29 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/TODO: aix build
fixes, configure option for no flag dorkage, and fixing benchmark
path issue before next release |
15:26.35 |
*** join/#brlcad clock_
(n=clock@14.2.203.62.cust.bluewin.ch) |
16:08.21 |
*** join/#brlcad PrezKennedy
(n=Apathy@pcp0011645240pcs.aberdn01.md.comcast.net) |
16:29.51 |
*** join/#brlcad DTRemenak
(n=DTRemena@DHCP-170-143.caltech.edu) |
17:13.23 |
``Erik |
done with my disc yet, boy? |
17:14.20 |
brlcad |
yep |
18:47.47 |
*** mode/#brlcad [+o brlcad]
by ChanServ |
18:57.37 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/BUGS: g2asc
exports attr lines but will not grok them on asc2g |
18:58.35 |
CIA-5 |
BRL-CAD: 03brlcad * 10brlcad/TODO: mged should
add bin dir to search path so that subcommands like rt and company
work as expected without path problems |
20:03.09 |
*** join/#brlcad Obscene_CNN
(n=DiscoBan@owt-64-146-239-67.owt.com) |
22:03.13 |
*** join/#brlcad pra5ad
(n=prasad@pool-70-17-203-138.balt.east.verizon.net) |
22:03.31 |
Twingy_ |
�.� |
22:24.11 |
*** join/#brlcad pra5ad
(n=prasad@pool-70-17-203-138.balt.east.verizon.net) |
22:39.04 |
*** join/#brlcad clock_
(n=clock@84-72-92-90.dclient.hispeed.ch) |
22:49.17 |
*** join/#brlcad pra5ad_
(n=prasad@pool-70-17-203-138.balt.east.verizon.net) |
23:09.48 |
*** join/#brlcad clock_
(n=clock@84-72-92-90.dclient.hispeed.ch) |