Opened 15 years ago
Closed 15 years ago
#1042 closed Bugs (fixed)
Build: Incorrect parameters for IA64 architecture in MSVC toolset
| Reported by: | Owned by: | Vladimir Prus | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | Building Boost |
| Version: | Boost 1.34.0 | Severity: | Showstopper |
| Keywords: | bjam build msvc ia64 bug | Cc: |
Description
MSVC toolset looks for x86_ipf folder instead of x86_ia64. So, IA64 build fails. Suggested fix:
Line 301: setup-option = x86 x86_amd64 x86_ia64 ; Line 308: setup-option = x86 amd64 x86_ia64 ;
Change History (3)
comment:1 by , 15 years ago
| Owner: | set to |
|---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed in CVS HEAD. BTW, can you tell how exactly you configure the msvc toolset for 64-bit building. There were claims that configuration is either impossible, or requires weird syntax.
Note:
See TracTickets
for help on using tickets.

i confirm that there is no option x86_ipf, it is a bug in http://msdn2.microsoft.com/en-us/library/x4d2c09s(VS.80).aspx
c:> vcvarsall.bat x86_ipf Error in script usage. The correct usage is: vcvarsall.bat [option] where [option] is: x86 | ia64 | amd64 | x86_amd64 | x86_ia64 For example: vcvarsall.bat x86_ia64