Boost C++ Libraries: Ticket #7110: Boost.Context fails to compile on 32 bit Mac OS https://svn.boost.org/trac10/ticket/7110 <p> Hi, </p> <p> I'm using the latest Boost.Context version from the boost SVN: <a class="ext-link" href="http://svn.boost.org/svn/boost/trunk/libs/context/src/asm/"><span class="icon">​</span>http://svn.boost.org/svn/boost/trunk/libs/context/src/asm/</a> </p> <p> It compiles and runs for Mac OS 64 bit, Linux 32 &amp; 64 Bit, but it fails to compile on a 32 bit Mac OS: </p> <pre class="wiki">/opt/local/bin/c++ (...) -c src/asm/fcontext_i386_sysv_macho_gas.S /Users/pknotz/workspace/libcppa/third_party/boost_context/src/asm/fcontext_i386_sysv_macho_gas.S:87:Missing operand value assumed absolute 0. /Users/pknotz/workspace/libcppa/third_party/boost_context/src/asm/fcontext_i386_sysv_macho_gas.S:87:junk `[.-1b]' after expression /Users/pknotz/workspace/libcppa/third_party/boost_context/src/asm/fcontext_i386_sysv_macho_gas.S:88:junk `@PLT' after expression /Users/pknotz/workspace/libcppa/third_party/boost_context/src/asm/fcontext_i386_sysv_macho_gas.S:113:Missing operand value assumed absolute 0. /Users/pknotz/workspace/libcppa/third_party/boost_context/src/asm/fcontext_i386_sysv_macho_gas.S:113:junk `[.-3b]' after expression /Users/pknotz/workspace/libcppa/third_party/boost_context/src/asm/fcontext_i386_sysv_macho_gas.S:117:junk `@PLT' after expression make[2]: *** [CMakeFiles/libcppa.dir/third_party/boost_context/src/asm/fcontext_i386_sysv_macho_gas.o] Error 1 make[1]: *** [CMakeFiles/libcppa.dir/all] Error 2 make: *** [all] Error 2 </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7110 Trac 1.4.3 anonymous Tue, 10 Jul 2012 12:32:11 GMT <link>https://svn.boost.org/trac10/ticket/7110#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7110#comment:1</guid> <description> <p> The system in use is: MacOS 10.5.8 on an Intel Core 2 Duo and gcc 4.7.1 (from <a class="missing wiki">MacPorts</a>). </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 01 Nov 2012 06:35:20 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7110#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7110#comment:2</guid> <description> <p> This is quite a major issue. Can we get an ETA on a fix? boost is now unusable on OS X. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Mon, 05 Nov 2012 22:18:41 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7110#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7110#comment:3</guid> <description> <p> boost 1.52 does not suffer from this issue. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Thu, 03 Jan 2013 16:59:01 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/7110#comment:4 https://svn.boost.org/trac10/ticket/7110#comment:4 <ul> <li><strong>owner</strong> set to <span class="trac-author">olli</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">context</span> </li> </ul> Ticket olli Thu, 03 Jan 2013 17:04:02 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7110#comment:5 https://svn.boost.org/trac10/ticket/7110#comment:5 <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> seams to work in boost-1.52 (see comment 3) </p> Ticket