|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-08-12 13:50 UTC] steinm at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 06:00:01 2025 UTC |
after successful ./configure --with-mysql \ --with-apache=../apache_1.3.6 \ --with-gd=/usr/local \ --with-zlib \ --with-tiff-dir=/usr/lib \ --with-pdflib=/usr/local \ --with-ttf \ --enable-track-vars \ --enable-magic-quotes make produce the following error-message: gcc -g -O2 -O2 -I. -I. -I../apache_1.3.6/src/include -I../apache_1.3.6/src/os/unix -I/usr/local/include -I/usr/local/include -I/usr/include -I/usr/include/mysql -c functions/pdf.c -o functions/pdf.o functions/pdf.c: In function `php3_pdf_open_memory_image': functions/pdf.c:2134: `gdImagePtr' undeclared (first use in this function) functions/pdf.c:2134: (Each undeclared identifier is reported only once functions/pdf.c:2134: for each function it appears in.) functions/pdf.c:2134: parse error before `im' functions/pdf.c:2153: `im' undeclared (first use in this function) make: *** [functions/pdf.o] Error 1 Whats going on??