컴파일 오류 해결 부탁드립니다. ; _ ;
글쓴이: jochoi / 작성시간: 화, 2009/10/06 - 8:44오후
안녕하세요, 컴파일 오류 도움 부탁드리고자 염치 없이 글 올립니다.
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
이와 같습니다.
초보를 사랑하사 많은 도움 부탁드립니다.
감사합니다.
Forums:
gcc를 사용한다면
gcc를 사용한다면 헤더를 hpux헤더가 아닌 gcc 헤더를 디폴트로 포함하게 해보세요.
---------
간디가 말한 우리를 파괴시키는 7가지 요소
첫째, 노동 없는 부(富)/둘째, 양심 없는 쾌락
셋째, 인격 없는 지! 식/넷째, 윤리 없는 비지니스
이익추구를 위해서라면..
다섯째, 인성(人性)없는 과학
여섯째, 희생 없는 종교/일곱째, 신념 없는 정치
---------
간디가 말한 우리를 파괴시키는 7가지 요소
첫째, 노동 없는 부(富)/둘째, 양심 없는 쾌락
셋째, 인격 없는 지! 식/넷째, 윤리 없는 비지니스
이익추구를 위해서라면..
다섯째, 인성(人性)없는 과학
여섯째, 희생 없는 종교/일곱째, 신념 없는 정치
댓글 달기