I did follow these steps, but that does not help. See the error message
C:\Strawberry\cpan\Lab-VISA-3.02>make
Skip blib/lib/Lab/VISA.pod (unchanged)
Skip blib/lib/Lab/VISA/Installation.pod (unchanged)
Skip blib/lib/Lab/VISA.pm (unchanged)
gcc-4 -c -I/usr/local/include/ -DPERL_USE_SAFE_PUTENV -U__STRICT_ANS
+I__ -g -fn
o-strict-aliasing -pipe -fstack-protector -DUSEIMPORTLIB -O3 -DVERS
+ION=\"3.02
\" -DXS_VERSION=\"3.02\" "-I/usr/lib/perl5/5.14/i686-cygwin-threads-
+64int/CORE
" visa_wrap.c
visa_wrap.c:1558:18: fatal error: visa.h: No such file or directory
compilation terminated.
Makefile:336: recipe for target `visa_wrap.o' failed
make: *** [visa_wrap.o] Error 1
I am unable to copy the entire Makefile, but the error is at this line:
.c$(OBJ_EXT):
$(CCCMD) $(CCCDLFLAGS) "-I$(PERL_INC)" $(PASTHRU_DEFINE) $(DEFINE)
+ $*.c
|