widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #01281
Re: [Merge] lp:~widelands-dev/widelands/cxx11 into lp:widelands
A first quick test: It does not compile on mingw32 with gcc 4.7.2.
At the beginning, gcc fails to find an include (mman.h) in basic_fileread.h:
#ifdef WIN32
#else
#include <sys/mman.h>
#endif
I am completely lost why, because:
- it does not differ from trunk
- it is the else case => should not be included on win32
Sometimes, no most of the times i just can't understand C++ compiling ;).
--
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