home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 19854 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.5 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!umn.edu!noc.msc.net!news.stolaf.edu!mari.acc-admin.stolaf.edu!carlsonb
  2. From: carlsonb@mari.acc-admin.stolaf.edu (Bradley P Carlson)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: HARVEST C beginner question
  5. Summary: Need hints from a Harvest-C user
  6. Message-ID: <1992Dec15.182714.23429@news.stolaf.edu>
  7. Date: 15 Dec 92 18:27:14 GMT
  8. Sender: news@news.stolaf.edu
  9. Organization: St. Olaf College; Northfield, MN
  10. Lines: 25
  11.  
  12. I'm new to Macintosh programming, and am trying to use Harvest C
  13. (Freeware, (c)1992 Eric Sink), which shares traits of Think C and MPW.
  14. I've set it up (with the requisite MPW libraries) in its default
  15. configuration: all the bundled 'example' code is in its own folder.
  16. When I open one of these example projects, select one of its source
  17. files and select "Compile," the compilation window opens, pauses, then
  18. displays: 
  19. "": O FATAL,: File not found: filename.c
  20.  
  21. Not to be daunted, I moved the example files into the main Harvest-C
  22. folder, but compilation attempts end with:
  23. "filename.c":8 FATAL,:Include File not found  header.h
  24.  
  25. (This seems strange because the headers are in another folder,
  26. altogether and the compiler finds them fine when the C code is in the
  27. "Examples" folder")
  28.  
  29. I'm sure things would begin to fall into place if I could just get
  30. "Hello World" to compile :) .
  31.  
  32. If anyone out there uses Harvest-C, or has looked at it and it made
  33. sense, I'd appreciate a few hints!  Grateful for anything and
  34. everything,
  35.  
  36. Bradley Carlson -carlsonb@stolaf.edu
  37.