Doug MacEachern wrote: > MPXS_ functions are not supposed to be picked up by source_scan. they are > supposed to be thin wrappers around the real functions that actually do > the work. the real functions are what get picked up by source_scan.
that's not the problem. The problem is that the xs_generate has a bug and it won't create Wrap/Apache/Subprocess/Apache__SubProcess.h if there are only MPXS_ functions in the map file. I've added a dummy normal (mpxs_) function and now it does what I want: MODULE=Apache::SubProcess PACKAGE=Apache::RequestRec modperl_test_run | MPXS_ | ... mpxs_Apache__SubProcess_dummy but I don't want the dummy function... _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
