home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13267 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.5 KB  |  42 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewse!cbnewsd!att-out!cbfsb!cbnewsf.cb.att.com!dlove
  3. From: dlove@cbnewsf.cb.att.com (Dave Love)
  4. Subject: Re: lc error
  5. Message-ID: <1992Sep11.160808.10951@cbfsb.cb.att.com>
  6. Sender: news@cbfsb.cb.att.com
  7. Organization: AT&T
  8. References: <BuDF0z.8vv@fiu.edu>
  9. Date: Fri, 11 Sep 1992 16:08:08 GMT
  10. Lines: 30
  11.  
  12. In article <BuDF0z.8vv@fiu.edu> xnybpf01@serss0 (Brian P Feeny) writes:
  13. >
  14. >    I am having trouble compiling some source with  Lattice 5.10, and would
  15. >like some help.  I am getting a "Error: 107 Too Many Initializers" right after
  16. >IntuiText Text structure.  I am simply compiling with the -L option and no others
  17.  
  18. You're gonna kick yourself...
  19.  
  20.  [ source deleted ]
  21. >struct IntuiText Text =
  22. >{
  23. >   1,0,    /* FrontPen, BackPen */
  24. >   JAM2,   /* DrawMode */
  25. >   2,2,    /* LeftEdge, TopEdge */
  26. >   NULL,   /* Font */
  27. >   (UBYTE *)"Test",    /* TextPointer */
  28. >   NULL                 /* NextText */
  29. >   );
  30.     ^
  31.  
  32. This should be a "}".
  33.  
  34. >Brian Feeny - Systems Programmer - UNIX System Security Specialist
  35.  
  36. +=======================================+===============================+
  37. | "We're going to have the best         | Dave Love                     |
  38. |  educated Americans in the world!"    | dlove@cbnewsf.att.com         |
  39. |   -- Dan Quayle                       | <insert std. disclaimer here> |
  40. +=======================================+===============================+
  41.