Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| A compiler which is two years old is not antique, IMO.

A compiler that is several generations old is close to be an antique
 no? :-)

Then you will never try new C++ projects.

| Lars> I am not quite sure what you mean.
| 
| ** In a_lyx_Cpp.C:
| 
| #include <ctype>
| 
| ** in src/cheaders/ctype
| 
| //Add appropriate ifdefs there
| #include <ctype.h>
| 
| ** in configure
| 
| if compiler-does-not-have-cheaders ; then
|   INC="-I${top_srcdir}/src/cheaders $INC"
| fi
| 
| 
| Does this seem convenient enough?

No, this is not guarantied to work.

You can never know what the compiler will do to the <ctype> headers.
But this will still work for a lot of compilers. we could try that.

        Lgb

Reply via email to