On Jun 12, 9:12 pm, "Chris Saunders" <e...@mountaincable.net> wrote:
> I downloaded and installed Microsoft Windows SDK v7.1 and then attempted to
> build lib_mpir_nehalem on Visual Studio 2010 Express.  The build failed.
> I'm not sure that this list allows attachments but I'm going to attempt to
> attach the contents of the "Output" window.  My OS is Windows 7 Ultimate.
>
> Regards
> Chris Saunders
>
> --------------------------------------------------
> From: "Cactus" <rieman...@gmail.com>
> Sent: Saturday, June 12, 2010 4:43 AM
> To: "mpir-devel" <mpir-devel@googlegroups.com>
> Subject: [mpir-devel] Building MPIR for Windows x64 with Visual Studio 2010
> Express
>
>
>
> > Since the release of Visual C++ Express 2010, Microsoft have said that
> > x64 builds will be possible with this product once it is augmented
> > with the'soon to be released' Windows 7 SDK.
>
> > SInce a new version of the Windows 7 + Net Framework 4 SDK was
> > released in mid May here:
>
> >http://www.microsoft.com/downloads/details.aspx?displaylang=en&Family...
>
> > it is possible that this will enable Express 2010 for x64 builds.
>
> > I am wondering if anyone who uses VC++ 2010 Express has tried this?
>
> > If not I wonder if anyone using 2010 Express would be willing to try
> > this with the x64 MPIR builds?
>
> >    Brian
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "mpir-devel" group.
> > To post to this group, send email to mpir-de...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > mpir-devel+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/mpir-devel?hl=en.
>
>
>
>  Visual Studio 2010 Express Errors.txt
> 10KViewDownload- Hide quoted text -
>
> - Show quoted text -

Hi Chris

There is good news and bad news.   Firstly you are now able to use the
x64 compiler.  It compiles fine but it fails to link because it cannot
find a standard library 'kernel32.lib'.

Since this is a standard system library, it seems that there is
something wrong with your configuration - maybe the library path has
not been set up correctly?

Although these instructions:

http://msdn.microsoft.com/en-us/library/ms235626(VS.80).aspx

are for earlier versions of Visual Studio, it might be worth checking
out the equivalent files in VS 2010 to see if they are correct.

But it looks as if you are close to getting this working - we just
need to find out why it caan't see kernel32.lib.

   Brian




-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to