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
- Some compilation problems with latest cvs Jean-Marc Lasgouttes
- Re: Some compilation problems with latest cv... Lars Gullik Bjønnes
- Re: Some compilation problems with lates... Jean-Marc Lasgouttes
- Re: Some compilation problems with l... Lars Gullik Bjønnes
- Re: Some compilation problems wi... Jean-Marc Lasgouttes
- Re: Some compilation proble... Lars Gullik Bjønnes
- Re: Some compilation pr... Jean-Marc Lasgouttes
- Re: Some compilatio... Asger K. Alstrup Nielsen
- Re: Some compilatio... Jean-Marc Lasgouttes
- Re: Some compilatio... Asger K. Alstrup Nielsen
- Re: Some compilatio... Lars Gullik Bjønnes
- Re: Some compilatio... John Weiss
- Re: Some compilatio... Lars Gullik Bjønnes
- Re: Some compilatio... Garst R. Reese
- Re: Some compilatio... Carl Ollivier-Gooch
- Re: Some compilatio... Lars Gullik Bjønnes
- Re: Some compilatio... John Weiss
- Re: Some compilatio... Lars Gullik Bjønnes
- Re: Some compilatio... John Weiss
- Re: Some compilatio... Lars Gullik Bjønnes
- Re: Some compilatio... Jean-Marc Lasgouttes