-
Notifications
You must be signed in to change notification settings - Fork 115
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 error #38
Comments
Regarding (1) fix it by changing:
to
|
I've spent the entire day trying to get this to build. All the packages need to be hacked/fixed in one weird way or another so far, and it STILL won't build. Thank you for the Eigen fix, I'm still getting problems with PCL. I remember seeing one of the requirements listing opencv < 3.0 in it's requirements. I'm now getting "pcl does not name a type" "Eigen does not name a type" errors. Have you gotten the package to work at all? |
That's right. It needs many hacks. I have built the following commit successfully on a linux I only activate the building of the avatar. It would be my pleasure to share my modified branch. Regarding the unidentified Eigen and PCL, either add #include "stdafx.h" on top of the file, or add the appropriate Eigen or PCL header file. I used opencv 3.4.6 built from source with opencv_contrib The code still will have many windows based hardcoded paths that I needed to change |
1- ***************************************************************************************************
I get the following compile error during the build with cmake.
I am using Eigen 3.3.4 as mentioned in the installation guide. Any idea how to solve?
2- ****************************************************************************************************
I am wondering where pcl and Eigen are included in /include/Util.h. My compiler cannot find them
The text was updated successfully, but these errors were encountered: