À (At) 18:49 +0200 5/04/07, Martin Costabel écrivait (wrote) :
>It is pretty clear that the problem comes from your French localization.
À (At) 0:40 +0200 6/04/07, Jean-François Mertens écrivait (wrote) :
>>> Is all this really necessary just to try a
>>>build with a different localisation ??
>
On Apr 4, 2007, at 3:24 PM, [EMAIL PROTECTED]
wrote:
> Anyway, the #include in question is conditional:
>
> #if !defined(__ppc__) && !defined(__FreeBSD__)
> #include
> #endif
>
Martin,
If I understand you correctly, I should just comment out the code above?
> To test it, you would have to
I thought it was trying to use the header file on intel but not on ppc due
to the form of that conditional test that did not anticipate the future --
the intel processor.
Koen van der Drift wrote:
>
> On Apr 4, 2007, at 3:24 PM, [EMAIL PROTECTED]
> wrote:
>
>> Anyway, the #include in question is c
On Apr 6, 2007, at 9:57 AM, William Scott wrote:
> I thought it was trying to use the header file on intel but not on
> ppc due
> to the form of that conditional test that did not anticipate the
> future --
> the intel processor.
-
On Apr 6, 2007, at 9:57 AM, William Scott wrote:
> I thought it was trying to use the header file on intel but not on
> ppc due
> to the form of that conditional test that did not anticipate the
> future --
> the intel processor.
>
> Koen van der Drift wrote:
>>
>> On Apr 4, 2007, at 3:24 PM,
On 06 Apr 2007, at 16:12, Koen van der Drift wrote:
>>> On Apr 4, 2007, at 3:24 PM, [EMAIL PROTECTED]
>>> wrote:
>>>
Anyway, the #include in question is conditional:
#if !defined(__ppc__) && !defined(__FreeBSD__)
#include
#endif
>
>
> So how could we change the cond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jean-François Mertens wrote:
> As already said, the processor should be irrelevant in such issues, it
> is the OS that matters (like "__FreeBSD__").
> So if there is a macro like "darwin" known during the build, use that
> instead
> of __ppc__ ; el
On Apr 6, 2007, at 11:28 AM, Benjamin Reed wrote:
>> As already said, the processor should be irrelevant in such
>> issues, it
>> is the OS that matters (like "__FreeBSD__").
>> So if there is a macro like "darwin" known during the build, use that
>> instead
>> of __ppc__ ; else you can always