error: ‘strcmp’ was not declared in this scope

1357 단어 ubuntucmake
제 개인 블로그에 오신 것을 환영합니다:zengzeyu.com

문제 설명


FlexCRFs 라이브러리 컴파일에 문제가 발생했습니다.
error: ‘strcmp’ was not declared in this scope

기타 유사한 질문:
 error: ‘strcpy’ was not declared in this scope
error: ‘strlen’ was not declared in this scope


해결 방법


오류가 발생한 이 원본 파일에 헤더 파일 #include 을 추가합니다.
예:
feasel/Chunking/chunkingfeasel.cpp:188:37: error: ‘strlen’ was not declared in this scope
      for (int i = 0; i < strlen(buff); i++) {
                                     ^

그러면 chunkingfeasel.cpp 헤더 파일에 #include 를 넣으면 됩니다.
이상

좋은 웹페이지 즐겨찾기