Hello All,
I am trying to compile postgresql-8.1.5 from code using MINGW because I want libraries for PL/TC and PL/Perl for windows platform.
./configure --with-tcl --with-perl goes fine,
But when I do *make* I get the following error.
In file included from plperl.c:68:
C:/MinGW/lib/perl5/5.6.1/msys/CORE/perl.h:807:30: sys/ioctl.h: No such file or directory
C:/MinGW/lib/perl5/5.6.1/msys/CORE/perl.h:1182:23: ieeefp.h: No such file or directory
I am unable to find the files mentioned in above error i.e. *sys/ioctl.h* and *ieeefp.h*. I have installed ActiveTcl8.4.14 aand ActivePerl-5.8.8 both. Also I tried to find these header files in latest code of ActiveTcl8.4.14 aand ActivePerl-5.8.8 but with no success.
Can somebody please let me know what should be done to rectify this problem and from where can I get these files to continue with installation.
Thanks in advance,
- Fayza