|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: R T
Length: 2340 (0x924) Types: TextFile Names: »READ-ME«
└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/others/max/READ-ME« └─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/others/max/READ-ME«
[ READ-ME - Wed Oct 21 08:41:16 1987 - max instructions - /mtr ] 1. You need a copy of X version 10 implementation of the X v11 toolkit standard specification. I got my copy from here: anonymous ftp from decwrl.dec.com (128.45.0.1) Xtlib.tar.Z compressed (0.75 M) OR Xtlib.tar (2 M) 2. When compiling max, it needs access to two internal include files from Xtlib. These are Quarks.h and XrmConvert.h. They are included in this distribution. If you've changed them on your system, you should take a look and "fix what's different". If you haven't changed anything, forget about it. 3. Although vastly improved from the previous distribution, this X toolkit implementation is still a bit buggy. It would be best if you simply added my fixes into the Xtlib/ source tree. The following files were modified: ButtonBox.c The hangingEdge attribute was added The Geometry manager wasn't updating the reply box A private routine wasn't static After SetValues, the ButtonBox didn't recalculate ButtonBox.h The hangingEdge attribute was defined Command.c After clicking-down on a window, the user can still abort the callback by moving the mouse out of the window and then clicking-up Intrinsic.h The routines XtFreeDataBase() and XtEnumDataBase() were defined VPane.c The autoRaise attribute was added XtVPanedWindowDelete wasn't checking the validity of its parameter VPane.h The autoRaise attribute was defined Xrm.c The routines XtFreeDataBase() and XtEnumDataBase() were added. The former is used to free a data base (max can use lots of databases), the latter is used for a full scan of a database. The DumpEntry routine had its parameters mis-ordered If you decide to update Xtlib, copy these files over and install a new Xtlib. Otherwise edit max/Makefile, look for the definition of OFILES, fix it so it reads: OFILES = max.o commands.o display.o file.o functions.o \ ButtonBox.o Command.o VPane.o Xrm.o 4. Now edit max/Makefile, here are the variables of interest: BINDIR - where the max binary will go LIBDIR - where the default maXdefaults file will go 5. If you want, edit maXdefaults for your site. 6. Type "make" as yourself 7. Type "make install" as the super-user