I used the Solibri Model Viewer in Windows. I want to have an alternative in Linux. All alternative solutions work with ifcOpenShell.
I tried to follow the installation steps and in step 3) OpenCollada is installed.
When running the sudo make -j command in the terminal I do have an undefined reference and I do not know how to solve it at the moment.
I followed the steps explained here but the error happens when I run the make -j command:
$ sudo apt-get install libpcre3-dev libxml2-dev $ git clone https://github.com/KhronosGroup/OpenCOLLADA.git $ cd OpenCOLLADA Using a known good revision, but HEAD should work too: $ git checkout 064a60b65c2c31b94f013820856bc84fb1937cc6 $ mkdir build && cd build $ cmake .. $ make -j $ sudo make install
It is a bit frustrating as I am not at the point that I can install ifc. It is the one application I still use Windows for. I would like to find a proper solution for viewing 3D ifc models.
Anybody has an idea?
Terminal dump visible here.
The reason why I refer to askubuntu is that this forum does not accept code dumps nor attached files with the code.
Sorry for the inconvenience.
Thanks in advance.