[mpir-devel] Re: Compiling MPIR with Visual Studio 11 Developer Preview...

2011-11-07 Thread Cactus
I pleased it's now working for you. I'm happy to help further if necessary. Its quite hard to make the whole build process completely automatic and fully parallel. This would involve a lot of work, which means it probably won't happen unless someone volunteers to do it. The IDE build as it is

Re: [mpir-devel] Re: Compiling MPIR with Visual Studio 11 Developer Preview...

2011-11-07 Thread Steve
On 07/11/2011 13:01, Cactus wrote: > The "file is being used by another process" message is because several > builds are running at the same time. I'd guessed that there was a link... though, ideally, the solution files would be written in such a way as to allow non-dependent projects to be buil

[mpir-devel] Re: Compiling MPIR with Visual Studio 11 Developer Preview...

2011-11-07 Thread Cactus
The "file is being used by another process" message is because several builds are running at the same time. If you want to build all the projects, it is safer to configure the IDE not to use parallel builds. This should avoid the problem you are seeing. -- You received this message becaus

Re: [mpir-devel] Re: Compiling MPIR with Visual Studio 11 Developer Preview...

2011-11-07 Thread Steve
On 07/11/2011 11:21, Cactus wrote: > I have just installed the Visual Studio Developer Preview 11. > > Note that, in addition to installing Visual Studio 11, the YASM > assembler -- vsyasm.exe -- has to be copied into the directory holding > the VC++ version 11 binaries. I've got a copy of vsyasm.

[mpir-devel] Re: Compiling MPIR with Visual Studio 11 Developer Preview...

2011-11-07 Thread Cactus
Hi Steve, I have just installed the Visual Studio Developer Preview 11. Note that, in addition to installing Visual Studio 11, the YASM assembler -- vsyasm.exe -- has to be copied into the directory holding the VC++ version 11 binaries. After the automatic upgrade of the version 10 build files