home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9250 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  2.7 KB

  1. Path: sparky!uunet!mcsun!corton!jussieu!bambi.lptl.jussieu.fr!pda
  2. From: pda@bambi.lptl.jussieu.fr (Pierre DAVID)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: good news : X11R5 servers for HP7xx available at mit.
  5. Message-ID: <1992Aug13.163756.27165@jussieu.fr>
  6. Date: 13 Aug 92 16:37:56 GMT
  7. References: <3860@sicsun.epfl.ch> <1992Aug12.230948.26217@Informatik.TU-Muenchen.DE>
  8. Sender: news@jussieu.fr (Le Facteur)
  9. Organization: M.A.S.I., Universite P. & M. Curie, Paris, FRANCE
  10. Lines: 60
  11. Nntp-Posting-Host: bambi.lptl.jussieu.fr
  12.  
  13. >
  14. >In article <3860@sicsun.epfl.ch>, lecom@slhp1.epfl.ch (Claude Lecommandeur) writes:
  15. >|> 
  16. >|>     found on export.lcs.mit.edu:/contrib/R5.HP.SRV :
  17. >|> 
  18. >|> --------------------------------------------------------------------------
  19. >|> The files in this directory contain sources that allow the X11 R5 sample
  20. >|> server to be built for the following HP 9000 Series 700 workstation
  21. >|> platforms:
  22. >|> [...] 
  23. >|> The code is being released in source form for building and execution on the 
  24. >|> above platforms when running either the HP-UX 8.05 or 8.07 operating system.  
  25. >|> 
  26. >|> This software is intended for demonstration, experimentation, or research
  27. >|> purposes only.  It is not Hewlett-Packard product code and carries with it
  28. >|> no guarantee of functionality, performance, maintenance, or support.
  29. >      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  30. >
  31. >I know why this is there! ;-)
  32. >
  33. >I didn't get it to work!
  34. >The Imakefile thinks there should be directories
  35. >    ddx/cfb16
  36. >    ddx/cfb32
  37. >which aren't and commenting this instructions leads to a failing final
  38. >ld, because two external variables aren't there!
  39. >
  40. >    /bin/ld: Unsatisfied symbols:
  41. >       defeatAccessControl (data)
  42. >       cfbScreenPrivateIndex (data)
  43. >
  44. >And they aren't anywhere in the R5 pl16 server directory!
  45. >
  46. >Some hints? Any hints?
  47. >
  48.  
  49. You have to remove two "extern" declarations for these variables :
  50.     in server/os/utils.c        (variable defeatAccessControl)
  51.     in server/ddx/hp/ngle/nglescreen.c    (variable cfbScreenPrivateIndex)
  52. (just remove the "extern" qualifier and recompile).
  53.  
  54. >
  55. >And a comment to the hpLib.tmpl file:
  56. >This is really ugly!
  57. >It didn't work for my (plain MIT without PROJECTROOT) setup!
  58. >(But the ones posted to comp.sys.hp did!) And you can't install a new version
  59. >without shutting down X completely (which also can be done with the ones
  60. >posted to comp.sys.hp!)
  61. >
  62.  
  63. I kept my good old config files that work.
  64.  
  65. By the way, I installed it and played a little. I was *very*
  66. disappointed by the slooooooow-down on our 720/Grayscale. Every window
  67. displacement is very slow (near one second to move an 80x50 xterm),
  68. much slower than a color Sparc with MIT sample server.
  69. Is this normal ?
  70.  
  71. Pierre David
  72. pda@masi.ibp.fr
  73.