-
Notifications
You must be signed in to change notification settings - Fork 1
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
Example restino project not working #4
Comments
Hi! Sorry, I don't know. Conan is evolving to fast for me :( |
@eao197 thanks for the quicker response, |
Hi @FaiqueAli This example is very outdated. @eao197 I think we should retire this repo (archive and put a link to conancenter). If it's OK with you then I can do it? |
Yes, it seems that it's a reasonable solution. |
Thanks for the alternative solution but I am already trying to use that package and having trouble to build that with QNX(qcc) compiler, because that is particularly for conan2.0. |
@FaiqueAli please correct me if I'm wrong:
Am I right? |
I'm sorry, but I still can't get the whole picture :( You've installed RESTinio on a Linux machine via conan2 successfully. Is it correct? Then you're trying to build an app on Linux machine in cross compilation mode and have some problems. Is it correct? What are these problems and how they are related to Conan? |
No its not correct, I am trying to install RESTinio on Linux machine via conan2 but I am not getting success to install the package. the problem is, the compiler(qcc) I am using is generating errors while installing RESTino.
this will be the next step I hope it will clear your understanding :) |
This message tells me that you have a problem with your QCC compiler. It provides an implementation of C++ standard library that requires presence of Anyway it looks like a problem with cross-compilation process (and maybe it doesn't relate to Conan or RESTinio, or fmtlib). |
Try take a look at this: https://developer.qualcomm.com/forum/qdn-forums/software/qualcomm-neural-processing-sdk/67988 |
Thank you for the understanding and expected identification of the issue, yes I also have feeling that there could be a package compatibility issue with QNX compiler. As per the link I did not understood much about the error but seems like similar and at the end someone told to use |
Sorry, I don't use Conan at all, so I can't really help here. |
Great, ok let me try in this way :) |
So, I have ended up with this as I found there is no support for the QNX compiler. |
Hi,
I am trying to use the RESTino and tried with this example project with all defined settings but I am getting errors by both means using manually way and by Docker.
is this example still valid ?
The text was updated successfully, but these errors were encountered: