search for: cmaketmp

Displaying 20 results from an estimated 32 matches for "cmaketmp".

2018 Aug 03
10
[7.0.0 Release] rc1 has been tagged
Dear testers, 7.0.0-rc1 was just tagged (from the branch at r338847). It's early in the release process, but I'd like to find out what the status is of the branch on our various platforms. Please run the test script, share the results, and upload binaries. Thanks, Hans
2019 Sep 05
3
Building LLVM with LLVM
...ler: /usr/local/bin/clang -- broken CMake Error at /usr/share/cmake-3.5/Modules/CMakeTestCCompiler.cmake:61 (message): The C compiler "/usr/local/bin/clang" is not able to compile a simple test program. It fails with the following output: Change Dir: /home/elux/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a9eab/fast" /usr/bin/make -f CMakeFiles/cmTC_a9eab.dir/build.make CMakeFiles/cmTC_a9eab.dir/build make[1]: Entering directory '/home/elux/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a9eab.dir/testCC...
2012 Mar 28
2
[LLVMdev] Building past few days with Clang++ and Clang produces errors on Cmake for Debian Linux
...tCXXCompiler.cmake:45 (MESSAGE): > The C++ compiler "/usr/local/bin/clang++" is not able to compile a > simple > test program. > > It fails with the following output: > > Change Dir: > /home/mdriftmeyer/DeveloperProjects/LLVMProject/cmake-llvm/CMakeFiles/CMakeTmp > > > > Run Build Command:/usr/bin/make "cmTryCompileExec/fast" > > /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make > CMakeFiles/cmTryCompileExec.dir/build > > make[1]: Entering directory > > `/home/mdriftmeyer/DeveloperProjects/LLVM...
2018 Aug 06
4
[Release-testers] [7.0.0 Release] rc1 has been tagged
...is, but there the "host compiler" is clang 6.0.0. > > Phase1 CMake output: > > Performing C++ SOURCE FILE Test HAVE_CXX_ATOMICS64_WITHOUT_LIB succeeded with the following output: > Change Dir: /home/dim/llvm/7.0.0/rc1/Phase1/Release/llvmCore-7.0.0-rc1.obj/CMakeFiles/CMakeTmp > > Run Build Command:"/usr/local/bin/gmake" "cmTC_845df/fast" > /usr/local/bin/gmake -f CMakeFiles/cmTC_845df.dir/build.make CMakeFiles/cmTC_845df.dir/build > gmake[1]: Entering directory '/home/dim/llvm/7.0.0/rc1/Phase1/Release/llvmCore-7.0.0-rc1.ob...
2009 Aug 21
0
[VS2005 Express] starting cl.exe (was Re: wine: Unhandled page fault on read access to 0x00000001 at address 0x7ef6c7aa (thread 0044), starting debugger...)
...Modules/CMakeTestCCompiler.cmake:32 (MESSAGE): The C compiler "C:/Program Files/Microsoft Visual Studio 8/VC/bin/cl.exe" is not able to compile a simple test program. It fails with the following output: Change Dir: C:/users/mathieu/My Documents/Perso/gdcm/debug-wine2/CMakeFiles/CMakeTmp Run Build Command:nmake /NOLOGO "cmTryCompileExec\fast" "C:\Program Files\Microsoft Visual Studio 8\VC\bin\nmake.exe" -f CMakeFiles\cmTryCompileExec.dir\build.make /nologo -L CMakeFiles\cmTryCompileExec.dir\build "C:\Program Files\CMake 2.6\bin\cmake.exe&qu...
2009 Sep 01
0
[LLVMdev] By the way, the information that i faced is
.../cmake/share/cmake-2.7/Modules/CMakeTestCCompiler.cmake:37 (MESSAGE): The C compiler "C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/cl.exe" is not able to compile a simple test program. It fails with the following output: Change Dir: D:/objs/llvm/msvc/ide/CMakeFiles/CMakeTmp Run Build Command:C:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec Microsoft (R) Visual Studio Version 9.0.30729.1. Copyright (C) Microsoft Corp. All rights reserved. 1>------ Build started: Project: cmTryCompileExec, C...
2009 Jun 29
1
Program database manager mismatch; please check your installation
Hi there, I am trying to install Visual Studio 2005 under wine, I followed instructions from: http://appdb.winehq.org/objectManager.php?sClass=version&iId=14208 While running wine 1.1.22/debian stable I am getting the following error: ... Z:\tmp\gdcm-wine\CMakeFiles\CMakeTmp\testCCompiler.c : fatal error C1902: Program database manager mismatch; please check your installation ... Looking up on the web, it seems it can be fixed using the VS 2005 SP1, which I downloaded from: http://support.microsoft.com/kb/928957 Unfortunately I cannot install this SP1: $ wine VS80...
2008 Jul 31
0
[LLVMdev] Is there room for another build system?
Albert Graef wrote: > The broken mingw support (as pointed out by Stuart) [...] s/Stuart/Kenneth/ Sorry. -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr.Graef at t-online.de, ag at muwiinfa.geschichte.uni-mainz.de WWW: http://www.musikinformatik.uni-mainz.de/ag
2017 Feb 27
2
Compiling LLVM with locally built clang | Errors
Hello, I issued the following command to point the build to use clang and clang++, from a local llvm build directory included in PATH, instead of /usr/bin/{cc,c++}, cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ../llvm_src The configuration failed with the error stating the compiler didn't recognize '-std=c++11' flag, whereas clang compiled a dummy c++ file with
2020 Feb 04
2
CMakeTestCCompiler fails
...e/cmake-3.16/Modules/CMakeTestCCompiler.cmake:60 (message): The C compiler "/home/usr4/c74014i/opt/clang/current/bin/clang" is not able to compile a simple test program. It fails with the following output: Change Dir: /home/usr4/c74014i/work/build/202002040929/CMakeFiles/CMakeTmp Run Build Command(s):/home/usr4/c74014i/opt/ninja/bin/ninja cmTC_35cb3 && [1/2] Building C object CMakeFiles/cmTC_35cb3.dir/testCCompiler.c.o [2/2] Linking C executable cmTC_35cb3 FAILED: cmTC_35cb3 : && /home/usr4/c74014i/opt/clang/current/bin/clang CMakeFiles/cmT...
2015 Feb 20
2
[LLVMdev] Building Compiler-RT on Windows
...rogram Files (x86)/CMake/share/cmake-3.1/Modules/CMakeTestCCompiler.cmake:61 (message): The C compiler "d:/llvm/build/Release/bin/clang.exe" is not able to compile a simple test program. It fails with the following output: Change Dir: D:/llvm/arm_test/compiler-rt-build/CMakeFiles/CMakeTmp Run Build Command:"d:/llvm/ninja/ninja.exe" "cmTryCompileExec2171879632" [1/2] Building C object CMakeFiles\cmTryCompileExec2171879632.dir\testCCompiler.c.obj FAILED: d:\llvm\build\Release\bin\clang.exe /nologo /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 /showIncludes /FoCMake...
2015 Feb 20
3
[LLVMdev] Building Compiler-RT on Windows
...er.cmake:61 (message): >>> The C compiler "d:/llvm/build/Release/bin/clang.exe" is not able to >>> compile >>> a simple test program. >>> It fails with the following output: >>> Change Dir: D:/llvm/arm_test/compiler-rt-build/CMakeFiles/CMakeTmp >>> >>> Run Build Command:"d:/llvm/ninja/ninja.exe" >>> "cmTryCompileExec2171879632" >>> [1/2] Building C object >>> CMakeFiles\cmTryCompileExec2171879632.dir\testCCompiler.c.obj >>> FAILED: d:\llvm\build\Release\bin\...
2008 Jul 31
4
[LLVMdev] Is there room for another build system?
Óscar Fuentes wrote: > Some points you mention on your web page are solved. Which ones? (Just curious.) > Others are not applicable to LLVM. That might be the case now, but the lack of even basic functionality in some areas (in particular, no advanced feature checks, no make dist/distcheck, no make uninstall, lack of useful trace options when something goes wrong during a build, arcane
2020 Aug 09
3
Switching to Ninja
...iler.cmake:66 (message): The C compiler "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe" is not able to compile a simple test program. It fails with the following output: Change Dir: D:/LLVM/Build/CMakeFiles/CMakeTmp Run Build Command(s):C:/Utils/ninja.exe cmTC_009c0 && [1/2] Building C object CMakeFiles\cmTC_009c0.dir\testCCom piler.c.obj [2/2] Linking C executable cmTC_009c0.exe FAILED: cmTC_009c0.exe cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E...
2015 Feb 26
0
[LLVMdev] Building Compiler-RT on Windows
...): >>>> The C compiler "d:/llvm/build/Release/bin/clang.exe" is not able to >>>> compile >>>> a simple test program. >>>> It fails with the following output: >>>> Change Dir: D:/llvm/arm_test/compiler-rt-build/CMakeFiles/CMakeTmp >>>> >>>> Run Build Command:"d:/llvm/ninja/ninja.exe" >>>> "cmTryCompileExec2171879632" >>>> [1/2] Building C object >>>> CMakeFiles\cmTryCompileExec2171879632.dir\testCCompiler.c.obj >>>> FAILED: d:...
2016 Jul 07
3
Configure error on Solaris 10
...td=c++11 However, the error is about a missing header file (llvm/Support/Solaris.h) as reported in build/CMakeFiles/CMakeError.log: Performing C++ SOURCE FILE Test LIBCXX_SUPPORTS_STD_EQ_CXX11_FLAG failed with the following output: Change Dir: /export/home/netrac_fam/gtk3/src/bllvm/build/CMakeFiles/CMakeTmpRun Build Command:"/usr/sfw/bin/gmake" "cmTC_67861/fast" /usr/sfw/bin/gmake -f CMakeFiles/cmTC_67861.dir/build.make CMakeFiles/cmTC_67861.dir/build gmake[1]: Entering directory `/export/home/netrac_fam/gtk3/src/bllvm/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/c...
2015 Feb 26
1
[LLVMdev] Building Compiler-RT on Windows
...gt; The C compiler "d:/llvm/build/Release/bin/clang.exe" is not able to >>>>> compile >>>>> a simple test program. >>>>> It fails with the following output: >>>>> Change Dir: D:/llvm/arm_test/compiler-rt-build/CMakeFiles/CMakeTmp >>>>> >>>>> Run Build Command:"d:/llvm/ninja/ninja.exe" >>>>> "cmTryCompileExec2171879632" >>>>> [1/2] Building C object >>>>> CMakeFiles\cmTryCompileExec2171879632.dir\testCCompiler.c.obj >>&...
2013 Jul 24
6
[LLVMdev] Transitioning build to cmake
...me: ... Building C object CMakeFiles/cmTryCompileExec3905760613.dir/testCCompiler.c.o /usr/bin/clang -Os -o CMakeFiles/cmTryCompileExec3905760613.dir/testCCompiler.c.o -c /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_lang_llvm-3.4/llvm-3.4/work/build/CMakeFiles/CMakeTmp/testCCompiler.c Linking C executable cmTryCompileExec3905760613 /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3905760613.dir/link.txt --verbose=1 /usr/bin/clang -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_inst...
2013 Jul 24
0
[LLVMdev] Transitioning build to cmake
...C object > CMakeFiles/cmTryCompileExec3905760613.dir/testCCompiler.c.o > > /usr/bin/clang -Os -o > CMakeFiles/cmTryCompileExec3905760613.dir/testCCompiler.c.o -c > /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_lang_llvm-3.4/llvm-3.4/work/build/CMakeFiles/CMakeTmp/testCCompiler.c > > > Linking C executable cmTryCompileExec3905760613 > > /opt/local/bin/cmake -E cmake_link_script > CMakeFiles/cmTryCompileExec3905760613.dir/link.txt --verbose=1 > > /usr/bin/clang -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names >...
2019 Sep 17
2
Building LLVM with LLVM with no dependence on GCC
...ler: /usr/local/bin/clang -- broken CMake Error at /usr/share/cmake-3.5/Modules/CMakeTestCCompiler.cmake:61 (message): The C compiler "/usr/local/bin/clang" is not able to compile a simple test program. It fails with the following output: Change Dir: /home/fips/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a5a20/fast" /usr/bin/make -f CMakeFiles/cmTC_a5a20.dir/build.make CMakeFiles/cmTC_a5a20.dir/build make[1]: Entering directory '/home/fips/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a5a20.dir/testCC...