pcl-for-android icon indicating copy to clipboard operation
pcl-for-android copied to clipboard

Compile Errors W Fix

Open iamrohit1 opened this issue 2 years ago • 0 comments

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")

iamrohit1 avatar Feb 04 '23 02:02 iamrohit1