On Jan 21, 2011, at 8:19 AM, Tom Browder wrote:
> BTW, I have to add the configure option:
>
> --with-cxxflags='-Wno-ignored-qualifiers'
>
> to get past openNURBS on a trunk build. Am I foing something wrong?
That is bizarre. Can you provide a build snippet showing the failure and
compile line that came before the error?
Two things come to mind:
1) openNURBS along with the rest of src/other should NOT be compiling strict.
Quite the opposite, "-w" should be set to turn off all warnings for most of
them.
2) Even compilation of our C++ logic in src/conv and src/librt should not have
strict compilation enabled. The strict flags have intentionally been left off
of C++ compilation since the focus is on the C issues first.
Try this:
$ grep NOWARN src/other/openNURBS/Makefile
NOWARN = -w
libopenNURBS_nil_la_CFLAGS = ${LIBZ_CPPFLAGS} ${NOWARN}
libopenNURBS_nil_la_CXXFLAGS = ${LIBZ_CPPFLAGS} ${NOWARN}
Cheers!
Sean
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
BRL-CAD Developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-devel