hobuinc / greyhound

Greyhound is a point cloud streaming server. It should be considered deprecated for now. Use Entwine and Entwine Point Tile directly if you just want to serve point cloud web services.
https://greyhound.io
Apache License 2.0
131 stars 51 forks source link

greyhound cmake build fails with latest entwine #68

Closed mangalbhaskar closed 6 years ago

mangalbhaskar commented 6 years ago

On Ubuntu 16.04 LTS and 18.04 LTS, I'm trying to spun the build with following in place:

Following is the error on using cmake build process:

greyhound/greyhound/resource.cpp:9:10: fatal error: entwine/types/manifest.hpp: No such file or directory
 #include <entwine/types/manifest.hpp>

I checked the latest entwine source, it does not have: entwine/types/manifest.hpp and entwine/types/structure.hpp files.

Seems the code is refactored as it has it in the previous builds under: https://github.com/connormanning/entwine/tree/5c41466b0b62b4e39cb0c645b84ef379b1993a11/entwine/types

Questions:

connormanning commented 6 years ago

I've updated the Greyhound readme with the new workflow (which is: there is no Greyhound involved with the current Entwine workflow): 36ffcf4a348312bd157b9d3e669fbf3e4acf7db6