T
TLOlczyk
Activestate Perl v 5.8.0
I was trying to compile a Perl extension and kept getting tons of
errors.
So in debugging i reduced everything to a file of a single line.
#include "win32.h"
I compiled this file with the command line:cl.exe version is 12.00.8804 (VC++ 6.0 Sp2 ).
I get a ton of errors, the first of which is:
Line 313 of win32.h is
extern int my_fstat(int fd, Stat_t *sbufptr);
Any ideas.
The reply-to email address is (e-mail address removed).
This is an address I ignore.
To reply via email, remove 2002 and change yahoo to
interaccess,
**
Thaddeus L. Olczyk, PhD
There is a difference between
*thinking* you know something,
and *knowing* you know something.
I was trying to compile a Perl extension and kept getting tons of
errors.
So in debugging i reduced everything to a file of a single line.
#include "win32.h"
I compiled this file with the command line:cl.exe version is 12.00.8804 (VC++ 6.0 Sp2 ).
I get a ton of errors, the first of which is:
Line 313 of win32.h is
extern int my_fstat(int fd, Stat_t *sbufptr);
Any ideas.
The reply-to email address is (e-mail address removed).
This is an address I ignore.
To reply via email, remove 2002 and change yahoo to
interaccess,
**
Thaddeus L. Olczyk, PhD
There is a difference between
*thinking* you know something,
and *knowing* you know something.