Boost C++ Libraries: Ticket #5286: Boost 1.45 error with VS .Net 2003 https://svn.boost.org/trac10/ticket/5286 <blockquote> <p> I am getting the following bug when compiling a C++ application using boost 1.4 with VS 7.1 </p> </blockquote> <p> </p> <p> fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2708) Please choose the Technical Support co mmand on the Visual C++ Help menu, or open the Technical Support help file for more information </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5286 Trac 1.4.3 912.gautam@… Thu, 10 Mar 2011 04:22:24 GMT <link>https://svn.boost.org/trac10/ticket/5286#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5286#comment:1</guid> <description> <p> I am getting the following bug when compiling a C++ application using boost 1.4 with VS 7.1. If anybody has been experiencing similar problems or knows the solution to this problemplease reply </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Sun, 13 Mar 2011 22:34:11 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5286#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5286#comment:2</guid> <description> <p> Unless you can provide details on which library and what usage causes this, it's pretty much impossible to diagnose this. </p> </description> <category>Ticket</category> </item> <item> <author>912.gautam@…</author> <pubDate>Mon, 14 Mar 2011 03:56:44 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/5286 https://svn.boost.org/trac10/ticket/5286 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost 1.45 compiler error.png</span> </li> </ul> <p> compiler error of boost 1.45 with VS .Net 2003 </p> Ticket 912.gautam@… Mon, 14 Mar 2011 04:18:26 GMT <link>https://svn.boost.org/trac10/ticket/5286#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5286#comment:3</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/5286#comment:2" title="Comment 2">steven_watanabe</a>: </p> <blockquote class="citation"> <p> Unless you can provide details on which library and what usage causes this, it's pretty much impossible to diagnose this. </p> </blockquote> <p> I have attached the screenshot of the error that is occuring during compilation. Please see if you can make sense of it. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Tue, 05 Apr 2011 22:07:21 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/5286#comment:4 https://svn.boost.org/trac10/ticket/5286#comment:4 <ul> <li><strong>owner</strong> set to <span class="trac-author">Frank Mori Hess</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">signals2</span> </li> </ul> <p> Okay. The error seems to come from signals2. This error also shows up in our regression tests (<a href="http://www.boost.org/development/tests/trunk/developer/signals2.html">http://www.boost.org/development/tests/trunk/developer/signals2.html</a>). I suspect that the answer is that msvc 7.1 is not supported by signals2, but let's see if the maintainer has anything to say. </p> Ticket fhess Thu, 07 Apr 2011 14:38:52 GMT <link>https://svn.boost.org/trac10/ticket/5286#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5286#comment:5</guid> <description> <p> Yes, msvc 7.1 is unsupported. I don't use that compiler and wouldn't know where to begin working around an ICE in it. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Frank Mori Hess</dc:creator> <pubDate>Thu, 07 Apr 2011 14:42:16 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5286#comment:6 https://svn.boost.org/trac10/ticket/5286#comment:6 <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">wontfix</span> </li> </ul> <p> I'm resolving as wontfix, although if someone else wants to figure out how to fix signals2 compilation under msvc7.1 that would be fine by me. </p> Ticket