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

Fixing 'atomic' linking for iOS target #2137

Merged
merged 12 commits into from
Sep 28, 2021

Conversation

maxsharabayko
Copy link
Collaborator

@maxsharabayko maxsharabayko commented Sep 23, 2021

Fixes #2048 (iOS build break).

@maxsharabayko maxsharabayko added Type: Bug Indicates an unexpected problem or unintended behavior [build] Area: Changes in build files labels Sep 23, 2021
@maxsharabayko maxsharabayko added this to the v1.4.4 milestone Sep 23, 2021
@maxsharabayko
Copy link
Collaborator Author

Raspberry Pi output of CMake:

-- Performing Test HAVE_GCCATOMIC_INTRINSICS
-- Performing Test HAVE_GCCATOMIC_INTRINSICS - Failed
-- Performing Test HAVE_GCCATOMIC_INTRINSICS_REQUIRES_LIBATOMIC
-- Performing Test HAVE_GCCATOMIC_INTRINSICS_REQUIRES_LIBATOMIC - Success
-- Performing Test HAVE_GCCATOMIC_INTRINSICS_STATIC
-- Performing Test HAVE_GCCATOMIC_INTRINSICS_STATIC - Success
-- Performing Test HAVE_CXX_ATOMIC
-- Performing Test HAVE_CXX_ATOMIC - Failed
-- HAVE_LIBATOMIC 1
-- HAVE_GCCATOMIC_INTRINSICS TRUE
-- HAVE_GCCATOMIC_INTRINSICS_REQUIRES_LIBATOMIC 1
-- HAVE_GCCATOMIC_INTRINSICS_STATIC 1
-- HAVE_GCCATOMIC_INTRINSICS_STATIC_REQUIRES_LIBATOMIC 
-- HAVE_CXX_ATOMIC 
-- HAVE_CXX_ATOMIC_STATIC 

@maxsharabayko maxsharabayko marked this pull request as ready for review September 28, 2021 12:52
@maxsharabayko maxsharabayko merged commit 60891f3 into Haivision:master Sep 28, 2021
@maxsharabayko maxsharabayko deleted the hotfix/atomic-build branch September 30, 2021 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[build] Area: Changes in build files Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiling on Raspberry Pi 4B: Error 2
1 participant