자유롭게 질의 및 응답을 할 수 있는 게시판입니다. 개발자 여러분의 답변이 큰 도움이 됩니다. 
  • 제품설치/등록 오류 문의: 설치/등록 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 15766
공지 유용한 관련 사이트 관리자2 2014.03.20 54580
공지 본 게시판은 개발자 여러분들의 질문과 답변을 공유하는 공간입니다. 관리자 2012.01.10 97985
2978 [FireMonkey] TWebBrowser 에서 javascript 사용하기 [3] godkdi 2014.02.25 4048
2977 JNI 연동 시 Interface 고유값 생성 [1] godkdi 2014.02.26 3224
2976 html5 builder에서 html문서 만들때 브라우저에서 한글이 깨집니다. file 종달새 2014.02.28 3102
2975 TTouchKeyboard 문의 [1] J 2014.03.01 2583
2974 Win7 버전과 Delphi 버전의 호환성 [3] 호나리 2014.03.04 3963
2973 string.format 함수의 한글 자리수 문제 secret kidb 2014.03.04 2
2972 델파이와 오라클 호환성 [1] 오라클매니아 2014.03.05 2807
2971 델파이와 오라클 호환성 [1] 오라클매니아 2014.03.06 2120
2970 [질문]ADOQuery 데이타 잘림 현상 궁금이 2014.03.08 3456
2969 궁금합니다 의견부탁드립니다 [1] 은혜와감사 2014.03.13 1899
2968 DelphXE IdFTp 에러 질문 드립니다. modong2 2014.03.13 3277
2967 인디컴포넌트(Indy component) 데모 - (IdUDPServer 포함) Humphery 2014.03.14 4516
2966 파이어몽키 모바일개발에서 [1] file fromstog 2014.03.15 3292
2965 모바일 개발시 이미지 버튼 처리는 어떻게 하나요? [1] couping 2014.03.18 3017
2964 모바일 이미지사이즈 속도 문의 [1] file 김하나 2014.03.19 1748
2963 XE5 로 ipa는 못만드나요? [1] 데니얼27 2014.03.19 2988
2962 좌측에서 슬라이드 나오는 메뉴 클릭시 문의 [1] file 김하나 2014.03.20 3706
2961 서버 - 클라이언트 연결 오류 문의 [1] file 송진성 2014.03.20 2736
2960 XE4 Win7 64Bit Component설치시 문의사항?? [1] YB 2014.03.21 2510