<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/pgn2ltx/patches/" rel="alternate"/><link href="https://sourceforge.net/p/pgn2ltx/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/pgn2ltx/patches/</id><updated>2010-12-27T15:32:19Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Pgn2ltx doesn"t compile on recent G++ compiler</title><link href="https://sourceforge.net/p/pgn2ltx/patches/1/" rel="alternate"/><published>2010-12-27T15:32:19Z</published><updated>2010-12-27T15:32:19Z</updated><author><name>Luc Stepniewski</name><uri>https://sourceforge.net/u/lstep/</uri></author><id>https://sourceforge.netdbfef054b308b78cd4a2092fe414a55e342c3ac2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Pgn2ltx doesn't compile anymore, due to a reorganization of the modules hierarchy in g++/gcc.&lt;/p&gt;
&lt;p&gt;You will get this error:&lt;br /&gt;
pgn2ltx.cpp:1746: error: ‘strcmp’ was not declared in this scope&lt;/p&gt;
&lt;p&gt;Hopefully, the correction is easy, just add in pgn2ltx.cpp the following:&lt;br /&gt;
#include &amp;lt;cstring&amp;gt;&lt;br /&gt;
near the other includes&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>