Yipee!! It took me ages, but eventually managed to get VCI and all it's dependencies installed. VCI was a doddle - it was all the dependencies on windows that were a pain.
The trick was to take the lowest possible version number to match all of the packages that depended on it. So I didn't take the latest of all packages, just the following versions: Class::Mop 0.46 Moose 0.30 There were issues upgrading Scalar::Utils, was 1.18 built 1.19 - still recorded 1.18 MouseX: Warning: prerequisite Scalar::Util 1.19 not found. We have 1.18. Built it anyway - fingers crossed. We may want to look at making this a tad easier to install ... this could put users off!! - maybe a detailed install guide for getting this on the windows system would be useful - Would we be able to add a README.win32 to the VCI package that people would download? Cheers Rob > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:scmbug-users- > [EMAIL PROTECTED] On Behalf Of Robert Hudson > Sent: 04 March 2008 13:39 > To: Max Kanat-Alexander > Cc: [email protected] > Subject: [scmbug-users] RE: Generic Source Control interface > > > Thanks for the info. > > I now have: > SVN Installed > DateTime::Format::DateParse Installed > Path::Abstract Installed (Even though not officially Windows > supported) > > Building Class::Mop 0.53 (Required for Moose 0.27) > Gives the following error (Don't think is supports Windows build) > ------------ > cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE > -DNO_ST > RICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE > -DPERL_IMPLICIT_CONTEX > T -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi > -DNDEBUG -O1 > -DVERSION=\"0.53\" -DXS_VERSION=\"0.53\" "-IC:\Perl\lib\CORE" MOP.c > 'cl' is not recognized as an internal or external command, > operable program or batch file. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code > '0x1' > Stop. > ------------ > > With the following: > MooseX::Method > Details doesn't say it supports windows, and I have > tried to build on windows and it doesn't work, for a > start it is dependant on Moose - which I can't get > (Can't find windows ppm package either) > > Cheers > > Rob > > > > > > > -----Original Message----- > > From: Max Kanat-Alexander [mailto:[EMAIL PROTECTED] > > Sent: 04 March 2008 12:02 > > To: Robert Hudson > > Cc: Kristis Makris; [email protected] > > Subject: Re: Generic Source Control interface > > > > On Tue, 4 Mar 2008 03:34:26 -0800 "Robert Hudson" <[EMAIL PROTECTED]> > > wrote: > > > All of these seem to be issues with running on Windows - the > SVN::Core > > > is a big problem as Alien-SVN does not run on windows. > > > > SVN::Core actually ships with SVN, you don't need to install > > Alien::SVN, that's just for people who don't have SVN installed. I > > don't know if it gets properly installed into your Perl directory, on > > Windows, though. > > > > > Path::Abstract [No Windows Support] > > > > You mean that there isn't a PPM package, or that you actually > > can't install it because of some error? [Same question for everything > > else.] > > > > > build.bat: blib\lib\DateTime\Format\DateParse.pod: cannot resolve > > > L<DateTime> in > > [snip] > > > > Those are not errors, just warnings. > > > > -Max > > > > > > -----Original Message----- > > > > From: Robert Hudson > > > > Sent: 04 March 2008 10:57 > > > > To: 'Max Kanat-Alexander' > > > > Cc: Kristis Makris; [email protected] > > > > Subject: RE: Generic Source Control interface > > > > > > > > > > > > Wow Quick reply - thanks - where are you based? > > > > > > > > Managed to solve some, but still left with: > > > > > > > > Checking prerequisites... > > > > - ERROR: DateTime is not installed > > > > - ERROR: DateTime::Format::DateParse is not installed > > > > - ERROR: MooseX::Method is not installed > > > > - ERROR: Path::Abstract is not installed > > > > - ERROR: Moose is not installed > > > > > > > > MooseX seems to be a big problem ... still looking at some of the > > > others > > > > > > > > Cheers > > > > > > > > Rob > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: Max Kanat-Alexander [mailto:[EMAIL PROTECTED] > > > > > Sent: 04 March 2008 10:55 > > > > > To: Robert Hudson > > > > > Cc: Kristis Makris; [email protected] > > > > > Subject: Re: Generic Source Control interface > > > > > > > > > > On Tue, 4 Mar 2008 02:22:25 -0800 "Robert Hudson" > > > <[EMAIL PROTECTED]> > > > > > wrote: > > > > > > I just started looking at installing VCI - and it doesn't > appear > > > to > > > > > > support Windows. > > > > > > > > > > Hey Rob. I have no idea! I've never tried to use it on > > > > > Windows. I think the most likely problem is that one of the > > > > > prerequisites doesn't compile on Windows, but I don't know > which. > > > > > Would you like > > > to > > > > > try to install it and let me know how it goes? I'd be happy to > fix > > > or > > > > > help fix any problems that you encounter on Windows. > > > > > > > > > > -Max > > > > > -- > > > > > http://www.everythingsolved.com/ > > > > > Competent, Friendly Bugzilla and Perl Services. Everything Else, > > > too. > > > > > > -- > > http://www.everythingsolved.com/ > > Competent, Friendly Bugzilla and Perl Services. Everything Else, too. > _______________________________________________ > scmbug-users mailing list > [email protected] > http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
