home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / 15738 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.2 KB  |  41 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!stanford.edu!agate!boulder!eclipse.cs.colorado.edu!robh
  3. From: robh@eclipse.cs.colorado.edu (Robert G Henderson)
  4. Subject: Compiling InterViews 3.0 with g++ 2.2.2
  5. Message-ID: <1992Aug27.205543.10851@colorado.edu>
  6. Keywords: InterViews g++ 2.2.2
  7. Sender: news@colorado.edu (The Daily Planet)
  8. Nntp-Posting-Host: eclipse.cs.colorado.edu
  9. Organization: University of Colorado Boulder
  10. Date: Thu, 27 Aug 1992 20:55:43 GMT
  11. Lines: 28
  12.  
  13.  
  14.  
  15. I've successfully compiled libIV.a with g++ 2.2.2 on
  16. a decstation running ultrix 4.2.  However, I've run into
  17. a problem compiling libUnidraw.a that I'm having trouble
  18. fixing.  If I was a C++ programmer, I could probably work
  19. around it but I'm not.
  20.  
  21. The file giving me trouble is src/lib/Unidraw/catalog.c:
  22.  
  23. ../catalog.c: In method `class PSPattern* Catalog::ReadPattern (const char *, int)':
  24. ../catalog.c:1596: bad argument 0 for function `istream::istream (struct streambuf*, class ostream* (=  0 ))' (type was unsigned int )
  25. ../catalog.c:1596: in base initialization for class `istream'
  26.  
  27. Has anyone successfully compiled InterViews 3.0 with g++ 2.2.2.  If so,
  28. I'd appreciate hearing from you.
  29.  
  30. Thanks,
  31.  
  32. Rob Henderson
  33. robh@cs.colorado.edu
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.