컴파일 도중 아래의 에러를 발견했다.

TuSelector.cxx:220:16: error: ‘INT_MAX’ was not declared in this scope
TuSelector.cxx:222:1: warning: control reaches end of non-void function

해당 파일에 다음의 헤더파일을 추가하면 된다.

#include <climits>

 

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.