It seems like people are getting kind of sloppy about include statements. I
see a number of includes in the DOM that are in the form "xxx.hpp". This
won't work in build systems which don't include the original source tree in
the include path, i.e. they build out of tree. I believe that they should be
in the standard form <dom/xxx.h>, so that it works the same whether its
built out of tree or not.

--------------
Dean Roddey
Software Geek Extraordinaire
Portal, Inc
[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to