I feel your pain. Still never got ubuntu to cross compile my windows binaries
😃
If only I could just target linux…but, that’d be giving up
😃
From: Christer Solskogen <christer.solskogen@xxxxxxxxx>
Sent: 29 April 2020 20:39
To: hatari-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [hatari-devel] CentOS and libreadline
Both of them are installed. Might be a cmake issue, since it finds it on CentOS8 which have a newer version of cmake.
----- On Apr 28, 2020, at 11:41 PM, Christer Solskogen wrote:
> Hi!
>
> I just installed CentOS 7 on my Rpi4 and wanted to try hatari there, but for
> some strange reason cmake doesnt like libreadline very much there.
> -- Looking for pthread_create in pthread - found
> -- Found Threads: TRUE
> -- Found SDL2: /usr/lib/libSDL2.so;-lpthread
> -- Found Math: /usr/lib/libm.so
> -- Found Readline: /usr/lib/libreadline.so
> -- Found ZLIB: /usr/lib/libz.so (found version "1.2.7")
> -- Found PNG: /usr/lib/libpng.so (found version "1.5.13")
> ....
> Libraries summary :
> -------------------
>
> - sdl : using SDL2 v2.0.10
> - readline : not found, install it to enable debugger history/completion
>
> ....
>
> Well... why? :-) It's there.
> I can even force it by adding "#define HAVE_LIBREADLINE 1" in config.h and it
> compiles just fine.
Maybe it is not there.
readline may be installed, but to compile with readline you need
readline-devel