Re: [Fink-devel] compilation of package maxima

2007-04-06 Thread Pascal Gourdel
À (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 ?? >

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-06 Thread Koen van der Drift
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

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-06 Thread William Scott
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

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-06 Thread Koen van der Drift
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. -

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-06 Thread Koen van der Drift
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,

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-06 Thread Jean-François Mertens
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

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-06 Thread Benjamin Reed
-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

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-06 Thread Koen van der Drift
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