home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / programm / 8086 < prev    next >
Encoding:
Text File  |  1993-01-12  |  3.4 KB  |  86 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!psinntp!juliet!news
  3. From: jja@fnbc.com (Joseph Alotta)
  4. Subject: help compiling gnuplot under 3.0
  5. Message-ID: <1993Jan12.170922.18684@fnbc.com>
  6. Keywords: gnuplot,3.0
  7. Sender: news@fnbc.com
  8. Organization: First National Bank Of Chicago, Chicago IL, USA
  9. Date: Tue, 12 Jan 93 17:09:22 GMT
  10. Lines: 74
  11.  
  12. greetings,
  13.  
  14. gnuplot 3.2 compiled easily under 2.2, but now i get the
  15. following errors.
  16.  
  17. can one of you next gurus please lend a hand.
  18.  
  19. joe.
  20.  
  21.  
  22. amy{jja}4: make next
  23. make  CC="cc "  COPTS="-O " DEST="/usr/local/bin"   
  24. MANDEST="/usr/local/man/manl" HELPDEST="/usr/local/lib/gnuplot.gih"   
  25. EMAIL="bug-gnuplot@ames.arc.nasa.gov" LASERGNU="lasergnu_install"  
  26. CFLAGS="-O  -DGAMMA=lgamma -DNEXT"  LIBS="-lNeXT_s -lsys_s -lm"   
  27. X11FLAGS=""  X11INCLUDES=" " X11LIBS=" " PLOTXFLAG=" "  GNUPLOT_X11=" "  
  28. X11INSTALL=x11_noinstall  TERMFLAGS="-Iterm" OBJS=" bitmap.o command.o  
  29. contour.o eval.o graphics.o graph3d.o help.o  internal.o misc.o parse.o  
  30. plot.o readline.o scanner.o  setshow.o standard.o term.o util.o    
  31. EPSView.o EpsViewer.o"     All 
  32. cc  -O  -DGAMMA=lgamma -DNEXT -c bitmap.c
  33. cc  -O  -DGAMMA=lgamma -DNEXT -c command.c  
  34. -DHELPFILE=\"/usr/local/lib/gnuplot.gih\"
  35. cc  -O  -DGAMMA=lgamma -DNEXT -c contour.c
  36. cc  -O  -DGAMMA=lgamma -DNEXT -c eval.c
  37. cc  -O  -DGAMMA=lgamma -DNEXT -c graphics.c
  38. cc  -O  -DGAMMA=lgamma -DNEXT -c graph3d.c
  39. cc  -O  -DGAMMA=lgamma -DNEXT -c help.c
  40. cc  -O  -DGAMMA=lgamma -DNEXT -c internal.c
  41. cc  -O  -DGAMMA=lgamma -DNEXT -c misc.c
  42. cc  -O  -DGAMMA=lgamma -DNEXT -c parse.c
  43. cc  -O  -DGAMMA=lgamma -DNEXT  -c plot.c
  44. cc  -O  -DGAMMA=lgamma -DNEXT -c readline.c
  45. cc  -O  -DGAMMA=lgamma -DNEXT -c scanner.c
  46. cc  -O  -DGAMMA=lgamma -DNEXT -c setshow.c
  47. cc  -O  -DGAMMA=lgamma -DNEXT -c standard.c
  48. cc  -O  -DGAMMA=lgamma -DNEXT -Iterm -c term.c
  49. /NextDeveloper/Headers/remote/transport.h:54: illegal keyword selector,  
  50. missing `)' after `id'
  51. /NextDeveloper/Headers/remote/transport.h:56: illegal keyword selector,  
  52. missing `)' after `id'
  53. /NextDeveloper/Headers/machkit/NXInvalidationNotifier.h:30: illegal  
  54. keyword selector, missing `)' after `id'
  55. /NextDeveloper/Headers/machkit/NXInvalidationNotifier.h:33: illegal  
  56. keyword selector, missing `)' after `id'
  57. /NextDeveloper/Headers/appkit/Application.h:132: syntax error, found `<'
  58. /NextDeveloper/Headers/appkit/Application.h:132: illegal method selector,  
  59. found `)'
  60. /NextDeveloper/Headers/appkit/drag.h:47: illegal keyword selector, missing  
  61. `)' after `id'
  62. /NextDeveloper/Headers/appkit/drag.h:48: illegal keyword selector, missing  
  63. `)' after `id'
  64. /NextDeveloper/Headers/appkit/drag.h:49: illegal keyword selector, missing  
  65. `)' after `id'
  66. /NextDeveloper/Headers/appkit/drag.h:50: illegal keyword selector, missing  
  67. `)' after `id'
  68. /NextDeveloper/Headers/appkit/drag.h:51: illegal keyword selector, missing  
  69. `)' after `id'
  70. /NextDeveloper/Headers/appkit/drag.h:52: illegal keyword selector, missing  
  71. `)' after `id'
  72. *** Exit 1
  73. Stop.
  74. *** Exit 1
  75. Stop.
  76.  
  77.  
  78. --
  79. ==============================================================
  80. ! joe alotta                                    jja@fnbc.com !                                               
  81. !                                             (312) 732-3439 !
  82. !                                                            !
  83. ! "The main thing is to keep the main thing the main thing." !
  84. ! Dr. George Sweeney                                         !
  85. ==============================================================
  86.