-----Original Message----- From: Bob Jamison [mailto:rwjj@...127...] Sent: 24 November, 2008 10:56 To: kaver; inkscape Subject: Re: [Inkscape-devel] win builds
Since the autobuild always performs a clean build, I suppose it means that someone might have broken the build recently.
Maybe it's one of those "works for me on Linux" guys.
Not this time (I think).
The compile error is caused by an error in xml/simple-node.h or in xml/element-node.h
At the top xml/simple-node.h contains: #ifndef SEEN_INKSCAPE_XML_NODE_H #error You have included xml/simple-node.h in your document, which is an implementation. Chances are that you want xml/node.h. Please fix that. #endif
This is before any include file is specified, so it should trigger an error at every compilation, if the file xml/node.h is not already included in the source.
I was tired of the feeling of "complaining" and just modified a file. In xml/element-node.h, I inserted a include statement for xml/node.h, and it compiled.
I just removed this include statement and compiled again.
Surprise!!! It compiled without any problem. It showed up that a file simple-node.o, which depends on the mentioned include files did not recompile.
So, is there a problem in the dependency checking?
And should I complain every time I see small errors? It looks to me it would be useful in this case, but many time these obvious small errors are just corrected without so much fuzz.
bob
On 11/23/2008 6:01 PM, kaver wrote:
the last three days Win builds have been 81 bytes each. This suggests a huge code compaction. Otherwise there may be a problem. Or am I doing something dumber than normal? Erik
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK& win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel