CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

Paraview problem on OpenSuse

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 2, 2008, 08:03
Default Hello, I'm new to this commu
  #1
New Member
 
Benjamin Berger
Join Date: Mar 2009
Location: Gembloux, Namur, Belgique
Posts: 13
Rep Power: 17
gizmo is on a distinguished road
Hello,
I'm new to this community and I'm a new OpenSuse user. I tried to install OpenFOAM on OpenSuse 11 and it just worked. The foamInstallationTest returned me 0 error.

But, when I'm trying to build paraview, I got this message:

"-- Application: default ParaView Client enabled
Qt ASSISTANT library not found.
Qt GUI library not found.
CMake Error: Error in cmake code at
/home/Gizmo/OpenFOAM/ThirdParty/ParaView3.3-cvs/Applications/Client/CMakeLists.t xt:533:
FILE GLOB requires a glob expression after the directory
Current CMake stack: /home/Gizmo/OpenFOAM/ThirdParty/ParaView3.3-cvs/Applications/Client/CMakeLists.t xt
CMake Error: Error in cmake code at
/home/Gizmo/OpenFOAM/ThirdParty/ParaView3.3-cvs/Applications/Client/CMakeLists.t xt:533:
FILE GLOB requires a glob expression after the directory
Current CMake stack: /home/Gizmo/OpenFOAM/ThirdParty/ParaView3.3-cvs/Applications/Client/CMakeLists.t xt
-- Application: Custom Server enabled
-- Application: DobranoViz enabled
-- Plugin: Prism enabled
-- Found Qt-Version 4.4.0
Qt GUI library not found.
-- Configuring done
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
done"

I don't really understand what the problem is so it would be really great if someone could help me! ;-)


I had the same kind problem with Ubuntu Hardly Heron...

Thank you for your help.
gizmo is offline   Reply With Quote

Old   October 2, 2008, 08:46
Default Check that you have the qt dev
  #2
Senior Member
 
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,684
Rep Power: 40
olesen has a spectacular aura aboutolesen has a spectacular aura about
Check that you have the qt devel packages installed. I have the following rpms installed:

libqt4-devel-doc
libqt4-x11
libqt4-sql
libqt4-devel
libqt4-devel-doc-data
libqt4
libqt4-qt3support
libqt4-dbus
olesen is offline   Reply With Quote

Old   October 2, 2008, 16:54
Default I checked then I typed the com
  #3
New Member
 
Benjamin Berger
Join Date: Mar 2009
Location: Gembloux, Namur, Belgique
Posts: 13
Rep Power: 17
gizmo is on a distinguished road
I checked then I typed the command: rpm -qa libqt* in the terminal to be sure that I have the good ones (I found this command in another subject in this forum) and I still have exactly the same message :-(

Thank you for your help ;-)

Any other suggestion?
gizmo is offline   Reply With Quote

Old   October 4, 2008, 23:19
Default I have the same problem http:/
  #4
Member
 
Danielle PRL
Join Date: Mar 2009
Posts: 42
Rep Power: 17
danielle is on a distinguished road
I have the same problem
what is the solution ?????
thanks for help
danielle is offline   Reply With Quote

Old   October 5, 2008, 04:18
Default I solved the problem by downlo
  #5
New Member
 
Benjamin Berger
Join Date: Mar 2009
Location: Gembloux, Namur, Belgique
Posts: 13
Rep Power: 17
gizmo is on a distinguished road
I solved the problem by downloading and re-installing libqt4 packages with yast and it worked!

Tell me if your problem is solved ;-)
gizmo is offline   Reply With Quote

Old   October 5, 2008, 22:53
Default Thanks Benjamin, The problem
  #6
Member
 
