home *** CD-ROM | disk | FTP | other *** search
- When I run build-install, this is what I see (after running it a second time
- so that it only shows my real error...) Can anyone figure out what I need
- to change to make this build work? I'm on a Sparc-2 running SunOS 4.1.2 and
- I defined to use the LUCID objects instead of OLIT, even though we are
- running OpenLook (because I read that there are lots of problems with the
- OLIT widgets). Any help would be greatly appreciated.
-
- [2]: build-install
- set EMACS=/demo/gnu-emacs/lemacs-19.6
- set BIN=/demo/gnu-emacs/lemacs-19.6/bin
- /bin/sed s;/usr/local/emacs;/demo/gnu-emacs/lemacs-19.6;
- cd etc
- make
- cc -o yow -g -Bstatic yow.c
- cd src
- make
- make -f xmakefile all
- gcc -O -Demacs -I./lwlib -c filelock.c
- gcc -O -Demacs -I./lwlib -c lread.c
- gcc -O -Demacs -I./lwlib -c callproc.c
- cd ./lwlib ; make all
- rm -f lwlib.o
- cc -c -O -I/usr/include -DUSE_LUCID lwlib.c
- "./lwlib.h", line 69: syntax error at or near type word "Widget"
- "./lwlib.h", line 69: unknown size
- "./lwlib.h", line 69: unknown size
- "./lwlib.h", line 69: unknown size
- "./lwlib.h", line 71: syntax error at or near type word "char"
- "./lwlib.h", line 73: redeclaration of formal parameter, lw_callback
- "./lwlib.h", line 74: redeclaration of formal parameter, lw_callback
- "./lwlib.h", line 74: lw_callback declared as parameter to non-function
- "./lwlib.h", line 74: lw_callback declared as parameter to non-function
- "./lwlib.h", line 74: lw_callback declared as parameter to non-function
- "./lwlib.h", line 75: syntax error at or near variable name "id"
- "./lwlib.h", line 75: LWLIB_ID declared as parameter to non-function
- "./lwlib.h", line 75: parent undefined
- "./lwlib.h", line 76: syntax error at or near variable name "id"
- "./lwlib.h", line 76: LWLIB_ID declared as parameter to non-function
- "./lwlib.h", line 77: syntax error at or near type word "char"
- "./lwlib.h", line 80: redeclaration of formal parameter, lw_callback
- "./lwlib.h", line 81: redeclaration of formal parameter, lw_callback
- "./lwlib.h", line 81: lw_callback declared as parameter to non-function
- "./lwlib.h", line 81: lw_callback declared as parameter to non-function
- "./lwlib.h", line 81: lw_callback declared as parameter to non-function
- "./lwlib.h", line 82: syntax error at or near variable name "w"
- "./lwlib.h", line 82: Widget declared as parameter to non-function
- "./lwlib.h", line 83: syntax error at or near variable name "id"
- "./lwlib.h", line 83: LWLIB_ID declared as parameter to non-function
- "./lwlib.h", line 84: syntax error at or near variable name "w"
- "./lwlib.h", line 84: Widget declared as parameter to non-function
- "./lwlib.h", line 85: syntax error at or near variable name "id"
- "./lwlib.h", line 85: LWLIB_ID declared as parameter to non-function
- "./lwlib.h", line 86: syntax error at or near type word "void"
- "./lwlib.h", line 87: syntax error at or near type word "void"
- "./lwlib.h", line 87: fatal error: too many errors
- *** Error code 1
- make: Fatal error: Command failed for target `lwlib.o'
- Current working directory /demo/gnu-emacs/lemacs-19.6/src/lwlib
- *** Error code 1
- make: Fatal error: Command failed for target `lwlib/liblw.a'
- Current working directory /demo/gnu-emacs/lemacs-19.6/src
- *** Error code 1
- make: Fatal error: Command failed for target `doall'
- exit 1
-
-