home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / x / 19319 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.4 KB  |  42 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!csfb1!fau
  3. From: fau@csfb1.uucp (Frederick W. Au)
  4. Subject: compiling X11R3 src (xgen) on R4 platform (sun4 4.1.2)
  5. Message-ID: <BxxxIH.Lr7@csfb1.fir.fbc.com>
  6. Sender: news@csfb1.fir.fbc.com (Usenet News Account)
  7. Organization: First Boston Corporation
  8. Date: Thu, 19 Nov 1992 01:59:04 GMT
  9. Lines: 31
  10.  
  11.  
  12. i have got the src code of xgen from uunet archive, it was 
  13. written for X11r3.  and when i try to compile it under sun4
  14. 4.1.2 for X11r4, first i get the error messages that
  15. get_wmShellWidgetClass and get_wmApplicationWidgetClass.
  16.  
  17. then some one suggest to do static binding, with the flag -Bstatic
  18. when i link to create the binary executable.  however, it still
  19. doesn't work fine.  now when i run the executable, i have a 
  20. segmentation fault in the fcn create_msgboard() in the file
  21. create_msgboard.c, near the end, when it calls 
  22. XtCreateManagedWidget().  the fcn is defined extern in 
  23. Intrinsic.h, but when i do an nm(1) on all the library
  24. files i have at the usual places, i either get that
  25. name as undefined or as text segments, or as debugger
  26. symbol table entries.
  27.  
  28. have any one heard of a newer release of xgen?  or
  29. is there any general ways to work around that?  i have read
  30. the faq's "comp.windows.x FAQ" and "The X toolkit intrinsics"
  31. but there don't appear anything about it.
  32.  
  33. thanx,
  34.  
  35. PS: will summarize if there are interested parties.
  36.  
  37. -- 
  38.  
  39.                 FRed Au
  40.                 ...!uunet!csfb1!dbadmin4!fau
  41.  
  42.