View Single Post
  #3  
Old 02-02-2020, 05:58 PM
laxative
Hill Giant
 
Join Date: Aug 2008
Location: NorthEast
Posts: 115
Default

Uleat?? I'm honored to get your attention!

I thought it might have been a 32/64 issue, I originally had all the x86 dependencies (still do actually) but I grabbed the 64bit dependencies too.

I just completed another go around, fresh cmake files, opened the project, did a clean, updated all the VS include and Lib directories to point to the 64bit dependencies, but still have the same 6 failures but now with many more perl, and lua errors....

I'd prefer to run X86.. but let me ask the simple and dumb question, my perl and MySQL installations are 64 bit.. but lua, zlib, etc are probably all 32 bit.

This is where it has always fallen down for me, which files are the correct ones to download for proper usage.? Does it matter if you've installed SQL workbench that's 64bit.. (maybe??)

Cmake seems very happy, but visual studio is complaining like a mofo.

Code:
Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.
Resolving vcpkg dependencies...
Boost version: 1.71.0
Found mbedTLS:
  version 2.16.3
  TLS: D:/Emu-Files/code/Server/vcpkg/installed/x86-windows/debug/lib/mbedtls.lib
  X509: D:/Emu-Files/code/Server/vcpkg/installed/x86-windows/debug/lib/mbedx509.lib
  Crypto: D:/Emu-Files/code/Server/vcpkg/installed/x86-windows/debug/lib/mbedcrypto.lib
**************************************************
* Library Detection                              *
**************************************************
* MySQL:                                   FOUND *
* MariaDB:                                 FOUND *
* ZLIB:                                    FOUND *
* Lua:                                     FOUND *
* Perl:                                    FOUND *
* libsodium:                               FOUND *
* OpenSSL:                                 FOUND *
* mbedTLS:                                 FOUND *
**************************************************

**************************************************
* Library Usage                                  *
**************************************************
* Database:                                MySQL *
* TLS:                                   OpenSSL *
* Sodium:                              Libsodium *
* Lua:                                   Lua 5.1 *
* Perl:                                     Perl *
* zlib:                                  zlib-ng *
**************************************************
Version: 5.3.0
Build type: RelWithDebInfo
CXX_STANDARD: 11
ZLIB_HEADER_VERSION: 1.2.11
ZLIBNG_HEADER_VERSION: 1.9.9
Architecture: AMD64
Using cmake toolchain: D:/Emu-Files/code/Server/vcpkg/scripts/buildsystems/vcpkg.cmake
Architecture-specific source files: arch/x86/x86.c
Configuring done
Generating done
It's always been a bit of bugger to me to get the repository straight. Which versions etc. do I need to reference the lib/includes from the dependencies folder, or from the program installations (MySQL)

maybe there is a newer guide that I'm not seeing either?

thanks for reading, and cool to see you still here.
Lax
Reply With Quote