Re: [PHP-DEV] GD 2.0.1 and FreeType 2

2001-04-17 Thread Wez Furlong
On 2001-04-17 19:04:31, "Brian Moon" <[EMAIL PROTECTED]> wrote: > I found libgd.a from an old version just after sending this email. > So, all compiles and runs without error now. I just don't get an image. > Have you actually produced an image with this? Yes, although I did find a couple of pro

Re: [PHP-DEV] GD 2.0.1 and FreeType 2

2001-04-17 Thread Chris Adams
On 17 Apr 2001 11:02:45 -0700, Brian Moon <[EMAIL PROTECTED]> wrote: >I found libgd.a from an old version just after sending this email. > >So, all compiles and runs without error now. I just don't get an image. > >Have you actually produced an image with this? It worked fine in a quick test sc

Re: [PHP-DEV] GD 2.0.1 and FreeType 2

2001-04-17 Thread Brian Moon
m.org/ - - Original Message - From: "Wez Furlong" <[EMAIL PROTECTED]> To: "Brian Moon" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "Wez Furlong" <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2

Re: [PHP-DEV] GD 2.0.1 and FreeType 2

2001-04-17 Thread Wez Furlong
On 2001-04-17 15:47:09, "Brian Moon" <[EMAIL PROTECTED]> wrote: > Everything compiles fine. However, now I get this when calling > ImageTTFBBox: > > Warning: libgd was not built with TrueType font support > > I simply installed gd and FreeType per their instructions with no problems. > Any ide

Re: [PHP-DEV] GD 2.0.1 and FreeType 2

2001-04-17 Thread Brian Moon
gt; Cc: <[EMAIL PROTECTED]> Sent: Friday, April 13, 2001 7:26 PM Subject: Re: [PHP-DEV] GD 2.0.1 and FreeType 2 On 2001-04-13 20:59:21, "Brian Moon" <[EMAIL PROTECTED]> wrote: > Ok, first, I had to edit gdttf.c and change: > > #if HAVE_LIBTTF && !defined(US

Re: [PHP-DEV] GD 2.0.1 and FreeType 2

2001-04-13 Thread Wez Furlong
On 2001-04-13 20:59:21, "Brian Moon" <[EMAIL PROTECTED]> wrote: > Ok, first, I had to edit gdttf.c and change: > > #if HAVE_LIBTTF && !defined(USE_GD_IMGSTRTTF) > to: > #if (HAVE_LIBTTF|HAVE_FREETYPE) && !defined(USE_GD_IMGSTRTTF) OK. I was using "--enable-gd-native-ttf", so this

Re: [PHP-DEV] GD 2.0.1 and FreeType 2

2001-04-13 Thread Brian Moon
dttf.c:824: `ll_x' undeclared (first use in this function) gdttf.c:825: `ll_y' undeclared (first use in this function) gdttf.c:826: `ur_x' undeclared (first use in this function) gdttf.c:827: `ur_y' undeclared (first use in this function) make[3]: *** [gdttf.lo] Error 1 make[3]:

Re: [PHP-DEV] GD 2.0.1 and FreeType 2

2001-04-13 Thread Brian Moon
phorum.org/ - - Original Message - From: "Wez Furlong" <[EMAIL PROTECTED]> To: "Brian Moon" <[EMAIL PROTECTED]> Sent: Friday, April 13, 2001 5:42 AM Subject: Re: [PHP-DEV] GD 2.0.1 and FreeType 2 > Hi Brian, > >

Re: [PHP-DEV] GD 2.0.1 and FreeType 2

2001-04-12 Thread Rasmus Lerdorf
Wez Furlong posted a GD 2.0 patch earlier today to php-dev. Have a look at it. -Rasmus On Thu, 12 Apr 2001, Brian Moon wrote: > Hi guys, > > A) has anyone tried PHP and gd 2.0.1? > > B) If I compile gd with FreeType 2 support, do I have to compile FreeType > into PHP? > > Brian Moon >