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

[question] sys/sendfile.h is missing with QNX while using restinio #24377

Open
FaiqueAli opened this issue Jun 18, 2024 · 1 comment
Open

[question] sys/sendfile.h is missing with QNX while using restinio #24377

FaiqueAli opened this issue Jun 18, 2024 · 1 comment
Labels
question Further information is requested

Comments

@FaiqueAli
Copy link

FaiqueAli commented Jun 18, 2024

What is your question?

Hi,
I have created a QNX hello-world application to integrate RESTinio using conan with the profile settings below.

`======== Input profiles ========
Profile host:
[settings]
arch=armv8
build_type=Debug
compiler=qcc
compiler.libcxx=cxx
compiler.version=4.4
os=Neutrino
os.version=6.5
[runenv]
CC=qcc
CXX=QCC

Profile build:
[settings]
arch=x86_64
build_type=Debug
compiler=qcc
compiler.libcxx=cxx
compiler.version=4.4
os=Linux
`

the RESTinio has been integrated successfully but while compiling the code using the command below

cmake -DRESTINIO_FIND_DEPS=ON -DCMAKE_TOOLCHAIN_FILE=/PATH/TO/qnx.nto.toolchain.cmake -DCMAKE_BUILD_TYPE=Debug ..

I am getting error defined below,

/.conan2/p/resti2478711f40029/p/include/restinio/impl/sendfile_operation_posix.ipp:12:11: fatal error: sys/sendfile.h: No such file or directory
how can I provide the reqsested file ?

I have found that there is no such file available at the said location-

/.conan2/p/resti2478711f40029/p/include/restinio/impl/sendfile_operation_posix.ipp

@FaiqueAli FaiqueAli added the question Further information is requested label Jun 18, 2024
@FaiqueAli
Copy link
Author

@RubenRBS could you please consult ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant