drogonframework / drogon

Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
MIT License
11.57k stars 1.12k forks source link

Build error #1326

Closed dinosaurtirex closed 6 months ago

dinosaurtirex commented 2 years ago

Host Environment

To Reproduce Steps to reproduce the behavior:

Creating visual studio project, going to directory, then:
git clone https://github.com/an-tao/drogon
cd drogon
git submodule update --init
mkdir build
cd build
conan install .. -s compiler="Visual Studio" -s compiler.version=16 -s build_type=Debug -g cmake_paths
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=D:/ -DCMAKE_TOOLCHAIN_FILE=./conan_paths.cmake
cmake --build . --parallel --target install

Failure logs image

Additional context When i am trying to build drogon from source for windows 11 x64, i'm getting this errors

Youre guys making great job, i don't want to waste you're time for my own problem. But i tried a lot of options to find same errors and find nothing.... :(

Also my python version is 3.10.4 (may be problem in conan? idk...)

an-tao commented 2 years ago

Drogon has been ported to conan, you can use drogon directly with conan.