Re: writing modules - missing sources?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux