php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1811 can't compile php-modul with pdflib-2.0
Submitted: 1999-07-21 17:32 UTC Modified: 1999-08-12 13:50 UTC
From: muessig at his dot de Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0.11 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: muessig at his dot de
New email:
PHP Version: OS:

 

 [1999-07-21 17:32 UTC] muessig at his dot de
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??

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-12 13:50 UTC] steinm at cvs dot php dot net
should be fixed in CVS maybe even in 3.0.12
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 06:01:27 2025 UTC