Re: [Paraview] Fwd: Amazon EC2 Cluster + Paraview

2011-02-14 Thread Fabian, Nathan
Actually, the error I saw was related to it trying to include a wrong renderwindow.h .. However, your error is similar. It looks like it's got the wrong directory for including exodus headers, since it includes ${CMAKE_SOURCE_DIR}/Utilities/exodusii/include when it should probably be

Re: [Paraview] Fwd: Amazon EC2 Cluster + Paraview

2011-02-12 Thread Matthew Dillon
I am guessing that this error is related to the error you mentioned below... /home/ubuntu/ParaView-3.8.1/Utilities/Xdmf2/libsrc/utils/XdmfExodusReader.cxx:27:22: error: exodusII.h: No such file or directory I have no need for the exodusii reader, I didn't see anywhere that I could disable it in

Re: [Paraview] Fwd: Amazon EC2 Cluster + Paraview

2011-02-11 Thread Fabian, Nathan
The OSMESA_LIBRARY should also point to libOSMesa.so (btw you can also compile leaving OPENGL_gl_LIBRARY and OPENGL_glu_LIBRARY empty. I found I needed to do this when compiling static to avoid link errors in, I think, the XDMF library). On 2/11/11 6:32 PM, Matthew Dillon mrdil...@alaska.edu