-----Original Message----- From: Richard Marton
Sent: Thursday, October 11, 2012 9:12 AM
To: mpir-devel@googlegroups.com
Subject: [mpir-devel] Re: Compiling MPIR in visual studio 2010 and 2012

I lost a wall of text now....

I followed the guide, then I get these errors when building the P4 version:
Error 17 error MSB3721: The command ""C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\"vsyasm.exe -Xvc -f Win32 -g cv8 -i "..\..\mpn\x86_64w\\" -o "Win32\Release\mpn\\" -rnasm

[snip details]

when compiling the gc and cxx versions, i get a bunch of object files:
http://i138.photobucket.com/albums/q280/martonr/general_c.png

Since the error message said vsyasm.exe instead of yasm.exe, i renamed it. It did not solve the problem.

==================================
You are using the wrong version of YASM - the one you need for Visual Studio 2010 is VSYASM, which is a _different_ version that is available on the YASM site:

 http://yasm.tortall.net/Download.html

 Win32 VS2010 .zip (for use with VS2010 on 32-bit Windows)
 Win64 VS2010 .zip (for use with VS2010 on 64-bit Windows)

Which one you need depends on whether you are using a 32 or 64 bit version of Windows.

   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-devel@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