Pino,
On 18/06/12 13:04, Pino Toscano wrote:
>
> Alle lunedì 18 giugno 2012, Philipp A. Hartmann ha scritto:
>
>> Alternative sketched below, untested of course.
>>
>> On 18/06/12 09:50, Samuel Thibault wrote:
>>> Barry deFreese, le Mon 18 Jun 2012 00:20:17 -0400, a écrit :
+#ifdef _GNU_SOU
Hi,
Alle lunedì 18 giugno 2012, Philipp A. Hartmann ha scritto:
> it's C++, therefore we should probably use appropriate C++ features
> instead of platform-specific things like strdupa().
Right.
> Alternative sketched below, untested of course.
>
> On 18/06/12 09:50, Samuel Thibault wrote:
> >
Samuel, Barry,
it's C++, therefore we should probably use appropriate C++ features
instead of platform-specific things like strdupa().
Alternative sketched below, untested of course.
On 18/06/12 09:50, Samuel Thibault wrote:
> Barry deFreese, le Mon 18 Jun 2012 00:20:17 -0400, a écrit :
>> +#ifd
Barry deFreese, le Mon 18 Jun 2012 00:20:17 -0400, a écrit :
> +#ifdef _GNU_SOURCE
_GNU_SOURCE is not something you can test. It's the application which is
supposed to define it. Test __GLIBC__ instead
> +char *getcwd_buf= get_current_dir_name();
> +#else
> char buf[PATH_MAX];
>
Howdy,
Attached is a patch for gearmand to fix an FTBFS on PATH_MAX. Could you please
take a look and if
it looks sane I will submit to Debian.
Thanks!
Barry
Index: gearmand-0.32/libtest/server.cc
===
--- gearmand-0.32.orig/libte
5 matches
Mail list logo