navit
navit copied to clipboard
Updating mingw target
Please look at #652 and #651, we need to update the win32 target. How to do :
- move from 14.04 to 18.04 ( #652 )
- move from mingw32 to mingw-w64
- fix bug with gettext-intl and mingw-w64 building from source with ExternalProject_Add ( ie https://github.com/rossy/mpv-winbuild-cmake/blob/ra-d3d/toolchain/CMakeLists.txt#L94 ) .
- eventually , move gettext to FindIntl https://cmake.org/cmake/help/v3.2/module/FindIntl.html?highlight=intl#module:FindIntl
- https://launchpad.net/~tobydox/+archive/ubuntu/mingw-w64 could perhaps helps to fix other issue (qt etc) on windows targets.