cvs commit: ports/devel/p5-Devel-Peek Makefile

Mathieu Arnold m at absolight.fr
Sun May 18 11:41:41 PDT 2003



--Le 18/05/2003 13:56 -0500, Philip M. Gollucci écrivait :

| I found the following while doing some digging
| http://www.geocrawler.com/mail/msg.php3?msg_id=10132225&list=182
| 
| A first step is to replace the following
| sv_undef -> PL_sv_undef
| sv_yes    -> PL_sv_yes
| sv_no      -> PL_sv_no
| 
| I get a lost when I get  to GVOP.  If someone can point to me to some
| docs I  might be able to hack this one.
| 
| Also, I'm just gessing on the SvPV(..., na)
| saying
| 
| STRLEN n_a;
| SvPV(..., na);
| 
| instead based on code I've seen.
| 
| HTH

One should use :
perl -MDevel::PPPort -e Devel::PPPort::WriteFile
with a perl 5.8 and see what it generates. You'll find everything you need
within the ppport.h file it generates.

-- 
Mathieu Arnold


More information about the cvs-ports mailing list