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

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

2018.08.10 09:54

쿠리 조회 수:1074

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 15765
공지 유용한 관련 사이트 관리자2 2014.03.20 54580
공지 본 게시판은 개발자 여러분들의 질문과 답변을 공유하는 공간입니다. 관리자 2012.01.10 97983
2919 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 10 - Exercise 1 [1] 관리자 2016.05.10 151
2918 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 9 - Exercise 3 [1] 관리자 2016.05.02 152
2917 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 9 - Exercise 2 [1] file 관리자 2016.05.02 147
2916 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 9 - Exercise 1 [1] file 관리자 2016.05.02 167
2915 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 23 - Exercise 1 관리자 2016.05.27 159
2914 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 14 - Exercise 2 관리자 2016.05.10 127
2913 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 7 - Exercise 4 [2] 관리자 2016.05.02 210
2912 TMediaPlayer.Open 중 Invalid floating point operation 에러 발생 [4] Jack 2020.06.29 689
2911 modal이 뒤로 숨는현상 cleo0917 2020.07.03 162
2910 DataSnap 문의입니다. [3] 최민철 2014.10.08 1681
2909 Firemoney 로 Mac 및 리눅스 앱 제작시 [1] 100jk 2020.06.26 119
2908 출력이 보이지 않습니다. [1] yawayo 2020.06.29 88
2907 구글플레이에 게시시 32, 64비트 스마트폰 동시에 지원하는 방법은? [1] 화이부동 2020.07.02 69
2906 TMS그리드 설치시 에러 [1] 피스티스 2020.07.02 218
2905 설치및 구버젼 라인센스 [2] 희망나라 2020.07.02 81
2904 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 7 - Exercise 2 [1] 관리자 2016.05.02 237
2903 TMediaPlayer.Play 에서 floating point invalid operation 에러 Jack 2020.06.30 158
2902 [세미나: 데이터와 RAD] 공유메모리를 32비트에서 잘사용중인데 64비트에서 문제가 있습니다. [2] 험프리 2020.06.24 403
2901 (자문 자답) JSON 안의 특정 필드 값만 바꾸는 방법은 TJsonPair를 사용하면 간단합니다. (POST, PUT 방식으로 특정 필드만 교체할 때, 특히 유용) [2] WhiteC 2020.06.15 337
2900 코로나19 세미나 관련 DB오류 질문드립니다. file 유정 2020.06.25 116