Opened 15 years ago
Closed 13 years ago
#1534 closed Patches (wontfix)
Add support for winsdk 6.1.6000 to Boost.Build.v2
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | build |
Version: | Boost 1.34.1 | Severity: | Problem |
Keywords: | Cc: |
Description
My company uses winsdk 6.1.6000 which basically has the same compiler version as a regular vc8.0 release. I had to modify the build system slightly to get it to work. This is a change I did awhile back to 1.34.1, and looking at the patch it is not clear if it can be applied directly or not (or even that it was a single patch). Sorry for this, but it's a starting point.
Attachments (1)
Change History (5)
by , 15 years ago
Attachment: | msvc.jam-winsdk.patch added |
---|
comment:1 by , 14 years ago
Fry: Mmm, the gristle in a blanket isn't half bad. Bender: And try one of these popsicle sticks. They've
absorbed quite a bit of flavor.
ordina viagra on line brand fioricet cialis svizzera tramadol ultram
follow-up: 3 comment:2 by , 13 years ago
Is the patch still relevant? If so, can you send it as unified diff (which is the default format of svn and git, and "diff -u" if using the diff tool directly)? Thanks, Volodya
comment:3 by , 13 years ago
Replying to vladimir_prus:
Is the patch still relevant? If so, can you send it as unified diff (which is the default format of svn and git, and "diff -u" if using the diff tool directly)?
Egads, that was an ugly patch file (if can even be called that). I obviously didn't care about it too much.
No, I don't think its too important that we get it in. It appears that the platform team here uses other measures now to setup the environment rather than relying on the auto-detection in boost-build that this provided.
If you want it so others could benefit from install-less msvc then I could sync svn here and redo the patch properly, but if you'd rather just close it as "won't fix" then that's fine by me.
-Ryan
comment:4 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Closing per last comment. While auto-detection would be nice, I am rather clueless about this topic so cannot effectively review the patch.
Patch to add support for WinSDK 6.1.6000 to Boost.Build.v2