On Mon, 13 Jun 2005, Nkuvu the Wonder Tortoise wrote:

> That worked -- thanks for the quick reply.  For the
> record, I did in fact read the notes at
> http://www.openinteract.org/cgi-bin/twiki/view/OI/ActivePerlPackages
> that mention this repository.  Unfortunately I wasn't
> careful enough.  I did alredy have the repository
>
> http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer
>
> in my list.  Note the lack of the trailing 58.  The
> address I had came from ActiveState (in a text file I
> had from when I installed v5.6).
>
> So on one hand I'm glad it was a simple issue.

The /PPMServer repository is for ActivePerl 6xx builds,
which explains your previous error about a suitable
package not being found.

> On the other hand I'm still quite confused as to why
> the build from source option failed.  Is there a
> reason that cl is expected to be on a Windows machine?
>  The xs\Makefile has cl hardcoded (on line 277) when
> I'd expect to see $(CC).
>
> Also, I'm not sure why CC was set to cl in the
> Makefile generated from the perl Makefile.pl command.
> Any hints?

That comes from Perl; if you query
    C:\> perl -V:cc
you should see that set to 'cl', the C compiler for VC++.
That's what's used to build ActivePerl, and one generally
shouldn't compile extensions with a compiler different
than that used to build Perl.

-- 
best regards,
randy

_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to