-
Notifications
You must be signed in to change notification settings - Fork 23
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
Comments
This is untrue. All of our open source projects are community supported. Please submit your PR here for review. |
@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? |
Merged your PR |
Thank you. I am closing the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: