<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 72: doesn't build on HP-UX (maybe int64_t)</title><link>https://sourceforge.net/p/log4cpp/bugs/72/</link><description>Recent changes to 72: doesn't build on HP-UX (maybe int64_t)</description><atom:link href="https://sourceforge.net/p/log4cpp/bugs/72/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 08 Dec 2003 18:14:36 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/log4cpp/bugs/72/feed.rss" rel="self" type="application/rss+xml"/><item><title>doesn't build on HP-UX (maybe int64_t)</title><link>https://sourceforge.net/p/log4cpp/bugs/72/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;0.3.4b doesn't finish build on HP-UX 10.20 with gcc: it&lt;br /&gt;
gives a syntax error before ; on line 17 of&lt;br /&gt;
tests/Clock.hh&lt;/p&gt;
&lt;p&gt;I presume it is related to the int64_t type.&lt;br /&gt;
If I substitute it with a long long it I get a warning&lt;/p&gt;
&lt;p&gt;Clock.hh:17: warning: ANSI C++ does not support `long&lt;br /&gt;
long'&lt;br /&gt;
Clock.cpp:21: warning: ANSI C++ forbids long long&lt;br /&gt;
integer constants.&lt;/p&gt;
&lt;p&gt;looking in sys/types.h I see the int64_t type used&lt;br /&gt;
though.&lt;/p&gt;
&lt;p&gt;I tried including sys/types.h.&lt;/p&gt;
&lt;p&gt;So I ended using long int and so it compiles happily.&lt;br /&gt;
If it works it has to be proved.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Riccardo Mottola</dc:creator><pubDate>Mon, 08 Dec 2003 18:14:36 -0000</pubDate><guid>https://sourceforge.nete5bda1eb51cf220df7764dd00b6c0c43a93b363d</guid></item></channel></rss>