-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling Error (Linux CentOS 6.5, Maya 2013) #41
Comments
ARNOLD_INCLUDE_DIR:PATH=ARNOLD_INCLUDE_DIR-NOTFOUND How to set variables for arnold?? |
I am not really into this topic right now but perhaps i can help... To your question, you usually just have to set them via export ... But from your first post it seems to be a problem that it doesn't find the PythonLibs ... |
[ 2%] Building CXX object src/lib/CMakeFiles/partio.dir/io/3rdParty/nextLimit/FileReader.o |
Hmm.. not sure, it could be that you're missing an include path to the arnold headers still, or something was changed in the API that I have yet to come across, its possible they moved some things around. I'll have to take a look at it, until then it looks like you're getting close so you can just not compile the arnold stuff for now and still get everything else working. -j |
compile Done, But Maya getting crash on Export. =>partioExport Problem: also tried manually |
Have you tried any other formats besides PDC? We use BGEO and PRT all the time from nParticles and regular particles.. its possible there's something broken in the PDC writer at the moment. -john |
Same problem with BGEO & PRT, Below is maya crash report /lib64/libc.so.6() [0x34258326b0] |
I remember having issues with deformed particles a while ago. Here is a commit in my partio fork that works around maya crashing when querying particles ids of a "deformed" particle system: gatgui@fd35439 Maybe changing the call to 'isDeformedParticleShape' by something in line with the following code may help (given that you also pay attention when querying the ids)
|
@gatgui, getting below error wid ur code /home/ruchit.bhatt/Documents/Partio/partio4Maya/contrib/partio4Maya/partioExport.cpp: In member function 'virtual MStatus PartioExport::doIt(const MArgList&)': |
Which branch of my repo are you currently trying to use? I recently On Fri, Mar 13, 2015 at 7:55 PM, Ruchit Bhatt notifications@github.com
|
Currently I m using "redpawfx-rez" branch |
Getting bellow error with "redpawfx" Branch Linking CXX executable ../../outputs/bin/Linux-x86_64/makecircle |
There are no errors there.. it said it built the library 100% they're just warnings because some of the code I'm not explicitly casting variable types. have you tried this version ? |
Yup, i tried to export normal & Nparticles to BIN, PRT, BGEO,etc. |
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] - ^CCMake 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][
The text was updated successfully, but these errors were encountered: