On Apr 20, 2010, at 6:46 PM, Tom Browder wrote: > I'm not complaining--just don't understand yet what happened between > gcc-4.4.3 and gcc-4.5.0.
That's certainly a curiosity, but probably something along the lines of "they fixed the glitch". I suspect stdint.h was getting included by some other system header inadvertently (or perhaps via necessity at the time) and after the update, no longer was causing compilation to reach our pstdint.h file. > I looked for some basic info on how to use the library--maybe cram > notes such as how to use the header stuff in a USING_BRLCAD_LIBRARIES. The header files is where most of the developer documentation is migrating to, but that's a task that will remain work-in-progress for quite some time (and there's always room for better docs). The intent is to focus on at least organizing the developer documentation we have for each of the core libraries so that a developer guide can be published. That said, I still don't think it would have captured this particular instance, no documentation likely would have. It's relatively fresh code that hadn't even been released to know there's an issue. Instead of documenting the issue, I'd rather focus on making it not an issue (like the logic reversal I mentioned). > Or additions to the brlcad(1) man page? The doxygen dev docs will definitely be replacing that particular manual page at some point in the future. Cheers! Sean ------------------------------------------------------------------------------ _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
