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/06/16 10:26:01 UTC

DO NOT REPLY [Bug 20800] New: - Enable objects for Debug-, Release- and 64-Bit builds to reside in one source tree

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=20800>.
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=20800

Enable objects for Debug-, Release- and 64-Bit builds to reside in one source tree

           Summary: Enable objects for Debug-, Release- and 64-Bit builds to
                    reside in one source tree
           Product: Xerces-C++
           Version: 2.3.0
          Platform: Sun
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Build
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: dominik.stadler@gmx.at


Currently when Xerces is compiled, all compiled objects are stored under
obj/SOLARIS and the resulting library under lib/.

When I try to compile debug and then try to recompile for release in the same
tree without doing a manual clean, I get a release-build that actually consists
of debug-objects, because running ./configure with different options does not
trigger a complete recompile.

I suggest that in the future objects are stored in a directory that contains
both an indicator for Release/Debug builds and also an indicator for 32/64-Bit
Builds. With this, multiple different builds can be stored in one source tree.

This may also affect other platforms where building is done on the command-line.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org