Issue Details (XML | Word | Printable)

Key: LOGCXX-37
Type: Wish Wish
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Curt Arnold
Reporter: Curt Arnold
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Log4cxx

Unable to build log4cxx under Borland C++

Created: 26/Oct/04 10:45 PM   Updated: 04/Mar/05 01:41 AM
Return to search
Component/s: Build
Affects Version/s: 0.9.7
Fix Version/s: 0.10.0

Time Tracking:
Not Specified

Resolution Date: 04/Mar/05 01:41 AM


 Description  « Hide
Requested by Diego Susa in http://nagoya.apache.org/eyebrowse/ReadMsg?listName=log4cxx-user@logging.apache.org&msgNo=431


I've spent a little time on it using an Ant build, but have run into a roadblock with timezone.cpp. timezone.cpp has many compilation errors with Borland and also needs to be rewritten to address the nasty side-effect of changing the application timezone. I'm deferring additional work on a Borland build until I've fixed timezone.cpp's other problems.




 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Curt Arnold added a comment - 13/Feb/05 02:57 PM
Ant build will not compile and run the unit tests, but the unit tests will fail. The build.xml will apply a patch file (apr-1.1.0.patch) to the APR distribution. Building using Ant requires the CVS HEAD version of cpptasks of 13 Feb 2005 or later.

Curt Arnold added a comment - 04/Mar/05 01:41 AM
Will now build and run all but two test cases that have been #ifndef __BORLANDC__'d out. The two test cases involve timezone names which are apparently not available from Borland's time formatter.