[Log4cplus-devel] [ log4cplus-Bugs-3584858 ] Issues with MinGW and v1.1.0
Logging Framework for C++
Brought to you by:
wilx
From: SourceForge.net <no...@so...> - 2012-11-06 21:24:12
|
Bugs item #3584858, was opened at 2012-11-06 13:24 Message generated for change (Tracker Item Submitted) made by csteenwyk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=429073&aid=3584858&group_id=40830 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Chris Steenwyk (csteenwyk) Assigned to: Václav Zeman (wilx) Summary: Issues with MinGW and v1.1.0 Initial Comment: I ran into some issues compiling the latest code with mingw. I've included a patch file to show the differences, though I am running it off a different SVN so it won't merge in correctly with the log4cplus trunk. Anyway, my issues: The define LOG4CPLUS_HAVE_INTRIN_H includes a header that isn't included in mingw (intrin.h). So I removed including that header as part of mingw. The function LockFile::open (int open_flags) calls _tsopen_s which is not part of mingw. I modified this function to switch on the UNICODE define and call _wsopen or _sopen. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=429073&aid=3584858&group_id=40830 |