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

compile error: missing ../include/external_calls.h #29

Closed
chincheta0815 opened this issue Sep 25, 2022 · 4 comments
Closed

compile error: missing ../include/external_calls.h #29

chincheta0815 opened this issue Sep 25, 2022 · 4 comments

Comments

@chincheta0815
Copy link

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?

@philippe44
Copy link
Owner

philippe44 commented Sep 26, 2022 via email

@philippe44
Copy link
Owner

philippe44 commented Oct 10, 2022

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 git clone https://github.com/philippe44/raoptools [<directory>] --recursive. This will take everything but it's a bit download because all openssl comes with it

2- simple clone git clone https://github.com/philippe44/raoptools [<directory>] and then go to and do git submodule update --init. This will only download the "first layer" of submodule that contains only the binaries and will be much faster

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.

@vapormusic
Copy link

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 git clone https://github.com/philippe44/raoptools [<directory>] --recursive. This will take everything but it's a bit download because all openssl comes with it

2- simple clone git clone https://github.com/philippe44/raoptools [<directory>] and then go to and do git submodule update --init. This will only download the "first layer" of submodule that contains only the binaries and will be much faster

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 libraop.vcxproj is missing. I'd love to add AirPlay2 support to this library.

@philippe44
Copy link
Owner

Indeed - I've added it back

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