Re: [hatari-devel] macOS build error on the new tests |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] macOS build error on the new tests
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 24 Mar 2018 21:13:17 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1521922400; bh=2LUhf3/6qzbvaYoiHwsJVEbZg6Z7hKinQFkH/OxXpzc=; h=Date:From:To:Subject:From; b=RGOVUvJlAs1n2yjdcXlorUiQXk/GALQ7WFR18fVXMNCA+xUM60DQyTg0MuaBy1Kt5 mZFjAj8cA/yHM6WsIwKm4sgltS+/LlqOOPwXD7UVRFOt3DKRygoA8QnItcPEm9KNn8 Q8GNDYXevX/qXystTr2UwK+QAz8UNqC0T2l4rS3kXikIX/gfLxgQ/tAGbkdJOgt4vu AD+W3lv6/BVOyQF+HmykoA0NbY2YZbJzQ5FqppGsIP09LZKxJ+BtXJHhcUhZSQ0QEi HgSYmfM2bNH7bpakBHlutsvTwF/6sXykapWkOlUSHFBsCL7wWa4mnxropUo/fLXtBe ZUbSPUEn3N5qA==
Am Sat, 24 Mar 2018 11:36:54 -0400
schrieb Troed Sångberg <troed@xxxxxxxxxxx>:
> Hi,
>
> I don't have the possibility to look into it in detail right now, I
> just want to flag that my automated builds are currently broken. The
> new test-breakond.c declares a main that Xcode says "Conflicting
> types for 'SDL_main'" regarding.
Ugly. That happens if SDL_main.h, or SDL.h which includes SDL_main.h,
gets pulled in somewhere. That should not happen for the tests. I've
reworked now the #include <SDL.h> statements in the headers, so I hope
the problem should be fixed now. Please let me know if it still
persists.
Thomas