freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] Re: Summary of ANSI preprocessor trouble..


From: Werner LEMBERG
Subject: Re: [Freetype] Re: Summary of ANSI preprocessor trouble..
Date: Wed, 13 Dec 2000 01:44:32 +0100 (CET)

>   Just when I thought that we had found a "perfect bullet",
>   I tested the build with Intel's C/C++ compiler. The latter
>   complains that it is unable to:
> 
>     #include  FT_INTERNAL_FILE(internal.h)
> 
>   because it can't open the "file" "T2_JOINPATH(FT2_ROOT..."
>   yes, the missing "F" seriously looks like a bug in the
>   Intel Compiler. Depressing..

There is still a possibility to circumvent this:

  #define FT_INTERNAL_INTERNAL_H  FT_INTERNAL_FILE(internal.h)
  #include FT_INTERNAL_INTERNAL_H

According to Martin Buchholz, one of the XEmacs core members, this
should be portable (namely, having a simple macro expanded in a
#include line).

Maybe you give this a try on those buggy compilers...


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]