Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iosbuild.sh broken with SDL 2.0.9 #3051

Closed
SDLBugzilla opened this issue Feb 11, 2021 · 0 comments
Closed

iosbuild.sh broken with SDL 2.0.9 #3051

SDLBugzilla opened this issue Feb 11, 2021 · 0 comments

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

These attachments are available in the static archive:

Reported in version: 2.0.9
Reported for operating system, platform: iOS (All), iPhone/iPod touch

Comments on the original bug report:

On 2018-11-04 08:37:01 +0000, Christoph Charles wrote:

Created attachment 3444
Patch to configure.in that seems to solve the issue

The new source files for coremotion sensors don't seem to have been included correctly in configure.in. This leads to the build script ios-build.sh to fail at link time, complaining about missing symbols, namely about missing SDL_COREMOTION_SensorDriver.

Changing configure.in as provided in the patch attached seems to solve the issue;

On 2019-12-31 15:09:03 +0000, Daniel Knobe wrote:

Same problem here (SDL 2.0.9, 2.0.10 and current snapshot 2.0.11).

The attached patch works and looks good. It should be applied to configure.ac on the sdl2 mainline (previously configure.in in older sdl2 versions).

For those who don't know autotools well:
Run autogen.sh after applying the patch and before running ios-build.sh.

On 2019-12-31 17:01:03 +0000, Daniel Knobe wrote:

Created attachment 4145
Patch for latest SDL2

On 2019-12-31 18:40:49 +0000, Sam Lantinga wrote:

Fixed, thanks!
https://hg.libsdl.org/SDL/rev/7bcf24416ca6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant