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

can't find libevent_windows #97

Open
headassbtw opened this issue Jun 2, 2023 · 7 comments
Open

can't find libevent_windows #97

headassbtw opened this issue Jun 2, 2023 · 7 comments

Comments

@headassbtw
Copy link

headassbtw commented Jun 2, 2023

Hi, I've been using this library flawlessly on linux for a while, and I wanted to port the app I'm using it with to windows while it's still kinda early in development.

Unfortunately, no matter what I try, I can't get it to realize I have libevent installed, and it errors.

image

Is there something I'm missing here? or a step i forgot to do?

Of note, opting for the USE_BUNDLED_* versions of libraries results in this error:

image

Attempting to remedy the above problem by enabling hunter gives me a new error. Using the exact(ish) same command as in the CI script, it fails with an error that's straight-up wrong.

image

@deepbluev7
Copy link
Member

deepbluev7 commented Jun 7, 2023

You need to enable hunter to use the bundled libevent. (And your error is because your project does not use hunter, so you are not including the hunter gate file.

@headassbtw
Copy link
Author

do i need to include some cmake file or just the commandline arg, because in the third image i used the (nearly) exact same command as in the CI script and it still errored

@deepbluev7
Copy link
Member

If you want to use hunter, you need to have these two files before your project declaration:

include("cmake/HunterGate.cmake")

@danila-zol
Copy link

I have the same problem when trying to build in Visual Studio. libevent is installed with vcpkg, but I still get an error on libevent_windows

Cmake output:

1> CMake generation started for default configuration: 'x64-Debug'.
1> Found and using vcpkg toolchain file (C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake).
1> Command line: "C:\Windows\system32\cmd.exe" /c "%SYSTEMROOT%\System32\chcp.com 65001 >NUL && "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe"  -G "Ninja"  -DCMAKE_BUILD_TYPE:STRING="Debug" -DCMAKE_INSTALL_PREFIX:PATH="C:\dev\mtxclient\out\install\x64-Debug" -DCMAKE_C_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe" -DCMAKE_CXX_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe"   -DCMAKE_MAKE_PROGRAM="C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe" -DCMAKE_TOOLCHAIN_FILE="C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "C:\dev\mtxclient" 2>&1"
1> Working directory: C:\dev\mtxclient\out\build\x64-Debug
1> [CMake] -- Checking for module 'libevent_windows'
1> [CMake] --   Can't find libevent_windows.pc in any of C:/dev/vcpkg/installed/x64-windows/debug/lib/pkgconfig C:/dev/vcpkg/installed/x64-windows/lib/pkgconfig C:/dev/vcpkg/installed/x64-windows/share/pkgconfig C:/Strawberry/c/lib/pkgconfig
1> [CMake] use the PKG_CONFIG_PATH environment variable, or
1> [CMake] specify extra search paths via 'search_paths'
1> [CMake] CMake Error at C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.26/Modules/FindPkgConfig.cmake:607 (message):
1> [CMake]   A required package was not found
1> [CMake] Call Stack (most recent call first):
1> [CMake]   C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.26/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal)
1> [CMake]   CMakeLists.txt:150 (pkg_check_modules)
1> [CMake] -- Configuring incomplete, errors occurred!
1> 'C:\Windows\system32\cmd.exe' '/c "%SYSTEMROOT%\System32\chcp.com 65001 >NUL && "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe"  -G "Ninja"  -DCMAKE_BUILD_TYPE:STRING="Debug" -DCMAKE_INSTALL_PREFIX:PATH="C:\dev\mtxclient\out\install\x64-Debug" -DCMAKE_C_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe" -DCMAKE_CXX_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe"   -DCMAKE_MAKE_PROGRAM="C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe" -DCMAKE_TOOLCHAIN_FILE="C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "C:\dev\mtxclient" 2>&1"' execution failed with error: ''C:\Windows\system32\cmd.exe' '/c "%SYSTEMROOT%\System32\chcp.com 65001 >NUL && "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe"  -G "Ninja"  -DCMAKE_BUILD_TYPE:STRING="Debug" -DCMAKE_INSTALL_PREFIX:PATH="C:\dev\mtxclient\out\install\x64-Debug" -DCMAKE_C_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe" -DCMAKE_CXX_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe"   -DCMAKE_MAKE_PROGRAM="C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe" -DCMAKE_TOOLCHAIN_FILE="C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "C:\dev\mtxclient" 2>&1"' returned with exit code: 1'.

