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

libstirshaken in C++ getting undefined reference to `stir_shaken_do_init #110

Closed
baloian opened this issue Aug 3, 2021 · 5 comments
Closed

Comments

@baloian
Copy link
Contributor

baloian commented Aug 3, 2021

Hi

I am trying to use libstirshaken in C++ code and getting the following error:

stirshaken.cpp:(.text.startup+0x5d): undefined reference to `stir_shaken_do_init(stir_shaken_context_s*, char const*, char const*, int)'

The project is based on CMake and I added -lstirshaken option.

Any suggestion what can I do?

@piotrgregor
Copy link
Contributor

SignalWire doesn't seem to maintain this library. I do maintain my fork here. It has this issue fixed and this PR merged. Enjoy!

@crienzo
Copy link
Member

crienzo commented Oct 17, 2021

This is untrue. All of our open source projects are community supported. Please submit your PR here for review.

@baloian
Copy link
Contributor Author

baloian commented Oct 30, 2021

@crienzo, this issue is still valid and just wondering if this is possible. Looks like, based on Makefile, I have to compile the library source files as well. Am I correct or missing something?

@crienzo
Copy link
Member

crienzo commented Nov 1, 2021

Merged your PR

@baloian
Copy link
Contributor Author

baloian commented Nov 1, 2021

Thank you. I am closing the issue.

@baloian baloian closed this as completed Nov 1, 2021
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

3 participants