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

fixed undefined symbol error with new gcc #2

Merged
merged 3 commits into from
Jan 6, 2018
Merged

Conversation

mwht
Copy link
Contributor

@mwht mwht commented Jan 3, 2018

Proposal of fixing issue #3

  • Fixed segmentation fault (tested with LMMS, issue was NULL copyright set crashing the program)
Notice: could not set realtime priority.
VST sync support disabled in your configuration
[1]    2766 segmentation fault (core dumped)  lmms
  • Fixed undefined symbol errors both in LV2 and LAPSDA plugins (tested with Audacity, removed inline statements since gcc seem to break the export symbols)
lilv_lib_open(): error: Failed to open library /usr/lib/lv2/bit-crusher.lv2/bit-crusher.so (/usr/lib/lv2/bit-crusher.lv2/bit-crusher.so: undefined symbol: prepare_downsampling_knob)

@mwht mwht changed the title Symbols fixed undefined symbol error with new gcc Jan 3, 2018
@unclechu unclechu self-requested a review January 4, 2018 21:13
@unclechu unclechu self-assigned this Jan 4, 2018
@unclechu unclechu added the bug label Jan 4, 2018
@unclechu
Copy link
Owner

unclechu commented Jan 4, 2018

@mwht Looks good, I'll test it and merge soon, thanks for the contribution!

@unclechu unclechu merged commit 0994d68 into unclechu:master Jan 6, 2018
@unclechu
Copy link
Owner

unclechu commented Jan 6, 2018

@mwht Released in v0.3, thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants