Yup, I've tried that too...lol. Tried that originally, then tried php.net, then went back again and tried that one. Are the files VC++ couldn't find suppose to be in the source code and I'm just missing them, or do they not exist in the first place? -- Plutarck Should be working on something... ...but forgot what it was. ""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message 9bj6kv$d08$[EMAIL PROTECTED]">news:9bj6kv$d08$[EMAIL PROTECTED]... > Did you take a look at www.php4win.de? > There is instruction how to compile PHP/Win. > > Just in case you haven't read it. > > -- > Yasuo Ohgaki > > > ""Plutarck"" <[EMAIL PROTECTED]> wrote in message > 9bhoks$7hb$[EMAIL PROTECTED]">news:9bhoks$7hb$[EMAIL PROTECTED]... > > I thought that might be it too, but I installed all the bison/flex utilities > > as requested ;( > > > > And it has the /tmp directory in Cygwin so bison will work...*sigh* > > > > I'm going to try and make it work on my other box. Maybe that will fix it, > > since my DOS/Windows has been a pain lately. > > > > > > But I would _really_ like to just make it work on this box. I know of no > > reason why it shouldn't...bah. > > > > > > -- > > Plutarck > > Should be working on something... > > ...but forgot what it was. > > > > > > ""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message > > 9bdjc2$18u$[EMAIL PROTECTED]">news:9bdjc2$18u$[EMAIL PROTECTED]... > > > I've never build Win/PHP, but > > > I think you don't have "bison", etc. This must be the problem. > > > > > > Regards, > > > -- > > > Yasuo Ohgaki > > > > > > > > > ""Plutarck"" <[EMAIL PROTECTED]> wrote in message > > > 9bc6hi$gt$[EMAIL PROTECTED]">news:9bc6hi$gt$[EMAIL PROTECTED]... > > > > I currently have Apache, MySQL, and PHP 4.0.4pl1 (as CGI) all running > > just > > > > fine on my Windows 98 system. I used Nusphere to install it all, but I > > > > really want to learn how just to build it myself from the source code. > > > > > > > > So I followed the directions in the PHP manual to the _letter_, and when > > I > > > > Rebuild All on php4ts - Win32 Release_TS I get the following message > > from > > > > the compiler: > > > > > > > > --------------------Configuration: ZendTS - Win32 > > > > Release_TS-------------------- > > > > Performing Custom Build Step on ".\zend_language_parser.y" > > > > Bad command or file name > > > > Performing Custom Build Step on .\zend_ini_parser.y > > > > Bad command or file name > > > > Performing Custom Build Step on ".\zend_language_scanner.l" > > > > Bad command or file name > > > > Performing Custom Build Step on .\zend_ini_scanner.l > > > > Bad command or file name > > > > Compiling... > > > > zend.c > > > > zend_alloc.c > > > > zend_API.c > > > > zend_builtin_functions.c > > > > zend_compile.c > > > > C:\cygwin\php-4.0.4pl1\Zend\zend_compile.c(21) : fatal error C1083: > > Cannot > > > > open include file: 'zend_language_parser.h': No such file or directory > > > > zend_constants.c > > > > zend_dynamic_array.c > > > > zend_execute.c > > > > zend_execute_API.c > > > > zend_extensions.c > > > > zend_hash.c > > > > zend_highlight.c > > > > C:\cygwin\php-4.0.4pl1\Zend\zend_highlight.c(22) : fatal error C1083: > > Cannot > > > > open include file: 'zend_language_parser.h': No such file or directory > > > > zend_indent.c > > > > C:\cygwin\php-4.0.4pl1\Zend\zend_indent.c(25) : fatal error C1083: > > Cannot > > > > open include file: 'zend_language_parser.h': No such file or directory > > > > zend_ini.c > > > > zend_ini_parser.c > > > > fatal error C1083: Cannot open source file: > > > > 'C:\cygwin\php-4.0.4pl1\Zend\zend_ini_parser.c': No such file or > > directory > > > > Generating Code... > > > > Compiling... > > > > zend_ini_scanner.cpp > > > > fatal error C1083: Cannot open source file: > > > > 'C:\cygwin\php-4.0.4pl1\Zend\zend_ini_scanner.cpp': No such file or > > > > directory > > > > Generating Code... > > > > Compiling... > > > > zend_language_parser.c > > > > fatal error C1083: Cannot open source file: > > > > 'C:\cygwin\php-4.0.4pl1\Zend\zend_language_parser.c': No such file or > > > > directory > > > > Generating Code... > > > > Compiling... > > > > zend_language_scanner.cpp > > > > fatal error C1083: Cannot open source file: > > > > 'C:\cygwin\php-4.0.4pl1\Zend\zend_language_scanner.cpp': No such file or > > > > directory > > > > Generating Code... > > > > Compiling... > > > > zend_list.c > > > > zend_llist.c > > > > zend_opcode.c > > > > zend_operators.c > > > > zend_ptr_stack.c > > > > zend_sprintf.c > > > > zend_stack.c > > > > zend_variables.c > > > > Generating Code... > > > > Error executing cl.exe. > > > > > > > > php.exe - 7 error(s), 0 warning(s) > > > > > > > > > > > > > > > > Two of those files are .cpp files. The problem is, the only .cpp files > > > > _anywhere_ in the 4.0.4pl1 source code from php.net are dotnet.cpp, > > > > issfunc.cpp, and qtdom_qt.cpp. And the other files aren't in the source > > code > > > > anywhere either. > > > > > > > > > > > > So I'm _COMPLETELY_ stumped as to what to do next. I'm all dressed up > > with > > > > no place to go, apparently. > > > > > > > > Help? > > > > > > > > > > > > -- > > > > Plutarck > > > > Should be working on something... > > > > ...but forgot what it was. > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > PHP Install Mailing List (http://www.php.net/) > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > -- > > > PHP Install Mailing List (http://www.php.net/) > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > -- > > PHP Install Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]