I have problems building OpenViBE from the sources on the downloadpage.
I try to build on a win64 machine with vs2013 installed, as mentioned in the build instructions.
Is it also possible to use newer versions of VS for building openvibe3.1 or will it still only work with vs2013?
I was able to succesfully install the dependencies, but when I try to execute the build.cmd I get loads of errors.
Most of them say that some openvibe modules could not be found, like:
Code: Select all
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
plugins/processing/tools/CMakeLists.txt:19 (INCLUDE)
Complete Build Message:
Code: Select all
C:\openvibe>build.cmd --platform-target x64
Building sdk
Build type is set to: Release.
Visual Studio 2017 detection skipped as requested
Visual Studio 2015 detection skipped as requested
VStools: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\, VSCMake: Visual Studio 12 2013.
Found Visual Studio 12 2013 tools: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\../../VC/vcvarsall.bat x86_amd64
Compiler is: Visual Studio 12 2013
CMake Deprecation Warning at CMakeLists.txt:2 (cmake_policy):
The OLD behavior for policy CMP0026 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
CMake Deprecation Warning at CMakeLists.txt:3 (cmake_policy):
The OLD behavior for policy CMP0042 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_policy):
The OLD behavior for policy CMP0043 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
CMake Deprecation Warning at CMakeLists.txt:5 (cmake_policy):
The OLD behavior for policy CMP0045 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
CMake Deprecation Warning at CMakeLists.txt:6 (cmake_policy):
The OLD behavior for policy CMP0048 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- The C compiler identification is MSVC 18.0.21005.1
-- The CXX compiler identification is MSVC 18.0.21005.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.32.0.windows.2")
CMake Warning at cmake-modules/Utilities.cmake:38 (message):
No tags found, set version to 0.0.0
Call Stack (most recent call first):
CMakeLists.txt:13 (set_version)
-- BUILDING VERSION OpenViBE SDK: 0.0.0.0 Branch : ~
-- Appending compilation flags...
-- Found OpenMP_C: -openmp (found version "2.0")
-- Found OpenMP_CXX: -openmp (found version "2.0")
-- Found OpenMP: TRUE (found version "2.0")
-- Compilation flags used at source root:
-- COMPILE_DEFINITIONS = 'OV_CONFIG_SUBDIR="openvibe-3.1.0";OV_PROJECT_NAME="OpenVIBE";OV_VERSION_MAJOR="0";OV_VERSION_MINOR="0";OV_VERSION_PATCH="0";OV_CMAKE_PATH_ROOT="C:/openvibe/dist/sdk-Release-x64";OV_CMAKE_PATH_BIN="C:/openvibe/dist/sdk-Release-x64/bin";OV_CMAKE_PATH_LIB="C:/openvibe/dist/sdk-Release-x64/lib";OV_CMAKE_PATH_DATA="C:/openvibe/dist/sdk-Release-x64/share/openvibe"'
-- CMAKE_CXX_FLAGS = '/DWIN32 /D_WINDOWS /W3 /GR /EHsc -openmp /wd4355 /MP '
-- CMAKE_CXX_FLAGS_RELEASE = '/MD /O2 /Ob2 /DNDEBUG'
-- CMAKE_CXX_FLAGS_DEBUG = '/MDd /Zi /Ob0 /Od /RTC1'
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
kernel/CMakeLists.txt:19 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
kernel/CMakeLists.txt:21 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSystem.cmake:28 (MESSAGE):
FAILED to find OpenViBE module System...
Call Stack (most recent call first):
kernel/CMakeLists.txt:22 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
kernel/CMakeLists.txt:23 (INCLUDE)
-- CUSTOM DOCUMENTATION ENABLED FOR ebml
CMake Warning at cmake-modules/FindOpenViBEModuleSocket.cmake:47 (MESSAGE):
FAILED to find OpenViBE module Socket...
Call Stack (most recent call first):
modules/communication/CMakeLists.txt:27 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSocket.cmake:47 (MESSAGE):
FAILED to find OpenViBE module Socket...
Call Stack (most recent call first):
modules/communication/CMakeLists.txt:49 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
modules/csv/CMakeLists.txt:32 (INCLUDE)
-- Project ebml has custom documentation
-- Found ws2_32...
-- Found winmm...
-- Found dbghelp...
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
modules/xml/CMakeLists.txt:31 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
toolkit/CMakeLists.txt:57 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleEBML.cmake:28 (MESSAGE):
FAILED to find OpenViBE module EBML...
Call Stack (most recent call first):
toolkit/CMakeLists.txt:59 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
toolkit/CMakeLists.txt:60 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
toolkit/CMakeLists.txt:61 (INCLUDE)
-- Documentation files found in C:/openvibe/sdk/plugins/processing/classification/doc
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
plugins/processing/classification/CMakeLists.txt:17 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
plugins/processing/classification/CMakeLists.txt:19 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleEBML.cmake:28 (MESSAGE):
FAILED to find OpenViBE module EBML...
Call Stack (most recent call first):
plugins/processing/classification/CMakeLists.txt:20 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSystem.cmake:28 (MESSAGE):
FAILED to find OpenViBE module System...
Call Stack (most recent call first):
plugins/processing/classification/CMakeLists.txt:21 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
plugins/processing/classification/CMakeLists.txt:22 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
plugins/processing/classification/CMakeLists.txt:23 (INCLUDE)
-- Documentation files found in C:/openvibe/sdk/plugins/processing/data-generation/doc
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
plugins/processing/data-generation/CMakeLists.txt:18 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
plugins/processing/data-generation/CMakeLists.txt:20 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleEBML.cmake:28 (MESSAGE):
FAILED to find OpenViBE module EBML...
Call Stack (most recent call first):
plugins/processing/data-generation/CMakeLists.txt:21 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
plugins/processing/data-generation/CMakeLists.txt:22 (INCLUDE)
-- Documentation files found in C:/openvibe/sdk/plugins/processing/feature-extraction/doc
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
plugins/processing/feature-extraction/CMakeLists.txt:17 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
plugins/processing/feature-extraction/CMakeLists.txt:19 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleEBML.cmake:28 (MESSAGE):
FAILED to find OpenViBE module EBML...
Call Stack (most recent call first):
plugins/processing/feature-extraction/CMakeLists.txt:20 (INCLUDE)
-- Documentation files found in C:/openvibe/sdk/plugins/processing/file-io/doc
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
plugins/processing/file-io/CMakeLists.txt:23 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
plugins/processing/file-io/CMakeLists.txt:25 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleCSV.cmake:29 (MESSAGE):
FAILED to find OpenViBE module CSV...
Call Stack (most recent call first):
plugins/processing/file-io/CMakeLists.txt:26 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleEBML.cmake:28 (MESSAGE):
FAILED to find OpenViBE module EBML...
Call Stack (most recent call first):
plugins/processing/file-io/CMakeLists.txt:27 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
plugins/processing/file-io/CMakeLists.txt:28 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
plugins/processing/file-io/CMakeLists.txt:29 (INCLUDE)
-- Found XercesC: optimized;C:/openvibe/dependencies_x64/xerces-c/lib/xerces-c_3.lib;debug;C:/openvibe/dependencies_x64/xerces-c/lib/xerces-c_3D.lib (found version "3.1.3")
-- Documentation files found in C:/openvibe/sdk/plugins/processing/signal-processing/doc
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
plugins/processing/signal-processing/CMakeLists.txt:20 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
plugins/processing/signal-processing/CMakeLists.txt:22 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleEBML.cmake:28 (MESSAGE):
FAILED to find OpenViBE module EBML...
Call Stack (most recent call first):
plugins/processing/signal-processing/CMakeLists.txt:23 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSystem.cmake:28 (MESSAGE):
FAILED to find OpenViBE module System...
Call Stack (most recent call first):
plugins/processing/signal-processing/CMakeLists.txt:24 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
plugins/processing/signal-processing/CMakeLists.txt:25 (INCLUDE)
-- Documentation files found in C:/openvibe/sdk/plugins/processing/stimulation/doc
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
plugins/processing/stimulation/CMakeLists.txt:17 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
plugins/processing/stimulation/CMakeLists.txt:19 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleEBML.cmake:28 (MESSAGE):
FAILED to find OpenViBE module EBML...
Call Stack (most recent call first):
plugins/processing/stimulation/CMakeLists.txt:20 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSystem.cmake:28 (MESSAGE):
FAILED to find OpenViBE module System...
Call Stack (most recent call first):
plugins/processing/stimulation/CMakeLists.txt:21 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
plugins/processing/stimulation/CMakeLists.txt:22 (INCLUDE)
-- Found winmm...
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
plugins/processing/stream-codecs/CMakeLists.txt:18 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
plugins/processing/stream-codecs/CMakeLists.txt:20 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleEBML.cmake:28 (MESSAGE):
FAILED to find OpenViBE module EBML...
Call Stack (most recent call first):
plugins/processing/stream-codecs/CMakeLists.txt:21 (INCLUDE)
-- Documentation files found in C:/openvibe/sdk/plugins/processing/streaming/doc
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
plugins/processing/streaming/CMakeLists.txt:18 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
plugins/processing/streaming/CMakeLists.txt:20 (INCLUDE)
-- Documentation files found in C:/openvibe/sdk/plugins/processing/tools/doc
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
plugins/processing/tools/CMakeLists.txt:17 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
plugins/processing/tools/CMakeLists.txt:19 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleEBML.cmake:28 (MESSAGE):
FAILED to find OpenViBE module EBML...
Call Stack (most recent call first):
plugins/processing/tools/CMakeLists.txt:20 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSystem.cmake:28 (MESSAGE):
FAILED to find OpenViBE module System...
Call Stack (most recent call first):
plugins/processing/tools/CMakeLists.txt:21 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
plugins/processing/tools/CMakeLists.txt:22 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSocket.cmake:47 (MESSAGE):
FAILED to find OpenViBE module Socket...
Call Stack (most recent call first):
plugins/processing/tools/CMakeLists.txt:23 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleCommunication.cmake:28 (MESSAGE):
FAILED to find OpenViBE module Communication...
Call Stack (most recent call first):
plugins/processing/tools/CMakeLists.txt:24 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
applications/developer-tools/plugin-inspector/CMakeLists.txt:28 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
applications/developer-tools/plugin-inspector/CMakeLists.txt:30 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSystem.cmake:28 (MESSAGE):
FAILED to find OpenViBE module System...
Call Stack (most recent call first):
applications/developer-tools/plugin-inspector/CMakeLists.txt:31 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
applications/developer-tools/plugin-inspector/CMakeLists.txt:32 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
applications/developer-tools/scenario-player/CMakeLists.txt:45 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
applications/developer-tools/scenario-player/CMakeLists.txt:47 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSystem.cmake:28 (MESSAGE):
FAILED to find OpenViBE module System...
Call Stack (most recent call first):
applications/developer-tools/scenario-player/CMakeLists.txt:48 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
applications/developer-tools/scenario-player/CMakeLists.txt:49 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
applications/examples/external-processing/CMakeLists.txt:8 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleEBML.cmake:28 (MESSAGE):
FAILED to find OpenViBE module EBML...
Call Stack (most recent call first):
applications/examples/external-processing/CMakeLists.txt:10 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSocket.cmake:47 (MESSAGE):
FAILED to find OpenViBE module Socket...
Call Stack (most recent call first):
applications/examples/external-processing/CMakeLists.txt:11 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleCommunication.cmake:28 (MESSAGE):
FAILED to find OpenViBE module Communication...
Call Stack (most recent call first):
applications/examples/external-processing/CMakeLists.txt:12 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
applications/examples/external-processing/CMakeLists.txt:27 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSocket.cmake:47 (MESSAGE):
FAILED to find OpenViBE module Socket...
Call Stack (most recent call first):
applications/examples/external-processing/CMakeLists.txt:29 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleCommunication.cmake:28 (MESSAGE):
FAILED to find OpenViBE module Communication...
Call Stack (most recent call first):
applications/examples/external-processing/CMakeLists.txt:30 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
applications/examples/external-processing/CMakeLists.txt:31 (INCLUDE)
-- Found GTest: C:/openvibe/dependencies_x64/gtest/lib/gtest.lib
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/unit-toolkit/CMakeLists.txt:54 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
unit-test/unit-toolkit/CMakeLists.txt:56 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/ov-base/CMakeLists.txt:12 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/openvibe-module-csv/CMakeLists.txt:57 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleCSV.cmake:29 (MESSAGE):
FAILED to find OpenViBE module CSV...
Call Stack (most recent call first):
unit-test/openvibe-module-csv/CMakeLists.txt:58 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/openvibe-module-fs/CMakeLists.txt:26 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
unit-test/openvibe-module-fs/CMakeLists.txt:28 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/openvibe-module-fs/CMakeLists.txt:75 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
unit-test/openvibe-module-fs/CMakeLists.txt:77 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/openvibe-module-ebml/CMakeLists.txt:56 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleEBML.cmake:28 (MESSAGE):
FAILED to find OpenViBE module EBML...
Call Stack (most recent call first):
unit-test/openvibe-module-ebml/CMakeLists.txt:58 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/openvibe-module-xml/CMakeLists.txt:25 (INCLUDE)
unit-test/openvibe-module-xml/CMakeLists.txt:43 (SETUP_TEST)
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
unit-test/openvibe-module-xml/CMakeLists.txt:27 (INCLUDE)
unit-test/openvibe-module-xml/CMakeLists.txt:43 (SETUP_TEST)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
unit-test/openvibe-module-xml/CMakeLists.txt:28 (INCLUDE)
unit-test/openvibe-module-xml/CMakeLists.txt:43 (SETUP_TEST)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/openvibe-module-xml/CMakeLists.txt:25 (INCLUDE)
unit-test/openvibe-module-xml/CMakeLists.txt:48 (SETUP_TEST)
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
unit-test/openvibe-module-xml/CMakeLists.txt:27 (INCLUDE)
unit-test/openvibe-module-xml/CMakeLists.txt:48 (SETUP_TEST)
CMake Warning at cmake-modules/FindOpenViBEModuleFS.cmake:28 (MESSAGE):
FAILED to find OpenViBE module FS...
Call Stack (most recent call first):
unit-test/openvibe-module-xml/CMakeLists.txt:28 (INCLUDE)
unit-test/openvibe-module-xml/CMakeLists.txt:48 (SETUP_TEST)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/openvibe-module-socket/CMakeLists.txt:57 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSocket.cmake:47 (MESSAGE):
FAILED to find OpenViBE module Socket...
Call Stack (most recent call first):
unit-test/openvibe-module-socket/CMakeLists.txt:59 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/openvibe-module-system/CMakeLists.txt:56 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSystem.cmake:28 (MESSAGE):
FAILED to find OpenViBE module System...
Call Stack (most recent call first):
unit-test/openvibe-module-system/CMakeLists.txt:58 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/openvibe-toolkit/CMakeLists.txt:59 (INCLUDE)
FATAL FAILED to find openvibe-toolkit...
CMake Warning at cmake-modules/FindOpenViBEModuleXML.cmake:29 (MESSAGE):
FAILED to find OpenViBE module XML...
Call Stack (most recent call first):
cmake-modules/FindOpenViBEToolkit.cmake:38 (INCLUDE)
unit-test/openvibe-toolkit/CMakeLists.txt:61 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBEModuleSystem.cmake:28 (MESSAGE):
FAILED to find OpenViBE module System...
Call Stack (most recent call first):
unit-test/openvibe-toolkit/CMakeLists.txt:62 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/openvibe-kernel/CMakeLists.txt:55 (INCLUDE)
CMake Warning at cmake-modules/FindOpenViBE.cmake:30 (MESSAGE):
FAILED to find OpenViBE...
Call Stack (most recent call first):
unit-test/openvibe-plugin-stream-codecs/CMakeLists.txt:28 (INCLUDE)
unit-test/openvibe-plugin-stream-codecs/CMakeLists.txt:34 (SETUP_TEST)
-- Found Python3: C:/Users/Tobi_/AppData/Local/Programs/Python/Python39/python.exe (found version "3.9.6") found components: Interpreter Development Development.Module Development.Embed
-- Found Python3 at C:/Users/Tobi_/AppData/Local/Programs/Python/Python39/python.exe
CMake Error: File C:/openvibe/sdk/validation-test/data/openvibe/openvibe.conf.in does not exist.
CMake Error at validation-test/CMakeLists.txt:105 (CONFIGURE_FILE):
CONFIGURE_FILE Problem configuring file
-- Configuring incomplete, errors occurred!
See also "C:/openvibe/build/sdk-Release-x64/CMakeFiles/CMakeOutput.log".
See also "C:/openvibe/build/sdk-Release-x64/CMakeFiles/CMakeError.log".
An error occured during building process
""
Error while building "Release SDK"
C:\openvibe>
Mattias