oatpp-starter icon indicating copy to clipboard operation
oatpp-starter copied to clipboard

Oatpp simple-API starter project

Results 8 oatpp-starter issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/oatpp/oatpp-starter/assets/19764187/c2c78e8c-41d8-4d00-8376-893769aa63e6) 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[ ![屏幕截图 2024-09-06 105616](https://github.com/user-attachments/assets/5d00bfbd-ce5d-4ee2-86b2-ec9a80d54f7f) ![屏幕截图 2024-09-06 105629](https://github.com/user-attachments/assets/ed0e53ac-ae3f-4e91-9830-9d66a5ccc983) ](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...