php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2805 failure compilation '--with-informix'
Submitted: 1999-11-23 19:42 UTC Modified: 1999-11-27 16:18 UTC
From: antoni dot rozehnal at intax dot cz Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.12 OS: AIX 4.2
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: antoni dot rozehnal at intax dot cz
New email:
PHP Version: OS:

 

 [1999-11-23 19:42 UTC] antoni dot rozehnal at intax dot cz
I have IDS v.7.30.UC5X8 and 4GL compiler 7.20.UE1. Because I haven't ESQL/C I substituted 'esql' in Makefile with 'c4gl'. When I compile ifx.ec I obtain a few error messages: 
"functions/ifx.ec", line 2001.7: 1506-045 (S) Undeclared identifier short_data.
"functions/ifx.ec", line 2043.73: 1506-045 (S) Undeclared identifier type.
"functions/ifx.ec", line 2044.13: 1506-045 (S) Undeclared identifier fetch_pos.
"functions/ifx.ec", line 2045.13: 1506-045 (S) Undeclared identifier fetch_row.
"functions/ifx.ec", line 2066.5: 1506-045 (S) Undeclared identifier nullstr.
"functions/ifx.ec", line 2148.5: 1506-045 (S) Undeclared identifier num_fields.
"functions/ifx.ec", line 2150.5: 1506-045 (S) Undeclared identifier locind.
"functions/ifx.ec", line 2164.9: 1506-045 (S) Undeclared identifier p.
"functions/ifx.ec", line 2177.15: 1506-045 (S) Undeclared identifier bid_b.
"functions/ifx.ec", line 2178.15: 1506-045 (S) Undeclared identifier bid.
"functions/ifx.ec", line 2199.17: 1506-045 (S) Undeclared identifier long_data.
"functions/ifx.ec", line 2200.25: 1506-045 (S) Undeclared identifier string_data
.
"functions/ifx.ec", line 2213.26: 1506-045 (S) Undeclared identifier dec_data.
"functions/ifx.ec", line 2221.26: 1506-045 (S) Undeclared identifier float_data.
"functions/ifx.ec", line 2220.17: 1506-045 (S) Undeclared identifier double_data
.
"functions/ifx.ec", line 2236.35: 1506-045 (S) Undeclared identifier dt_data.


Can I use some other pratice to resolve my problem?

My configure line:
./configure --with-apache=../APACHE_1.3.9 --with-informix

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-27 16:18 UTC] danny at cvs dot php dot net
I am afraid you will have to get the Informix client SDK (CSDK).

Should be freely available from the intraware download site.

Danny
---
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 14:01:28 2024 UTC