vcpkg Questions
2
Solved
i'm actually trying to make vcpkg with cmake and MinGW working on windows but it seems like he don't want to use MinGW
Here is the error :
-- Running vcpkg install - done
-- The C compiler identifi...
2
I have a project using 2 different packages, pkgA with triplet x86-windows-static, and pkgB, with triplet x86-windows.
When I try to compile my project, everything works fine for pkgA, since $(Vcp...
Magnien asked 17/2, 2020 at 16:30
0
I'm using vcpkg as library manager for my Visual C++ projects. Sometimes I link libraries dynamically and vcpkg provides dll's in \vcpkg\installed\x64-windows\bin folder.
When I run project in Debu...
Garderobe asked 5/4, 2021 at 17:55
1
I love the idea of vcpkg, but I think I'd prefer to stick to MinGW as my compiler.
I can't find any resources on whether or not I can set up (or how to setup) vcpkg so that it compiles packages for...
1
I followed the tutorial described in the VCPKG github site and then installed OpenMesh 8.0, and after, i linked the toolchain
-DCMAKE_TOOLCHAIN_FILE=/home/diolante/vcpkg/scripts/buildsystems/vcpkg...
2
Solved
I installed and integrated latest version of vcpkg:
e:\work\vcpkg>vcpkg version
Vcpkg package management program version 0.0.65-692a363701156f1bc319306fbde93fb6748325f6
See LICENSE.txt for lic...
Siamang asked 24/12, 2016 at 18:8
1
Solved
I am trying out vcpkg package manager but I am running in some issues.
I have a c++ project that uses cmake and vcpkg and have used vcpkg to install the cache2 package.
Now everything works but as ...
1
Solved
I am using Visual Studio 2019 on Windows 10 and am trying to use GTK in C++ and installed it using vcpkg.
I've installed GTK using vcpkg according to the guide from GTK. I'm using Visual Studio 20...
Saltworks asked 13/12, 2019 at 0:0
1
I have a cmake-based C++ project using boost and zmq libraries.
I'm trying to build it on Windows using Visual Studio Community 2017 and vcpkg.
I installed vcpkg following the instructions on the...
Gestate asked 23/7, 2018 at 10:16
1
It is written here
In Visual Studio, you can create a New Project (or open an existing
one). All installed libraries are immediately ready to be #include'd
and used in your project without add...
Office asked 22/1, 2020 at 17:56
1
My question is, how to integrate vcpkg in linux with cross build toolchain, as well as sysroot?
example:
build machine is fedora30
cross build toolchain is x86_64-centos7-gnu
from https://git...
1
I use VCPKG to build third party libraries like libcurl for example. I have dynamic and static builds. Obviously, import .lib and object .lib files are contained in two different folders, x64-windo...
Paramorphism asked 22/10, 2019 at 14:23
1
Solved
I want to use this library see: https://github.com/jtv/libpqxx
I decided to install this library manager vcpkg see: https://github.com/microsoft/vcpkg
I set the CMake Option to "CMake projects s...
1
Solved
I have created a simple C++ test project with one mocking class:
#include <gtest/gtest.h>
#include <gmock/gmock.h>
class TestMock
{
public:
MOCK_CONST_METHOD0(Method1, void());
};
T...
Repudiate asked 3/9, 2017 at 16:19
1
Solved
I'm trying to build only the release version of packages because creating debug versions takes too long / too much space. Vcpkg docs state that:
Adding set(VCPKG_BUILD_TYPE release) in a triplet: ...
1
Solved
I am trying to accomplish a simple task in order to check how easy is to develop "Linux apps" in Windows.
I am using vcpkg from Microsoft in order to setup headers and libs and crow , an c++ http ...
Shatter asked 22/6, 2018 at 8:23
0
so I have a class that makes an http call using curl in visual studios 2017 that was installed via vcpkg discussed: here, using curl_easy function calls:
string returnResponseAsString(string reque...
Divagate asked 24/12, 2017 at 18:21
© 2022 - 2024 — McMap. All rights reserved.