-
Notifications
You must be signed in to change notification settings - Fork 33
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
errors building example-app, CMake not finding Eigen3 #15
Comments
Followup: <===----------> 26% EXECUTING [29m 20s]
|
Are there instructions for getting pcl-for-android/example-app build /usr/local/include/eigen3: /usr/local/share/eigen3: |
I uninstalled eigen3-dev since the pcl / conan stuff has its own way of accessing eigen 3.3.7 However I still have two questions for building:
|
Hello,brother,I have common question ,Did you compile successfully? |
I worked around it for now by making a version of the example app that does not use conan, but instead uses local copies of the includes and libs from dependencies. But this is not ideal and I am planning to take another look at the cmake/conan build configuration files etc. to see if I can make the example app build work with conan. If the original bashbug author can provide any suggestions, it would be appreciated. |
Oh, and after my August 5 comment, I realized that the example app includes a file named |
I met the same problem, Have you solved it ? |
I successfully built the PCL for Android arm64-v8a libraries, but then got an error attempting
to build the example app. Appears to be an issue with Gradle configuration.
It is a bit confusing as the message
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
conflicts with the fact that Gradle 5.1.1 was apparently downloaded / used
Also I found the message:
So then I changed ~/.conan/profiles/arm64-v8a to specify
compiler.version=9
instead of
compiler.version=8
and tried the build again
$ cd ~/Downloads/pcl-for-android/example-app
$ ./gradlew clean assemble
This time it seemed to get stuck at 26% EXECUTING of the :app:generateJsonModelDebug
step for a long time
Any suggestions ?
The text was updated successfully, but these errors were encountered: