home *** CD-ROM | disk | FTP | other *** search
-
-
- > Hi,
- >
- > this is the error message when I compile lemacs 19.6 on a Sparc 10:
- >
- > cd etc; make all
- > cd src; make all
- > make -f xmakefile all
- > cd ./lwlib ; make all
- > rm -f lwlib.o
- > cc -c -O -I/usr/openwin/include -DUSE_OLIT lwlib.c
- > "./lwlib.h", line 69: syntax error at or near type word "Widget"
- > ... more line of errors ...
-
- The problem is that you need an ansi C compiler for lwlib, try
- "make CC=gcc" or "make CC=acc" depending on which you are using
-
- --
- Paul Flinders Mail: ptf@delcam.co.uk
- Delcam International PLC. Tel: +44 21 766 5544 Fax: +44 21 766 5511
-
-
-