drogon icon indicating copy to clipboard operation
drogon copied to clipboard

Build error

Open dinosaurtirex opened this issue 2 years ago • 1 comments

Host Environment

  • OS: Windows 11
  • Compiler: Visual Studio 2022

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...)

dinosaurtirex avatar Jul 27 '22 01:07 dinosaurtirex

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

an-tao avatar Jul 27 '22 01:07 an-tao