Error 1:
/usr/include/eigen3/Eigen/src/Core/util/Macros.h:885:23: error: ‘Eigen::MatrixBase<Derived>::~MatrixBase() [with Derived = Eigen::Matrix<double, -1, 1>]’ is protected
EIGEN_DEVICE_FUNC ~Derived() = default;
Solution:
/usr/include/eigen3/Eigen/src/Core/util/Macros.h:885:23: error: ‘Eigen::MatrixBase<Derived>::~MatrixBase() [with Derived = Eigen::Matrix<double, -1, 1>]’ is protected
EIGEN_DEVICE_FUNC ~Derived() = default;
Solution:
/usr/include/eigen3/Eigen/src/Core/MatrixBase.h line 466
Change protected to public
Error 2:
Error 2:
Errors << aslam_cv_python:make /home/lab/kalibr_workspace/logs/aslam_cv_python/build.make.002.log
Solution: in the File of kalibr/aslam_cv/aslam_imgproc/include/aslam/implementation/aslamcv_helper.hpp, Change CvSize to cv::Size
Done!
Read More:
- How to Solve dyn_small_obs_avoidance Compile Error (eigen version Issue)
- tuxedo Compile Background Common Error [How to Fix]
- [Solved] rk3588_buildroot Compile Error: ERROR: Running build_kernel failed!
- Ubuntu18.04 Compile Error: android 7 FAILED [How to Solve]
- [Solved] Linux Kernel Compile Error: make menuconfig‘ requires the ncurses libraries
- [Solved] Linux gcc Compile Error: unknown type name ‘bool‘
- Ubuntu install and compile OpenCV3.4.0 fatal error: dynlink_nvcuvid.h: No such file or directory #include <dynlink_nv
- Debian9 g++ Compile Error: error: ‘EDOM’ was not declared in this scope
- Ubuntu18.04 Compile A40i SDK Error: misc/create_inode.c:395:18: error: conflicting types for ‘copy_file_range‘
- C++ Compile Error: ld returned 1 exit status [How to Solve]
- [Solved] rs_to_velodyne-master compile Error: POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFRGBSignature
- [Solved] Ubuntu Compile Rust Program Error: failed to run custom build command for openssl-sys v0.9.39
- [Solved] GCC Compile Error: fatal error: sys/cdefs.h: No such file or directory
- [Solved] Centos8 openssh Compile Error: error while loading shared libraries
- [Solved] yocto Compile Error: ERROR: libtinyxml2-XXX do_fetch: Fetcher failure for URL
- petalinux-build Error: ERROR: Task (/opt/pkg/petalinux/components/yocto/source/aarch64/layers/meta-xilinx-tools/recipes-bsp/fsbl/fsbl_git.bb:do_compile) failed with exit code ‘1’
- [Solved] Linux Compile Error: error: ‘for’ loop initial declarations are only allowed in C99 mode
- hb set Error: OHOS ERROR] Invalid vendor path: /home/openharmony/vendor (openharmony Compile ubuntu20.04 official document)
- How to Solve Ubuntu20.04 Compile Error:error while loading shared libraries: libncurses.so.5
- Vmware Virtual Machine ubuntu Compile Error: fatal error: Killed signal terminated program cc1plus