안녕하세요, 컴파일 오류 도움 부탁드리고자 염치 없이 글 올립니다.
HP-UX 11.31 ia64 플랫폼이구요. gcc 버전은 4.2.3입니다.
에러 메시지는
In file included from /usr/local/lib/gcc/ia64-hp-hpux11.31/4.2.3/include/stdio.h:28,
from fa21clnt.c:15:
/usr/include/sys/types.h:496: error: conflicting types for 'int32_t'
/usr/include/sys/_inttypes.h:86: error: previous declaration of 'int32_t' was here
/usr/include/sys/types.h:497: error: conflicting types for 'int64_t'
/usr/include/sys/_inttypes.h:99: error: previous declaration of 'int64_t' was here
이와 같습니다.