home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / programm / 4235 < prev    next >
Encoding:
Text File  |  1992-08-14  |  1.1 KB  |  25 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!newton.physics.uq.oz.au!coates
  3. From: coates@newton.physics.uq.oz.au (Tony Coates)
  4. Subject: Problem with EMX-0.8d
  5. Message-ID: <Bt0F2I.M6r@bunyip.cc.uq.oz.au>
  6. Keywords: emx g++ c++ test
  7. Sender: news@bunyip.cc.uq.oz.au (USENET News System)
  8. Organization: Physics Dept. The University of Queensland
  9. Date: Sat, 15 Aug 1992 05:25:29 GMT
  10. Lines: 13
  11.  
  12. I have just installed emx-0.8d (i.e. g++ for OS/2 v2.0), and tried to
  13. make the files in the directory "\emx\test" using "make".  Everything
  14. was O.K. until the compilation of the file "hexdump.c".  The compilation
  15. terminated with the error "`optswchar' undeclared".  This "char"
  16. variable is used without declaration in "hexdump.c".  A look at the code
  17. suggested that "optswchar" should be declared in "getopts.h", but isn't.
  18. A search of all files on the disk only found the string "optswchar" in
  19. the files "hexdump.c" and "libc.a", which suggest that a declaration of
  20. "optswchar" has been omitted somewhere.  Can anyone help me with this?
  21. Thanks in advance for any help/advice.
  22.                                 Tony.
  23.  
  24.  
  25.