// it's for Latex

pages

[ROS] "isnan" 에러 해결법

fovis packages를 install하던 중 에러가 발생했다.
이 에러는 다음 링크를 참조하여 해결할 수 있다.



https://github.com/xournalpp/xournalpp/issues/167


간단히 말하면 에러가 나는 파일을 찾아
#include <math.h> 를 #include <cmath> 로
isnan 을 std::isnan 으로 바꾸어 주면 된다. (내 경우에는 using namespace std; 를 추가하여 해결했다.)

댓글 없음:

댓글 쓰기