Hi
i have succesfully compiled apache 1_3.19 under win 98 with
vc6 and dsw project
I'm trying to compile mod_perl 1_25 under windows 98 the same
way
i downloaded the source 1_25 and found the modperl.dsp for vc++ compiling
i followed the install.win32 notes but when compiling there
are missing files :
these files (apache.c etc...) do not exist anywhere on my
disc, are they supposed to be generated
***************************************
fatal error C1083: Cannot open source file:
'C:\mod_perl-1.25\src\modules\perl\Apache.c': No such file or
directory
Connection.c fatal error C1083: Cannot open source file: 'C:\mod_perl-1.25\src\modules\perl\Connection.c': No such file or directory Constants.c fatal error C1083: Cannot open source file: 'C:\mod_perl-1.25\src\modules\perl\Constants.c': No such file or directory File.c fatal error C1083: Cannot open source file: 'C:\mod_perl-1.25\src\modules\perl\File.c': No such file or directory Log.c fatal error C1083: Cannot open source file: 'C:\mod_perl-1.25\src\modules\perl\Log.c': No such file or directory mod_perl.c c:\apache_1.3.19\src\include\ap_config.h(114) : fatal error C1083: Cannot open include file: 'os.h': No such file or directory mod_perl_opmask.c c:\apache_1.3.19\src\include\ap_config.h(114) : fatal error C1083: Cannot open include file: 'os.h': No such file or directory perl_config.c c:\apache_1.3.19\src\include\ap_config.h(114) : fatal error C1083: Cannot open include file: 'os.h': No such file or directory perl_util.c c:\apache_1.3.19\src\include\ap_config.h(114) : fatal error C1083: Cannot open include file: 'os.h': No such file or directory perlio.c c:\apache_1.3.19\src\include\ap_config.h(114) : fatal error C1083: Cannot open include file: 'os.h': No such file or directory Server.c fatal error C1083: Cannot open source file: 'C:\mod_perl-1.25\src\modules\perl\Server.c': No such file or directory Table.c fatal error C1083: Cannot open source file: 'C:\mod_perl-1.25\src\modules\perl\Table.c': No such file or directory URI.c fatal error C1083: Cannot open source file: 'C:\mod_perl-1.25\src\modules\perl\URI.c': No such file or directory Util.c fatal error C1083: Cannot open source file: 'C:\mod_perl-1.25\src\modules\perl\Util.c': No such file or directory Error executing cl.exe. mod_perl.so - 14 error(s), 1
warning(s)
*************************************** i also tried with perl makefile.pl which works but then nmake
install does not work
any help available ? |
- Re: problem compiling under win98 pascal.barbedor
- Re: problem compiling under win98 Randy Kobes
- Re: problem compiling under win98 pascal.barbedor
- Re: problem compiling under win98 Randy Kobes