Re: libxml on OpenVMS (was RE: [xml] Release of libxml2-2.5.7)



Daniel Veillard wrote:

[compiler warnings snipped]

   Those 2 look more serious, I will try to fix them soon,

Thanks. I'll have to get back to the other warnings later, but the patch
attached here should be the only other thing necessary to get the
current version to build on VMS.



--- triodef.h;-0        Thu Apr  3 09:28:28 2003
+++ triodef.h   Fri Apr 25 10:46:05 2003
@@ -194,7 +194,7 @@
  */
 # pragma message disable (UNDERFLOW, FLOATOVERFL)
 
-# if (__CRTL_VER > 80000000)
+# if (__CRTL_VER < 80000000)
 /*
  * Although the compiler supports C99 language constructs, the C
  * run-time library does not contain all C99 functions.
--- vms/build_libxml.com;-0     Tue Oct 22 13:53:10 2002
+++ vms/build_libxml.com        Fri Apr 25 14:46:11 2003
@@ -15,7 +15,9 @@
 $! Change History
 $! --------------
 $! Command file author : John A Fotheringham (jaf jafsoft com)
-$! Last update         : 28 September 2002     Craig Berry (craigberry mac com)
+$! Update history      : 25 April 2003         Craig Berry (craigberry mac com)
+$!                      added xmlreader.c and relaxng.c to source list
+$!                    : 28 September 2002      Craig Berry (craigberry mac com)
 $!                      updated to work with current sources
 $!                      miscellaneous enhancements to build process
 $!
@@ -44,7 +46,7 @@
 $   sources = sources + " xpointer.c xinclude.c nanohttp.c nanoftp.c "
 $   sources = sources + " DOCBparser.c catalog.c globals.c threads.c c14n.c "
 $   sources = sources + " xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c "
-$   sources = sources + " triostr.c trio.c"
+$   sources = sources + " triostr.c trio.c xmlreader.c relaxng.c"
 $!
 $!- list of main modules to compile and link.  Compare this list to the
 $!  definition of bin_PROGRAMS in MAKEFILE.IN


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]