Re: [PHP-DEV] Bundled GD and ext/pdf

2002-08-29 Thread Sebastian Bergmann
Jani Taskinen wrote: > This should be fixed now. It is. Thank you, Jani. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List

Re: [PHP-DEV] Bundled GD and ext/pdf

2002-08-29 Thread Jani Taskinen
This should be fixed now. --Jani -- On Thu, 29 Aug 2002, Sebastian Bergmann wrote: > Seems like ext/pdf cannot find gd.h of the bundled GD library from > ext/gd: > >/usr/src/php4/ext/pdf/pdf.c:43:16: gd.h: No such file or directory >/usr/src/php4/ext/pdf/pdf.c: In function `

[PHP-DEV] Bundled GD and ext/pdf

2002-08-29 Thread Sebastian Bergmann
Seems like ext/pdf cannot find gd.h of the bundled GD library from ext/gd: /usr/src/php4/ext/pdf/pdf.c:43:16: gd.h: No such file or directory /usr/src/php4/ext/pdf/pdf.c: In function `zif_pdf_open_memory_image': /usr/src/php4/ext/pdf/pdf.c:1946: `gdImagePtr' undeclared (first use in this func