home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 19903 < prev    next >
Encoding:
Text File  |  1992-12-16  |  2.7 KB  |  65 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!cs.utexas.edu!usc!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!ux2.cso.uiuc.edu!sink
  3. From: e-sink@uiuc.edu (Eric W. Sink)
  4. Subject: Re: HARVEST C beginner question
  5. References: <1992Dec15.182714.23429@news.stolaf.edu>
  6. Message-ID: <BzCxsu.FHG@news.cso.uiuc.edu>
  7. Originator: sink@ux2.cso.uiuc.edu
  8. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  9. Reply-To: e-sink@uiuc.edu
  10. Organization: University of Illinois at Urbana
  11. Date: Wed, 16 Dec 1992 15:02:53 GMT
  12. Lines: 51
  13.  
  14. carlsonb@mari.acc-admin.stolaf.edu (Bradley P Carlson) writes:
  15.  
  16. >I'm new to Macintosh programming, and am trying to use Harvest C
  17. >(Freeware, (c)1992 Eric Sink), which shares traits of Think C and MPW.
  18. >I've set it up (with the requisite MPW libraries) in its default
  19. >configuration: all the bundled 'example' code is in its own folder.
  20. >When I open one of these example projects, select one of its source
  21. >files and select "Compile," the compilation window opens, pauses, then
  22. >displays: 
  23. >"": O FATAL,: File not found: filename.c
  24.  
  25. Well, you see, it's like this:
  26.     Harvest C has a bug in it.  Maybe more than one. :-)
  27.  
  28. When Harvest C saves a project, it saves the names of all the files
  29. in the project.  BUT, it saves them as directory ID/refnum/name.
  30. This almost guarantees that the project file will never work on someone
  31. else's Mac.  That is in fact the case with the Harvest C samples.
  32. They only work on my IIsi. OOPS :-)
  33.  
  34. The best way to use the sample files is to not use them.  Reconstruct
  35. the projects from scratch by creating new project files and adding the
  36. source files back in.
  37.  
  38. MAYBE I'll think about fixing that bug.  I told myself and my family
  39. that I was done with Harvest C for now, but I guess it wouldn't be too
  40. difficult to fix just that one. :-)
  41.  
  42. >I'm sure things would begin to fall into place if I could just get
  43. >"Hello World" to compile :) .
  44.  
  45. Don't be so sure.  Allow me to repeat the litany:
  46.  
  47.     Harvest C is free - it's not commercially supported, or supported
  48.     at all.  It was released in the hope that someone else would
  49.     take the work and continue it.  Unfortunately it has fallen into
  50.     the hands of the unsuspecting beginner FAR more often than into
  51.     the motivated programmer with time on his hands.  It has problems.
  52.     Lots of them.
  53.  
  54. I get lots of mail, electronic and surface, about Harvest C.  99% of
  55. it is from someone like yourself.  Believe me, I share your enthusiasm.
  56. Remain undaunted!  But do not be deceived - there is no freely available
  57. C compiler for the Mac which is stable -- yet.  TopSoft *will* do something
  58. with it, sooner or later.
  59.  
  60. -- 
  61. Eric W. Sink, Spyglass        | "You are the Pan."
  62. 1800 Woodfield Drive          |     - Rufio
  63. Savoy, IL  61826              |
  64. ---- e-sink@uiuc.edu ---------|---------- 217-355-6000 -----------------------
  65.