Hi,
i'm trying to compile php 5.0.2 to include MySQLi function to use with
MySQL 4.1.7
i have visual studio 6 sp6 installed.
i've downloaded both bindlib_w32.zip and win32build.zip, which i have
unzipped in the source directory, which in my case is e:\php-5.0.2
I get many errors when i run
cscript /nologo configure.js - - with - mysqli = "e:\program
files\mysql\mysql 4.1"
errors of the type:
Checking for cl.exe ... <in default path>
Checking for link.exe ... <in default path>
Checking for nmake.exe ... <in default path>
Checking for lib.exe ... <in default path>
Checking for bison.exe ... <not found>
Checking for flex.exe ... <not found>
Checking for re2c.exe ... <not found>
Checking for zip.exe ... <not found>
Checking for lemon.exe ... <not found>
Checking for arpa\nameser.h ... ..\win32build\include
Checking for library resolv.lib ... ..\win32build\lib\resolv.lib
i have tried running
scsript /nologo configure.js - -
with-php-build="e:\php-5.0.2\win32build"
but i get the same errors.
Any advice would be greatly appreciated
Regards,
alex
Alexander EG Turner
Aon Turner Reinsurance Services S.A.
7, Granikou Str.,
151 25 ATHENS
GREECE
Tel: +30 210 6386700
Fax: +30 210 6386790
I never compiled anything under windows, but the errors seem pretty
self-explanatory.
Checking for bison.exe ... <not found>
Checking for flex.exe ... <not found>
Checking for re2c.exe ... <not found>
Checking for zip.exe ... <not found>
Checking for lemon.exe ... <not found>
Vlad