Questions tagged [vcpkg]

Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS.

Repository: Github Microsoft/vcpkg

Documentation: vcpkg.readthedocs.io

591 questions
-2
votes
1 answer

Qt from vcpkg on apple M1 - ld: warning: directory not found for option

This is related to Object file was built for newer OSX version than being linked Here on macOS Monterey M1 macbook, I'm using Qt5.15.6 from vcpkg. On qmake project I add CONFIG+=sdk_no_version_check QMAKE_MACOSX_DEPLOYMENT_TARGET = 12.0 And it…
KcFnMi
  • 5,516
  • 10
  • 62
  • 136
-2
votes
1 answer

LNK2019 while using SDL2 and vcpkg

I am using SDL2 and vcpkg. I install sdl2 by vcpkg and build project in Visual Studio 2022 Debug x86 LNK2019 unresolved external symbol _main referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ) code: #include…
Neoxy
  • 1
  • 1
-3
votes
2 answers

#include errors detected Linux

I work on a crypt and decrypt tool and i got an error about library : #include all the other library without errors just this one and when i peek the problem he show me this : #include errors detected. Please update your includePath.…
Yezz123
  • 63
  • 4
  • 8
-4
votes
2 answers

Berkeley DB C++ showing incorrect key-value string data

I have installed Berkeley DB with VCPKG. I am trying to store simple key-value with Berkeley DB. like fruit = apple #include #include #include #include #include #include…
Morse
  • 8,258
  • 7
  • 39
  • 64
1 2 3
39
40