Faiq Ali Sayed

Results 27 comments of Faiq Ali Sayed

I already tested restinio package with gcc compiler for host and target as linux, and that is working absolutely fine. I use `conan profile detect ` command to create default...

No, until now I am not able to build `fmt/10.2.1` I think here comes the problem that I am not able to build fmt for QNX. I also tried with...

Yes atleast now it is not complaining about restinio.h I also noticed that the profile is showing `qcc version 4.4 ` while compiling fmt, and I dont understand how can...

``` $ conan install --requires=fmt/10.2.1 --build=missing -pr=default ======== Input profiles ======== Profile host: [settings] arch=x86_64 build_type=Release compiler=qcc compiler.cppstd=gnu14 compiler.libcxx=cxx compiler.version=8.3 os=Linux Profile build: [settings] arch=x86_64 build_type=Release compiler=qcc compiler.cppstd=gnu14 compiler.libcxx=cxx compiler.version=8.3...

``` $ conan new cmake_lib -d name=mypkg -d version=0.1 -d requires="restinio/[*]" File saved: CMakeLists.txt File saved: conanfile.py File saved: include/mypkg.h File saved: src/mypkg.cpp File saved: test_package/CMakeLists.txt File saved: test_package/conanfile.py File...

I am trying to start a new example code by having an empty folder, with your guidelines.. step:1 Create new project ``` $ conan new cmake_lib -d name=mypkg -d version=0.1...

Hi @memsharded, Could you please check my last steps and the outcome thanks :)

So as an update, I have change the build command with `conan build . --build=missing -pr:h=aarch64` by removing `-s compiler.cppstd=17` flag and now I am getting some other errors, rather...

Hi @memsharded, still waiting for your feedback..

@memsharded thanks for the identification of suspected cause, I will try to build fmt with qcc, meanwhile I will also try to get the information regarding qcc compiler support for...