home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- 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
- From: dlove@cbnewsf.cb.att.com (Dave Love)
- Subject: Re: lc error
- Message-ID: <1992Sep11.160808.10951@cbfsb.cb.att.com>
- Sender: news@cbfsb.cb.att.com
- Organization: AT&T
- References: <BuDF0z.8vv@fiu.edu>
- Date: Fri, 11 Sep 1992 16:08:08 GMT
- Lines: 30
-
- In article <BuDF0z.8vv@fiu.edu> xnybpf01@serss0 (Brian P Feeny) writes:
- >
- > I am having trouble compiling some source with Lattice 5.10, and would
- >like some help. I am getting a "Error: 107 Too Many Initializers" right after
- >IntuiText Text structure. I am simply compiling with the -L option and no others
-
- You're gonna kick yourself...
-
- [ source deleted ]
- >
- >struct IntuiText Text =
- >{
- > 1,0, /* FrontPen, BackPen */
- > JAM2, /* DrawMode */
- > 2,2, /* LeftEdge, TopEdge */
- > NULL, /* Font */
- > (UBYTE *)"Test", /* TextPointer */
- > NULL /* NextText */
- > );
- ^
-
- This should be a "}".
-
- >Brian Feeny - Systems Programmer - UNIX System Security Specialist
-
- +=======================================+===============================+
- | "We're going to have the best | Dave Love |
- | educated Americans in the world!" | dlove@cbnewsf.att.com |
- | -- Dan Quayle | <insert std. disclaimer here> |
- +=======================================+===============================+
-