buildconf.bat should be located in the root of the source three and contain
these two lines
@echo off
cscript /nologo win32\build\buildconf.js
if buildconf.js is executed this way it should not produce any errors or
arnings.
- Frank
I'm also trying to Build php5ts using the VC6 Build Tools as recommended
in
the file README.WIN32-BUILD-SYSTEM because I seem to be getting
absolutely
nowhere using the GUI. When I open the Tools Command Prompt, there's
no
buildconf.bat. So I ran buildconf.js and came up with the following
Window:Windows Script Host
Script: buildconf.js
Line: 22
Char: 1
Error: The handle is invalid.
Code: 80070006
Source: NULL
Great! Thanks Frank!
I ran that and I now get this message:
"Rebuilding configure.js
Skipping ext/TSRM -- already have a module with that name
Now run 'cscript /nologo configure.js --help'"
There's no configure.js in the win32\build directory.
I was able to finally compile the php Modules using the GUI. But I'd like
to get the Command Line straightened out as well.
Terry
-----Original Message-----
From: Frank M. Kromann [mailto:frank@kromann.info]
Sent: April 17, 2005 1:41 PM
To: Terry R. Lacey
Cc: internals@lists.php.net
Subject: Re: [PHP-DEV] VC6 Win32 Buildbuildconf.bat should be located in the root of the source three
and contain
these two lines@echo off
cscript /nologo win32\build\buildconf.jsif buildconf.js is executed this way it should not produce any errors or
arnings.
- Frank
I'm also trying to Build php5ts using the VC6 Build Tools as recommended
in
the file README.WIN32-BUILD-SYSTEM because I seem to be getting
absolutely
nowhere using the GUI. When I open the Tools Command Prompt, there's
no
buildconf.bat. So I ran buildconf.js and came up with the following
Window:Windows Script Host
Script: buildconf.js
Line: 22
Char: 1
Error: The handle is invalid.
Code: 80070006
Source: NULL
Ah sorry. Got it. It's in the Source directory. Thanks again.