Roy T. Fielding wrote:
> 
> I have no idea what this is supposed to be doing, but it is doing
> it wrong.  During make, after building apr, using vanilla awk:
> 
> export_vars.h:1: undefined type, found `apr_month_snames'
> export_vars.h:2: illegal external declaration, missing `;' after 
> `apr_day_snames'
> cpp-precomp: warning: errors during smart preprocessing, retrying in basic 
> mode
> ...
> ...[seems to be okay]
> ...
> 
> This is what apr_exports.h looks like:
> apr_month_snames
> apr_day_snames
> 

Yeah, this is normal, well... at least it happens on all
OS 10.1.x based systems. When 'gcc' switches to "old" cpp, it
correctly handles the file.

The file itself is weird, but that's a different point :)

-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
      "A society that will trade a little liberty for a little order
             will lose both and deserve neither" - T.Jefferson

Reply via email to