When setting -DUSE_BUNDLED_LIBEVENT=ON and -DUSE_BUNDLED_COEURL=ON there is another error also related to libevent, but this time when setting up coeurl

Cmake output:

1> CMake generation started for configuration: 'x64-Debug'.
1> Found and using vcpkg toolchain file (C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake).
1> Command line: "C:\Windows\system32\cmd.exe" /c "%SYSTEMROOT%\System32\chcp.com 65001 >NUL && "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe"  -G "Ninja"  -DCMAKE_BUILD_TYPE:STRING="Debug" -DCMAKE_INSTALL_PREFIX:PATH="C:\dev\mtxclient\out\install\x64-Debug" -DUSE_BUNDLED_LIBEVENT:BOOL="True" -DUSE_BUNDLED_COEURL:BOOL="True" -DCMAKE_C_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe" -DCMAKE_CXX_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe"   -DCMAKE_MAKE_PROGRAM="C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe" -DCMAKE_TOOLCHAIN_FILE="C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "C:\dev\mtxclient" 2>&1"
1> Working directory: C:\dev\mtxclient\out\build\x64-Debug
1> [CMake] -- Found libevent include directory: C:/dev/vcpkg/installed/x64-windows/include
1> [CMake] -- Found libevent component: C:/dev/vcpkg/installed/x64-windows/debug/bin/event_cored.dll
1> [CMake] -- Found libevent component: C:/dev/vcpkg/installed/x64-windows/bin/event_core.dll
1> [CMake] -- Found libevent component: C:/dev/vcpkg/installed/x64-windows/debug/bin/event_extrad.dll
1> [CMake] -- Found libevent component: C:/dev/vcpkg/installed/x64-windows/bin/event_extra.dll
1> [CMake] -- Found libevent 2.2.0 in C:/dev/vcpkg/installed/x64-windows
1> [CMake] -- Found libevent include directory: C:/dev/vcpkg/installed/x64-windows/include
1> [CMake] -- Found libevent component: C:/dev/vcpkg/installed/x64-windows/debug/bin/event_cored.dll
1> [CMake] -- Found libevent component: C:/dev/vcpkg/installed/x64-windows/bin/event_core.dll
1> [CMake] -- Found libevent component: C:/dev/vcpkg/installed/x64-windows/debug/bin/event_extrad.dll
1> [CMake] -- Found libevent component: C:/dev/vcpkg/installed/x64-windows/bin/event_extra.dll
1> [CMake] -- Found libevent 2.2.0 in C:/dev/vcpkg/installed/x64-windows
1> [CMake] -- Looking for C++ include filesystem
1> [CMake] -- Looking for C++ include filesystem - found
1> [CMake] -- The following OPTIONAL packages have been found:
1> [CMake] 
1> [CMake]  * Git
1> [CMake] 
1> [CMake] -- The following REQUIRED packages have been found:
1> [CMake] 
1> [CMake]  * OpenSSL (required version >= 1.1.0), Open source SSL and TLS implementation and cryptographic library, <https://www.openssl.org/>
1> [CMake]  * Olm (required version >= 3.2.7), An implementation of the Double Ratchet cryptographic ratchet, <https://git.matrix.org/git/olm/about/>
1> [CMake]  * nlohmann_json (required version >= 3.11.0), JSON for Modern C++, a C++11 header-only JSON class, <https://nlohmann.github.io/json/>
1> [CMake]  * Libevent
1> [CMake]  * PkgConfig
1> [CMake]  * Threads
1> [CMake]  * spdlog (required version >= 1.0.0), Very fast, header only, C++ logging library, <https://github.com/gabime/spdlog>
1> [CMake] 
1> [CMake] -- Found GTest: C:/dev/vcpkg/installed/x64-windows/share/gtest/GTestConfig.cmake (found version "1.14.0")  
1> [CMake] -- Configuring done (6.8s)
1> [CMake] CMake Error at out/build/x64-Debug/_deps/coeurl-src/CMakeLists.txt:50 (target_link_libraries):
1> [CMake]   Target "coeurl" links to:
1> [CMake] 
1> [CMake]     Libevent::event_core
1> [CMake] 
1> [CMake]   but the target was not found.  Possible reasons include:
1> [CMake] 
1> [CMake]     * There is a typo in the target name.
1> [CMake]     * A find_package call is missing for an IMPORTED target.
1> [CMake]     * An ALIAS target is missing.
1> [CMake] 
1> [CMake] 
1> [CMake] 
1> [CMake] -- Generating done (0.1s)
1> [CMake] CMake Generate step failed.  Build files cannot be regenerated correctly.
1> 'C:\Windows\system32\cmd.exe' '/c "%SYSTEMROOT%\System32\chcp.com 65001 >NUL && "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe"  -G "Ninja"  -DCMAKE_BUILD_TYPE:STRING="Debug" -DCMAKE_INSTALL_PREFIX:PATH="C:\dev\mtxclient\out\install\x64-Debug" -DUSE_BUNDLED_LIBEVENT:BOOL="True" -DUSE_BUNDLED_COEURL:BOOL="True" -DCMAKE_C_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe" -DCMAKE_CXX_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe"   -DCMAKE_MAKE_PROGRAM="C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe" -DCMAKE_TOOLCHAIN_FILE="C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "C:\dev\mtxclient" 2>&1"' execution failed with error: ''C:\Windows\system32\cmd.exe' '/c "%SYSTEMROOT%\System32\chcp.com 65001 >NUL && "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe"  -G "Ninja"  -DCMAKE_BUILD_TYPE:STRING="Debug" -DCMAKE_INSTALL_PREFIX:PATH="C:\dev\mtxclient\out\install\x64-Debug" -DUSE_BUNDLED_LIBEVENT:BOOL="True" -DUSE_BUNDLED_COEURL:BOOL="True" -DCMAKE_C_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe" -DCMAKE_CXX_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe"   -DCMAKE_MAKE_PROGRAM="C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe" -DCMAKE_TOOLCHAIN_FILE="C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "C:\dev\mtxclient" 2>&1"' returned with exit code: 1'.

