자유롭게 질의 및 응답을 할 수 있는 게시판입니다. 개발자 여러분의 답변이 큰 도움이 됩니다. 
  • 제품설치/등록 오류 문의: 설치/등록 Q&A 이용 (제품 구매 고객 한정)

C++ Builder cmake 테스트가 안됩니다.

2018.08.10 09:54

쿠리 조회 수:1073

cmake를 테스트 중입니다.

그동안 실력이 모자라 컴파일을 못한 소스들을 이용해 볼려고 하는데 쉽지가 않습니다.

아래 내용을 보면 권한 문제 인것 같은데 어떻게 하면 됩나요?

------------------------------------------------------------------------------------------------------------------------------

 

Running with debug output on.
-- The C compiler identification is Embarcadero 7.30.36015
   Called from: [3]     D:/Program Files (x86)/CMake/share/cmake-3.12/Modules/CMakeDetermineCompilerId.cmake
                [2]     D:/Program Files (x86)/CMake/share/cmake-3.12/Modules/CMakeDetermineCCompiler.cmake
                [1]     D:/project/CMakeLists.txt
-- The CXX compiler identification is Embarcadero 7.30.36015
   Called from: [3]     D:/Program Files (x86)/CMake/share/cmake-3.12/Modules/CMakeDetermineCompilerId.cmake
                [2]     D:/Program Files (x86)/CMake/share/cmake-3.12/Modules/CMakeDetermineCXXCompiler.cmake
                [1]     D:/project/CMakeLists.txt
-- Check for working C compiler: D:/Program Files/Embarcadero/Studio/19.0/bin/bcc32x.exe
   Called from: [3]     D:/Program Files (x86)/CMake/share/cmake-3.12/Modules/CMakeTestCompilerCommon.cmake
                [2]     D:/Program Files (x86)/CMake/share/cmake-3.12/Modules/CMakeTestCCompiler.cmake
                [1]     D:/project/CMakeLists.txt
CMake Warning (dev) at D:/Program Files (x86)/CMake/share/cmake-3.12/Modules/CMakeTestCCompiler.cmake:37 (try_compile):
  Policy CMP0066 is not set: Honor per-config flags in try_compile()
  source-file signature.  Run "cmake --help-policy CMP0066" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  For compatibility with older versions of CMake, try_compile is not honoring
  caller config-specific compiler flags (e.g.  CMAKE_C_FLAGS_DEBUG) in the
  test project.
Call Stack (most recent call first):
  CMakeLists.txt:45 (project)
This warning is for project developers.  Use -Wno-dev to suppress it.

   Called from: [2]     D:/Program Files (x86)/CMake/share/cmake-3.12/Modules/CMakeTestCCompiler.cmake
                [1]     D:/project/CMakeLists.txt
-- Check for working C compiler: D:/Program Files/Embarcadero/Studio/19.0/bin/bcc32x.exe -- broken
   Called from: [3]     D:/Program Files (x86)/CMake/share/cmake-3.12/Modules/CMakeTestCompilerCommon.cmake
                [2]     D:/Program Files (x86)/CMake/share/cmake-3.12/Modules/CMakeTestCCompiler.cmake
                [1]     D:/project/CMakeLists.txt
CMake Error at D:/Program Files (x86)/CMake/share/cmake-3.12/Modules/CMakeTestCCompiler.cmake:52 (message):
  The C compiler

    "D:/Program Files/Embarcadero/Studio/19.0/bin/bcc32x.exe"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: D:/project/CMakeFiles/CMakeTmp

    Run Build Command:"make" "cmTC_efee7\fast"
    MAKE Version 5.41  Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.
        make -f CMakeFiles\cmTC_efee7.dir\build.make -l -o  CMakeFiles\cmTC_efee7.dir\build
    MAKE Version 5.41  Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.
    Fatal: 'Files\Embarcadero\Studio\19.0\bin\make.exe' does not exist - don't know how to make it

    ** error 1 ** deleting cmTC_efee7\fast

 


  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:45 (project)


   Called from: [2]     D:/Program Files (x86)/CMake/share/cmake-3.12/Modules/CMakeTestCCompiler.cmake
                [1]     D:/project/CMakeLists.txt
-- Configuring incomplete, errors occurred!
See also "D:/project/CMakeFiles/CMakeOutput.log".
See also "D:/project/CMakeFiles/CMakeError.log".

 

번호 제목 글쓴이 날짜 조회 수
공지 [프로그래밍 강의] 2021.6~2021.12 관리자 2015.01.22 15759
공지 유용한 관련 사이트 관리자2 2014.03.20 54576
공지 본 게시판은 개발자 여러분들의 질문과 답변을 공유하는 공간입니다. 관리자 2012.01.10 97972
2939 RUN후 발생하는 에러 [1] file 우석이 2014.04.26 893
2938 앱 광고 적용하는 방법.. [1] file 김하나 2014.04.26 1469
2937 스플래쉬 기능 관련 [1] 수강생 2014.04.26 2161
2936 모바일 폼 구성시 여러개 폼 생성 방법 [6] 수강생 2014.04.28 3071
2935 TcpClient 컴포넌트 사용에 관하여 질문 드리겠습니다. [1] 김종진 2014.04.29 3300
2934 DataSnap에서 NetWork 여러개인 경우 파빌신 2014.04.30 1357
2933 ListBox 테스트시 문의 ( 속도 ) [1] 수강생 2014.04.30 3086
2932 DataSnap 기능에 대한 질문 드립니다. [2] 파빌신 2014.05.01 1608
2931 E2597 ... arm-linux-androideabi-ld.exe: error: cannot find –ldl [2] file Humphery 2014.05.02 8756
2930 구글 플레이스토어에 올릴 때 업로드 실패. [2] file ScorpioM 2014.05.02 2199
2929 안드로이드 가상머신... [1] 파빌신 2014.05.05 1988
2928 모바일 개발시 ListView에 관하여... [4] 파빌신 2014.05.05 2924
2927 델파이 xe5 - 안드로이드 - datasnap 개발시 [1] superman 2014.05.07 2924
2926 RAD Studio 64bit 디버깅 시 "unable to create process" 오류 메시지가 나오는 경우 대처방안 [4] file Humphery 2014.05.07 9016
2925 C언어로 된 DLL 결과값이 제대로 안들어오는데 도움을 요청합니다..^^ [1] 반벽이 2014.05.08 1947
2924 cannot run project unless a host application id defined. use the run/parameters... [1] file 그래그래 2014.05.08 3189
2923 BCP OUT 시 빠른 방법이 있을까요?? [1] 한림대의료원정보기술센터 2014.05.10 1919
2922 radphp xe2 에서 인쇄을 하는 방법 문의 합니다? 자이소 2014.05.10 1777
2921 Debugger present 라는 메세지는 언제 나오나요? 베스트드레곤 2014.05.12 1408
2920 RAD Studio 64bit 디버깅 시 "unable to create process" 오류 메시지발생 [1] 그래그래 2014.05.13 1532