You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by "Wilde, Donald" <dw...@sandia.gov> on 2005/12/13 19:22:43 UTC

Embperl 2.1 won't make -- missing typemap

Hi, Gerald -

I get the following error when running make:
# make
/usr/bin/perl /usr/local/lib/perl5/5.8.7/ExtUtils/xsubpp  -typemap
/usr/local/lib/perl5/5.8.7/ExtUtils/typemap -typemap typemap
xs/Embperl/App/App.xs > xs/Embperl/App/App.xsc && mv
xs/Embperl/App/App.xsc xs/Embperl/App/App.c
Can't find typemap in /usr/local/etc/Embperl-2.1.0/xs/Embperl/App
*** Error code 2

Stop in /usr/local/etc/Embperl-2.1.0.

There are typemap files in the main directory and in ./xs/

This on FreeBSD-5.4-STABLE, Apache 1.3.34, mod_perl-1.29. I looked at
the pod referenced on your site and at the mailing list archives back to
2.0.1 release date.

Thanks in advance! I really like embperl 1.3.6, even though I haven't
used a tenth of its features!
--
Don Wilde    Org 01737    505-844-1126
Someday we'll look back on this moment and plow into a parked car. -
Evan Davis




---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


RE: Embperl 2.1 won't make -- missing typemap

Posted by Gerald Richter <ri...@ecos.de>.
Hi,

> 
> I get the following error when running make:
> # make
> /usr/bin/perl /usr/local/lib/perl5/5.8.7/ExtUtils/xsubpp  
> -typemap /usr/local/lib/perl5/5.8.7/ExtUtils/typemap -typemap 
> typemap xs/Embperl/App/App.xs > xs/Embperl/App/App.xsc && mv 
> xs/Embperl/App/App.xsc xs/Embperl/App/App.c Can't find 
> typemap in /usr/local/etc/Embperl-2.1.0/xs/Embperl/App
> *** Error code 2
> 
> Stop in /usr/local/etc/Embperl-2.1.0.
> 

Could you please try

  cd xs
  make
  cd ..
  make

There is a problem with MakeMaker on BSD, so it compiles in the wrong order.


This was fixed, but maybe you have a newer version of MakeMaker.

Gerald



 
** Virus checked by BB-5000 Mailfilter ** 


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org