|
From: Chambers, M. <mat...@gm...> - 2019-03-22 14:19:36
|
Hi Alexandre, A couple issues here: 1. When you run quickbuild with no specific targets, it builds everything: all tests, all command-line executables, all .NET applications. If you're interested in a particular target, specify it like path/to/target//target_name (e.g. pwiz/data/msdata//MSDataTest; there are some convenience aliases like 'msconvert' and 'executables' too). 2. I read your log file and it looks like there's some errors building the .NET applications (search for "...failed" in the log). Do you have the 4.7.2 targeting pack installed? There's a few other errors, one of which is an elusive mkdir failure which I've only ever seen on our TeamCity builds, which will go away if you run the build again. The others look like they may be consequential from the .NET failures. Fix the .NET failures and see what other errors you get. Or, if you narrow down your target build list, you probably already have built what you want. Hope this helps, -Matt On 3/22/2019 10:11 AM, Alexandre Burel wrote: > > Hi, > > I have been trying to compile Proteowizard and I just can’t manage to do it. I updated from the trunk the other day, I have Visual Studio > 2017, and I run the following command: > > quickbuild -j5 toolset=msvc-14.1 address-model=64 --i-agree-to-the-vendor-licenses > quickbuild.log 2>&1 > > It takes about an hour and at the end I get a huge log file, which ends with this: “...failed updating 17 targets...” > > The complete log file can be downloaded here: https://filesender.renater.fr/?s=download&token=aaed662b-110d-395d-70ae-e897ce9f3916 > > I’m sure you don’t want to read the 13k lines of the log file, so I’m only asking if you can tell me more about the environment you use to > compile Proteowizard ? Or maybe share with me the command lines you use, or the log file you get so I can compare and try to see where it > starts to differ ? > > Any new ideas would be highly appreciated J > > Thank you ! > > signature-email_2019 > > > > _______________________________________________ > proteowizard-support mailing list > pro...@li... > https://lists.sourceforge.net/lists/listinfo/proteowizard-support |