Giter VIP home page Giter VIP logo

Comments (7)

pomerlef avatar pomerlef commented on June 10, 2024

@RedLeader962 it looks like libnabo is not linked. Is it on our side or it dates from a few PRs?

from libpointmatcher.

RedLeader962 avatar RedLeader962 commented on June 10, 2024

@pomerlef Seems related to PR #513 and issue #514. The build system is green on Ubuntu20.04 but I suppose the libpointmatcher install script used by the build system circumvent the issue by explicitly setting LIBNABO_INSTALL_DIR and CMAKE_INSTALL_PREFIX, i.e.:

cmake -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
  -D BUILD_TESTS=${BUILD_TESTS_FLAG} \
  -D GENERATE_API_DOC=${GENERATE_API_DOC_FLAG} \
  -D LIBNABO_INSTALL_DIR="${LPM_INSTALLED_LIBRARIES_PATH}/libnabo" \
  -D CMAKE_INSTALL_PREFIX="${LPM_INSTALLED_LIBRARIES_PATH}" \
  "${LPM_INSTALLED_LIBRARIES_PATH}/${LPM_LIBPOINTMATCHER_SRC_REPO_NAME}"

I'm pretty sure I encountered the same issue while implementing the build system hence this solution. I thought at the time it was maybe a local issue caused by docker but now I'm beginning to think it's a larger problem.

@dagata-mining Can you point out which commit work for you?

from libpointmatcher.

dagata-mining avatar dagata-mining commented on June 10, 2024

Yes might be an install problem, the libpointmatcher is building, but when used in other programs its crashing.
We currently use 3464af6 in libpointmatcher and c925c47 in libnabo . We did not versionned them in our build scripts so we just got the problem today.

from libpointmatcher.

Derrick1994 avatar Derrick1994 commented on June 10, 2024

I have encountered the same problem. May I ask if this issue has been resolved and if modifying the libnabo version can solve it?

from libpointmatcher.

RedLeader962 avatar RedLeader962 commented on June 10, 2024

@Derrick1994 Its not solved yet. We are on the verge of proceeding to the repository ownership transfer of libnabo to the NorLab domain very soon, integrate it to our build system and fix for good this issue. In the mean time, you can either use the solution in my previous comment or use both commit mentioned by @dagata-mining.

from libpointmatcher.

pomerlef avatar pomerlef commented on June 10, 2024

As of today, libnabo is now hosted on Norlab's repo. We are progressing on this.

from libpointmatcher.

RedLeader962 avatar RedLeader962 commented on June 10, 2024

@dagata-mining @Derrick1994 We have pushed a fix for the install issue (Ref PR #538 and PR #539). The fix is currently only available on the develop branch at the moment and we are preparing a new release which will be available in the next few day.
Thanks for flagging the issue and thanks your patience.

from libpointmatcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.