search for: c1xx

Displaying 20 results from an estimated 22 matches for "c1xx".

Did you mean: 1xx
2009 Oct 28
3
[LLVMdev] windows build
Hi I am running into bunch of windows build issues. Can someone please provide help on what might be going wrong llvm\win32\Configure\..\llvm\ADT\hash_set.h 1>The system cannot find the file specified. Similarly 2>c1xx : fatal error C1083: Cannot open source file: '..\..\lib\Support\Annotation.cpp': No such file or directory thanks in advance shrey
2009 Oct 28
0
[LLVMdev] windows build
...reyas76 at gmail.com> writes: > I am running into bunch of windows build issues. Can someone > please provide help on what might be going wrong > > > llvm\win32\Configure\..\llvm\ADT\hash_set.h > 1>The system cannot find the file specified. > > Similarly > 2>c1xx : fatal error C1083: Cannot open source file: > '..\..\lib\Support\Annotation.cpp': No such file or directory I guess you are using cmake with Visual Studio. Please report version of LLVM used (or svn revision number), version of Visual Studio, exact cmake command used, exact nmake inv...
2006 Nov 02
0
[LLVMdev] Problem Building LLVM with Visual Studio
2009 Oct 28
2
[LLVMdev] windows build
...t;>     I am running into bunch of windows build issues. Can someone >> please provide help on what might be going wrong >> >> >> llvm\win32\Configure\..\llvm\ADT\hash_set.h >> 1>The system cannot find the file specified. >> >> Similarly >> 2>c1xx : fatal error C1083: Cannot open source file: >> '..\..\lib\Support\Annotation.cpp': No such file or directory > > I guess you are using cmake with Visual Studio. > > Please report version of LLVM used (or svn revision number), version of > Visual Studio, exact cmake co...
2008 Feb 13
4
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...bison and/or flex installed where Visual Studio can find them. Otherwise, you do not need them and the pre-generated files that come with the source tree will be used." One of errors of mine is as follows: ------------------------------------------------------- ... 7>llvmAsmParser.cpp 7>c1xx : fatal error C1083: Cannot open source file: '.\llvmAsmParser.cpp': No such file or directory ... ------------------------------------------------------- where llvmAsmParser.cpp is related to Bison so I am compelled to feel to try installing flex/bison on my machine, anyway. Forgive my ig...
2008 Feb 13
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...bison and/or flex installed where Visual Studio can find them. Otherwise, you do not need them and the pre-generated files that come with the source tree will be used." One of errors of mine is as follows: ------------------------------------------------------- ... 7>llvmAsmParser.cpp 7>c1xx : fatal error C1083: Cannot open source file: '.\llvmAsmParser.cpp': No such file or directory ... ------------------------------------------------------- where llvmAsmParser.cpp is related to Bison so I am compelled to feel to try installing flex/bison on my machine, anyway. Forgive my ig...
2018 May 16
0
Windows build strangeness
...ive errors. C:\Dev\upstream\gitmono is where I keep my clone. "C:\Dev\upstream\gitmono\wbuild\ALL_BUILD.vcxproj" (Rebuild target) (1) -> "C:\Dev\upstream\gitmono\wbuild\unittests\Support\DynamicLibrary\SecondLib.vcxproj" (default target) (170:2) -> c1xx : fatal error C1083: Cannot open source file: 'C:\Dev\upstream\gitmono\llvm-project\llvm\unittests\Suppor t\DynamicLibrary\PipSqueak.cxx': No such file or directory [C:\Dev\upstream\gitmono\wbuild\unittests\Support\Dyn amicLibrary\SecondLib.vcxproj] "C:\Dev\upstre...
2018 May 16
2
Windows build strangeness
...keep my clone. > > > > "C:\Dev\upstream\gitmono\wbuild\ALL_BUILD.vcxproj" (Rebuild target) > (1) -> > > > "C:\Dev\upstream\gitmono\wbuild\unittests\Support\DynamicLibrary\SecondLib.vcxproj" > (default target) (170:2) -> > > c1xx : fatal error C1083: Cannot open source file: > 'C:\Dev\upstream\gitmono\llvm-project\llvm\unittests\Suppor > > t\DynamicLibrary\PipSqueak.cxx': No such file or directory > [C:\Dev\upstream\gitmono\wbuild\unittests\Support\Dyn > > amicLibrary\SecondLib.vcxpro...
2018 May 16
1
Windows build strangeness
What kind of missing symbols are you getting? I had to work around dependencies for a Mingw32 build. See https://reviews.llvm.org/D44650 On Wed, May 16, 2018, 13:13 via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I have the git monorepo, and Visual Studio 2015. I am finding that > running a build from the command line with msbuild (as a nightly job) > invariably fails on the
2008 Feb 13
4
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...Studio can find them. > Otherwise, you do not need them and the pre-generated files that come > with the source tree will be used." > > One of errors of mine is as follows: > ------------------------------------------------------- > ... > 7>llvmAsmParser.cpp > 7>c1xx : fatal error C1083: Cannot open source file: > '.\llvmAsmParser.cpp': No such file or directory > ... > ------------------------------------------------------- > where llvmAsmParser.cpp is related to Bison so I am compelled to feel > to > try installing flex/bison on my m...
2018 May 16
0
Windows build strangeness
...gt;> "C:\Dev\upstream\gitmono\wbuild\ALL_BUILD.vcxproj" (Rebuild target) >> (1) -> >> >> >> "C:\Dev\upstream\gitmono\wbuild\unittests\Support\DynamicLibrary\SecondLib.vcxproj" >> (default target) (170:2) -> >> >> c1xx : fatal error C1083: Cannot open source file: >> 'C:\Dev\upstream\gitmono\llvm-project\llvm\unittests\Suppor >> >> t\DynamicLibrary\PipSqueak.cxx': No such file or directory >> [C:\Dev\upstream\gitmono\wbuild\unittests\Support\Dyn >> >> amic...
2009 Oct 30
0
[LLVMdev] windows build
...ch of windows build issues. Can someone >>> please provide help on what might be going wrong >>> >>> >>> llvm\win32\Configure\..\llvm\ADT\hash_set.h >>> 1>The system cannot find the file specified. >>> >>> Similarly >>> 2>c1xx : fatal error C1083: Cannot open source file: >>> '..\..\lib\Support\Annotation.cpp': No such file or directory >> >> I guess you are using cmake with Visual Studio. >> >> Please report version of LLVM used (or svn revision number), version of >> Visua...
2008 Feb 14
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...Otherwise, you do not need them and the pre-generated files that come >> with the source tree will be used." >> >> One of errors of mine is as follows: >> ------------------------------------------------------- >> ... >> 7>llvmAsmParser.cpp >> 7>c1xx : fatal error C1083: Cannot open source file: >> '.\llvmAsmParser.cpp': No such file or directory >> ... >> ------------------------------------------------------- >> where llvmAsmParser.cpp is related to Bison so I am compelled to feel >> to >> try insta...
2018 May 16
2
Windows build strangeness
..."C:\Dev\upstream\gitmono\wbuild\ALL_BUILD.vcxproj" (Rebuild >> target) >> (1) -> >> >> >> "C:\Dev\upstream\gitmono\wbuild\unittests\Support\DynamicLibrary\SecondLib.vcxproj" >> (default target) (170:2) -> >> >> c1xx : fatal error C1083: Cannot open source file: >> 'C:\Dev\upstream\gitmono\llvm-project\llvm\unittests\Suppor >> >> t\DynamicLibrary\PipSqueak.cxx': No such file or directory >> [C:\Dev\upstream\gitmono\wbuild\unittests\Support\Dyn >> >> ami...
2008 Feb 18
2
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...Studio can find them. > Otherwise, you do not need them and the pre-generated files that come > with the source tree will be used." > > One of errors of mine is as follows: > ------------------------------------------------------- > ... > 7>llvmAsmParser.cpp > 7>c1xx : fatal error C1083: Cannot open source file: > '.\llvmAsmParser.cpp': No such file or directory > ... > ------------------------------------------------------- > where llvmAsmParser.cpp is related to Bison so I am compelled to feel > to > try installing flex/bison on my m...
2018 May 17
0
Windows build strangeness
..._BUILD.vcxproj" (Rebuild > >> target) > >> (1) -> > >> > >> > >> "C:\Dev\upstream\gitmono\wbuild\unittests\Support\ > DynamicLibrary\SecondLib.vcxproj" > >> (default target) (170:2) -> > >> > >> c1xx : fatal error C1083: Cannot open source file: > >> 'C:\Dev\upstream\gitmono\llvm-project\llvm\unittests\Suppor > >> > >> t\DynamicLibrary\PipSqueak.cxx': No such file or directory > >> [C:\Dev\upstream\gitmono\wbuild\unittests\Support\Dyn > >...
2003 Apr 27
1
Excessive Swap with MSVC++ and Wine
Prompted by Jonathan Grant's article I've been playing with running the MSVC++ command line tools under Wine. In particular I'm trying to compile and link a large DLL - about 4M in size. The problem is the amount of memory used by link.exe. At the moment, with 256M of real memory and 1G of swap I quickly run out. Under Windows2000, on the same machine, the link takes a long time
2008 Feb 18
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...ise, you do not need them and the pre-generated files that come > > with the source tree will be used." > > > > One of errors of mine is as follows: > > ------------------------------------------------------- > > ... > > 7>llvmAsmParser.cpp > > 7>c1xx : fatal error C1083: Cannot open source file: > > '.\llvmAsmParser.cpp': No such file or directory > > ... > > ------------------------------------------------------- > > where llvmAsmParser.cpp is related to Bison so I am compelled to feel > > to > > try...
2018 May 17
1
Windows build strangeness
..."C:\Dev\upstream\gitmono\wbuild\ALL_BUILD.vcxproj" (Rebuild >> target) >> (1) -> >> >> >> "C:\Dev\upstream\gitmono\wbuild\unittests\Support\DynamicLibrary\SecondLib.vcxproj" >> (default target) (170:2) -> >> >> c1xx : fatal error C1083: Cannot open source file: >> 'C:\Dev\upstream\gitmono\llvm-project\llvm\unittests\Suppor >> >> t\DynamicLibrary\PipSqueak.cxx': No such file or directory >> [C:\Dev\upstream\gitmono\wbuild\unittests\Support\Dyn >> >> amic...
2018 May 16
2
Windows build strangeness
I have the git monorepo, and Visual Studio 2015. I am finding that running a build from the command line with msbuild (as a nightly job) invariably fails on the first try, and succeeds on a retry. The first msbuild command looks like this: msbuild ALL_BUILD.vcxproj /p:Configuration="RelWithDebInfo" /m:6 /t:Rebuild This appears to compile everything okay, but invariably fails with