@deepbluev7
Copy link
Member

Your issue seems to be, that you are mixing vcpkg versions with the non-vcpkg version, but the vcpkg version seems to be incompatible, possibly because you build it as a debug package without proper pkconfig files?

@danila-zol
Copy link

There are no libevent builds installed other than the vcpkg version and building for target x64-Release yields the same errors.

@danila-zol
Copy link

Yeah it seems to pick up a local libevent install even when USE_BUNDLED_LIBEVENT is specified. I've built upstream libevent to test this issue and now it seems to pick up that ignoring USE_BUNDLED_LIBEVENT.
Output:

1> CMake generation started for configuration: 'x64-Debug'.
1> Found and using vcpkg toolchain file (C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake).
1> Command line: "C:\Windows\system32\cmd.exe" /c "%SYSTEMROOT%\System32\chcp.com 65001 >NUL && "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe"  -G "Ninja"  -DCMAKE_BUILD_TYPE:STRING="Debug" -DCMAKE_INSTALL_PREFIX:PATH="C:\dev\mtxclient\out\install\x64-Debug" -DUSE_BUNDLED_LIBEVENT:BOOL="True" -DUSE_BUNDLED_COEURL:BOOL="True" -DCMAKE_C_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe" -DCMAKE_CXX_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe"   -DCMAKE_MAKE_PROGRAM="C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe" -DCMAKE_TOOLCHAIN_FILE="C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "C:\dev\mtxclient" 2>&1"
1> Working directory: C:\dev\mtxclient\out\build\x64-Debug
1> [CMake] -- The C compiler identification is MSVC 19.37.32824.0
1> [CMake] -- The CXX compiler identification is MSVC 19.37.32824.0
1> [CMake] -- Detecting C compiler ABI info
1> [CMake] -- Detecting C compiler ABI info - done
1> [CMake] -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe - skipped
1> [CMake] -- Detecting C compile features
1> [CMake] -- Detecting C compile features - done
1> [CMake] -- Detecting CXX compiler ABI info
1> [CMake] -- Detecting CXX compiler ABI info - done
1> [CMake] -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe - skipped
1> [CMake] -- Detecting CXX compile features
1> [CMake] -- Detecting CXX compile features - done
1> [CMake] -- Found OpenSSL: optimized;C:/dev/vcpkg/installed/x64-windows/lib/libcrypto.lib;debug;C:/dev/vcpkg/installed/x64-windows/debug/lib/libcrypto.lib (found suitable version "3.1.4", minimum required is "1.1.0")  
1> [CMake] -- Found nlohmann_json: C:/dev/vcpkg/installed/x64-windows/share/nlohmann_json/nlohmann_jsonConfig.cmake (found suitable version "3.11.2", minimum required is "3.11.0") 
1> [CMake] -- Found PkgConfig: C:/dev/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe (found version "1.8.0") 
1> [CMake] -- Checking for module 're2'
1> [CMake] --   Found re2, version 11.0.0
1> [CMake] -- Found libevent 2.1.12 in C:/dev/libevent-2.1.12-stable/build
1> [CMake] -- Checking for module 'libcurl'
1> [CMake] --   Found libcurl, version 8.4.0-DEV
1> [CMake] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
1> [CMake] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
1> [CMake] -- Looking for pthread_create in pthreads
1> [CMake] -- Looking for pthread_create in pthreads - not found
1> [CMake] -- Looking for pthread_create in pthread
1> [CMake] -- Looking for pthread_create in pthread - not found
1> [CMake] -- Found Threads: TRUE  
1> [CMake] -- Found libevent 2.1.12 in C:/dev/libevent-2.1.12-stable/build
1> [CMake] -- Looking for C++ include filesystem
1> [CMake] -- Looking for C++ include filesystem - found
1> [CMake] -- The following OPTIONAL packages have been found:
1> [CMake] 
1> [CMake]  * Git
1> [CMake] 
1> [CMake] -- The following REQUIRED packages have been found:
1> [CMake] 
1> [CMake]  * OpenSSL (required version >= 1.1.0), Open source SSL and TLS implementation and cryptographic library, <https://www.openssl.org/>
1> [CMake]  * Olm (required version >= 3.2.7), An implementation of the Double Ratchet cryptographic ratchet, <https://git.matrix.org/git/olm/about/>
1> [CMake]  * nlohmann_json (required version >= 3.11.0), JSON for Modern C++, a C++11 header-only JSON class, <https://nlohmann.github.io/json/>
1> [CMake]  * Libevent
1> [CMake]  * PkgConfig
1> [CMake]  * Threads
1> [CMake]  * spdlog (required version >= 1.0.0), Very fast, header only, C++ logging library, <https://github.com/gabime/spdlog>
1> [CMake] 
1> [CMake] -- Found GTest: C:/dev/vcpkg/installed/x64-windows/share/gtest/GTestConfig.cmake (found version "1.14.0")  
1> [CMake] -- Configuring done (10.1s)
1> [CMake] CMake Error at out/build/x64-Debug/_deps/coeurl-src/CMakeLists.txt:50 (target_link_libraries):
1> [CMake]   Target "coeurl" links to:
1> [CMake] 
1> [CMake]     Libevent::event_core
1> [CMake] 
1> [CMake]   but the target was not found.  Possible reasons include:
1> [CMake] 
1> [CMake]     * There is a typo in the target name.
1> [CMake]     * A find_package call is missing for an IMPORTED target.
1> [CMake]     * An ALIAS target is missing.
1> [CMake] 
1> [CMake] 
1> [CMake] 
1> [CMake] -- Generating done (0.1s)
1> [CMake] CMake Generate step failed.  Build files cannot be regenerated correctly.
1> 'C:\Windows\system32\cmd.exe' '/c "%SYSTEMROOT%\System32\chcp.com 65001 >NUL && "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe"  -G "Ninja"  -DCMAKE_BUILD_TYPE:STRING="Debug" -DCMAKE_INSTALL_PREFIX:PATH="C:\dev\mtxclient\out\install\x64-Debug" -DUSE_BUNDLED_LIBEVENT:BOOL="True" -DUSE_BUNDLED_COEURL:BOOL="True" -DCMAKE_C_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe" -DCMAKE_CXX_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe"   -DCMAKE_MAKE_PROGRAM="C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe" -DCMAKE_TOOLCHAIN_FILE="C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "C:\dev\mtxclient" 2>&1"' execution failed with error: ''C:\Windows\system32\cmd.exe' '/c "%SYSTEMROOT%\System32\chcp.com 65001 >NUL && "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe"  -G "Ninja"  -DCMAKE_BUILD_TYPE:STRING="Debug" -DCMAKE_INSTALL_PREFIX:PATH="C:\dev\mtxclient\out\install\x64-Debug" -DUSE_BUNDLED_LIBEVENT:BOOL="True" -DUSE_BUNDLED_COEURL:BOOL="True" -DCMAKE_C_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe" -DCMAKE_CXX_COMPILER:FILEPATH="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe"   -DCMAKE_MAKE_PROGRAM="C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe" -DCMAKE_TOOLCHAIN_FILE="C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "C:\dev\mtxclient" 2>&1"' returned with exit code: 1'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants