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

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

2018.08.10 09:54

쿠리 조회 수:1067

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 15634
공지 유용한 관련 사이트 관리자2 2014.03.20 54464
공지 본 게시판은 개발자 여러분들의 질문과 답변을 공유하는 공간입니다. 관리자 2012.01.10 97828
3059 FireDAC 쿼리 사용 시 일부데이터만 가져와 FetchAll을 호출해야 전체 데이터를 가져옵니다. file 험프리 2020.09.10 836
3058 Rad서버 질문입니다. [1] 희망나라 2020.09.04 191
3057 TIniFile 에서 한글을 읽을때 깨집니다. [2] cate 2017.08.10 850
3056 데이터스냅 서버 또는 RAD서버 관련 질문 드립니다. [1] 유비케어 2020.08.31 198
3055 EMS서버로 REST API구축시 [1] delphiman 2020.09.03 240
3054 national instrument library [1] 한시민 2020.09.03 170
3053 Android permission 루트 data 폴더 접근권한 얻으려면? [2] 델마당쇠 2020.08.31 1008
3052 델파이 10.2 사용중이며, firedac연결시 에러문의 [2] file 초보델파잉 2020.08.28 1555
3051 안드로이드 SQLite 한글 문제로 문의 드립니다. file 칠플 2020.08.31 162
3050 10.4 인데요 안드로이드 IDE에서 안드로이드 기기 연결이 안됩니다. [2] kivalan 2020.08.25 306
3049 CI (Continuous Integration) 구축을 위해 델파이 빌드 자동화를 구현하려는 데, MSBuild, 라이선스가 궁금합니다. [1] 관리자 2020.08.28 359
3048 WSDL 함수 호출 [2] 나마 2020.08.26 891
3047 Delphi Android 에서 LocationSendor 를 활용해 네이버 주소 가져오는 방법 문의 [1] max 2020.08.22 224
3046 C# 소스를 델파이로.. madoka 2020.08.25 162
3045 ios 자신의 전화번호 확인은 불가능한건가요? [3] 델마당쇠 2020.08.25 21130
3044 안드로이드 개발시 IDE 에러 확인 좀 부탁 드립니다. max 2020.08.24 168
3043 Delphi 10.4 에서 iOS AppStore 배포 [1] 로로봉 2020.08.21 386
3042 델파이 10.4 -- 안드로이드 구버전 빌드에 대하여... 혹시 방법이 있나요? [2] 델사냥 2020.08.18 451
3041 RIO 에서 카메라 사용 Permission 주의할 점 [3] file 지병철 2018.12.12 663
3040 Delphi 10.4 iOS Camera 실행 오류 [1] 로로봉 2020.08.19 309