Compile OpenCV with GCC visibility set to hidden#835
Closed
taka-no-me wants to merge 1 commit intoopencv:masterfrom
taka-no-me:hidden_visibility
Closed
Compile OpenCV with GCC visibility set to hidden#835taka-no-me wants to merge 1 commit intoopencv:masterfrom taka-no-me:hidden_visibility
taka-no-me wants to merge 1 commit intoopencv:masterfrom
taka-no-me:hidden_visibility
Conversation
Contributor
|
👍 |
|
This change breaks the new Java bindings, because the JNI symbols are marked as hidden! If you try to build the samples/java/ant example on Ubuntu 12.04 for example, you'll see this problem: |
Contributor
Contributor
|
@petewarden Pete, please submit a bug on this! |
|
I submitted a bug yesterday: http://code.opencv.org/issues/3077 On Jun 8, 2013, at 0:11, Andrey Pavlenko notifications@github.com wrote:
|
savuor
pushed a commit
to nickyu-zhu/opencv
that referenced
this pull request
Oct 27, 2023
zachlowry
pushed a commit
to zachlowry/opencv
that referenced
this pull request
Oct 21, 2024
Fix for issue opencv#835 I encountered the same issue today. By updating to require numpy 1.24.3 I was about to build successfully for my environment (python 3.11.3 / macos ventura arm64 / gstreamer support enabled)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.