Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile Errors W Fix #21

Open
iamrohit1 opened this issue Feb 4, 2023 · 0 comments
Open

Compile Errors W Fix #21

iamrohit1 opened this issue Feb 4, 2023 · 0 comments

Comments

@iamrohit1
Copy link

The current master has a few outdated stuff causing a compile error. I managed to get a working copy with thsese fixes:

  1. conanfile.py for boost. The link to download boost is outdated. fix:
    Line48: tools.get("https://boostorg.jfrog.io/artifactory/main/release/{}/source/{}.tar.gz".format(self.version, self.folder_name))

2)conanfile.py for pcl. The library name was outdated. fix:
Line66: self.requires("eigen/3.3.7")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant