* Graham Wheeler <[EMAIL PROTECTED]> [000707 07:46] wrote:
> Jim King wrote:
> >
> > In that case, although it's considerably more work I'd take a look at
> > writing some C wrappers around the offending stuff. You could write the
> > wrappers such that they'd compile with the offending include file, and be
> > callable from C++. Sounds tedious and time consuming, but it might be
> > quicker than waiting for someone to fix the headers in question.
>
> Yes, I could do that - I have done that already for curses.h. But I
> still think it sucks badly that there is a variable named 'class', and I
> still think it should be changed.
A really kludgy workaround would be to make a strictly C module for
handling that header, then link your C++ to it.
I do agree that it sucks though.
-Alfred
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message