Skip Menu |

This queue is for tickets about the ExtUtils-XSBuilder CPAN distribution.

Report information
The Basics
Id: 1904
Status: new
Priority: 0/
Queue: ExtUtils-XSBuilder

People
Owner: Nobody in particular
Requestors: crazyinsomniac [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.22
Fixed in: (no value)



Subject: Can't locate object method "parsesource_objects" via package "ExtUtils::XSBuilder::TypeMap"
Can't locate object method "parsesource_objects" via package "ExtUtils::XSBuilder::TypeMap" (perhaps you forgot to load "ExtUtils::XSBuild::TypeMap"?) at C:/Perl/site/lib/ExtUtils/XSBuilder/MapUtil.pm line 91. Here is a simple fix BEGIN{ *ExtUtils::XSBuilder::TypeMap::parsesource_objects = \&ExtUtils::XSBuilder::WrapXS::parsesource_objects; }; ##PodMaster This however results in Write xsbuilder\maps/new_function.map... open xsbuilder\maps/new_function.map: No such file or directory at C:/Perl/site/lib/ExtUtils/XSBuilder/MapUtil.pm line 250. If the maps directory does not exist, it should be created before attempting to create missing .map files. Cheers
From: "Gerald Richter" <richter [...] ecos.de>
To: <bug-ExtUtils-XSBuilder [...] rt.cpan.org>
Subject: Re: [cpan #1904] Can't locate object method "parsesource_objects" via package "ExtUtils::XSBuilder::TypeMap"
Date: Mon, 6 Jan 2003 10:54:40 +0100
RT-Send-Cc:
Show quoted text
> > Can't locate object method "parsesource_objects" via package
"ExtUtils::XSBuilder::TypeMap" Show quoted text
> > (perhaps you forgot to load "ExtUtils::XSBuild::TypeMap"?) > at C:/Perl/site/lib/ExtUtils/XSBuilder/MapUtil.pm line 91. >
What have you done to get this error? I don't get it. Show quoted text
> Here is a simple fix > > BEGIN{ > *ExtUtils::XSBuilder::TypeMap::parsesource_objects = > \&ExtUtils::XSBuilder::WrapXS::parsesource_objects; > }; ##PodMaster >
Also this may seems to fix your problem, it's doesn't seems to be the right solution. Show quoted text
> > If the maps directory does not exist, it should be created > before attempting to create missing .map files. >
Yes, this would be nice Gerald
I'm following the tutorial. I'm invoking Apache::DAV::WrapXS->checkmaps (' '); to generate initial maps.