본문 바로가기
Programming Language/Kinect & PCL

TROUBLE SHOOTING

by 민트초코맛꼬깔콘 2014. 8. 25.
my_program: path/to/eigen/Eigen/src/Core/DenseStorage.h:44:
Eigen::internal::matrix_array<T, Size, MatrixOptions, Align>::internal::matrix_array()
[with T = double, int Size = 2, int MatrixOptions = 2, bool Align = true]:
Assertion `(reinterpret_cast<size_t>(array) & 0xf) == 0 && "this assertion
is explained here: http://eigen.tuxfamily.org/dox/UnalignedArrayAssert.html
     READ THIS WEB PAGE !!! ****"' failed.

^^^^^^^^^^^^^^^^^^^^^^^^^ 에러 메시지


#define EIFEN_DONT_ALIGN_STATICALLY 추가



참고사이트

http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html



'Programming Language > Kinect & PCL' 카테고리의 다른 글

Trouble Shooting  (0) 2014.09.28
PCL 1.7 설치  (0) 2014.09.15
PCL-1.7 설치 참고 사이트  (0) 2014.09.05
PCL 예제 프로그램 짜보기  (0) 2014.07.04
OpenNI, SensorKinect, NITE, PCL 설치  (0) 2014.06.27