CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[General] Paraview Build failed

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 18, 2016, 04:40
Default Paraview Build failed
  #1
New Member
 
ak_thechief
Join Date: Apr 2012
Posts: 1
Rep Power: 0
akhilesh1990 is on a distinguished road
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?

Last edited by akhilesh1990; February 18, 2016 at 12:38. Reason: Adding info
akhilesh1990 is offline   Reply With Quote

Reply

Tags
#paraview


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Foam::error::printStack(Foam::Ostream&) with simpleFoam -parallel U.Golling OpenFOAM Running, Solving & CFD 52 September 23, 2023 03:35
[OpenFOAM.org] OpenFOAM Paraview build error QX11info missing stasserg OpenFOAM Installation 5 October 1, 2017 15:13
Building from Source on Windows using Cygwin64 ericthefatguy SU2 2 May 12, 2015 18:23
Flow simulation in wind tunnel mukut OpenFOAM 15 September 11, 2013 22:43
[OpenFOAM] paraview server and mpi sail ParaView 0 November 2, 2012 13:55


All times are GMT -4. The time now is 03:14.