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

resolving undefined symbols #1

Open
oget opened this issue Jun 25, 2009 · 5 comments
Open

resolving undefined symbols #1

oget opened this issue Jun 25, 2009 · 5 comments

Comments

@oget
Copy link

oget commented Jun 25, 2009

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?)

@oget
Copy link
Author

oget commented Jun 25, 2009

Actually this is a better link to the patch (with no line wrapping):
http://gist.github.com/135618

@swh
Copy link
Owner

swh commented Jun 26, 2009

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.

@swh
Copy link
Owner

swh commented Jun 26, 2009

Apparently you're supposed to "fork" the repo and then I can accpet patches directly:
http://codebetter.com/blogs/aaron.jensen/archive/2009/03/12/hosting-your-oss-project-on-github.aspx

@oget
Copy link
Author

oget commented Jun 27, 2009

I see. Okay I think I did it "the right way" this time :)
Please see
http://github.com/oget/lv2/commits/

@oget
Copy link
Author

oget commented Nov 18, 2009

Hi, I noticed undefined symbol on the latest git checkout:

ldd -r /usr/lib64/lv2//.so |grep undef
undefined symbol: shm_open (/usr/lib64/lv2/analogue_osc-swh.lv2/plugin-Linux.so)

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.
http://github.com/oget/lv2/commit/5b167d1ea0b2e1655ded0fbea0737c56fcd77f85

This github branch/merge procedure is complicated :) I hope you can remerge.

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