Well I'm thinking this question is very simple, but I don't know enough about DOS to know what exactly is causing my problem.
While trying to get PHP to compile/build properly, I have two problems.
For one when I use the php4ts.dsw file to compile php4apache Release ts inline, it all goes fine with the exception of the error:
"Cannot find file C:\php-4.0.4pl1\Zend\zend_language_scanner.cpp"
The problem is, there are no .cpp files period in the source code for 4.0.4pl1 from www.php.net (I just got it yesterday, so I know it's not old).
Should I have any .cpp files, and if so, how am I suppose to get them if they aren't in the source code distribution?
And the other problem.
When I use any combination of "configure", such as "./configure commands", "configure commands", "configure", "./configure", "/configure", whatever, I get "Bad command or file name" errors from DOS.
So what exactly happens when you use the ./configure command? If I knew that, I could probably figure out why it doesn't do whatever does when I do it.
Any help is greatly appreciated. I'm at a loss for what to do next.
Note: I've gotten resolve.lib to compile, so I don't think it's anything wrong with Visual C++.