<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 112: log4cpp-0.3.5rc3 doesn't build on cygwin</title><link href="https://sourceforge.net/p/log4cpp/bugs/112/" rel="alternate"/><link href="https://sourceforge.net/p/log4cpp/bugs/112/feed.atom" rel="self"/><id>https://sourceforge.net/p/log4cpp/bugs/112/</id><updated>2007-06-07T04:15:57Z</updated><subtitle>Recent changes to 112: log4cpp-0.3.5rc3 doesn't build on cygwin</subtitle><entry><title>log4cpp-0.3.5rc3 doesn't build on cygwin</title><link href="https://sourceforge.net/p/log4cpp/bugs/112/" rel="alternate"/><published>2007-06-07T04:15:57Z</published><updated>2007-06-07T04:15:57Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net006efad6473ed602f1b2a2f189cc10c5fd3945df</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;1. apparently wide characters are not supported on cygwin,&lt;br /&gt;
so compilation fails with CategoryStream.hh :&lt;br /&gt;
../include/log4cpp/CategoryStream.hh:110: error: expected unqualified-id before '&amp;amp;' token&lt;br /&gt;
../include/log4cpp/CategoryStream.hh:110: error: expected `,' or `...' before '&amp;amp;' token&lt;br /&gt;
../include/log4cpp/CategoryStream.hh:110: error: ISO C++ forbids declaration of `parameter' with no type&lt;br /&gt;
../include/log4cpp/CategoryStream.hh:133: error: using-declaration for non-member at class scope&lt;br /&gt;
../include/log4cpp/CategoryStream.hh:133: error: expected `;' before '*' token&lt;br /&gt;
../include/log4cpp/CategoryStream.hh: In member function `log4cpp::CategoryStream&amp;amp; log4cpp::CategoryStream::operator&amp;lt;&amp;lt;(int)':&lt;br /&gt;
../include/log4cpp/CategoryStream.hh:112: error: `_wbuffer' undeclared (first use this function)&lt;br /&gt;
../include/log4cpp/CategoryStream.hh:112: error: (Each undeclared identifier is reported only once for each function it appears&lt;br /&gt;
in.)&lt;br /&gt;
../include/log4cpp/CategoryStream.hh:113: error: `std::wostringstream' has not been declared&lt;br /&gt;
../include/log4cpp/CategoryStream.hh:117: error: `t' undeclared (first use this function)&lt;/p&gt;
&lt;p&gt;2. Once problem 1. solved, a trailing ';' in Manipulator.hh line 29 also block compilation :&lt;br /&gt;
In file included from ../include/log4cpp/CategoryStream.hh:19,&lt;br /&gt;
from ../include/log4cpp/Category.hh:17,&lt;br /&gt;
from FileAppender.cpp:21:&lt;br /&gt;
../include/log4cpp/Manipulator.hh:29: error: extra `;'&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>