ifcquery / ifcplusplus

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.
http://www.ifcquery.com
MIT License
595 stars 213 forks source link

Missing file IfcPlusPlus/src/ifcpp/model/IfcPPGuid.cpp and .h #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Files now added to the repo

Original comment by fabian.g...@gmail.com on 1 Aug 2014 at 2:31