Closed enneig closed 1 year ago
Hello,
for anyone with a similar issue here is a workaround
using this git clone instead of the one in the example:
git clone --recurse-submodules https://github.com/SIPp/sipp.git
this will download the dependant git repo as well.
Regards Rene
Yes, you can use that as your initial clone command, or if you already have a clone of the repo, you can initialize the git submodules inside your existing clone by using this command: https://github.com/SIPp/sipp/blob/1dfca1f166c2f9168764a95b4255b2f5b9defc8d/.github/workflows/ccpp.yml#L24
Closing issue, above snippet works again as of v3.7.1
Thanks
Hello,
Building the projects fails, I use the following snippet for compiling:
which gives the following output:
the build.sh script gives the same error.
I think it has something to do with this commit (https://github.com/SIPp/sipp/commit/33aef90f6a1b7cc2ea73f7eb1497c7c592026671) from 25-nov
Regards Rene