You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2003/11/25 14:19:08 UTC

DO NOT REPLY [Bug 24971] New: - Problems with partial build

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: xerces-c-dev@xml.apache.org
        ReportedBy: jnw@xs4all.nl


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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org