Boost C++ Libraries: Ticket #7060: polygon::voronoi doesn't compile https://svn.boost.org/trac10/ticket/7060 <p> If I add &lt;boost/polygon/voronoi.hpp&gt; in any .h file I'm getting some errors like: </p> <p> <em>error LNK2005: "public: static int const boost::polygon::detail::extened_exponent_fpt_traits&lt;double&gt;::kMaxSignificantExpDif" already defined in appclass.obj</em> </p> <p> I'm using /MD runtime, MSVS 2012 RC. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7060 Trac 1.4.3 archidevil52@… Sun, 01 Jul 2012 14:54:29 GMT <link>https://svn.boost.org/trac10/ticket/7060#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7060#comment:1</guid> <description> <p> Temporary solution: comment line 78 in polygon/detail/voronoi_ctypes.hpp and add 54 in previous static const int kMaxSignificantExpDif definition </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Sun, 01 Jul 2012 18:50:07 GMT</pubDate> <title>milestone changed https://svn.boost.org/trac10/ticket/7060#comment:2 https://svn.boost.org/trac10/ticket/7060#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.51.0</span> </li> </ul> Ticket archidevil52@… Wed, 11 Jul 2012 18:49:51 GMT component changed; owner set https://svn.boost.org/trac10/ticket/7060#comment:3 https://svn.boost.org/trac10/ticket/7060#comment:3 <ul> <li><strong>owner</strong> set to <span class="trac-author">Lucanus Simonson</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">polygon</span> </li> </ul> Ticket anonymous Wed, 22 Aug 2012 18:51:22 GMT keywords, summary, milestone changed https://svn.boost.org/trac10/ticket/7060#comment:4 https://svn.boost.org/trac10/ticket/7060#comment:4 <ul> <li><strong>keywords</strong> gtl linker error added </li> <li><strong>summary</strong> <span class="trac-field-old">voronoi doesn't compile in big projects</span> → <span class="trac-field-new">polygon::voronoi doesn't compile</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.51.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket sydorchuk.andriy@… Mon, 17 Sep 2012 22:11:01 GMT <link>https://svn.boost.org/trac10/ticket/7060#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7060#comment:5</guid> <description> <p> Not sure what's the exact reason of those. Please make sure that you compiled the whole project with the same compiler options. </p> <p> Anyway this is already fixed on trunk. I moved from using static field to an enum. </p> <p> Andrii Sydrochuk </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Lucanus Simonson</dc:creator> <pubDate>Tue, 18 Sep 2012 23:15:21 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7060#comment:6 https://svn.boost.org/trac10/ticket/7060#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">fixed</span> </li> </ul> Ticket