Danielle PRL
Join Date: Mar 2009
Posts: 42
Rep Power: 17
danielle is on a distinguished road
Thanks Benjamin,
The problem still the same :-(
and I need see my results.
danielle is offline   Reply With Quote

Old   October 6, 2008, 05:42
Default I have the following packages
  #7
New Member
 
Benjamin Berger
Join Date: Mar 2009
Location: Gembloux, Namur, Belgique
Posts: 13
Rep Power: 17
gizmo is on a distinguished road
I have the following packages installed on my OpenSuse (maybe there are not all needed but this can help you):

gcc
gcc-4.2
gcc-4.2-base
libqt-4-core
libqt-4-debug
libqt-4-dev
libqt-4-gui
libqt-4-qt3support
libqt-4-sql
libqthreads-12
libmpfr-dev

If Yast suggests you other packages while installing these, accept them.

Good luck ;-)
gizmo is offline   Reply With Quote

Old   November 30, 2008, 21:19
Default Did you installed the cmake pa
  #8
New Member
 
Lee
Join Date: Mar 2009
Posts: 2
Rep Power: 0
asddsa001 is on a distinguished road
Did you installed the cmake package?
asddsa001 is offline   Reply With Quote

Old   December 8, 2008, 10:32
Default I've installed gcc-4.3.1 in ad
  #9
Senior Member
 
Rishi .
Join Date: Mar 2009
Posts: 149
Rep Power: 17
hellorishi is on a distinguished road
I've installed gcc-4.3.1 in addition to the gcc on my current system (avoid conflicts).
Now I am trying to build ParaView as mentioned in guide, however I am stuck at this issue and have no clue... please help.
***********************************************
>buildParaView3.3-cvs
***********************************************
Building ParaView3.3-cvs
MPI support : OFF
Python support : OFF
MESA support : OFF
Source : /home/cfd2/OpenFOAM/ThirdParty/ParaView3.3-cvs
Target : /home/cfd2/OpenFOAM/ThirdParty/ParaView3.3-cvs/platforms/linux64Gcc
-- Check for working C compiler: /home/cfd2/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/bin/gcc
-- Check for working C compiler: /home/cfd2/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /home/cfd2/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/bin/c++
-- Check for working CXX compiler: /home/cfd2/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/bin/c++ -- works
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
...
...
...
Found Qt-Version 4.3.2
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
QT_X11_/home/cfd2/OpenFOAM/ThirdParty/ParaView3.3-cvs/platforms/linux64Gcc/Appli cations/CMakeFiles/CMakeTmpQmake/tmp.pro
_LIBRARY
QT_X11_/home/cfd2/OpenFOAM/ThirdParty/ParaView3.3-cvs/platforms/linux64Gcc/Qt/CM akeFiles/CMakeTmpQmake/tmp.pro
_LIBRARY
QT_X11_/home/cfd2/OpenFOAM/ThirdParty/ParaView3.3-cvs/platforms/linux64Gcc/VTK/G UISupport/Qt/CMakeFiles/CMakeTmpQmake/tmp.pro
_LIBRARY
QT_X11_/usr/local/Trolltech/Qt-4.3.2/mkspecs/default/qmake.conf.
Error_LIBRARY
QT_X11_Failure_LIBRARY
QT_X11_QMAKESPEC_LIBRARY
QT_X11_conf_LIBRARY
QT_X11_file:_LIBRARY
QT_X11_file_LIBRARY
QT_X11_processing_LIBRARY
QT_X11_project_LIBRARY
QT_X11_read_LIBRARY
QT_X11_to_LIBRARY

-- Configuring done
make: *** No targets specified and no makefile found. Stop.
done
hellorishi is offline   Reply With Quote

Old   December 9, 2008, 08:51
Default Hi Rishi! Have a look at Ma
  #10
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Hi Rishi!

Have a look at Mark's post above. Fastest way to check whether you have the packages described there would be

rpm -qa | grep qt4

My guess would be that the qt4-x11-packages are not installed on your machine.

Bernhard
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Old   December 9, 2008, 17:01
Default HI Bernhard, Well my situa
  #11
