Re: [hatari-devel] macOS: SDL 2.14 build issues |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] macOS: SDL 2.14 build issues
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Wed, 28 Sep 2022 17:59:21 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1664387963; bh=RFTYtjudeyH8hIOom2JWOdYd01ugnXdo65pCwG6D+VA=; h=Date:From:To:Subject:From; b=OQB+72b6JT825rc6TtcpLOinYckxXkWPW43ZDDdps93N/CShhbYDCos54LrdA1Xco c/Ai0rR6AwJip+77iU/a+KTl9UwVNR7Q0XTuaXCOqfP4bUSQNsom0X2Zsv6lHsnn4g pdcqQ/pwWvEQSinVlm75992dUSaimMXJGn5HErutyNd4bVcFATmQ6g8bESu1lSkCEv xeNwUqn50k3vOt4YnGwrSlB5tmJM6N69O009Ri+qXlinjWj/j9Fr3q4yuW7WqEQKaW t83MxBlybQZ4e3mJ1spCc02GIVeBUmHqiA6vbzjtk5aTJcj9aTxneVorLXb46f+6mz v2hWe2JtRTKbA==
Am Wed, 28 Sep 2022 08:59:32 +0200
schrieb Christer Solskogen <christer.solskogen@xxxxxxxxx>:
> On Tue, Sep 27, 2022 at 8:29 PM Thomas Huth <th.huth@xxxxxxxxx> wrote:
>
> >
> >
> > How do you invoke CMake? How did you install SDL?
> >
> >
> But perhaps you're wondering if SDL is installed using CMake or GNU
> autotools? In that case, SDL is installed using autotools.
It might be related ... looks like the SDL folks introduced that "SDL::SDL"
stuff to the autoconf part just some few months ago:
https://github.com/libsdl-org/SDL/commit/6d1dfc8322f752
And SDL 2.24 was the first release where this was shipped. Maybe you could
try downgrade to 2.0.23 or try a version compiled with CMake instead?
Thomas