Angelo Graziosi wrote:
I wrote:
The code that causes this error should be :
---
#if defined(_POSIX_SOURCE)
// Posix does not require that the d_ino field be present, and some
// systems do not provide it.
# define REAL_DIR_ENTRY(dp) 1
#else
# define
I wrote:
> The code that causes this error should be :
>
> ---
> #if defined(_POSIX_SOURCE)
> // Posix does not require that the d_ino field be present, and some
> // systems do not provide it.
> # define REAL_DIR_ENTRY(dp) 1
> #else
> # define REAL_DI
On Sun, Dec 18, 2005 at 11:22:33PM +0100, Angelo Graziosi wrote:
>
>Christopher Faylor wrote:
>>
>>> Angelo Graziosi wrote:
>>>
>>>
>>> I built ROOT-5.06.00, a CERN application, at Nov 10 2005 using
>>> GCC-3.3.3-3 and the snapshot of that time.
>>>
>>> All worked fine.
>>>
>>> Now I have repeate
Christopher Faylor wrote:
>
>> Angelo Graziosi wrote:
>>
>>
>> I built ROOT-5.06.00, a CERN application, at Nov 10 2005 using
>> GCC-3.3.3-3 and the snapshot of that time.
>>
>> All worked fine.
>>
>> Now I have repeated the build using the same method, the same
>> GCC-3.3.3-3, but with the cur
4 matches
Mail list logo