search for: wbuild

Displaying 8 results from an estimated 8 matches for "wbuild".

Did you mean: kbuild
2018 May 16
0
Windows build strangeness
Here are a couple of representative 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...
2018 May 16
2
Windows build strangeness
...are using ninja or make, if those are options. On Wed, May 16, 2018 at 12:59 PM via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Here are a couple of representative 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\g...
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
2018 May 16
0
Windows build strangeness
.... > > On Wed, May 16, 2018 at 12:59 PM via llvm-dev <llvm-dev at lists.llvm.org> > wrote: >> >> Here are a couple of representative 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:...
2018 May 16
2
Windows build strangeness
...> On Wed, May 16, 2018 at 12:59 PM via llvm-dev > <llvm-dev at lists.llvm.org> > wrote: >> >> Here are a couple of representative 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 sou...
2018 May 17
0
Windows build strangeness
...lvm-dev > > <llvm-dev at lists.llvm.org> > > wrote: > >> > >> Here are a couple of representative 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) -> > >> > >>...
2018 May 17
1
Windows build strangeness
...ia llvm-dev > <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> > wrote: >> >> Here are a couple of representative 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 sour...
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