home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / README.FRESCO < prev    next >
Text File  |  1995-12-29  |  625b  |  18 lines

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