Questions tagged [incredibuild]

IncrediBuild is a suite of grid computing software developed by Xoreax Ltd.

IncrediBuild is a suite of grid computing software developed by Xoreax Ltd. IncrediBuild is designed to help accelerate computationally-intensive tasks by distributing them over the network, with notable applications including compiling source code, building software generally, and other software development-related tasks.

55 questions
11
votes
5 answers

Can't uninstall Xoreax Incredibuild Visual Studio addin

With some difficulty, I was able to uninstall Incredibuild (kept saying Visual Studio was open even when it wasn't), but it was unable to uninstall the Visual Studio addin (just said an error occurred when doing so in the log). The addin doesn't…
ekolis
  • 6,270
  • 12
  • 50
  • 101
9
votes
2 answers

Using IncrediBuild with DevEnv.exe vs MSBuild.exe

I use Xorax IncrediBuild to build Visual Studio 2013 (or later) solutions and projects, they're mostly .vcxproj with a bunch of .csproj ones. It took me a little bit of digging, but I've learned that: When IncrediBuild is used with the regular…
mloskot
  • 37,086
  • 11
  • 109
  • 136
8
votes
0 answers

How to stop getting Incredibuild getting re-installed on VS service pack updates

Have a very annoying problem, xoreax Incredibuild keeps getting reinstalled when I apply Visual Studio 2017 updates. I remove it from Add/Remove and it's fine for a week or too, and then Microsoft release yet another visual studio 2017 update, and…
Mike Macpherson
  • 456
  • 4
  • 12
8
votes
0 answers

Cannot find file MSBuild_*.failure.txt

During a long build (started with IncrediBuild), I get error messages like this one: MSBUILD : error MSB4166: Child node "3" exited prematurely. Shutting down. Diagnostic information may be found in files in the temporary files directory named…
devopsfun
  • 1,368
  • 2
  • 15
  • 37
8
votes
1 answer

Intergrating IncrediBuild with Visual Studio Team Services

Me and my team are using GitHub Extension with our Visual Studio Team services. Recently we have decided to improve development life-cycle speed using IncrediBuild. Does anyone know how to integrate IncrediBuild with Visual Studio Team Services…
Aviv
  • 516
  • 1
  • 3
  • 21
6
votes
1 answer

How to stop incredibuild from auto-installation on my PC?

It seems that incredibuild was installed on my PC, likely came in bundle with visual studio. It autostarts when my PC runs, and it has high disk usage and eventually will slow down the entire PC. I will have to stop it from running to make my PC…
Lord Yggdrasill
  • 3,197
  • 4
  • 26
  • 42
5
votes
1 answer

Unsubscribed Incredibuild Agent

The system tray icon for my Incredibuild installation is showing up with a caution icon and noted as Unsubscribed Incredibuild Agent - Unsubscribed What does this mean exactly? Some local IT started to help me get this software setup, but I've…
jxramos
  • 7,356
  • 6
  • 57
  • 105
4
votes
1 answer

IncrediBuild increases linking time significantly

I have a project and made a clean build 3 times with VS and IncrediBuild Setup of IncrediBuild: 2 machines are compiling at once, both have around of the same performance VS compiler Compile Time: ~10min Linking: ~3-4min IncrediBuild Compile…
prom85
  • 16,896
  • 17
  • 122
  • 242
4
votes
2 answers

Incredibuild and cmake

I'm trying to build a cmake solution using Incredibuild 5.0 on windows and get PDB management errors in a couple of projects: Fatal error: Failed to notify object at 0x06C150A0, class is TWaitObjectThread_Notify PDB Management: Internal…
Damien Ryan
  • 1,591
  • 1
  • 15
  • 34
4
votes
1 answer

How do you compile from the command line?

According to their docs here, I should be able to build from the console like so: BuildConsole mysolution.sln /build /cfg="Debug|Win32" Where I have a Debug|Win32 build available, which I do. If I load the solution in MSVS2010, I can build it. …
Adrian
  • 10,246
  • 4
  • 44
  • 110
4
votes
3 answers

How can I prevent others from using my system but still distribute my build with incredibuild?

How can I prevent others from using my system to build but still distribute my build over the network with incredibuild?
Justin
  • 447
  • 4
  • 10
  • 33
4
votes
1 answer

Incredibuild not very fast

Our project takes a long time to compile, so I'm trying the trial version of Incredibuild. It is made of a solution of about 50 projects. The thing is, when I compile with incredibuild it doesn't go much faster, it may even last longer some times…
foke
  • 1,339
  • 2
  • 12
  • 20
3
votes
1 answer

How do I disable the "Latest News" tab in IncrediBuild for Visual Studio 2012?

I am using IncrediBuild 5.0 from Visual Studio 2012, and I notice that the IncrediBuild tab has a "Latest News" section that changes text every few seconds, which I find quite distracting while consuming a lot of screen real estate from the…
Panda Pajama
  • 1,283
  • 2
  • 13
  • 31
3
votes
1 answer

Enable using Microsoft Visual Studio x64 tools in incredibuild

We have VS2010 pro and Incredibuild 4.62 installed. We are trying to compile to x64 platform, therefore we run "C:\Program Files (x86)\Xoreax\IncrediBuild\BuildConsole.exe" something.sln /MINWINVER=7 /build release|x64 The issue is that this uses…
3
votes
2 answers

VS2010 Build Log File is Incorrect

My VS2010 C++ project, release config, has an Output Directory of: $(SolutionDir)\..\_build\Release\ The Intermediate Directory is: $(SolutionDir)\..\_build\Release\Obj\$(TargetName)\ The Build Log File is just the default…
Anthony
  • 12,177
  • 9
  • 69
  • 105
1
2 3 4