-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hello,
Need help to compile partio4Maya on linux centOS. Using CMake 2.6
here is what i tried so far
[ruchit.bhatt@mf-cg-11][] - cd /home/ruchit.bhatt/Documents/Partio/partio/Documents/Partio/partio] - mkdir .build
[ruchit.bhatt@mf-cg-11][
[ruchit.bhatt@mf-cg-11][/Documents/Partio/partio] - cd .build/Documents/Partio/partio/.build] - cmake ..
[ruchit.bhatt@mf-cg-11][
CMake Error at CMakeLists.txt:40 (cmake_policy):
Policy "CMP0015" is not known to this version of CMake.
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/lib64/ccache/gcc
-- Check for working C compiler: /usr/lib64/ccache/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib64/ccache/c++
-- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- CMAKE INSTALL PREFIX being changed to local build
-- Build Platform: Linux-x86_64
-- CMAKE INSTALL PREFIX = /home/ruchit.bhatt/Documents/Partio/partio/build-Linux-x86_64/
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - 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
-- Found X11: /usr/lib64/libX11.so
-- Found ZLIB: /usr/lib64/libz.so
-- Found PythonInterp: /usr/bin/python2.6
-- Found NumPy: version "2.0.0.dev-1dc1877" /code/python2.6/el6/numpy/core/include
-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_PATH)
-- Could NOT find Arnold (missing: ARNOLD_LIBRARY ARNOLD_INCLUDE_DIR)
CMake Error at contrib/cmake/FindMaya.cmake:179 (if):
if had incorrect arguments: ${MAYA_VERSION} STREQUAL "2011" (Unknown
arguments specified).
Call Stack (most recent call first):
contrib/CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
[ruchit.bhatt@mf-cg-11][/Documents/Partio/partio/.build] - cmake -L/Documents/Partio/partio/.build] - ^C
CMake Error: The source directory "/home/ruchit.bhatt/Documents/Partio/partio/.build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
-- Cache values
ARNOLD_INCLUDE_DIR:PATH=ARNOLD_INCLUDE_DIR-NOTFOUND
ARNOLD_LIBRARY:FILEPATH=ARNOLD_LIBRARY-NOTFOUND
CMAKE_BUILD_TYPE:STRING=Release
CMAKE_INSTALL_PREFIX:PATH=/usr/local
EXECUTABLE_OUTPUT_PATH:PATH=
LIBRARY_OUTPUT_PATH:PATH=
MAYA_EXECUTABLE:FILEPATH=MAYA_EXECUTABLE-NOTFOUND
NUMPY_INCLUDE_DIR:STRING=/code/python2.6/el6/numpy/core/include
SWIG_DIR:PATH=/code/tools/el6/swig/3.0.0/share/swig/3.0.0
SWIG_EXECUTABLE:FILEPATH=/code/bin/fedora13/swig
SWIG_VERSION:STRING=3.0.0
[ruchit.bhatt@mf-cg-11][
[ruchit.bhatt@mf-cg-11][/Documents/Partio/partio/.build] - ^C/Documents/Partio/partio/.build] -
[ruchit.bhatt@mf-cg-11][