RE: CVS CO command

2005-06-20 Thread Gerald Richter
> > What does this perl xsbuilder command do? > It generates most of the glue code between Perl and C for Embperl Gerald > > Ruben > > On Tue, Jun 07, 2005 at 02:23:34PM -0700, allen haim wrote: > > This works for me: > > > > cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" > login cvs

Re: CVS CO command

2005-06-20 Thread Ruben Safir
What does this perl xsbuilder command do? Ruben On Tue, Jun 07, 2005 at 02:23:34PM -0700, allen haim wrote: > This works for me: > > cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" login > cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co embperl > > Then: > > perl xsbuilder/source_s

Re: CVS CO command

2005-06-08 Thread allen haim
I don't know anything about it. On Wed, Jun 08, 2005 at 06:47:13PM -0400, Ruben Safir wrote: > What about this > > http://xml.apache.org/dist/xalan? > > This doesn't even come up in w3m > > Ruben > > On Wed, Jun 08, 2005 at 06:45:45PM -0400, Ruben Safir wrote: > > Yeah I just did. You get

Re: CVS CO command

2005-06-08 Thread Ruben Safir
What about this http://xml.apache.org/dist/xalanĂ¢ This doesn't even come up in w3m Ruben On Wed, Jun 08, 2005 at 06:45:45PM -0400, Ruben Safir wrote: > Yeah I just did. You get so into following directions, you forget to follow > your common sense > > Ruben > > > On Wed, Jun 08, 2005 at

Re: CVS CO command

2005-06-08 Thread Ruben Safir
Yeah I just did. You get so into following directions, you forget to follow your common sense Ruben On Wed, Jun 08, 2005 at 03:37:50PM -0700, allen haim wrote: > you're going to have to install the package 'ExtUtils-XSBuilder-0.27' from > cpan.org > > (In general when you get "Can't locate" .

Re: CVS CO command

2005-06-08 Thread allen haim
you're going to have to install the package 'ExtUtils-XSBuilder-0.27' from cpan.org (In general when you get "Can't locate" ... errors, type the module name into the search field at search.cpan.org) if you have cpan installed the easy way to get this module is the following (as root): % cpan % i

Re: CVS CO command

2005-06-08 Thread Ruben Safir
I get this /usr/src/embperl # perl xsbuilder/source_scan.pl Can't locate ExtUtils/XSBuilder/ParseSource.pm in @INC (@INC contains: /usr/lib/perl5/5.8.5/i586-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/per

Re: CVS CO command

2005-06-07 Thread allen haim
This works for me: cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" login cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co embperl Then: perl xsbuilder/source_scan.pl perl xsbuilder/xs_generate.pl (this generates a lot of messages like 'Can not determinate method name for ...'; these a