IfcPlusPlus is an open source C++ class model, as well as a reader and writer for IFC files in STEP format. Features: Easy and efficient memory management using smart pointers. Parallel reader for very fast parsing on multi-core CPU's. Additionally, there's a simple IFC viewer application, using Qt and OpenSceneGraph. It can be used as starting point for all kinds of applications around the open building model standard IFC.
What steps will reproduce the problem?
using Ubuntu:
1. svn checkout
2. cd build && cmake ..
What is the expected output? What do you see instead?
Encountered error:
CMake Error at IfcPlusPlus/CMakeLists.txt:62 (ADD_LIBRARY):
Cannot find source file:
src/ifcpp/model/IfcPPGuid.cpp
What version of the product are you using? On what operating system?
The latest version as of now (r20), on Ubuntu 12.04
Aaaand thanks for releasing your code! :)
Original issue reported on code.google.com by lizhi...@gmail.com on 1 Aug 2014 at 2:12
Original issue reported on code.google.com by
lizhi...@gmail.com
on 1 Aug 2014 at 2:12