Re: [modperl-2.0] unresolved external on win32 when compiling

2002-08-28 Thread Doug MacEachern
On Sat, 17 Aug 2002, pascal barbedor wrote: > Hi > > when compiling modperl 1.99_05 (from today cvs) > with MP_DEBUG=1 > there is un unresolved external > RequestIO.obj : unresolved external symbol _times > RequestIO.dll fatal LNK error this has been fixed in cvs. just s/times/PerlProc_times

Re: [modperl-2.0] unresolved external on win32 when compiling

2002-08-17 Thread Randy Kobes
On Sun, 18 Aug 2002, Stas Bekman wrote: > pascal barbedor wrote: > > Hi > > > > when compiling modperl 1.99_05 (from today cvs) > > with MP_DEBUG=1 > > there is un unresolved external > > RequestIO.obj : unresolved external symbol _times > > RequestIO.dll fatal LNK error > > > > this is with

Re: [modperl-2.0] unresolved external on win32 when compiling

2002-08-17 Thread pascal barbedor
Hi when compiling modperl 1.99_05 (from today cvs) with MP_DEBUG=1 first error : modperl_xsinit.lo : fatal error : incompatible pdb format in c:\modperl-2.0\src\modules\perl\vc60.pdb ; delete and rebuild I don't know what the "delete and rebuild" means. after I delete the vc60.pdb file menti

Re: [modperl-2.0] unresolved external on win32 when compiling

2002-08-17 Thread Stas Bekman
pascal barbedor wrote: > Hi > > when compiling modperl 1.99_05 (from today cvs) > with MP_DEBUG=1 > there is un unresolved external > RequestIO.obj : unresolved external symbol _times > RequestIO.dll fatal LNK error > > this is with perl 5.8.0 compiled with DEBUG flag > win XP > MSVC6 Perhaps

[modperl-2.0] unresolved external on win32 when compiling

2002-08-17 Thread pascal barbedor
Hi   when compiling modperl 1.99_05 (from today cvs) with MP_DEBUG=1 there is un unresolved external RequestIO.obj : unresolved external symbol _times RequestIO.dll fatal LNK error   this is with perl 5.8.0 compiled with DEBUG flag win XP MSVC6     best regards pascal   PS modperl-1.99_04 d