<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 72: doesn't build on HP-UX (maybe int64_t)</title><link href="https://sourceforge.net/p/log4cpp/bugs/72/" rel="alternate"/><link href="https://sourceforge.net/p/log4cpp/bugs/72/feed.atom" rel="self"/><id>https://sourceforge.net/p/log4cpp/bugs/72/</id><updated>2003-12-08T18:14:36Z</updated><subtitle>Recent changes to 72: doesn't build on HP-UX (maybe int64_t)</subtitle><entry><title>doesn't build on HP-UX (maybe int64_t)</title><link href="https://sourceforge.net/p/log4cpp/bugs/72/" rel="alternate"/><published>2003-12-08T18:14:36Z</published><updated>2003-12-08T18:14:36Z</updated><author><name>Riccardo Mottola</name><uri>https://sourceforge.net/u/rmottola/</uri></author><id>https://sourceforge.nete5bda1eb51cf220df7764dd00b6c0c43a93b363d</id><summary type="html">&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;</summary></entry></feed>