[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/calendar calendar.dsp /ext/cpdf cpdf.dsp/ext/curl curl.dsp /ext/dbase dbase.dsp /ext/domxml domxml.dsp/ext/exif exif.dsp /ext/ftp ftp.dsp /ext/imap imap.dsp /ext/interbaseinterbase.dsp /ext/java java.dsp /ext From: Sebastian Bergmann (sb <email protected>)
Date: 08/24/00

Daniel Beulshausen wrote:
> dbeu Thu Aug 24 10:48:36 2000 EDT

  Daniel, it seems that you're making a great effort in cleaning up and
streamlining the Win32 build process.

  What about changing custom build settings for the parser from

    if not "X%CYGWIN%"=="X" bison --output=configuration-parser.c -v -d
    -S "%CYGWIN%\share\bison.simple" -p cfg configuration-parser.y

    if "X%CYGWIN%"=="X" bison --output=configuration-parser.c -v -d
    -S "C:\Program Files\Cygnus\share\bison.simple" -p cfg
    configuration-parser.y

  to

    if "X%CYGWIN%"=="X" bison --output=configuration-parser.c -v -d
    -p cfg configuration-parser.y

  for instance?

  The -S parameter is not available, as you know and told me, in the Win32
"native" (non-CygWin, that is) version of bison. On the other hand it forces
people with CygWin installed to have bison.simple in C:\Program
Files\Cygnus\share\.

  Everytime someone, who either has no CygWin or CygWin installed in a
non-default path, like me :-), needs to change the custom build settings
manually.

  Would there be any drawbacks for CygWin users caused by this? Couldn't be
Daniel's upcoming tutorial on building PHP 4 on Win32 replace the current
one at php.net? I would gladly step in and translate it from German to
English, if Daniel has no time to so himself :-)

  Just my two cents,
Sebastian

-- 
 <?php $a=explode(" " ,"119 130 128 129 45 110 123 124 129 117 114 127 45 ".
 "125 117 125 45 117 110 112 120 114 127");for($i=0;$i<sizeof($a);$i++)print
 chr($a[$i]-13); /* http://sb.phpOpenTracker.de | sb <email protected> */ ?>

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>