[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

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

2011-11-06 Thread Steve
On 06/11/2011 19:31, Cactus wrote: > I think it would be useful to find out why GMP_NAIL_BITS is not being > defined. It appears to be because the section I referenced is not > being included when I think it should be. > > It would be useful to put the ! marks back in but this won't work > because

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

2011-11-06 Thread Cactus
I think it would be useful to find out why GMP_NAIL_BITS is not being defined. It appears to be because the section I referenced is not being included when I think it should be. It would be useful to put the ! marks back in but this won't work because the file is being generated from gmp-h.in

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

2011-11-06 Thread Steve
On 06/11/2011 18:29, Cactus wrote: > It looks like the script that creates mpir.h is not working properly. > > Do you have something like the following early in mpir.h? > > #if ! defined (__GMP_WITHIN_CONFIGURE) > #define __GMP_BITS_PER_MP_LIMB 64 > #define GMP_LIMB_BITS

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

2011-11-06 Thread Cactus
It looks like the script that creates mpir.h is not working properly. Do you have something like the following early in mpir.h? #if ! defined (__GMP_WITHIN_CONFIGURE) #define __GMP_BITS_PER_MP_LIMB 64 #define GMP_LIMB_BITS 64 #define GMP_NAIL_BITS