View Single Post
  #1  
Old 02-04-2015, 03:02 PM
Bohbo
Hill Giant
 
Join Date: Dec 2012
Posts: 116
Default Compiling New Version

When trying to compile the newest version using Repack as the base install I run into some problems with CMake that seem to be related to x64 version of Maria DB. I tried installing MySQL 32 bit with developer tools and had it add the paths.

When I make i still get this error.

Code:
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.1/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find MySQL (missing: MySQL_LIBRARY_DEBUG MySQL_LIBRARY_RELEASE
  MySQL_INCLUDE_DIR)
Call Stack (most recent call first):
  C:/Program Files (x86)/CMake/share/cmake-3.1/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindMySQL.cmake:72 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:306 (FIND_PACKAGE)
If i choose Visual Studio 12 x64 I don't run into any problems. why I was thinking it might be something to do with the 64 bit mariaDB. THis is great on the cmake side not so much on the VS side.

EDIT::: I was trying to make with x64 dependencies. I must have overlooked that go me!
Reply With Quote