On Sun, Jan 23, 2011 at 20:54, Christopher Sean Morrison <[email protected]> wrote: > > On Jan 23, 2011, at 1:57 PM, Tom Browder wrote: > >> On Sun, Jan 23, 2011 at 09:13, Christopher Sean Morrison <[email protected]> >> wrote: >>> 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 [d]oing something wrong? >>> That is bizarre. Can you provide a build snippet showing the failure and >>> compile line that came before the error? > > AHA! From your build log, openNURBS did not fail. The failure was in > src/conv/step (which merely uses openNURBS).
Right, but before, for some reason, -Werror was in effect. Anyhow, the main point is that the non-standard code from openNURBS (and step) pollutes everything unless you explicitly use -Wno-ignored-qualifiers. >> The result of that command is the same, but I see now that the "-w" is >> not on the compile line because the compilation starts in directory: >> but include headers from "other" directories. A snippet of output: > > Only src/other uses -w but since your'e in src/conv, it's a regular build. Correct. ... >> ../../../src/other/step/src/clstepcore/sdaiEnum.h:72:24: warning: type >> qualifiers ignored on function return type > > This actually seems to indicate that the problem is with the sdaiEnum.h > header (which is in src/other/step/src/clstepcore). That code can be > modified since we've taken over the SCL code, but it's also not expressed as > an error there either. I know, -Werror disappeared...WTH! Best, -Tom ------------------------------------------------------------------------------ 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
