-
Notifications
You must be signed in to change notification settings - Fork 32
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
compile error: missing ../include/external_calls.h #29
Comments
This is just shim code from the crypto module just below for memory utils: curve25519. That file should be found there. But I think you can scratch that include, it's only needed (IMHO) for the curv25519 internals.
|
I've released a version that totally update the build system. It is only Windows and Linux for now, but this works for you, you can give it a try and hopefully if will be (at some point...) a much smoother build experience. Basically, it's now using sub-modules instead of handcrafted solutions and there are VS projects for Windows folks. You have two options to get the source and build. 1- clone everything recursively 2- simple clone Then, you can either simply do a 'make' and it will build for you platform, or you can use the 'build.sh' script to do cross-builds. |
Tried to do the first way but it seems |
Indeed - I've added it back |
Hej,
when compiling I get an error message that ../include/external_calls.h in rtsp.c line 27 is not found.
Where can I find that/get that from?
The text was updated successfully, but these errors were encountered: