On Aug 26, 2008, at 5:47 AM, [EMAIL PROTECTED] wrote:
apr_xml_elem * child;
the cl.exe fails with the following messages:
error C2275: 'apr_xml_elem' : illegal use of this type as an
expression see declaration of 'apr_xml_elem'
I've worked with the apr_xml_* stuff on both OS X and Debian and it
all compiled with no fuss. Shouldn't be a big problem, there's
nothing exotic about it. Is it possible that you have an executable
statement above this, and are trying to build with a non-C99-capable
compiler?
-T