Re: [Module::Build] ./Build on Win98
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <ml...@th...> - 2006-02-21 15:26:58
|
Dr Bean wrote: > On Tue, 21 Feb 2006, Randy W. Sims wrote: > > >>I don't see anything that stands out as related to changes I made. From >>the distro directory, can you run > > >> perl Build.PL > > >> Build realclean > > > C:\cpanplus\5.8.2\build\Module-Build>Build realclean > Deleting pod2htmd.tmp > Deleting pod2htmi.tmp > Deleting blib > Deleting _build > Deleting Build > > Then there is an NLS message about the right way to call START. > And Build.bat is still there. Ok, this looks like the source of at least some of the problem. I've uploaded a new tarball to the same location: <http://thepierianspring.org/perl/Module-Build.tar.gz> Could you try it again with the commands perl Build.PL Build realclean Does it still outputs an error? Is the 'Build.bat' file still there? If so, I'll have to find the docs for the start command and for command.com. Could you post them? start /? > help.txt command /? >> help.txt Also, the last line of Build.bat should say something like: start /min "%comspec%" /c del "Build.bat" This is the command we're trying to execute. It seems to have different syntax on different versions of Windows. If it does work, can you run the test suite again? Thanks for the help. Randy. |