← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/cxx11 into lp:widelands

 

Review: Approve

Ok, i'll give up. I've pushed a simple change wich allows compile this on mingw-win32.

Longer explanation:
With "std=c++11" mingw also implies strict ANSI mode. This disallows the usage of certain POSIX functions:
- putenv()
- strdup()
- strcasecmp()
- ...

As I understand we would have to re-implement these functions to be really C11 conform.
-- 
https://code.launchpad.net/~widelands-dev/widelands/cxx11/+merge/175455
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/cxx11 into lp:widelands.


References