-
Notifications
You must be signed in to change notification settings - Fork 22
resolving undefined symbols #1
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
Comments
Actually this is a better link to the patch (with no line wrapping): |
I think there's a way for you to send patches directly, but I'm happy to add you as a contributor so you can push to the main branch. |
Apparently you're supposed to "fork" the repo and then I can accpet patches directly: |
I see. Okay I think I did it "the right way" this time :) |
Hi, I noticed undefined symbol on the latest git checkout: ldd -r /usr/lib64/lv2//.so |grep undef I see that in the Makefile extras.mk is referred before defining the variable RT, so this variable is not used properly, causing the above breakage. I made a commit on my branch that fixes the issue. This github branch/merge procedure is complicated :) I hope you can remerge. |
After building the latest snapshot, I get undefined symbols. See:
https://gist.github.com/135612/c06b3bca480b0f46fadad14377b2675b3ab290e6
This patch resolves this issue:
http://gist.github.com/135618/d7f133882dc8ae6e67f0118549320e59c3cb2987
(It is a pain to add attachments to bug reports here. Is there an easier way?)
The text was updated successfully, but these errors were encountered: