Boost C++ Libraries: Ticket #1042: Build: Incorrect parameters for IA64 architecture in MSVC toolset https://svn.boost.org/trac10/ticket/1042 <p> MSVC toolset looks for x86_ipf folder instead of x86_ia64. So, IA64 build fails. Suggested fix: </p> <p> Line 301: setup-option = x86 x86_amd64 x86_ia64 ; Line 308: setup-option = x86 amd64 x86_ia64 ; </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1042 Trac 1.4.3 Eric Niebler Wed, 11 Jul 2007 02:03:31 GMT owner set https://svn.boost.org/trac10/ticket/1042#comment:1 https://svn.boost.org/trac10/ticket/1042#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> </ul> Ticket anonymous Mon, 16 Jul 2007 12:33:52 GMT <link>https://svn.boost.org/trac10/ticket/1042#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1042#comment:2</guid> <description> <p> i confirm that there is no option x86_ipf, it is a bug in <a class="ext-link" href="http://msdn2.microsoft.com/en-us/library/x4d2c09s(VS.80).aspx"><span class="icon">​</span>http://msdn2.microsoft.com/en-us/library/x4d2c09s(VS.80).aspx</a> </p> <pre class="wiki">c:&gt; 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 </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Wed, 18 Jul 2007 10:05:07 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1042#comment:3 https://svn.boost.org/trac10/ticket/1042#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> 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. </p> Ticket