[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Devel] Freetype C++ patch
From: |
Craig Tiller |
Subject: |
RE: [Devel] Freetype C++ patch |
Date: |
Wed, 6 Mar 2002 09:16:18 +1030 |
The other little problem I spotted with this on some C++ compilers is the
use of std as a variable in a bunch of structs -- would be nice if it werent
the case :)
-----Original Message-----
From: address@hidden [mailto:address@hidden
Behalf Of Garrick Meeker
Sent: Wednesday, March 06, 2002 4:12 AM
To: address@hidden
Subject: [Devel] Freetype C++ patch
For reasons not worth going into I need to compile freetype with a C++
compiler rather than a C compiler. It actually mostly works but there are a
couple implicit casts that the compiler doesn't like (between pointers and
between int/enums). If you feel these are worthwhile changes my patch
against 2.0.8 is attached.