home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / fj / maillis / xwindow / 19006 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  2.6 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!sgiblab!nec-gw!nec-tyo!wnoc-tyo-news!scslwide!wsgw!wsservra!onoe
  2. From: hiren@teknetix.com (Hiren Shah)
  3. Newsgroups: fj.mail-lists.x-window
  4. Subject: xmail fails on compilation: get_wmShellWidgetClass error - Help
  5. Message-ID: <1992Dec31.053614.7019@sm.sony.co.jp>
  6. Date: 31 Dec 92 05:36:14 GMT
  7. Sender: onoe@sm.sony.co.jp (Atsushi Onoe)
  8. Distribution: fj
  9. Organization: Teknetix
  10. Lines: 73
  11. Approved: michael@sm.sony.co.jp
  12.  
  13. Date: Wed, 30 Dec 1992 22:24:31 GMT
  14. Message-Id: <1992Dec30.222431.1694@sol.ctr.columbia.edu>
  15. Newsgroups: comp.windows.x
  16. Sender: xpert-request@expo.lcs.mit.edu
  17.  
  18.  
  19.  
  20. Hi:
  21.  
  22. I am trying to compile xmail on a Sun IPX.
  23.  
  24. I am running version X11R4
  25.  I recevied the source files via ftp and used xmkmf to create the makefile
  26.  
  27.  
  28. make
  29. cc -O   -I/usr/include             -target sun4 -c  Mailwatch.c
  30. cc -O   -I/usr/include             -target sun4 -c  HelpText.c
  31. cc -O   -I/usr/include             -target sun4 -c  actions.c
  32. cc -O   -I/usr/include             -target sun4 -c  callMail.c
  33. cc -O   -I/usr/include             -target sun4 -c  callbacks.c
  34. cc -O   -I/usr/include             -target sun4 -c  confirm.c
  35. cc -O   -I/usr/include             -target sun4 -c  directory.c
  36. cc -O   -I/usr/include             -target sun4 -c  environs.c
  37. cc -O   -I/usr/include             -target sun4 -c  handler.c
  38. cc -O   -I/usr/include             -target sun4 -c  mail.c
  39. cc -O   -I/usr/include             -target sun4 -c  parser.c
  40. cc -O   -I/usr/include             -target sun4 -c  utils.c
  41. cc -O   -I/usr/include             -target sun4 -c  windows.c
  42. cc -O   -I/usr/include             -target sun4 -c  xmail.c
  43. rm -f xmail
  44. cc -o xmail Mailwatch.o HelpText.o actions.o callMail.o callbacks.o  confirm.o directory.o environs.o
  45.  handler.o mail.o parser.o  utils.o windows.o xmail.o -O   -lXaw -lXmu -lXt -lXext -lX11 -lm
  46. ld: Undefined symbol
  47.    _get_wmShellWidgetClass
  48.    _get_applicationShellWidgetClass
  49. *** Error code 2
  50. make: Fatal error: Command failed for target `xmail'
  51.  
  52.  
  53. If I do a
  54. nm libXmu.a | more
  55. I get :
  56.  
  57.          .
  58.          .
  59.          .
  60.          .
  61.          .
  62.          .
  63.          U _free
  64.          U _malloc
  65.          U _realloc
  66.          U _strncmp
  67.  
  68. sharedlib.o:
  69.          U _applicationShellWidgetClass
  70. 00000000 T _get_applicationShellWidgetClass
  71. 0000000c T _get_wmShellWidgetClass
  72.          U _wmShellWidgetClass
  73.  
  74. which means that _get_applicationShellWidgetClass
  75. and _get_wmShellWidgetClass
  76. are available.  But even then it gives the error on compilation.
  77. I tried to change the position of libXmu on the compile line, but that doesn't help.
  78.  
  79. Any ideas/suggestions would be appreciated.
  80.  
  81. Thanks in advance
  82.  
  83. Hiren
  84. hiren@teknetix.com
  85.  
  86.