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

Add -std=c99 when compiling pcre2 sources #1042

Merged
merged 3 commits into from
Apr 11, 2023

Conversation

tobil4sk
Copy link
Member

Closes #1041

@player-03
Copy link
Contributor

player-03 commented Apr 11, 2023

Can confirm that (on my machine at least) android-toolchain-gcc fails to compile before making this change, and succeeds after.

Edit: and as before, android-toolchain-clang works either way.

@hughsando hughsando merged commit 86274fd into HaxeFoundation:master Apr 11, 2023
@hughsando
Copy link
Member

Thanks!

@tobil4sk tobil4sk deleted the fix/pcre2-c99 branch April 11, 2023 15:19
@player-03
Copy link
Contributor

One more question: any chance of a hotfix release? As mentioned in the issue, this is breaking Lime's CI builds.

@skial skial mentioned this pull request Apr 12, 2023
1 task
joshtynjala added a commit to openfl/lime that referenced this pull request Apr 17, 2023
player-03 added a commit to player-03/lime that referenced this pull request Apr 17, 2023
hxcpp 4.3.2 breaks CI builds. The fix has been accepted (see HaxeFoundation/hxcpp#1042), but isn't yet available on Haxelib. Until it is, we can work around the issue by using the previous hxcpp release.
player-03 pushed a commit to player-03/lime that referenced this pull request Apr 21, 2023
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

Successfully merging this pull request may close these issues.

PCRE2 requires C99 support
3 participants