home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14172 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.1 KB

  1. Path: sparky!uunet!mcsun!uknet!edcastle!mfg
  2. From: mfg@castle.ed.ac.uk (M Gordon)
  3. Newsgroups: comp.windows.x
  4. Subject: SUMMARY: Building a server without PEX
  5. Message-ID: <24028@castle.ed.ac.uk>
  6. Date: 22 Jul 92 07:44:03 GMT
  7. Organization: Edinburgh University
  8. Lines: 26
  9.  
  10. Original problem:  I added "#define BuildPex NO" to site.def as the
  11. release notes said and recompiled, but I still got a server with PEX.
  12.  
  13. Answer:  As several people said, I had to add the lines
  14.  
  15.     #ifdef BuildPexExt
  16.     #undef BuildPexExt
  17.     #endif
  18.  
  19. to site.def.  BuildPex just turns of the building of the PEX libraries and
  20. clients.  Is this documented anywhere?
  21.  
  22. Thanks to
  23.     gdrm@dcs.ed.ac.uk
  24.     simon@lia.di.epfl.ch
  25.     lfs@d62bonk.mitre.org
  26.     khera@cs.duke.edu
  27.     kaleb@thyme.jpl.nasa.gov
  28.     spz@speklec.mpifr-bonn.mpg.de
  29.  
  30.  
  31. -- 
  32.                                                          _   _   _    _   _    
  33. Michael Gordon - mfg@castle.ed.ac.uk OR ee.ed.ac.uk     | |_| |_| |__| |_| |   
  34. EE Dept, Edinburgh University                           | . . . .      . . |    
  35. It's not an optical illusion, it just looks like one    |_________|~~|_____|    
  36.