On 10.09.2012 23:16, Julian Foad wrote:
>> On 10.09.2012 22:33, Julian Foad wrote:
>>> Brane wrote:
>>> [...]
>>>
+#if LINUX
+static const char *linux_release_name(apr_pool_t *pool);
+#endif
>>> [...]
>>>
>>> On my Ubuntu GNU/Linux system:
>>>
>>> subversion/libsvn_subr/sysin
On 10.09.2012 23:01, Bert Huijben wrote:
> I assume you already noticed, but all the buildbots are red after your
> latest version info output tweaks.
Eh. Bug in the test that didn't show up on my box. Fixed in r1383123, I
think.
-- Brane
--
Certified & Supported Apache Subversion Downloads:
h
Daniel Shahaf writes:
> What about __LINUX__ ?
$ echo | gcc -dM -E - | grep -i linux
#define __linux 1
#define __linux__ 1
#define __gnu_linux__ 1
#define linux 1
--
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Julian Foad wrote on Mon, Sep 10, 2012 at 22:16:26 +0100:
> > On 10.09.2012 22:33, Julian Foad wrote:
>
> >> Brane wrote:
> >> [...]
> >>
> >>> +#if LINUX
> >>> +static const char *linux_release_name(apr_pool_t *pool);
> >>> +#endif
> >> [...]
> >>
> >> On my Ubuntu GNU/Linux system:
> >>
> On 10.09.2012 22:33, Julian Foad wrote:
>> Brane wrote:
>> [...]
>>
>>> +#if LINUX
>>> +static const char *linux_release_name(apr_pool_t *pool);
>>> +#endif
>> [...]
>>
>> On my Ubuntu GNU/Linux system:
>>
>> subversion/libsvn_subr/sysinfo.c:92:5: "LINUX" is not defined
>> subversion
> -Original Message-
> From: Branko Čibej [mailto:br...@wandisco.com]
> Sent: maandag 10 september 2012 22:48
> To: dev@subversion.apache.org
> Subject: Re: svn commit: r1381257 - sysinfo.c -
>
> On 10.09.2012 22:33, Julian Foad wrote:
> > Brane wrote:
&g
On 10.09.2012 22:33, Julian Foad wrote:
> Brane wrote:
> [...]
>
>> +#if LINUX
>> +static const char *linux_release_name(apr_pool_t *pool);
>> +#endif
> [...]
>
> On my Ubuntu GNU/Linux system:
>
> subversion/libsvn_subr/sysinfo.c:92:5: "LINUX" is not defined
> subversion/libsvn_subr/sysinfo.c:116:
Brane wrote:
[...]
> +#if LINUX
> +static const char *linux_release_name(apr_pool_t *pool);
> +#endif
[...]
On my Ubuntu GNU/Linux system:
subversion/libsvn_subr/sysinfo.c:92:5: "LINUX" is not defined
subversion/libsvn_subr/sysinfo.c:116:7: "LINUX" is not defined
subversion/libsvn_subr/sysinfo.c
8 matches
Mail list logo