Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Building Manta on my Mac


Chronological Thread 
  • From: "J. Davison de St. Germain" < >
  • To: Jeremy Thornock < >
  • Cc: MANTA < >
  • Subject: [Manta] Re: Building Manta on my Mac
  • Date: Fri, 24 Oct 2008 11:30:53 -0600

Hi Jeremy,

I've CC'd the Manta list in case someone has more input... Looking at the CMakeLists.txt file, the ~first line says that cmake version 2.4 is the minimum required version. I would have expected that instead of making the progress that you see and then having the non-comprehensible error messages, that it would have just aborted immediately... but I don't know a huge amount about cmake.

On my Mac, I have cmake version 2.4.7. I can't remember how I got it... either I went directly to the cmake web site:

http://www.cmake.org/cmake/resources/software.html

or I got the Darwin ports version:

http://cmake.darwinports.com/

Probably just the cmake web site version as I don't think I have Darwin ports installed. Anyway, I would suggest uninstalling the fink version and just grabbing the above version. Note, my cmake is in /usr/bin/cmake.

Let me know if this doesn't solve your problem, of if you run into problems with it.

      - Dav

Jeremy Thornock wrote:
I just tried to build Manta on my mac and I get the errors (end of this email). It's possible that it is my version of cmake. I installed cmake using Fink (cmake 2.0.5-1003).

Any ideas?

Thanks,
Jeremy

[helios:~/Code/Manta/build] jeremy% cmake ../
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
-- Check for working C compiler: gcc
-- Check for working C compiler: gcc -- works
-- Check for working CXX compiler: c++
-- Check for working CXX compiler: c++ -- works
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/Macros.cmake:97:
STRING does not recognize sub-command REPLACE
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
A command failed during the invocation of macro "COMPARE_VERSION_STRINGS".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/Macros.cmake:98:
STRING does not recognize sub-command REPLACE
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
A command failed during the invocation of macro "COMPARE_VERSION_STRINGS".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/Macros.cmake:103:
Unknown CMake command "LIST".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
A command failed during the invocation of macro "COMPARE_VERSION_STRINGS".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/Macros.cmake:104:
Unknown CMake command "LIST".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
A command failed during the invocation of macro "COMPARE_VERSION_STRINGS".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/Macros.cmake:118:
Unknown CMake command "MATH".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
A command failed during the invocation of macro "COMPARE_VERSION_STRINGS".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/Macros.cmake:119:
Unknown CMake command "MATH".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
A command failed during the invocation of macro "COMPARE_VERSION_STRINGS".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/Macros.cmake:126:
Unknown CMake command "LIST".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/Macros.cmake:134:
Unknown CMake command "LIST".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/Macros.cmake:135:
Unknown CMake command "LIST".
-- Looking for XOpenDisplay in /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
-- Looking for XOpenDisplay in /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:9:
Unknown CMake command "cmake_minimum_required".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:15:
Unknown CMake command "if".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:17:
Unknown CMake command "cmake_policy".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:18:
Unknown CMake command "endif".
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMakeLists.txt:22:
INCLUDE Could not find include file: CTest
CMake Error: Error in cmake code at
/Users/jeremy/Code/Manta/CMake/ConfigArchitecture.cmake:20:
Invocation of macro "COMPARE_VERSION_STRINGS" with incorrect number of arguments.
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
COREGRAPHICS_FRAMEWORK

-- Configuring done


--
-----------------------------------------------------------------------
- J. Davison de St. Germain         

    (801) 581-4078 -
- Chief Software Engineer           http://www.cs.utah.edu/~dav       -
- SCI Institute, SE C-SAFE          University of Utah                -
-----------------------------------------------------------------------



  • [Manta] Re: Building Manta on my Mac, J. Davison de St. Germain, 10/24/2008

Archive powered by MHonArc 2.6.16.

Top of page