[Zlib-devel] Fwd: Building zlib?
Cosmin Truta
cosmin at cs.toronto.edu
Tue Jun 6 11:45:41 EDT 2006
On Mon, 5 Jun 2006, D.J. Heap wrote:
> On 6/5/06, William A. Rowe, Jr. <wrowe at rowe-clan.net> wrote:
> > Have never seen this... which compiler are you using? Which version
> > of the package are you building?
>
> It sounds like the INCLUDE/LIB environment isn't setup right or
> something. Are you using the 'Visual Studio Command Prompt' or
> calling the VCVARS32.BAT file to set them up?
I believe this user has the environment set up correctly, otherwise,
other "missing something.h" messages would have appeared before
"missing unistd.h".
unistd, as its name implies, is "Unix Standard", and is not present in
Visual C++, nor in most other Windows compilers (naturally, gcc/Windows
is a notable exception). Fiddling with the environment doesn't help,
unless you're hacking the Visual C++ installation using MinGW-supplied
source files.
Best regards,
Cosmin
More information about the Zlib-devel
mailing list