search for: showinclud

Displaying 10 results from an estimated 10 matches for "showinclud".

Did you mean: showincludes
2015 Feb 20
2
[LLVMdev] Building Compiler-RT on Windows
...e -DCMAKE_CXX_COMPILER=clang++.exe -DCM AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" ..\compiler-rt -- The C compiler identification is Clang 3.7.0 clang.exe: error: no such file or directory: '/nologo' clang.exe: error: no such file or directory: '/showIncludes' -- The CXX compiler identification is Clang 3.7.0 clang.exe: error: no such file or directory: '/nologo' clang.exe: error: no such file or directory: '/showIncludes' -- Check for working C compiler using: Ninja -- Check for working C compiler using: Ninja -- broken CMake Erro...
2015 Feb 20
3
[LLVMdev] Building Compiler-RT on Windows
...LER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" >>> ..\compiler-rt >>> -- The C compiler identification is Clang 3.7.0 >>> clang.exe: error: no such file or directory: '/nologo' >>> clang.exe: error: no such file or directory: '/showIncludes' >>> -- The CXX compiler identification is Clang 3.7.0 >>> clang.exe: error: no such file or directory: '/nologo' >>> clang.exe: error: no such file or directory: '/showIncludes' >>> -- Check for working C compiler using: Ninja >>>...
2015 Feb 26
0
[LLVMdev] Building Compiler-RT on Windows
...KE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" >>>> ..\compiler-rt >>>> -- The C compiler identification is Clang 3.7.0 >>>> clang.exe: error: no such file or directory: '/nologo' >>>> clang.exe: error: no such file or directory: '/showIncludes' >>>> -- The CXX compiler identification is Clang 3.7.0 >>>> clang.exe: error: no such file or directory: '/nologo' >>>> clang.exe: error: no such file or directory: '/showIncludes' >>>> -- Check for working C compiler using: Nin...
2015 Feb 26
1
[LLVMdev] Building Compiler-RT on Windows
...ot;" -DCMAKE_C_FLAGS="" >>>>> ..\compiler-rt >>>>> -- The C compiler identification is Clang 3.7.0 >>>>> clang.exe: error: no such file or directory: '/nologo' >>>>> clang.exe: error: no such file or directory: '/showIncludes' >>>>> -- The CXX compiler identification is Clang 3.7.0 >>>>> clang.exe: error: no such file or directory: '/nologo' >>>>> clang.exe: error: no such file or directory: '/showIncludes' >>>>> -- Check for working C com...
2016 Feb 13
2
r260758 broke windows build
...3 -wd4389 -wd4611 -wd4805 -wd4204 -wd4577 -wd4091 -wd4592 -wd4319 -wd4324 -w14062 -we4238 /Zc:inline /Oi /Zc:rvalueCast /MD /O2 /Ob2 /D NDEBUG -Ilib\Target\Hexagon -Ic:\lldbSlave\lldb-win7-android\llvm\lib\Target\Hexagon -Iinclude -Ic:\lldbSlave\lldb-win7-android\llvm\include /EHs-c- /GR- /showIncludes -DGTEST_HAS_RTTI=0 -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_DEBUG_POINTER_IMPL="" -D_HAS_EXCEPTIONS=0 -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_L...
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
...c -I..\src\plugins\thirdParty\LLVM\include -I..\src\plugins\thirdParty\LLVM\lib\Target\X86 -I..\src\plugins\thirdParty\LLVM\src -I..\src\plugins\thirdParty\LLVM\tools\clang\include -IC:\Qt\5.4\msvc2013_64\include -IC:\Qt\5.4\msvc2013_64\include\QtCore -IC:\Qt\5.4\msvc2013_64\mkspecs\win32-msvc2013 /showIncludes -DLLVMPlugin_EXPORTS -DLLVM_PLUGIN -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D...
2015 Jun 12
2
[LLVMdev] Self compiling latest clang from SVN
Makes sense, yeah, trying something in a different environment is usually a good way to find problems. I had indeed moved the renamed clang-cl.exe to a different directory, but when I move it back into its home directory and retry the build, I get the same errors. On Thu, Jun 11, 2015 at 11:16 PM, Reid Kleckner <rnk at google.com> wrote: > Thanks for trying the self-host, it's
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
...es I manage to compile everything with visual 2010. However the linking is failing : //------------------------------------------------------------------------------ Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved. cl.exe -showIncludes -nologo -c -Zi -I.. -I..\include -I..\common -I..\win32 -W3 -EHsc -DWIN32 -D__WIN32__ -D_WIN32 -D_WINDOWS -D "HAVE_VSNPRINTF" -D "HAVE_STRDUP" -D "_USE_32BIT_TIME_T" -D_CRT_SECURE_NO_DEPRECATE -I"C:\Users\qwerty\Deskt op\xapian-1.2.8\zlib-1.2.7" -O2 -MD -D...
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
...c -I..\src\plugins\thirdParty\LLVM\include -I..\src\plugins\thirdParty\LLVM\lib\Target\X86 -I..\src\plugins\thirdParty\LLVM\src -I..\src\plugins\thirdParty\LLVM\tools\clang\include -IC:\Qt\5.4\msvc2013_64\include -IC:\Qt\5.4\msvc2013_64\include\QtCore -IC:\Qt\5.4\msvc2013_64\mkspecs\win32-msvc2013 /showIncludes -DLLVMPlugin_EXPORTS -DLLVM_PLUGIN -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D...
2016 Feb 13
2
r260758 broke windows build
It works for me: ------ Build started: Project: LLVMHexagonCodeGen, Configuration: RelWithDebInfo Win32 ------ cl : Command line warning D9002: ignoring unknown option '/Zc:inline' HexagonFrameLowering.cpp ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== Here's the info from the "about" window: Microsoft Visual Studio Professional 2013