Boost C++ Libraries: Ticket #644: Boost.Build v2 build script help for evc4 https://svn.boost.org/trac10/ticket/644 <pre class="wiki">I'm currently porting various Boost libraries to evc4 and threw together a hacked version of the msvc-tools.jam file that is using version 1. For the next release I need help in creating a build script for the version 2 of Boost.Build. I attached a somewhat working version of my "evc4-stlport-tools.jam" file. I don't know if I did everything alright. The differences from evc4 to vc6 is: - there is no /M switch specifying the runtime. It always is "shared C runtime". - for exe files, the parameter /entry:mainACRTStartup must be specified for linking (this currently doesn't work). - for the ARM architecture the following defines are on: ARM, _ARM_, ARMV4 - The _STLP_DEBUG mode mustn't be defined, since the ARM compiler has a compiler bug that prevents from working code - It's best to always specify /Zm800, since the compiler is quickly getting out of memory errors. Can anyone help in creating a toolset file for this compiler? Thanks! </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/644 Trac 1.4.3 msclrhd Thu, 01 Jun 2006 18:29:37 GMT <link>https://svn.boost.org/trac10/ticket/644#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/644#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=761714 I have been working on extending the BBv2 msvc.jam toolset to support the WinCE platform. The work I have is available at http://www.reece-dunn.co.uk. Maybe we could combine our efforts. (It would be better to move this discussion to the boost-build mailing list as then all the interested parties can pool their efforts, especially as I would like to get the this working with VC8 - which I have had limited success.) </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>msclrhd</dc:creator> <pubDate>Sun, 11 Jun 2006 22:25:11 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/644#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/644#comment:2</guid> <description> <pre class="wiki">Logged In: YES user_id=761714 I have been working on providing support for VC8/WinCE - check out the msvc.jam and msplatformsdk.jam files at www.reece-dunn.co.uk for my current efforts. - Reece </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Tue, 07 Aug 2007 20:02:35 GMT</pubDate> <title>status, resolution changed; severity set https://svn.boost.org/trac10/ticket/644#comment:3 https://svn.boost.org/trac10/ticket/644#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">wontfix</span> </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> <p> The original submission is for V1, so I cannot do anything. Whatever V2 support possible there must be done by folks who have that system. </p> Ticket