> mod.c:20:7: error: dereferencing pointer to incomplete type > mod.c:20:21: error: dereferencing pointer to incomplete type > apxs:Error: Command failed with rc=65536 > static void x_register_hooks(apr_pool_t* tt) > tt->in_header=tt->in_header;//this is that line 20! > The compiler seems right. The fields in an apr_pool_t are not part of the API (and even if they were "in_header" isn't one of them) You should start with an example module or a simple module from the httpd source tree. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx