On Jan 8, 1:50 pm, Chris Pirazzi <[email protected]> wrote:
> Hi,
>
> I tried to call mpz_probable_prime_p() on 1.3.0-rc4 with VS2008Express
> and it compiled but did not link, because the file probable_prime_p.c
> is missing from build.vc9/lib_mpir_p0/lib_mpir_p0.vcproj
>
> I fixed that one file on my computer but of course the real fix has to
> go into the legions of vcproj files...hope they are automatically
> generated! I also noticed that the vcproj file sets the OutputDir to $
> (IntDir)\mpz\ on each .c file individually rather than doing that at a
> higher level, so that has to be maintained for probable_prime_p.c
Thanks for reporting this - I have now fixed it in SVN.
The build failure for the mpn.invert test is some sort of compiler
isue with manifests.
I have repaired this and uploaded the repair several times but it
still continues to fail for some people.
The only way I know to fix this is:
a) load the mpir-tests.sln in the Visual Studio IDE
b) unload the mpn.invert project (right click menu)
c) Edit the mpn.invert project (right click menu)
d) delete the line:
ProjectGUID="{F5C5FD38-7078-4E9D-AB88-8568689DDEC8}"
e) save and then reload the mpn.invert project.
This has worked for me when I have seen this (only once) but I have no
idea whether it will work more generally.
Brian
--
You received this message because you are subscribed to the Google Groups
"mpir-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mpir-devel?hl=en.