building boost with the windows sdk 7.1
Hi: I need to build boost with the windows sdk v7.`1. I've got vs2010 (10.0) instaloled and the sdk. If there anything specific I need to do to build with 7.1 as aposed to 7.0? Cheers Sean.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 21 Oct 2010 13:45:23 +0100
Sean Farrow
Hi: I need to build boost with the windows sdk v7.`1. I've got vs2010 (10.0) instaloled and the sdk. If there anything specific I need to do to build with 7.1 as aposed to 7.0? Cheers Sean.
Do you have service pack 1 installed, for 7.1? If not, you should probably install it (my knowledge of windows is limited, I'm assuming by windows sdk v7.1 you mean some packaged kit of software based around MSVC-7.1). - -- Bryce Lelbach aka wash http://groups.google.com/group/ariel_devel -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkzAVy4ACgkQO/fqqIuE2t6sgACgyeQGkrTzFvu8ImiwVac8dZpI VUsAnjClheSFRcUOVbm0prWvh1MT5FKr =rCOA -----END PGP SIGNATURE-----
On Thu, Oct 21, 2010 at 11:07:26AM -0400, Bryce Lelbach wrote:
On Thu, 21 Oct 2010 13:45:23 +0100 Sean Farrow
wrote: I need to build boost with the windows sdk v7.`1. I've got vs2010 (10.0) instaloled and the sdk. If there anything specific I need to do to build with 7.1 as aposed to 7.0? Cheers Sean.
Do you have service pack 1 installed, for 7.1? If not, you should probably install it (my knowledge of windows is limited, I'm assuming by windows sdk v7.1 you mean some packaged kit of software based around MSVC-7.1).
No, the "Windows SDK" is what was long ago named "Platform SDK", that is, up to date system headers and libraries, as well as assorted utilities. Older Visual Studio versions used to bundle copies of the system headers inside the VS version, but that's not quite scalable when it comes to updating said headers and libraries, so they were factored out to the Platform SDK, and eventually solely in the Windows SDK. If you happen to find yourself on a Windows machine, you'll find a couple of SDKs in "Program Files\Microsoft SDKs\Windows". Now, for the OP's question, I have no idea, but it would require setting up different include, lib and tool paths, as the SDK contains everything from headers to libraries to things like manifest tools. -- Lars Viklund | zao@acc.umu.se
Hi. You probably have a start menu folder for the sdk 7.1 (I have for 7.0). If you run the "CMD Shell" shortcut you get a command prompt with all the correct INCLUDE, PATH, LIB environment variables for the appropriate SDK. Regards, David. From: sean.farrow@seanfarrow.co.uk To: boost-users@lists.boost.org Date: Thu, 21 Oct 2010 13:45:23 +0100 Subject: [Boost-users] building boost with the windows sdk 7.1 Hi: I need to build boost with the windows sdk v7.`1. I’ve got vs2010 (10.0) instaloled and the sdk. If there anything specific I need to do to build with 7.1 as aposed to 7.0?CheersSean. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (4)
-
Bryce Lelbach
-
David Ward
-
Lars Viklund
-
Sean Farrow