-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Package: sqlite3:x64-linux #6008
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Comments
Can I change the config set(VCPKG_LIBRARY_LINKAGE dynamic) then I run vcpkg install boost then i got an Error.
|
The problem with sqlite3 is here in CMakeLists.txt here:
try something like this:
|
Thanks for posting this issue. This issue has been fixed. So I am closing this issue for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Package: sqlite3:x64-linux
Vcpkg version: 2018.11.23-unknownhash
I set VCPKG_LIBRARY_LINKAGE dynamic
CMake Error at scripts/cmake/vcpkg_build_cmake.cmake:202 (message):
Command failed: vcpkg/downloads/tools/cmake-3.14.0-linux/cmake-3.14.0-Linux-x86_64/bin/cmake;--build;.;--config;Debug;--target;install;--;-v
Working Directory: vcpkg/buildtrees/sqlite3/x64-linux-dbg
See logs for more information:
vcpkg/buildtrees/sqlite3/install-x64-linux-dbg-out.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_install_cmake.cmake:24 (vcpkg_build_cmake)
ports/sqlite3/portfile.cmake:34 (vcpkg_install_cmake)
scripts/ports.cmake:71 (include)
dbg-out.log show me:
/vcpkg/buildtrees/sqlite3/src/3270200-2078ef6d88/sqlite3.c:19868:27: error: storage class specified for parameter ‘sqlite3StrBINARY’
SQLITE_PRIVATE const char sqlite3StrBINARY[] = "BINARY";
vcpkg/buildtrees/sqlite3/src/3270200-2078ef6d88/sqlite3.c:19945:24: error: storage class specified for parameter ‘AuxData’
typedef struct AuxData AuxData;
The text was updated successfully, but these errors were encountered: