home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6839 < prev    next >
Encoding:
Text File  |  1992-07-27  |  2.4 KB  |  55 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gatech!bloom-beacon!bloom-picayune.mit.edu!daemon
  3. From: Ching-Hsiang Chen <chchen@stat.fsu.edu>
  4. Subject: Compiling OLVWM: the steps
  5. Message-ID: <1992Jul28.060603.29354@athena.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Reply-To: chchen@stat.fsu.edu
  8. Organization: The Internet
  9. Date: Tue, 28 Jul 1992 06:06:03 GMT
  10. Lines: 43
  11.  
  12. I've compiled successfully the olvwm following the attached posting and
  13. some additional steps. First you got to get Flex from nic(128.214.6.100)
  14. and xbastart, xext, xprog, 75dpi fonts. Compile Flex and that should be
  15. no problem since even I can do it (oh, I know little about C language and
  16. GCC compiler). Place Flex in right directory according to the README or
  17. doc included. Now follow the steps in the attched article but in step 4.,
  18. you still need to delete the -lobz option in the Makefile.  
  19.  
  20. Edit the the font path in Xconfig so that it includes 75dpi fonts. Change
  21. the last line of the xinitrc file to 'exec olvwm' and change .Xresources
  22. to .Xdefaults in the very first few lines. This should do the job.
  23.  
  24. %% I had tried the binaries version of olvwm in tsx-11 but didn't succeed
  25.    so I have to do it myself.
  26.  
  27. Steve Chen
  28. --------------------------------------------------------------------
  29. Article 6266 of comp.os.linux:
  30. From: smackinla@cc.curtin.edu.au
  31. Subject: Compiling Open Look (olvwm)
  32. Date: 20 Jul 92 12:41:52 GMT
  33.  
  34. Hi. I'm replying to all the recent posts for help compiling Open Look (olvwm).
  35. There are four major steps that have to be done in order for the source to
  36. be compiled successfully.
  37.  
  38.     1: Get a copy of the flex source. I used version 2.37, so anything
  39.     later than that should work.
  40.     2: Make the libraries in the olgx dir, and then use make install
  41.     to place it in the correct directories.
  42.     3: Modify the file slave.c in two ways. Firstly, #define notdef
  43.     at the beginning, and secondly change the reference to "RLIMIT_NOFILE"
  44.     to RLIMIT_OFILE. (BTW: I'm not too sure about these, could be dodgy.
  45.     Perhaps someone could straighten out the problem in sys/resource.h?
  46.     4: And finally, change olvwm/Makefile so that the CFLAGS include
  47.     "-DSYSV" and so there is no reference to libobz. (Again, I don't know
  48.     what's in that lib, but it linked ok...)
  49.  
  50. Then you should be able to compile the main program with no trouble. All I can
  51. say is that this worked for me... The change is _definitely_ worth it. Open
  52. Look is a huge improvement over twm.
  53.  
  54. Pat -- Have a day!
  55.