Re: [ft-devel] Minor misc patches to freetype cvs, from custom changes in vtk

2007-03-22 Thread Miles Bader
"David Turner" <[EMAIL PROTECTED]> writes: > I had correct compilation, without warnings with all the following compilers > though: > > MingW (GCC) > Visual C++ 6 > Visual C++ 7 > Borland C++ 5.5 > OpenWatcom C++ (don't remember version) > Win32-LCC (don't remember version) I also trie

Re: [ft-devel] Minor misc patches to freetype cvs, from custom changes in vtk

2007-03-22 Thread mpsuzuki
Dear Sir, Yesterday I've commited 2 fixes of 3 you proposed, thank you. On Thu, 22 Mar 2007 10:03:40 -0400 "Sean McBride" <[EMAIL PROTECTED]> wrote: > On 3/22/07 10:17 AM, [EMAIL PROTECTED] said: > >Your patch to builds/unix/ftconfig.in will disable > >Carbon support on 64bit ABI in Intel Mac. >

Re: [ft-devel] Minor misc patches to freetype cvs, from custom changes in vtk

2007-03-22 Thread gww
Quoting David Turner <[EMAIL PROTECTED]>: > I haven't looked at other compilers, but I wouldn't be surprised to see that > this is > a GNU-specific extension, or it may come from a tradition of various Unix > pre-processors, > but certainly can't be generalized... K&R C allowed that syntax. I had

Re: [ft-devel] Minor misc patches to freetype cvs, from custom changes in vtk

2007-03-22 Thread Sean McBride
On 3/22/07 10:17 AM, [EMAIL PROTECTED] said: >Now I'm going to commit your patch to CVS head, >but I have small question. > >Your patch to builds/unix/ftconfig.in will disable >Carbon support on 64bit ABI in Intel Mac. >It means that the resource-fork based font support >(ftmac.c) are unavailable

Re: [ft-devel] Minor misc patches to freetype cvs, from custom changes in vtk

2007-03-22 Thread David Turner
> The relevant part is where it says how to handle incorrect expression > syntax in an #if statement. Because where FOO is undefined, #if FOO > expands to a null expression which is not a valid one... > I have not found anything in the document that discusses this case; maybe I missed it, but it'

Re: [ft-devel] Minor misc patches to freetype cvs, from custom changes in vtk

2007-03-22 Thread Behdad Esfahbod
On Thu, 2007-03-22 at 04:35 -0400, David Turner wrote: > On Thu, 22 Mar 2007 11:43:58 +0900, "Miles Bader" > <[EMAIL PROTECTED]> said: > > "David Turner" <[EMAIL PROTECTED]> writes: > > > this will generate an error with certain compilers/pre-processors > if > > > __LP64__ is not defined. generall

Re: [ft-devel] Minor misc patches to freetype cvs, from custom changes in vtk

2007-03-22 Thread David Turner
On Thu, 22 Mar 2007 11:43:58 +0900, "Miles Bader" <[EMAIL PROTECTED]> said: > "David Turner" <[EMAIL PROTECTED]> writes: > > this will generate an error with certain compilers/pre-processors if > > __LP64__ is not defined. generally speaking #if X is not a > > portable statement, except if yo