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