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

warnings on macos #82

Open
danjenkins opened this issue Apr 16, 2024 · 1 comment
Open

warnings on macos #82

danjenkins opened this issue Apr 16, 2024 · 1 comment

Comments

@danjenkins
Copy link
Contributor

Running an app with go-gst gets these lines output

# command-line-arguments
ld: warning: duplicate -rpath '/Library/Frameworks/GStreamer.framework/Versions/1.0/lib/pkgconfig/../../lib' ignored
ld: warning: duplicate -rpath '/Library/Frameworks/GStreamer.framework/Versions/1.0/lib/pkgconfig/../../lib' ignored

Lets try and figure out how to not duplicate paths etc.

Or can we even d anything about this without just telling ld not to warn... which seems silly...

@RSWilli
Copy link
Member

RSWilli commented Apr 16, 2024

isn't this an argument or setting of the linker itself? Which would mean that this is an error with your setup.

Our latest build action on MacOS did not log any warnings: https://github.com/go-gst/go-gst/actions/runs/8667174582/job/23769593880

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

2 participants