Installation on openSUSE 13.1

Discussion about building and installing Elmer
Post Reply
zerg
Posts: 16
Joined: 06 Jan 2010, 04:21

Installation on openSUSE 13.1

Post by zerg »

Hi,

I compiled Elmer without errors. However, I couldn't install a functional ElmerGUI on my openSUSE 13.1 64bit. Opening some meshes make it freeze and when not freezing, the solver doesn't respond:

Verbose on Run > Start server:

Code: Select all

Solver emitted signal: QProcess::ProcessState: 1
Solver emitted signal: QProcess::ProcessState: 0
Solver emitted error signal: 0
Unable to start solver
In the ElmerGUI.pri file, the qwt, vtk and occ components couldn't be installed. The paths defined in the file should seemly be configured. The qmake command returns

QWT

Code: Select all

Project MESSAGE: EG_QWT has been defined, but qwt.h was not found
VTK

Code: Select all

Project MESSAGE: EG_VTK has been defined, but QVTKWidget.h was not found
OCC

Code: Select all

Project MESSAGE: EG_OCC has been defined, but BRepTools.hxx was not found
Note these already installed packages:

QWT: libqwt5, libqwt6 and qwt6
VTK: vtk, vtk-qt, vtk-tcl
OCC: oce

Anyone could install Elmer on openSUSE? Alternatively, anyone knows how to install VMware player on openSUSE?
Post Reply