Re: [hatari-devel] cmake: check_symbol_exists |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 11/02/2018 à 13:08, Nicolas Pomarède a écrit :
It didn't work correctly when crosscompiling for windows with mingw
though, readline is not found ; I will look at this later, it should be
fixable.
This is fixed, it seems that some older versions of readline.h for mingw
didn't include stdio.h, which is required to define "FILE".
Forcing the use of stdio.h during the cmake detection fixes the problem.
Nicolas