bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Suggestion regarding header files...


From: Federico Montesino Pouzols
Subject: Re: Suggestion regarding header files...
Date: Fri, 1 Nov 2002 23:19:26 +0100
User-agent: Mutt/1.4i

        Well, cc++ is designed so that it can be compiled without xml
support (because you do not have libxml or because you specify
--without-xml to configure). I think that a #warning in xml.cpp
(implementation of all XML classes) saying "xml related classes are
not being compiled in Common C++ libraries" or something similar would
be good so as to avoid problems like the one you describe.

On Fri, Nov 01, 2002 at 04:12:19AM -0600, Ari Johnson wrote:
> 
> I was just scratching my head after a reinstall, wondering why I all the
> sudden couldn't use XMLStream, and then I realized that it was being
> #ifdef'd out of the header because I forgot to install libxml2 before
> building CommonC++.  Maybe an #error for the #ifndef in each header this
> happens in would be helpful.  Thanks.
>  -- Ari Johnson
> 
> 
> 
> 
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]