You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Randy Kobes <ra...@theoryx5.uwinnipeg.ca> on 2003/01/01 01:52:33 UTC

[win32] cvs problem

I'll try to track this down, but just in case a new release is
planned shortly, I'm getting the following problem in the current
mod_perl 2 cvs (for Win32):

Reading Makefile.PL args from @ARGV
   MP_AP_PREFIX = \Apache2
   MP_INST_APACHE2 = 1
Configuring Apache/2.0.43 mod_perl/1.99_08-dev Perl/v5.8.0
unknown typemap: '...' (skipping ap_allow_standard_methods)
unknown typemap: 'ap_in_filter_func' (skipping ap_register_input_filter)
unknown typemap: 'ap_out_filter_func' (skipping ap_register_output_filter)
unknown typemap: 'apr_brigade_flush' (skipping apr_brigade_printf)
unknown typemap: 'apr_brigade_flush' (skipping apr_brigade_puts)
unknown typemap: 'apr_brigade_flush' (skipping apr_brigade_write)
unknown typemap: 'char **' (skipping apr_getnameinfo)
unknown typemap: 'char **' (skipping apr_parse_addr_port)
unknown typemap: 'apr_status_t (*plain_cleanup)(void *)' (skipping apr_pool_child_cleanup_set)
unknown typemap: 'apr_status_t (*cleanup)(void *)' (skipping apr_pool_cleanup_kill)
unknown typemap: 'apr_status_t (*cleanup)(void *)' (skipping apr_pool_cleanup_run)
unknown typemap: 'apr_abortfunc_t' (skipping apr_pool_get_abort)
unknown typemap: 'apr_kill_conditions_e' (skipping apr_pool_note_subprocess)
unknown typemap: 'void **' (skipping apr_pool_userdata_get)
unknown typemap: 'apr_status_t (*cleanup)(void *)' (skipping apr_pool_userdata_set)
unknown typemap: 'apr_shutdown_how_e' (skipping apr_shutdown)
unknown typemap: 'apr_interface_e' (skipping apr_socket_addr_get)
unknown typemap: 'void **' (skipping apr_socket_data_get)
unknown typemap: 'apr_status_t (*cleanup)(void*)' (skipping apr_socket_data_set)
unknown typemap: 'apr_file_t *' (skipping apr_socket_from_file)

I looked in xs/tables/current/Apache/FunctionTable.pm
(where these appear), but couldn't see anything obviously
amiss ...

-- 
best regards,
randy


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


Re: [win32] cvs problem

Posted by Stas Bekman <st...@stason.org>.
Doug MacEachern wrote:
> On Tue, 31 Dec 2002, Randy Kobes wrote:
> 
> 
>>I'll try to track this down, but just in case a new release is
>>planned shortly, I'm getting the following problem in the current
>>mod_perl 2 cvs (for Win32):
> 
> 
> i noticed these too.  the trace level should be changed so they are not 
> seen by default or functions we know are not yet gluable be commented out 
> in the xs/maps.

This is from my last commit. These are warnings, not errors and can be 
ignored. Eventually these should be cleaned up. If the functions 
shouldn't be glued they should be marked so in the map file.

It causes more problems when people try to add/enable a new function and 
it's silently skipped, leaving them to wonder what's going on.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


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


Re: [win32] cvs problem

Posted by Doug MacEachern <do...@covalent.net>.
On Tue, 31 Dec 2002, Randy Kobes wrote:

> I'll try to track this down, but just in case a new release is
> planned shortly, I'm getting the following problem in the current
> mod_perl 2 cvs (for Win32):

i noticed these too.  the trace level should be changed so they are not 
seen by default or functions we know are not yet gluable be commented out 
in the xs/maps.



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