Comments - Compiling MariaDB for Debugging

7 years ago Rui Pacheco

-DCMAKE_BUILD_TYPE=Debug doesn't work on the latest OSX:

/Desktop/server · (10.1) ⟩ cmake . -DCMAKE_BUILD_TYPE=Debug -- Running cmake version 3.7.2 CMake Error at CMakeLists.txt:104 (INCLUDE): include could not find load file:

/Users/xxx/Desktop/server/cmake/build_configurations/Debug.cmake

-- MariaDB 10.1.23 -- Packaging as: mariadb-10.1.23-osx10.12-x86_64 getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE' -- OPENSSL_INCLUDE_DIR = /opt/local/include -- OPENSSL_LIBRARIES = /opt/local/lib/libssl.dylib -- CRYPTO_LIBRARY = /opt/local/lib/libcrypto.dylib -- OPENSSL_MAJOR_VERSION = -- SSL_LIBRARIES = /opt/local/lib/libssl.dylib;/opt/local/lib/libcrypto.dylib -- Checking for one of the modules 'libsystemd;libsystemd-daemon' -- Systemd features not enabled CMake Warning at storage/tokudb/CMakeLists.txt:32 (MESSAGE): TokuDB is enabled, but jemalloc is not. This configuration is not supported

-- Configuring incomplete, errors occurred! See also "/Users/xxx/Desktop/server/CMakeFiles/CMakeOutput.log". See also "/Users/xxx/Desktop/server/CMakeFiles/CMakeError.log".

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.