"I fully agree with keeping the code on the "as little conditional
compilation
as possible" path of righteousness.

I've attached a cut-down version of the log from a full build. I've left in
the
diagnostics from make where the problem source files' directory is entered,
the
full compilation line for each problem source file and all messages output
by
the compiler; everything else I've trimmed out."


Ok, so it took me a little while to get to the issues that Gary reported
when doing the Tru64 port. Mostly these were just silly warnings that we
cause because most of the development is done on compilers which are a
little less stringent. We can't really easily get rid of the reported
'statement not reached' errors without cause a bunch of other compilers to
start giving out warnings. However, all of the issues related to
signed/unsigned warnings I think I've taken care off. I'll check this code
in in a half hour or so after running some tests to make sure I didn't do
something stupid.

----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]


Reply via email to