php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20687 Compile error on dbase module
Submitted: 2002-11-27 19:26 UTC Modified: 2002-11-29 08:42 UTC
From: aboos at univag dot com dot br Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.2.3 OS: linux redhat 7.1 gcc 2.96
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: aboos at univag dot com dot br
New email:
PHP Version: OS:

 

 [2002-11-27 19:26 UTC] aboos at univag dot com dot br
Hi... 

I was trying to compile module dbase and during the process he returns me the following mistake: 

dbf_head.c:249:49: too many arguments for macro "VCWD_OPEN"
dbf_head.c:252:48: too many arguments for macro "VCWD_OPEN"
make[1]: *** [dbf_head.slo] Error 1
make[1]: Leaving directory `/root/php-4.2.3/ext/dbase'
make: *** [all-recursive] Error 1

Sequence of commands:

/root/php-4.2.3/ext/dbase/phpize
/root/php-4.2.3/ext/dbase/./configure
/root/php-4.2.3/ext/dbase/make


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-28 05:22 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip
 [2002-11-28 12:03 UTC] aboos at univag dot com dot br
after to use lastest cvs version... 
[root@fw-adm dbase]# phpize
aclocal: macro `AC_ADD_LIBRARY' defined in acinclude.m4 but never used
aclocal: macro `AC_ADD_INCLUDE' defined in acinclude.m4 but never used
aclocal: macro `AC_ADD_LIBPATH' defined in acinclude.m4 but never used
aclocal: macro `AC_ADD_LIBRARY_WITH_PATH' defined in acinclude.m4 but never used
[root@fw-adm dbase]# ./configure
configure: error: can not find sources in . or ..
[root@fw-adm dbase]#


[]'s
 [2002-11-29 00:53 UTC] sniper@php.net
I didn't ask you to use the ext/dbase from the snapshot but the whole new PHP version altogether..

And I'm pretty sure this is not a bug as it compiles just fine here..

 [2002-11-29 06:31 UTC] aboos at univag dot com dot br
realy...

works great :)

thanks
 [2002-11-29 08:42 UTC] sniper@php.net
closing then.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Nov 21 08:00:01 2025 UTC