-
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
Question: What branch is stable? #109
Comments
master branch is the branch you want. |
I am getting the following error on master branch. @kvishnivetsky did you get the same? CCLD stirshaken
/usr/bin/ld: util/src/stirshaken-stir_shaken_tool.o:/home/artiom/libstirshaken/util/include/stir_shaken_tool.h:231: multiple definition of `options'; util/src/stirshaken-stir_shaken_tool_command.o:/home/artiom/libstirshaken/util/include/stir_shaken_tool.h:231: first defined here
/usr/bin/ld: util/src/stirshaken-stir_shaken_tool.o:/home/artiom/libstirshaken/util/include/stir_shaken_tool.h:197: multiple definition of `sp'; util/src/stirshaken-stir_shaken_tool_command.o:/home/artiom/libstirshaken/util/include/stir_shaken_tool.h:197: first defined here
/usr/bin/ld: util/src/stirshaken-stir_shaken_tool.o:/home/artiom/libstirshaken/util/include/stir_shaken_tool.h:185: multiple definition of `pa'; util/src/stirshaken-stir_shaken_tool_command.o:/home/artiom/libstirshaken/util/include/stir_shaken_tool.h:185: first defined here
/usr/bin/ld: util/src/stirshaken-stir_shaken_tool.o:/home/artiom/libstirshaken/util/include/stir_shaken_tool.h:174: multiple definition of `ca'; util/src/stirshaken-stir_shaken_tool_command.o:/home/artiom/libstirshaken/util/include/stir_shaken_tool.h:174: first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:1260: stirshaken] Error 1
|
@baloian I'm getting that same output when attempting to build on Debian 11. |
@slackr31337 I solved. The problem is that libstirshaken/util/include/stir_shaken_tool.h file is included in two different This is not the best solution but it works. |
This is untrue. All of our open source projects are community supported. Please submit your PR here for review. |
@piotrgregor this will be your first and only warning to participate constructively and positively with signalwire's and freeswitch's open source projects. |
@baloian The error you mentioned is fixed in master. Answering your question: you should use master as it's our default branch. Open another issue if there is any problem still. I'm closing this for now. |
Hi!
What branch contains stable code?
What branch contains development code?
The text was updated successfully, but these errors were encountered: