Today at 11:18, Daniel Veillard wrote:

> On Mon, Jun 13, 2005 at 11:07:17AM +0200, lode leroy wrote:
>> I think that in libxml-2.0.pc the line Cflags should read
>> Cflags: -I${includedir} -I${includedir}/libxml2
>> instead of
>> Cflags: -I${includedir}/libxml2 -I${includedir}/libxml2
>
>   Hum, I dislike that. You should never write code doing
>     #include <libxml2/libxml/....h>
> Can you justify your suggestion ?

The problem is with the same path being repeated (though, it's not a
problem per se, because compiler wouldn't mind that at all).

Cheers,
Danilo
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to