CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   [OpenFOAM.org] Cmake error installing ParaView4 on Luna dist (https://www.cfd-online.com/Forums/openfoam-installation/144036-cmake-error-installing-paraview4-luna-dist.html)

eangola November 7, 2014 14:55

Cmake error installing ParaView4 on Luna dist
 
Hi,

I had no problem installing OpenFOAM2.3.0 but I am getting an error related to cmake when trying to installa paraview. The linux dist I am using is Luna, which comes with cmake 2.8.7, so I had to run the file makeCmake to install the proper version of cmake to install paraview.

When I type cmake --version on terminal I get 2.8.12.1 which sould be good.

This is the error I get on the terminal

Code:

-- Looking for glXGetProcAddressARB
-- Looking for glXGetProcAddressARB - found
-- Looking for glXGetProcAddressARB in GL/glx.h
-- Looking for glXGetProcAddressARB in GL/glx.h - TRUE
CMake Error at VTK/Rendering/OpenGL/CMakeLists.txt:304 (message):
  X11_Xt_LIB could not be found.  Required for VTK X lib.


-- Configuring incomplete, errors occurred!
See also "/home/enrique/OpenFOAM/ThirdParty-2.3.0/build/linux64Gcc/ParaView-4.1.0/CMakeFiles/CMakeOutput.log".
See also "/home/enrique/OpenFOAM/ThirdParty-2.3.0/build/linux64Gcc/ParaView-4.1.0/CMakeFiles/CMakeError.log".
    Starting make
make: *** No targets specified and no makefile found.  Stop.
Command exited with non-zero status 2
0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 4576maxresident)k
0inputs+0outputs (0major+340minor)pagefaults 0swaps
    Done make
    Installing ParaView to /home/enrique/OpenFOAM/ThirdParty-2.3.0/platforms/linux64Gcc/ParaView-4.1.0
make: *** No rule to make target `install'.  Stop.
    ---
    Installation complete for paraview-4.1.0
    Set environment variables:

        export ParaView_DIR=/home/enrique/OpenFOAM/ThirdParty-2.3.0/platforms/linux64Gcc/ParaView-4.1.0
        export PATH=$ParaView_DIR/bin:$PATH
        export PV_PLUGIN_PATH=$FOAM_LIBBIN/paraview-4.1
    ---

Done


Thank you

wyldckat November 9, 2014 08:40

Greetings Enrique,

After a bit of researching, it seems that "Luna" is actually a specific release of Linux Distribution "elementaryOS" and is derived from Ubuntu 12.04.
Which means that you can follow these instructions: http://openfoamwiki.net/index.php/In...u#Ubuntu_12.04

Best regards,
Bruno

eangola December 12, 2014 12:28

Quote:

Originally Posted by wyldckat (Post 518141)
Greetings Enrique,

After a bit of researching, it seems that "Luna" is actually a specific release of Linux Distribution "elementaryOS" and is derived from Ubuntu 12.04.
Which means that you can follow these instructions: http://openfoamwiki.net/index.php/In...u#Ubuntu_12.04

Best regards,
Bruno

Thx :). this fixed the issue


All times are GMT -4. The time now is 04:43.