]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/readme_vms.txt
Added wxQuantize, wxSplashScreen, wxEffects & added palette to wxImage
[wxWidgets.git] / docs / readme_vms.txt
index d24776888b0bbedaaa2d2d153c041ca7d41b0139..f8dc78f4f7dac18b4d1494cbb537e9493952941d 100644 (file)
@@ -2,11 +2,13 @@ This distribution contains makefiles for VMS. It is a very preliminary release
 and many tests have still to be done.
 
 The compilation was tested with
 and many tests have still to be done.
 
 The compilation was tested with
-    -OpenVMS Alpha 7.2
-    -DECC 6.0
+    -OpenVMS Alpha 7.2-1
+    -DECC 6.2
     -Compac C++ 6.2
     -Compac C++ 6.2
+    -DECWindows 1.2-5
+    -Mozilla M14 (for the GTK-stuff)
     
     
-To get every thing compiled you'll need to have installed
+To get everything compiled you'll need to have installed:
     -Bison
     -Flex
     -Sed
     -Bison
     -Flex
     -Sed
@@ -14,16 +16,56 @@ To get every thing compiled you'll need to have installed
   http://www.openvms.digital.com/freeware/
   At the moment you'll have to hack the descrip.mms files to include the right
   locations of the packages, but i intend to make this better in future.
   http://www.openvms.digital.com/freeware/
   At the moment you'll have to hack the descrip.mms files to include the right
   locations of the packages, but i intend to make this better in future.
-  
-Currently only the MOTIF GUI vcan be build by typing
-  MMS/MACRO=(__MOTIF__=1)
+    -sys$library:libjpeg.olb  (from ftp://ftp.uu.net/graphics/jpeg/ )
+    -sys$library:libpng.olb & sys$library:libz.olb (from
+          http://www.cdrom.com/pub/png/pngcode.html )
+    -sys$library:libtiff.olb (from: ftp://ftp.sgi.com/graphics/tiff/ )
+
+Currently only the MOTIF GUI can be build by typing
+  MMS motif
  in the main directory of the distribution.
  in the main directory of the distribution.
+
+The GTK GUI is now in Alpha testing. Type
+  MMS gtk
+ in the main directory of the distribution to get a test. I builds the
+MINIMAL_GTK.exe sample only. It does something but I also got it crashing.
  
  
-It automatically makes the library in [.lib] and links the following samples
- [.samples.menu]dialogs.exe
- [.samples.menu]menu.exe
- [.samples.menu]minimal.exe
  
  
+It automatically makes the library in [.lib] and links some of the samples
+and utils.
+
+N.B.
+ the following patch is needed in the tiff3.4 distribution:
+
+polka-jj) diff TIFFCOMP.H;3 TIFFCOMP.H;1
+************
+File $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;3
+   97   #ifndef HAVE_UNISTD_H
+   98   #define HAVE_UNISTD_H   1
+   99   #endif
+  100   #endif
+******
+File $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;1
+   97   #define HAVE_UNISTD_H   1
+   98   #endif
+************
+************
+File $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;3
+  108   #if !defined(SEEK_SET) && defined( HAVE_UNISTD_H )
+  109   #include <unistd.h>
+******
+File $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;1
+  106   #if !defined(SEEK_SET) && HAVE_UNISTD_H
+  107   #include <unistd.h>
+************
+
+Number of difference sections found: 2
+Number of difference records found: 4
+
+DIFFERENCES /IGNORE=()/MERGED=1-
+    $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;3-
+    $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;1
+
 
 
 Finally :
 
 
 Finally :