home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / x / 20643 < prev    next >
Encoding:
Text File  |  1992-12-30  |  2.5 KB  |  88 lines

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