[alfonso.arias (AT) insta-check (DOT) com - Tue Mar 18 06:44:09 2003]:
Good Morning:
Thanks in advance. I am trying to instal Perl in my Pc, Drive D. I have
Visual C++ installed in my Drive C. I had try to Modify the Makefile for
indicate where is the include and libraries of c++
(C:\PRGRA~1\MICRS~4\VC98\INCLUDE AND C:\PRGRA~1\MICRS~4\VC98\LIB) But
rigth now I dont know where I need to modify for solve this issue:
D:\perl-5.8.0\win32>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
\miniperl.exe -I\lib buildext.pl nmake -nologo perldll.def
\ext
Making B
nmake -nologo
cl -c -nologo -Gf -W3 -MD -DNDEBUG -DWIN32 -D_CNSLE
-DNSTRICT
-DPERL_IMPLICIT_CNTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLI
-DPERL_MSVCRT_READ
FIX
-MD -DNDEBUG -DVERSIN=\"1.01\" -DXS_VERSIN=\"1.01\"
"-I\\\lib\C
RE" C.c
C.c
C:\PRGRA~1\MICRS~4\VC98\INCLUDE\sys\stat.h(65) : fatal error C1083:
Cannot
ope
n include file: 'sys/types.h': No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
Unsuccessful make(B): code=512 at buildext.pl line 99.
NMAKE : fatal error U1077: '\miniperl.exe' : return code '0x2'
Stop.
Thanks a lot for your help.
Alfonso Arias
The information in this electronic message may be confidential or
privileged. The information is intended to be for the use of the
individual
or entity named above. If you are not the intended recipient, be aware
that
any disclosure, copying, distribution or use of the contents of this
information is prohibited. If you have received this electronic
transmission
in error, please notify us immediately by replying to this message and
then
delete it. All e-mail sent to this address may be archived or reviewed.
I hope I'm allowed to answer on behalf of the entity above. ;)
The problem here is that it appears that you installed a free .NET
compiler, but not the Windows SDK. Without the Windows SDK, you will
not be able to do much with the free compiler. See README.win32 for
more details.