Senior Member
 
Rishi .
Join Date: Mar 2009
Posts: 149
Rep Power: 17
hellorishi is on a distinguished road
HI Bernhard,

Well my situation is pretty strange. I dont have direct internet access on this OF machine, so I cant install using rpm/YaST. To add to that, I cant generally install using rpm, since it tends to disturb settings/dependencies for other installed programs.

Hence I can only install the autoconf way:
./configure
make
su
make install

I have already installed qt4.3.2-x11 packages. I have a different error message today, after playing around with qt-x11.




> buildParaView3.3-cvs
************************************************** *******
....
....
-- Found Qt-Version 4.3.2
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
QT_X11_Feature_LIBRARY
QT_X11_LOAD():_LIBRARY
QT_X11_Project_LIBRARY
QT_X11_be_LIBRARY
QT_X11_cannot_LIBRARY
QT_X11_found.
_LIBRARY
QT_X11_qt_config_LIBRARY

-- Configuring done
make: *** No targets specified and no makefile found. Stop.
done

************************************************** *******
possible problem:
/home/cfd2/OpenFOAM/ThirdParty/ParaView3.3-cvs/Applications/CMakeCache.txt
************************************************** *******
.....
.....
//The location of the Qt mkspecs
QT_MKSPECS_DIR:PATH=/usr/local/Trolltech/Qt-4.3.2/mkspecs

//The moc executable
QT_MOC_EXECUTABLE:FILEPATH=Project LOAD(); Feature qt_config cannot be found.
.....
.....
************************************************** *******


any further hints will be appreciated.
Thanks
hellorishi is offline   Reply With Quote

Old   December 10, 2008, 14:11
Default Hi Rishi, Did you have a lo
  #12
Senior Member
 
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18
gwierink is on a distinguished road
Hi Rishi,

Did you have a look at Alberto Passalacqua's site yet? http://albertopassalacqua.com/?p=112
There he describes to get OpenFOAM-1.5 working in OpenSUSE-11.0.

Regards, Gijsbert
__________________
Regards, Gijs
gwierink is offline   Reply With Quote

Old   December 11, 2008, 11:49
Default Hello Gijsbert, Thanks for
  #13
Senior Member
 
Rishi .
Join Date: Mar 2009
Posts: 149
Rep Power: 17
hellorishi is on a distinguished road
Hello Gijsbert,

Thanks for the reply.

I looked at the post, but I cannot download from git, due to lack of internet access for Linux machines at my place and I cant install GIT software on XP, since its a univ library machine (from where I am writing this post). Only an http or ftp download is an option for me.

Now OF-1.5 is working. I installed ParaView-3.4. Still missing paraFoam: same old QT errors...
hellorishi is offline   Reply With Quote

Old   December 14, 2008, 03:09
Default Ok, that complicates the issue
  #14
Senior Member
 
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18
gwierink is on a distinguished road
Ok, that complicates the issue a bit . I have had a similar problem in Fedora and there it work to copy the Qt executable that lives somewhere in /usr/bin/.. or something to /home/<username>/bin/ . Then it worked. I don't know whether this solves your problem or whether it is very elegant, but it worked for me ...
__________________
Regards, Gijs
gwierink is offline   Reply With Quote

Reply


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
OpenFOAM 15 and openSUSE 111 paraview works OK alberto OpenFOAM 10 March 6, 2009 05:52
OpenFOAM 15 with ParaView 340 on OpenSuSE 110 zairja OpenFOAM Installation 7 February 10, 2009 08:31
[OpenFOAM] Paraview problem nzy102 ParaView 7 April 12, 2007 09:20
[OpenFOAM] ParaView problem with Regions lr103476 ParaView 0 September 14, 2006 07:12
[OpenFOAM] Some problem with paraview thermo ParaView 10 December 25, 2005 13:20


All times are GMT -4. The time now is 16:17.