On Sat, Jan 03, 2004 at 12:20:19PM -0500, Daniel Convissor wrote:

> > > cvs -d :pserver:[EMAIL PROTECTED]:/repository co -d php5\bindlib_w32 
> > >    bindlib_w32
> >  
> > cvs -d :pserver:[EMAIL PROTECTED]:/repository co bindlib_w32
> > (e.g. parallel to the php5 directory)
> 
> Hmm...  Then what's the purpose of the bindlib_w32 subdirectories in the 
> php-src tree?  Should be removed from CVS for clarity?
 
They have been removed; those directories are empty.  Running 'cvs
update -P' will prune those empty directories from your local
checkout.
 
> > > So, it looks like Visual Studio .NET isn't going to cut it, huh?
> >  
> > It works fine for me.  I've been using it all day (building on the
> > command line and debugging in the IDE).
> 
> Have you ever installed an earlier version of Visual Studio or header 
> files from somewhere else too?  Doing the
> "cscript /nologo configure.js..." step for me complains, in part, about
> mscoree.h being missing.
 
I'm running this version of the compiler:

    Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.00.9466 for 80x86

I don't think I have any additional SDK's installed right now other
than the Microsoft .NET Framework, but I could be mistaken.  I've used
this machine for a lot of Windows-based development in the past.
 
> Checking for arpa\nameser.h ...  ..\bindlib_w32
> Checking for resolv.lib ...  <not found>
> Checking for Release\resolv.lib ...  <not found>
> Checking for resolv.lib ...  <not found>
 
You need to build resolv.lib if you're going to check out the
bindlib_w32 source directory.  The compiled library is not stored in
cvs.

-- 
Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/)

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to