tumcms / Open-Infra-Platform

This is the official repository of the open-source Open Infra Platform software (as of April 2020).
Other
48 stars 22 forks source link

Incorporating LAS Reader into solution #523

Closed SamuilsRulovs closed 1 year ago

SamuilsRulovs commented 2 years ago

Fixes #502

jschlenger commented 2 years ago

Should we have a meeting next week on this? (This week my schedule is already quite packed)

SamuilsRulovs commented 2 years ago

Yes, it would be great, thank you!

SamuilsRulovs commented 2 years ago

I have included LAS into our solution and uncommented code, which stands for processing LAS. However, it causes the error with boost to pop up image

SamuilsRulovs commented 2 years ago

image After correcting a variable to libLAS_INCLUDE_DIR I received a lot of Errors from CMake during generation process

Every error is saying, that something from boost is not found

However boost is found and if I switch to development everything works image

pjanck commented 2 years ago

Every error is saying, that something from boost is not found

This could be a problem in boost version that is required by liblas and the oip. Have you checked the versions?

SamuilsRulovs commented 2 years ago

If I checked correctly, liblas doesn't use boost at all

SamuilsRulovs commented 1 year ago

I couldn’t solve the issue of libLAS causing OIP generation to crash. For this reason, I am commenting out all code created for libLAS incorporation. I will also create an Issue describing everything in detail.