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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 15:01:56 2024 UTC