1Compiling Fresco with g++
2-----------------------------
3
4Fresco is an evolving interface and toolkit for object-oriented
5graphics.  A preliminary version (written in C++) was released
6with x11r6.
7
8Previous versions of Fresco have not compiled using g++,
9partly because of the use of true and false as identifiers.
10(They are now reserved words in g++, as required by the
11ANSI/ISO draft standard for C++.)
12
13If you get x11r6 with public patch #5 or a later version
14of Fresco, these problems should now be fixed.
15
16See http://www.faslab.com/fresco/HomePage.html for information
17on Fresco, including how to get the latest version.
18