oatpp-starter
oatpp-starter copied to clipboard
Oatpp simple-API starter project
 Tried following the instructions mentioned in the screenshot above for build and run. But keep getting this error. **"make: *** No targets specified and no makefile found. Stop."** Not...
After adding the following 2 lines in CMakeLists.txt: SET(CMAKE_CXX_COMPILER "clang++") SET (CMAKE_CXX_FLAGS_DEBUG "-O0 -g -fstack-check -fstack-protector-strong -finstrument-functions -fsanitize=address -fsanitize=leak -fsanitize=undefined -fno-omit-frame-pointer -static-libsan") and building and running executable, I get the...
``` D |2022-01-28 14:13:08 1643359388283243| [oatpp::concurrency::Thread::assignThreadToCpu(...)]:error code - 3 D |2022-01-28 14:13:47 1643359427600637| [oatpp::concurrency::Thread::assignThreadToCpu(...)]:error code - 3 D |2022-01-28 14:13:48 1643359428751913| [oatpp::concurrency::Thread::assignThreadToCpu(...)]:error code - 3 D |2022-01-28 14:14:08 1643359448469981| [oatpp::concurrency::Thread::assignThreadToCpu(...)]:error...
I'm attempting to integrate OATPP with my project, but no success so far. The reason should be that I'm not familiar with OATPP. My evaluations are described as follows: ###...
I've tried integrating this repo into my application, just to test oatpp. First of, if I do it exactly, I will get compilation warnings from gcc14: ``` include/ecmi/EcmiComponent.hpp:49:62: warning: declaration...
test0000000000[   ](url)
If I try to follow the docker instructions, the build fails to build as i have: docker run -it lganzzzo/alpine-cmake /bin/sh / # cmake --version cmake version 3.11.1 CMake suite...