|
[Sponsors] |
[Other] HexBlocker a GUI for blockMeshDict, alpha release |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 19, 2018, 08:57 |
|
#61 |
New Member
Join Date: Sep 2016
Posts: 2
Rep Power: 0 |
Hi Wulonglong,
I didn't succeeded with newest Ubuntu 18.04, but I solved the problem by installing Ubuntu 16.04 LTS and using VTK 6.3.0 directly as it is used in the install script. |
|
September 20, 2018, 06:29 |
|
#62 |
New Member
wulonglong
Join Date: Jan 2018
Posts: 7
Rep Power: 8 |
Hi Ekscel,
My Ubuntu version is also 16.04 LTS and I am using OpenFoam-ext4.0 (Can Hexblocker install in extend version?) Also I tried to install in OpenFoam5 but it failed again.. My OpenFoam5 is pure, it doesn't run any case yet. Did you modify any thing ? or just following the code in #1 ? (I run the code step by step.) Best Regards Wu |
|
October 1, 2018, 07:59 |
|
#63 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Hi all,
this is not a problem related to the application of Nicola, it is related to your system. As I don´t have the issue, please search for: Code:
Could not find a package configuration file provided by "VTK" with any of the following names
__________________
Keep foaming, Tobias Holzmann |
|
October 25, 2018, 12:16 |
|
#64 |
New Member
Join Date: Apr 2017
Posts: 10
Rep Power: 9 |
Hi
I got the same error messages like Ekscel ... I hope I can remember correctly, but this ist how I made it as an novice under ubuntu 16.04: - clone git repo - let install.sh download vtk & abort with error - install everything that sound like qt4*; also libqtwebkit* (I don'tknow if this is really necessary, but after I did that, it worked..) - ccmake in build/VTK/ with the options stated in install.sh - make -j 4 - sudo make install at this stage vtk seemed to be installed rerun ./install.sh and it worked! I'm not sure what I did differently than the script.... I tried lots of commands. I hope I could help someone here regards |
|
March 9, 2019, 04:40 |
|
#65 |
New Member
sariew8
Join Date: Jul 2015
Posts: 2
Rep Power: 0 |
Hi Foamers!
i succeeded the installation of this, thus i'll introduce the point of the method. first of all, three additional packages (gcc-, g++-4.8 and qt4-default) were installed in the present system, and then gcc-4.8 (g++-4.8) were made update for default compiler. secondly, the line 42 in hexBlocker/install.sh was edited the according below: QMAKE=$(which qmake) to QMAKE=$(which qmake-qt4). (Some users would change the L38 and L39 additionally). finally, execute the shell script (./install.sh) for installation. After a certain period time, all the installations would have been successful if the terminal echo the message 'exit 0'. change the directory to hexBlocker/bin, then hit the following command: $ ./HexBlocker but the terminal echos the according below: ./HexBlocker: error while loading shared libraries: libvtkRenderingVolume-6.3.so.1: cannot open shared object file: No such file or directory. This linker error will be understood with the following command: $ ldd HexBlocker some libraries are not found in the present environment. so I corresponded to this error by adding link path and alias to $HOME/.bashr. best of luck! (my system: ubuntu18.04, gcc-4.8, of41, of1812) |
|
July 15, 2019, 23:30 |
|
#66 |
Senior Member
|
Hi,
I am trying to install hexBlocker on, Ubunu -18.04.1 gcc version 7.4.0 (I know hexblocker needs gcc-4.8) I am facing the same installation problem, I tried to follow the steps given by, Sariew. Still its not working. + echo 'error in cmake for hexBlocker' error in cmake for hexBlocker + exit 1 + make -j 4 make: *** No targets specified and no makefile found. Stop. + echo 'error in make for hexBlocker' error in make for hexBlocker + exit 1 + make install make: *** No rule to make target 'install'. Stop. + exit 0 Could you please help me to solve the problem? Thanks, Sivakumar |
|
September 7, 2019, 23:24 |
|
#67 | |
New Member
sariew8
Join Date: Jul 2015
Posts: 2
Rep Power: 0 |
Quote:
did you change gcc to ver. 4.8? my compilers are ... --- $ gcc --version gcc (Ubuntu 4.8.5-4ubuntu8) 4.8.5 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ g++ --version g++ (Ubuntu 4.8.5-4ubuntu8) 4.8.5 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --- |
||
Tags |
blockmesh, gui, mesh, pre-processing |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ANSYS Workbench on "Uncertified" Linux Distros | hsr | CFX | 289 | April 20, 2023 10:23 |
New CastNet Release: GUI Environment for OpenFOAM and CalculiX | MartinB | OpenFOAM Announcements from Other Sources | 0 | January 13, 2017 11:27 |
alphaEqn.H in twoPhaseEulerFoam | cheng1988sjtu | OpenFOAM Bugs | 15 | May 1, 2016 17:12 |
New CastNet release: GUI environment for OpenFOAM® | ulli | OpenFOAM Announcements from Other Sources | 1 | July 31, 2013 07:25 |
Openfoam Ubuntu 12.04 Unmet dependencies | slls33 | OpenFOAM Installation | 10 | April 9, 2013 05:16 |