]>
Commit | Line | Data |
---|---|---|
f9cb48ef JJ |
1 | This distribution contains makefiles for VMS. It is a very preliminary release |
2 | and many tests have still to be done. | |
3 | ||
4 | The compilation was tested with | |
967a5728 JJ |
5 | -OpenVMS Alpha 7.2-1 |
6 | -DECC 6.2 | |
f9cb48ef | 7 | -Compac C++ 6.2 |
967a5728 JJ |
8 | -DECWindows 1.2-5 |
9 | -Mozilla M14 (for the GTK-stuff) | |
f9cb48ef | 10 | |
2b8e283d | 11 | To get everything compiled you'll need to have installed: |
f9cb48ef JJ |
12 | -Bison |
13 | -Flex | |
14 | -Sed | |
15 | These programs are all on the OpenVMS freeware CD and can be downloaded from | |
16 | http://www.openvms.digital.com/freeware/ | |
17 | At the moment you'll have to hack the descrip.mms files to include the right | |
18 | locations of the packages, but i intend to make this better in future. | |
2b8e283d JJ |
19 | -sys$library:libjpeg.olb (from ftp://ftp.uu.net/graphics/jpeg/ ) |
20 | -sys$library:libpng.olb & sys$library:libz.olb (from | |
21 | http://www.cdrom.com/pub/png/pngcode.html ) | |
36cc3968 | 22 | -sys$library:libtiff.olb (from: ftp://ftp.sgi.com/graphics/tiff/ ) |
2b8e283d | 23 | |
967a5728 JJ |
24 | Currently only the MOTIF GUI can be build by typing |
25 | MMS motif | |
f9cb48ef | 26 | in the main directory of the distribution. |
967a5728 JJ |
27 | |
28 | The GTK GUI is now in Alpha testing. Type | |
29 | MMS gtk | |
30 | in the main directory of the distribution to get a test. I builds the | |
31 | MINIMAL_GTK.exe sample only. It does something but I also got it crashing. | |
32 | ||
f9cb48ef | 33 | |
36cc3968 JJ |
34 | It automatically makes the library in [.lib] and links some of the samples |
35 | and utils. | |
36 | ||
37 | N.B. | |
38 | the following patch is needed in the tiff3.4 distribution: | |
39 | ||
40 | polka-jj) diff TIFFCOMP.H;3 TIFFCOMP.H;1 | |
41 | ************ | |
42 | File $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;3 | |
43 | 97 #ifndef HAVE_UNISTD_H | |
44 | 98 #define HAVE_UNISTD_H 1 | |
45 | 99 #endif | |
46 | 100 #endif | |
47 | ****** | |
48 | File $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;1 | |
49 | 97 #define HAVE_UNISTD_H 1 | |
50 | 98 #endif | |
51 | ************ | |
52 | ************ | |
53 | File $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;3 | |
54 | 108 #if !defined(SEEK_SET) && defined( HAVE_UNISTD_H ) | |
55 | 109 #include <unistd.h> | |
56 | ****** | |
57 | File $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;1 | |
58 | 106 #if !defined(SEEK_SET) && HAVE_UNISTD_H | |
59 | 107 #include <unistd.h> | |
60 | ************ | |
61 | ||
62 | Number of difference sections found: 2 | |
63 | Number of difference records found: 4 | |
64 | ||
65 | DIFFERENCES /IGNORE=()/MERGED=1- | |
66 | $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;3- | |
67 | $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;1 | |
68 | ||
f9cb48ef JJ |
69 | |
70 | ||
71 | Finally : | |
72 | I like the idea of Robert Roebling that CD's with classical music should be | |
73 | send to the authors. | |
74 | ||
75 | ||
76 | >-----------------------------------------------------------------------------< | |
77 | ||
78 | Jouk Jansen | |
79 | ||
80 | joukj@hrem.stm.tudelft.nl | |
81 | ||
82 | ||
83 | Technische Universiteit Delft tttttttttt uu uu ddddddd | |
84 | Nationaal centrum voor HREM tttttttttt uu uu dd dd | |
85 | Rotterdamseweg 137 tt uu uu dd dd | |
86 | 2628 AL Delft tt uu uu dd dd | |
87 | Nederland tt uu uu dd dd | |
88 | tel. 31-15-2781536 tt uuuuuuu ddddddd | |
89 | ||
90 | >-----------------------------------------------------------------------------< |