home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / help-lucid-emacs / text0016.txt < prev    next >
Encoding:
Text File  |  1993-07-14  |  3.2 KB  |  66 lines

  1. When I run build-install, this is what I see (after running it a second time
  2. so that it only shows my real error...)  Can anyone figure out what I need
  3. to change to make this build work?  I'm on a Sparc-2 running SunOS 4.1.2 and
  4. I defined to use the LUCID objects instead of OLIT, even though we are
  5. running OpenLook (because I read that there are lots of problems with the
  6. OLIT widgets).  Any help would be greatly appreciated.
  7.  
  8. [2]: build-install
  9. set EMACS=/demo/gnu-emacs/lemacs-19.6
  10. set BIN=/demo/gnu-emacs/lemacs-19.6/bin
  11. /bin/sed s;/usr/local/emacs;/demo/gnu-emacs/lemacs-19.6;
  12. cd etc
  13. make
  14. cc -o yow -g -Bstatic yow.c 
  15. cd src
  16. make
  17. make  -f xmakefile  all
  18. gcc -O     -Demacs  -I./lwlib  -c  filelock.c
  19. gcc -O     -Demacs  -I./lwlib  -c  lread.c
  20. gcc -O     -Demacs  -I./lwlib  -c  callproc.c
  21. cd ./lwlib ; make  all
  22. rm -f lwlib.o
  23. cc -c -O   -I/usr/include        -DUSE_LUCID lwlib.c
  24. "./lwlib.h", line 69: syntax error at or near type word "Widget"
  25. "./lwlib.h", line 69: unknown size
  26. "./lwlib.h", line 69: unknown size
  27. "./lwlib.h", line 69: unknown size
  28. "./lwlib.h", line 71: syntax error at or near type word "char"
  29. "./lwlib.h", line 73: redeclaration of formal parameter, lw_callback
  30. "./lwlib.h", line 74: redeclaration of formal parameter, lw_callback
  31. "./lwlib.h", line 74: lw_callback declared as parameter to non-function
  32. "./lwlib.h", line 74: lw_callback declared as parameter to non-function
  33. "./lwlib.h", line 74: lw_callback declared as parameter to non-function
  34. "./lwlib.h", line 75: syntax error at or near variable name "id"
  35. "./lwlib.h", line 75: LWLIB_ID declared as parameter to non-function
  36. "./lwlib.h", line 75: parent undefined
  37. "./lwlib.h", line 76: syntax error at or near variable name "id"
  38. "./lwlib.h", line 76: LWLIB_ID declared as parameter to non-function
  39. "./lwlib.h", line 77: syntax error at or near type word "char"
  40. "./lwlib.h", line 80: redeclaration of formal parameter, lw_callback
  41. "./lwlib.h", line 81: redeclaration of formal parameter, lw_callback
  42. "./lwlib.h", line 81: lw_callback declared as parameter to non-function
  43. "./lwlib.h", line 81: lw_callback declared as parameter to non-function
  44. "./lwlib.h", line 81: lw_callback declared as parameter to non-function
  45. "./lwlib.h", line 82: syntax error at or near variable name "w"
  46. "./lwlib.h", line 82: Widget declared as parameter to non-function
  47. "./lwlib.h", line 83: syntax error at or near variable name "id"
  48. "./lwlib.h", line 83: LWLIB_ID declared as parameter to non-function
  49. "./lwlib.h", line 84: syntax error at or near variable name "w"
  50. "./lwlib.h", line 84: Widget declared as parameter to non-function
  51. "./lwlib.h", line 85: syntax error at or near variable name "id"
  52. "./lwlib.h", line 85: LWLIB_ID declared as parameter to non-function
  53. "./lwlib.h", line 86: syntax error at or near type word "void"
  54. "./lwlib.h", line 87: syntax error at or near type word "void"
  55. "./lwlib.h", line 87: fatal error: too many errors
  56. *** Error code 1
  57. make: Fatal error: Command failed for target `lwlib.o'
  58. Current working directory /demo/gnu-emacs/lemacs-19.6/src/lwlib
  59. *** Error code 1
  60. make: Fatal error: Command failed for target `lwlib/liblw.a'
  61. Current working directory /demo/gnu-emacs/lemacs-19.6/src
  62. *** Error code 1
  63. make: Fatal error: Command failed for target `doall'
  64. exit 1
  65.  
  66.