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.

_______________________________________________
Mailing list: https://launchpad.net/~widelands-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to