php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25577 PHP ncurses code error?
Submitted: 2003-09-17 14:28 UTC Modified: 2003-09-22 06:46 UTC
From: root at noms4me dot net Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.3.3 OS: Sun solaris 9
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-09-17 14:28 UTC] root at noms4me dot net
Description:
------------
The machine in question is a SunBlade 150 running solaris 9 (sparc 64)

GCC 3.3
Apache 2.0.47
ncurses 5.3
make 3.80

Have tried to compile first php 3.3 then 3.2 and both of them gives me the same error during make.

/bin/sh /home/vrghost/new_soft/httpd/php-4.3.2/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/ncurses/ -I/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ -DPHP_ATOM_INC -I/home/vrghost/new_soft/httpd/php-4.3.2/include -I/home/vrghost/new_soft/httpd/php-4.3.2/main -I/home/vrghost/new_soft/httpd/php-4.3.2 -I/usr/local/apache2/include -I/home/vrghost/new_soft/httpd/php-4.3.2/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/local/mysql/include/mysql -I/usr/local/include/include -I/home/vrghost/new_soft/httpd/php-4.3.2/ext/xml/expat  -D_POSIX_PTHREAD_SEMANTICS -I/home/vrghost/new_soft/httpd/php-4.3.2/TSRM  -g -O2  -prefer-pic -c /home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c -o ext/ncurses/ncurses.lo
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c: In function `zm_startup_ncurses':
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c:212: error: `KEY_RESIZE' undeclared (first use in this function)
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c:212: error: (Each undeclared identifier is reported only once
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c:212: error: for each function it appears in.)
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c:243: error: `BUTTON4_PRESSED' undeclared (first use in this function)
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c:244: error: `BUTTON4_RELEASED' undeclared (first use in this function)
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c:245: error: `BUTTON4_CLICKED' undeclared (first use in this function)
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c:246: error: `BUTTON4_DOUBLE_CLICKED' undeclared (first use in this function)
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c:247: error: `BUTTON4_TRIPLE_CLICKED' undeclared (first use in this function)
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c:248: error: `BUTTON_SHIFT' undeclared (first use in this function)
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c:249: error: `BUTTON_CTRL' undeclared (first use in this function)
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c:250: error: `BUTTON_ALT' undeclared (first use in this function)
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c: In function `zm_info_ncurses':
/home/vrghost/new_soft/httpd/php-4.3.2/ext/ncurses/ncurses.c:297: error: `NCURSES_VERSION' undeclared (first use in this function)
make: *** [ext/ncurses/ncurses.lo] Error 1


Cheers Ben


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-17 18:41 UTC] iliaa@php.net
Make sure you only have 1 copy of the ncurses library/headers on your system.
 [2003-09-22 06:46 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 06:01:31 2024 UTC