Skip to content

Windows support

Ingvord requested to merge windows-support into master

The following issues have to be addressed to build with cmake on windows:

CMake Error at C:/Program Files/CMake/share/cmake-3.7/Modules/FindPkgConfig.cmake:637 (message):
  None of the required 'tangoidl' found
Call Stack (most recent call first):
  configure/CMakeLists.txt:18 (pkg_search_module)
  CMakeLists.txt:18 (include)


-- Checking for one of the modules 'omniORB4'
CMake Error at C:/Program Files/CMake/share/cmake-3.7/Modules/FindPkgConfig.cmake:637 (message):
  None of the required 'omniORB4' found
Call Stack (most recent call first):
  configure/CMakeLists.txt:30 (pkg_search_module)
  CMakeLists.txt:18 (include)


-- Checking for one of the modules 'omniCOS4'
CMake Error at C:/Program Files/CMake/share/cmake-3.7/Modules/FindPkgConfig.cmake:637 (message):
  None of the required 'omniCOS4' found
Call Stack (most recent call first):
  configure/CMakeLists.txt:32 (pkg_search_module)
  CMakeLists.txt:18 (include)


-- Checking for one of the modules 'omniDynamic4'
CMake Error at C:/Program Files/CMake/share/cmake-3.7/Modules/FindPkgConfig.cmake:637 (message):
  None of the required 'omniDynamic4' found
Call Stack (most recent call first):
  configure/CMakeLists.txt:34 (pkg_search_module)
  CMakeLists.txt:18 (include)


FATALomniORB4 library is required for Tango
-- Checking for one of the modules 'libzmq'
CMake Error at C:/Program Files/CMake/share/cmake-3.7/Modules/FindPkgConfig.cmake:637 (message):
  None of the required 'libzmq' found
Call Stack (most recent call first):
  configure/CMakeLists.txt:47 (pkg_search_module)
  CMakeLists.txt:18 (include)


FATALZMQ library is required for Tango
CMake Error at CMakeLists.txt:50 (install):
  install Library TARGETS given no DESTINATION!

See corresponding log files in the attachment: CMakeFiles.zip

Merge request reports

Loading