CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ParaView (https://www.cfd-online.com/Forums/paraview/)
-   -   [General] Paraview Build failed (https://www.cfd-online.com/Forums/paraview/166874-paraview-build-failed.html)

akhilesh1990 February 18, 2016 04:40

Paraview Build failed
 
I'm installing from ParaView-5.0.0-Qt4-OpenGL2-MPI-Linux-64bit.tar.gz binary in ubuntu 14.0.4. I followed the article in the link http://www.paraview.org/Wiki/ParaView:Build_And_Install
to do this.
I get the following error when i enter 'make' command after configuring paraview using cmake.
[ 0%] Built target vtkWrappingTools
[ 0%] Built target vtkWrapHierarchy
[ 0%] Building CXX object VTK/Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/SystemInformation.cxx.o
In file included from /home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:38:0:
/home/akhilesh/VTK/Utilities/KWSys/vtksys/SystemInformation.hxx:32:3: error: #error "No Long Long"
# error "No Long Long"
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:189:3: error: #error "No Long Long"
# error "No Long Long"
^
In file included from /home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:38:0:
/home/akhilesh/VTK/Utilities/KWSys/vtksys/SystemInformation.hxx:85:3: error: ‘LongLong’ does not name a type
LongLong GetProcessId();
^
/home/akhilesh/VTK/Utilities/KWSys/vtksys/SystemInformation.hxx:102:3: error: ‘LongLong’ does not name a type
LongLong GetHostMemoryTotal();
^
/home/akhilesh/VTK/Utilities/KWSys/vtksys/SystemInformation.hxx:110:3: error: ‘LongLong’ does not name a type
LongLong GetHostMemoryAvailable(const char *hostLimitEnvVarName=NULL);
^
/home/akhilesh/VTK/Utilities/KWSys/vtksys/SystemInformation.hxx:118:3: error: ‘LongLong’ does not name a type
LongLong GetProcMemoryAvailable(
^
/home/akhilesh/VTK/Utilities/KWSys/vtksys/SystemInformation.hxx:123:3: error: ‘LongLong’ does not name a type
LongLong GetHostMemoryUsed();
^
/home/akhilesh/VTK/Utilities/KWSys/vtksys/SystemInformation.hxx:126:3: error: ‘LongLong’ does not name a type
LongLong GetProcMemoryUsed();
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:316:11: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
typedef SystemInformation::LongLong LongLong;
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:356:3: error: ‘LongLong’ does not name a type
LongLong GetProcessId();
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:359:3: error: ‘LongLong’ does not name a type
LongLong GetHostMemoryTotal();
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:360:3: error: ‘LongLong’ does not name a type
LongLong GetHostMemoryAvailable(const char *envVarName);
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:361:3: error: ‘LongLong’ does not name a type
LongLong GetHostMemoryUsed();
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:363:3: error: ‘LongLong’ does not name a type
LongLong GetProcMemoryAvailable(
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:366:3: error: ‘LongLong’ does not name a type
LongLong GetProcMemoryUsed();
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:473:10: error: ‘LongLong’ does not name a type
static LongLong GetCyclesDifference(DELAY_FUNC, unsigned int); // For windows
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx: In member function ‘std::string vtksys::SystemInformation::GetMemoryDescription(co nst char*, const char*)’:
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:781:31: error: ‘class vtksys::SystemInformation’ has no member named ‘GetHostMemoryTotal’
<< iostreamLongLong(this->GetHostMemoryTotal())
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:781:51: error: ‘iostreamLongLong’ was not declared in this scope
<< iostreamLongLong(this->GetHostMemoryTotal())
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:783:31: error: ‘class vtksys::SystemInformation’ has no member named ‘GetHostMemoryAvailable’
<< iostreamLongLong(this->GetHostMemoryAvailable(hostLimitEnvVarName))
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:786:16: error: ‘class vtksys::SystemInformation’ has no member named ‘GetProcMemoryAvailable’
this->GetProcMemoryAvailable(hostLimitEnvVarName,procLi mitEnvVarName))
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx: At global scope:
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:792:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong SystemInformation::GetHostMemoryTotal()
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:797:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:803:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong SystemInformation::GetHostMemoryUsed()
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:809:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:819:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong SystemInformation::GetProcMemoryUsed()
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:829:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong SystemInformation::GetProcessId()
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:3426:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:3467:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:3498:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:3557:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:3609:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:3710:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong
^
/home/akhilesh/projects/ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx:4099:1: error: ‘LongLong’ in ‘class vtksys::SystemInformation’ does not name a type
SystemInformation::LongLong
^
make[2]: *** [VTK/Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/SystemInformation.cxx.o] Error 1
make[1]: *** [VTK/Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/all] Error 2
make: *** [all] Error 2

can anyone please help me with this?


All times are GMT -4. The time now is 20:45.