Forum OpenACS Development: Re: Compiling Naviserver with oACS for Solaris

Collapse
Posted by Jim Lynch on
The direct reason you're getting this error, is because the compiler doesn't see some particular members to a struct. One step more indirectly, the struct definition is in a header file (a .h file) and is not being included.