DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24971>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24971 Problems with partial build Summary: Problems with partial build Product: Xerces-C++ Version: Nightly build (please specify the date) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am working with / on the CVS version of Xerces. A full build (after `cvs checkout`, after `gmake distclean` or after `gmake clean`) works as expected. However, after changing files (either manually or as a result of `cvs update`, gmake does not build Xerces correctly. So far, I have seen the following problems: 1. gmake does not compile anything after changing src/xercesc/util/XMLUri.h. This file is included by 7 files in Xerces itself. 2. Makefile not recreated when Makefile.in changes. One result is that new header files are not copied into the include directory, therefore the compiler cannot find them. I am willing to make a fix for this kind of build errors, but I need some guidance on what kind of fix will be acceptable. There probably are many options, but I think they can be summarized as: 1. Update all Makefile.in files to contain all dependencies. 2. Automate the generation of the dependencies, for instance with automake. I can be contacted via the development mailing list or by direct email. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
