On Tue, Apr 20, 2010 at 21:18, Christopher Sean Morrison <[email protected]> wrote:
> I just made a mod to common.h that "should" fix things so you don't
> have to set the -DHAVE_STDINT_H .. feel free to test and report back
> if it's still not working.  I tied into an ansi C symbol (c89/c90) so
> it might be an issue for backwards compatibility down the road but
> supporting current systems is more important.

The apps I am working with are c++ so in order to get the header with
g++ I had to use the option -std=c++0x, but that caused problems with
Qt.  Thus I had to fall back to the define -DHAVE_STD_INT.

What do you think about adding a text file called something like
COMPILER_NOTES where hints can be placed for these kinds of things?

I'll be glad to start off with a gcc write-up if you agree.

Regards,

-Tom

------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to