xerces설치가 제대로 되어있는지 확인하는 방법좀....
글쓴이: junteken / 작성시간: 화, 2004/05/04 - 1:06오후
xerces를 설치해서 라이브러리를 땡겨서 프로그래밍을 하고 있습니다...
한가지 궁금한점은 파일 소유자와 그룹이 모두 500이라는 숫자로 맵핑이 되어있습니다...
그리고 다음과 같은 코드로 테스트도 해보았습니다.
#include "xercesc/util/PlatformUtils.hpp" int main(void) { XMLPlatformUtils *t; return 0; }
g++ -c in.cpp -I/xerces/xerces-c-src_2_5_0/include
요렇게 compile옵션도 주어서 했습니다...
에러메시지는 다음과 같이 나옵니다.
**에러메시지***
in.cpp: In function `int main()':
in.cpp:6: error: `XMLPlatformUtils' undeclared (first use this function)
in.cpp:6: error: (Each undeclared identifier is reported only once for each
function it appears in.)
in.cpp:6: error: `t' undeclared (first use this function)
************************************************
왜 undclared라고 나올가요...물론 PlatformUtils라는 파일에 보면 XMLPlatformUtils라는 class가 선언이 되어있습니다...
어찌된일일까요...이것때문에 계속 삽질하고 있습니다...
제발 좀 도와주세욤.....
Forums:
댓글 달기