Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build drogon x64-windows-static version in win10, cmake could not find the brotli #624

Open
chris-shenzhen-china opened this issue Nov 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@chris-shenzhen-china
Copy link

C:\projectvs\remote\aspia\source\auth\drogon\build>cmake .. -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static
-- Building for: Visual Studio 16 2019
-- The C compiler identification is MSVC 19.27.29112.0
-- The CXX compiler identification is MSVC 19.27.29112.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- compiler: MSVC
-- Looking for C++ include any
-- Looking for C++ include any - found
-- Looking for C++ include string_view
-- Looking for C++ include string_view - found
-- Found OpenSSL: C:/vcpkg/installed/x64-windows-static/debug/lib/libcrypto.lib (found version "1.1.1h")
-- Found c-ares: C:/vcpkg/installed/x64-windows-static/include
-- c-ares found!
-- use c++17
-- Found Jsoncpp: C:/vcpkg/installed/x64-windows-static/include
-- Could NOT find BROTLI (missing: BROTLIDEC_LIBRARY BROTLIENC_LIBRARY BROTLICOMMON_LIBRARY)
-- Found PostgreSQL: C:/vcpkg/installed/x64-windows-static/debug/lib/libpq.lib (found version "12.2")
-- pg inc: C:/vcpkg/installed/x64-windows-static/includeC:/vcpkg/installed/x64-windows-static/include/server
-- Found pg: C:/vcpkg/installed/x64-windows-static/debug/lib/libpq.lib
-- libpq inc path:C:/vcpkg/installed/x64-windows-static/includeC:/vcpkg/installed/x64-windows-static/include/server
-- libpq lib:C:/vcpkg/installed/x64-windows-static/debug/lib/libpq.lib
-- MySQL Include dir: C:/vcpkg/installed/x64-windows-static/include/mysql
-- MySQL client libraries: C:/vcpkg/installed/x64-windows-static/debug/lib/mariadbclient.lib
-- Found MySQL: C:/vcpkg/installed/x64-windows-static/debug/lib/mariadbclient.lib
-- Ok! We find the mariadb!
-- Found SQLite3: C:/vcpkg/installed/x64-windows-static/debug/lib/sqlite3.lib
-- Found ZLIB: optimized;C:/vcpkg/installed/x64-windows-static/lib/zlib.lib;debug;C:/vcpkg/installed/x64-windows-static/debug/lib/zlibd.lib (found version "1.2.11")
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/cmake.csp
-- view classname:cmake
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/config.csp
-- view classname:config
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/demoMain.csp
-- view classname:demoMain
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/filter_cc.csp
-- view classname:filter_cc
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/filter_h.csp
-- view classname:filter_h
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/gitignore.csp
-- view classname:gitignore
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/model_cc.csp
-- view classname:model_cc
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/model_h.csp
-- view classname:model_h
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/model_json.csp
-- view classname:model_json
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/plugin_cc.csp
-- view classname:plugin_cc
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/plugin_h.csp
-- view classname:plugin_h
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/restful_controller_base_cc.csp
-- view classname:restful_controller_base_cc
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/restful_controller_base_h.csp
-- view classname:restful_controller_base_h
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/restful_controller_cc.csp
-- view classname:restful_controller_cc
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/restful_controller_custom_cc.csp
-- view classname:restful_controller_custom_cc
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/restful_controller_custom_h.csp
-- view classname:restful_controller_custom_h
-- cspFile:C:/projectvs/remote/aspia/source/auth/drogon/drogon_ctl/templates/restful_controller_h.csp
-- view classname:restful_controller_h
-- bin:bin
-- Configuring done
-- Generating done
-- Build files have been written to: C:/projectvs/remote/aspia/source/auth/drogon/build

@an-tao an-tao added the enhancement New feature or request label Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants