warnings with cmake

MMEX4Desktop, incl. Windows, macOS (10.10 or newer), and Most Unix variants using the GTK+ toolkit

Moderator: Renato

Post Reply
yannick85
New MMEX User
Posts: 8
Joined: Thu Oct 30, 2014 5:43 pm
Are you a spam bot?: No

warnings with cmake

Post by yannick85 »

Hi,
The compile phase is ok but :
I have lua problems (lua version seems not to be good).
and RapidJSON problem

i have warnings when using cmake :

Here is the cmake log :

cmake -DCMAKE_BUILD_TYPE=Release ..

CMake Warning at 3rd/CMakeLists.txt:13 (FIND_PACKAGE):
By not providing "FindRapidJSON.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"RapidJSON", but CMake did not find one.

Could not find a package configuration file provided by "RapidJSON"
(requested version 1.1) with any of the following names:

RapidJSONConfig.cmake
rapidjson-config.cmake

Add the installation prefix of "RapidJSON" to CMAKE_PREFIX_PATH or set
"RapidJSON_DIR" to a directory containing one of the above files. If
"RapidJSON" provides a separate development package or SDK, be sure it has
been installed.


-- Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
--
-- MMEX configuration summary
-- ==========================
-- Version : 1.4.0-alpha.6
-- Commit : 35706309 (2018-09-08)
-- Branch : master
-- Host system : Linux x86_64
-- Target system : Linux x86_64
-- Build types : Release
-- Generator : Unix Makefiles
-- Install prefix : /usr/local
--
-- Versions
-- ========
-- Linux 4.9.0-8-amd64
-- Debian 9.5 'stretch'
-- CMake 3.7.2
-- GNU Make 4.1
-- ccache
-- GNU 6.3.0
-- wxWidgets 3.0.2
-- wxSQLite3 4.0.4
-- Lua 5.3.4
-- curl 7.52.1
-- gettext 0.19.8.1
--
-- Configuring done
-- Generating done

Thanks !
Post Reply