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

  1. Dear Lucid Xperts,
  2.  
  3. Perhaps this message belongs on bug-lucid-emacs.  As I do not have a
  4. programming background, I wouldn't know a bug if it bit me /:)
  5.  
  6. After much trouble compiling 19.6 on my DECstation 5000/25
  7. Ultrix-4.2A, I first opted for Martin Frost's solution with the
  8. native, non-ANSI compiler, which produced many errors, yet provided me
  9. with an xemacs that works.  Many thanks to Martin.
  10.  
  11. It seemed I was missing some functionality, so I reviewed all the
  12. archived messages and continued to experiment.  At last I was able to
  13. build 19.6 with gcc-2.3.1 using the Lucid widgets, after commenting
  14. out the "nostdlib" option for gcc in the ymakefile (so gcc would find
  15. -lm and -lc) and adding -ldnet for DECnet after the GCC_LIB pointer in
  16. config.h.  Oddly enough the directory specification
  17. "decstation-ultrix" was transformed into "decstation-1".  So I made a
  18. link and the build produced three errors, which do not seem to affect
  19. the programs operation in any way.
  20.  
  21. > termcap.c: In function `tgetent':
  22. > termcap.c:367: warning: passing arg 2 of `strcmp' makes pointer from
  23. > integer without a cast
  24. > lwlib.c: In function `safe_strdup':
  25. > lwlib.c:70: warning: return makes pointer from integer without a cast
  26. > xlwmenu.c: In function `resource_widget_value':
  27. > xlwmenu.c:248: warning: assignment makes pointer from integer without
  28. > a cast
  29.  
  30. I don't understand these errors, but my 19.6 works great.  I'll be
  31. happy to share my config.h to anyone who would like to see it.
  32.  
  33. My thanks to everyone who helped me, and my sincere complements to
  34. Lucid.  What a product!
  35.  
  36. George
  37.  
  38. PS: I thought I might make a list of all the possible resources.  If
  39. such a list interests you, send me your examples and I'll add them to
  40. mine, and post them all later.
  41.  
  42. /*******************************************************************
  43. * The opinions expressed are those of the author and in no way     *
  44. * represent the opinions of the CUNY Graduate School, its agencies *
  45. * or personnel.  mcc@timessqr.gc.cuny.edu  ||  CMCGC@CUNYVM.BITNET *
  46. *******************************************************************/
  47.  
  48.  
  49.