home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / bug-lucid-emacs / text0064.txt < prev    next >
Encoding:
Text File  |  1993-07-04  |  592 b   |  24 lines

  1.  
  2.  
  3. > Hi,
  4. > this is the error message when I compile lemacs 19.6 on a Sparc 10:
  5. > cd etc; make  all
  6. > cd src; make  all
  7. > make  -f xmakefile  all
  8. > cd ./lwlib ; make  all
  9. > rm -f lwlib.o
  10. > cc -c -O   -I/usr/openwin/include        -DUSE_OLIT lwlib.c
  11. > "./lwlib.h", line 69: syntax error at or near type word "Widget"
  12. > ... more line of errors ...
  13.  
  14. The problem is that you need an ansi C compiler for lwlib, try
  15. "make CC=gcc" or "make CC=acc" depending on which you are using
  16.  
  17. --
  18. Paul Flinders            Mail: ptf@delcam.co.uk
  19. Delcam International PLC.    Tel:  +44 21 766 5544    Fax: +44 21 766 5511
  20.  
  21.  
  22.