Building Amaya 2.4 on alpha-dec-osf4.0

Hi.

Thanks for Amaya.  Great tool.  I have used it on Linux and wanted to
put it onto our Compaq Alpha running OSF 4.0E.

I managed to get Amaya 2.4 to build by tweaking the Options file.  The
diffs are shown below.  I have not investigated fixing the
configure.in file to make these changes occur automatically.

The LDFLAGS option is there to keep addresses within 32 bits, since
the compilation gave a number of "warning: cast from pointer to
integer of different size" messages.  These warnings usually result
from code that assumes an int can hold a pointer.  On Alpha, ints are
still 32 bits although pointers are 64.  Since the warnings are valid,
the Right Thing to Do is to fix the code, e.g. by replacing the ints
in question by unions.  The complete build log, including 1st attempt
and then successful retry, is appended below.

The other main problem was that -ljpeg did not properly resolve some
externals.  I have not figured out why, since the missed externals are
in there.  Using the archive directly as ../libjpeg.a fixed this, but
somebody on the team my see the Right Way to fix it.

Regards,

-- 

Bob Moniot
Fordham University               email:  moniot@fordham.edu
Fordham College Lincoln Center   URL:    http://www.dsm.fordham.edu/~moniot/
New York, NY  10023              phone:  (212) 636-6311

---------------------Options file diffs----------------------


*** ALPHA-OSF/Options~	Wed Jan 19 17:59:59 2000
--- ALPHA-OSF/Options	Thu Jan 20 11:03:54 2000
***************
*** 12,18 ****
  CFLAGS	= -g -O2 -W 
  CPP     = gcc -E -x c
  LD	= gcc
! LDFLAGS	= 
  CP	= /bin/cp
  MV	= /bin/mv
  RM	= /bin/rm -f
--- 12,18 ----
  CFLAGS	= -g -O2 -W 
  CPP     = gcc -E -x c
  LD	= gcc
! LDFLAGS	= -Wl,-D,0x80000000,-T,0xc0000000
  CP	= /bin/cp
  MV	= /bin/mv
  RM	= /bin/rm -f
***************
*** 35,41 ****
  JAVA_OPTIONS=
  AMAYA_ANNOT_OPTIONS=
  
! IMGLIBS=-ljpeg -lpng -lz
  EXTRA_LIBS=
  
  MOTIF_INCLUDES=-I/usr/dt/include
--- 35,41 ----
  JAVA_OPTIONS=
  AMAYA_ANNOT_OPTIONS=
  
! IMGLIBS=../libjpeg.a -lpng -lz
  EXTRA_LIBS=
  
  MOTIF_INCLUDES=-I/usr/dt/include
***************
*** 45,51 ****
  #GTK_LIBRARIES=-lgtk -lgdk -rdynamic -lgmodule -lglib
  
  X_FLAGS=$(MOTIF_INCLUDES) $(GTK_INCLUDES) 
! X_EXTRA_LIBS= -ldnet
  X_PRE_LIBS= -lSM -lICE
  X_LIBS=
  
--- 45,51 ----
  #GTK_LIBRARIES=-lgtk -lgdk -rdynamic -lgmodule -lglib
  
  X_FLAGS=$(MOTIF_INCLUDES) $(GTK_INCLUDES) 
! #X_EXTRA_LIBS= -ldnet
  X_PRE_LIBS= -lSM -lICE
  X_LIBS=
  
---------------------Build log, First Try----------------------

Script started on Wed Jan 19 17:57:56 2000
erdos:/scratch/Amaya> mkdir ALPHA-OSF
erdos:/scratch/Amaya> cd ALPHA-OSF
erdos:/scratch/Amaya/ALPHA-OSF>	../configure ; nice make
creating cache ./config.cache
checking host system type... alpha-dec-osf4.0
checking target system type... alpha-dec-osf4.0
checking build system type... alpha-dec-osf4.0
checking whether make sets ${MAKE}... yes
checking for bison... bison -y
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for flex... flex
checking for yywrap in -lfl... yes
checking for mawk... no
checking for gawk... gawk
checking for a BSD compatible install... ../install-sh -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... ranlib
checking for cp... /bin/cp
checking for mv... /bin/mv
checking for rm... /bin/rm
checking for mkdir... /bin/mkdir
checking for echo... /bin/echo
checking for cat... /bin/cat
checking for chmod... /bin/chmod
checking for sed... /bin/sed
checking for ar... /usr/local/bin/ar
checking for diff... /bin/diff
checking for socket in -lsocket... no
checking for connect in -linet... no
checking for t_accept in -lnsl... no
checking for dlopen in -ldl... no
checking for X... libraries , headers 
checking for dnet_ntoa in -ldnet... yes
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdio.h... yes
checking for sys/types.h... yes
checking for types.h... no
checking for sys/unistd.h... no
checking for unistd.h... yes
checking for sys/fcntl.h... yes
checking for fcntl.h... yes
checking for sys/limits.h... yes
checking for limits.h... yes
checking for sys/stat.h... yes
checking for stat.h... no
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/systeminfo.h... yes
checking for sys/string.h... no
checking for strings.h... yes
checking for sys/syslog.h... yes
checking for syslog.h... yes
checking for sys/socket.h... yes
checking for socket.h... no
checking for appkit/appkit.h... no
checking for appkit.h... no
checking for netinet/in.h... yes
checking for in.h... no
checking for dn.h... no
checking for sys/ipc.h... yes
checking for net/errno.h... no
checking for sys/errno.h... yes
checking for errno.h... yes
checking for pwd.h... yes
checking for grp.h... yes
checking for arpa/inet.h... yes
checking for inet.h... no
checking for netdb.h... yes
checking for manifest.h... no
checking for bsdtypes.h... no
checking for stdefs.h... no
checking for bsdtime.h... no
checking for sys/select.h... yes
checking for select.h... no
checking for dnetdb.h... no
checking for libc.h... no
checking for stdlib.h... yes
checking for malloc.h... yes
checking for memory.h... yes
checking for unixlib.h... no
checking for ctype.h... yes
checking for cursesX.h... no
checking for curses.h... yes
checking for sys/resource.h... yes
checking for resource.h... no
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for dir.h... no
checking for direct.h... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking for working const... yes
checking for inline... inline
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
checking for uid_t in sys/types.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking type of array argument to getgroups... gid_t
checking whether gcc needs -traditional... no
checking for 8-bit clean memcmp... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for getcwd... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for getwd... yes
checking for mkdir... yes
checking for mktime... yes
checking for putenv... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for uname... yes
checking for lstat... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strchr... yes
checking for Motif... libraries /usr/lib, headers /usr/dt/include
configure: warning: Thot editor sources not found
updating cache ./config.cache
creating ./config.status
creating Makefile
creating Options.orig
creating tools/Makefile
creating libjpeg/Makefile
creating libpng/Makefile
creating libpng/zlib/Makefile
creating tools/mkdep/Makefile
creating tools/cextract-1.7/Makefile
creating thotlib/Makefile
creating thotlib/include/Makefile
creating batch/Makefile
creating tablelib/Makefile
creating amaya/Makefile
creating pluginlib/Makefile
creating config.h
Amaya package is now configured
Amaya configured with libWWW
Amaya configured with Math support
Amaya configured with Graph support
Now start "make all" (GNU make preferably) to build the binaries
Makefile:11: Options: No such file or directory
/bin/cp Options.orig Options
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/tools/mkdep'
gcc -O -I../../ -c ../../../tools/mkdep/mkdep.c -o mkdep.o
gcc  -o mkdep mkdep.o
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/tools/mkdep'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/tools'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/tools/mkdep'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/tools/mkdep'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/tools/cextract-1.7'
Makefile:38: .depends: No such file or directory
../../tools/mkdep/mkdep -relative -vpath ../../../tools/cextract-1.7  ../../../tools/cextract-1.7/*.c  > .depends
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/tools/cextract-1.7'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/tools/cextract-1.7'
gcc -O   -c ../../../tools/cextract-1.7/parse.c -o parse.o
gcc -O   -c ../../../tools/cextract-1.7/main.c -o main.o
gcc -O   -c ../../../tools/cextract-1.7/io.c -o io.o
../../../tools/cextract-1.7/io.c: In function `mach_time':
../../../tools/cextract-1.7/io.c:2227: warning: passing arg 1 of `ctime' from incompatible pointer type
gcc  -o ../../bin/cextract parse.o main.o io.o -lm
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/tools/cextract-1.7'
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/tools'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/thotlib'
Makefile:73: .depends: No such file or directory
../tools/mkdep/mkdep -relative -vpath ../../thotlib -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   ../../thotlib/*/*.c  > .depends
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/thotlib'
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/base/fileaccess.c -o base/fileaccess.o
In file included from ../../thotlib/base/fileaccess.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/base/fileaccess.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/base/fileaccess.c: In function `TtaReadSignedShort':
../../thotlib/base/fileaccess.c:145: warning: comparison is always false due to limited range of data type
../../thotlib/base/fileaccess.c: In function `TtaExtractName':
../../thotlib/base/fileaccess.c:547: warning: cast from pointer to integer of different size
../../thotlib/base/fileaccess.c:547: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/base/memory.c -o base/memory.o
In file included from ../../thotlib/base/memory.c:27:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/base/memory.c:27:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/base/message.c -o base/message.o
In file included from ../../thotlib/base/message.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/base/message.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/base/platform.c -o base/platform.o
In file included from ../../thotlib/base/platform.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/base/platform.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -DCOMPILED_IN_THOTDIR=\"../..\" \
   -DCOMPILED_IN_THOTDIR2=\"/usr/local/thot\" \
   -DMACHINE=\"alpha-dec-osf4.0\" -c ../../thotlib/base/registry.c -o base/registry.o
In file included from ../../thotlib/base/registry.c:27:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/sys/param.h:86,
                 from /usr/include/sys/file.h:70,
                 from ../../thotlib/include/sysdep.h:763,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/base/registry.c:27:
/usr/include/machine/machparam.h:53: warning: `MACHINE' redefined
*Initialization*:1: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/base/registry.c:27:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/base/actions.c -o base/actions.o
In file included from ../../thotlib/base/actions.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/base/actions.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/base/units.c -o base/units.o
In file included from ../../thotlib/base/units.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/base/units.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/externalref.c -o document/externalref.o
In file included from ../../thotlib/document/externalref.c:22:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/externalref.c:22:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/language.c -o document/language.o
In file included from ../../thotlib/document/language.c:14:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/language.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/readprs.c -o document/readprs.o
In file included from ../../thotlib/document/readprs.c:22:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/readprs.c:22:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/readstr.c -o document/readstr.o
In file included from ../../thotlib/document/readstr.c:21:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/readstr.c:21:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/readtra.c -o document/readtra.o
In file included from ../../thotlib/document/readtra.c:21:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/readtra.c:21:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/schtrad.c -o document/schtrad.o
In file included from ../../thotlib/document/schtrad.c:21:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/schtrad.c:21:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/translation.c -o document/translation.o
In file included from ../../thotlib/document/translation.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/translation.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/exceptions.c -o tree/exceptions.o
In file included from ../../thotlib/tree/exceptions.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/exceptions.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/tree.c -o tree/tree.o
In file included from ../../thotlib/tree/tree.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/tree.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/checkaccess.c -o tree/checkaccess.o
In file included from ../../thotlib/tree/checkaccess.c:19:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/checkaccess.c:19:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/labelalloc.c -o tree/labelalloc.o
In file included from ../../thotlib/tree/labelalloc.c:20:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/labelalloc.c:20:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/unicode/uaccess.c -o unicode/uaccess.o
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/unicode/uconvert.c -o unicode/uconvert.o
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/unicode/ustring.c -o unicode/ustring.o
In file included from ../../thotlib/unicode/ustring.c:14:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/unicode/ustring.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/unicode/ustring.c: In function `ustrncmp':
../../thotlib/unicode/ustring.c:476: warning: cast to pointer from integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/unicode/uio.c -o unicode/uio.o
In file included from ../../thotlib/unicode/uio.c:13:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/unicode/uio.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/base/batchmessage.c -o base/batchmessage.o
In file included from ../../thotlib/base/batchmessage.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/base/batchmessage.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/base/structlist.c -o base/structlist.o
In file included from ../../thotlib/base/structlist.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/base/structlist.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/base/structlist.c: In function `WrTree':
../../thotlib/base/structlist.c:489: warning: cast from pointer to integer of different size
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -DNODISPLAY -c ../../thotlib/content/contentapi.c -o content/contentapiND.o
In file included from ../../thotlib/content/contentapi.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/content/contentapi.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -DNODISPLAY -c ../../thotlib/content/content.c -o content/contentND.o
In file included from ../../thotlib/content/content.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/content/content.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/content/content.c: In function `AddPointInPolyline':
../../thotlib/content/content.c:966: warning: comparison between signed and unsigned
../../thotlib/content/content.c:1000: warning: comparison between signed and unsigned
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/nodisplay.c -o dialogue/nodisplay.o
In file included from ../../thotlib/dialogue/nodisplay.c:8:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/nodisplay.c:8:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -DNODISPLAY -c ../../thotlib/document/documentapi.c -o document/documentapiND.o
In file included from ../../thotlib/document/documentapi.c:8:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/documentapi.c:8:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/pivot.c -o document/pivot.o
In file included from ../../thotlib/document/pivot.c:23:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/pivot.c:23:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/readpivot.c -o document/readpivot.o
In file included from ../../thotlib/document/readpivot.c:22:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/readpivot.c:22:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/document/readpivot.c: In function `ReadTreePiv':
../../thotlib/document/readpivot.c:2734: warning: comparison between signed and unsigned
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/schemastr.c -o document/schemastr.o
In file included from ../../thotlib/document/schemastr.c:13:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/schemastr.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -DNODISPLAY -c ../../thotlib/document/writepivot.c -o document/writepivotND.o
In file included from ../../thotlib/document/writepivot.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/writepivot.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -DNODISPLAY -c ../../thotlib/editing/applicationapi.c -o editing/applicationapiND.o
In file included from ../../thotlib/editing/applicationapi.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/applicationapi.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -DNODISPLAY -c ../../thotlib/presentation/presentationapi.c -o presentation/presentationapiND.o
In file included from ../../thotlib/presentation/presentationapi.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/presentation/presentationapi.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/presentation/presentationapi.c: In function `NewPosition':
../../thotlib/presentation/presentationapi.c:228: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:382: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c: In function `NewDimension':
../../thotlib/presentation/presentationapi.c:634: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:717: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:817: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:898: warning: cast to pointer from integer of different size
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -DNODISPLAY -c ../../thotlib/tree/attributeapi.c -o tree/attributeapiND.o
In file included from ../../thotlib/tree/attributeapi.c:14:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/attributeapi.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/tree/attributeapi.c: In function `AttachMandatoryAttrSRule':
../../thotlib/tree/attributeapi.c:75: warning: `MandatoryAttrOK' might be used uninitialized in this function
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/draw.c -o tree/draw.o
In file included from ../../thotlib/tree/draw.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/draw.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/references.c -o tree/references.o
In file included from ../../thotlib/tree/references.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/references.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -DNODISPLAY -c ../../thotlib/tree/referenceapi.c -o tree/referenceapiND.o
In file included from ../../thotlib/tree/referenceapi.c:14:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/referenceapi.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/structschema.c -o tree/structschema.o
In file included from ../../thotlib/tree/structschema.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/structschema.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -DNODISPLAY -c ../../thotlib/tree/treeapi.c -o tree/treeapiND.o
In file included from ../../thotlib/tree/treeapi.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/treeapi.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
/usr/local/bin/ar rc libThotKernel.a base/fileaccess.o base/memory.o base/message.o base/platform.o base/registry.o base/actions.o base/units.o document/externalref.o document/language.o document/readprs.o document/readstr.o document/readtra.o document/schtrad.o document/translation.o tree/exceptions.o tree/tree.o tree/checkaccess.o tree/labelalloc.o unicode/uaccess.o unicode/uconvert.o unicode/ustring.o unicode/uio.o base/batchmessage.o base/structlist.o content/contentapiND.o content/contentND.o dialogue/nodisplay.o document/documentapiND.o document/pivot.o document/readpivot.o document/schemastr.o document/writepivotND.o editing/applicationapiND.o presentation/presentationapiND.o tree/attributeapiND.o tree/draw.o tree/references.o tree/referenceapiND.o tree/structschema.o tree/treeapiND.o 
ranlib libThotKernel.a
====> libThotKernel is done
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/content/content.c -o content/content.o
In file included from ../../thotlib/content/content.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/content/content.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/content/content.c: In function `AddPointInPolyline':
../../thotlib/content/content.c:966: warning: comparison between signed and unsigned
../../thotlib/content/content.c:1000: warning: comparison between signed and unsigned
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/content/dictionary.c -o content/dictionary.o
In file included from ../../thotlib/content/dictionary.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/content/dictionary.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/font.c -o dialogue/font.o
In file included from ../../thotlib/dialogue/font.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/font.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/font.c: In function `CharacterWidth':
../../thotlib/dialogue/font.c:276: warning: comparison between pointer and integer
../../thotlib/dialogue/font.c: In function `PixelValue':
../../thotlib/dialogue/font.c:484: warning: cast from pointer to integer of different size
../../thotlib/dialogue/font.c: In function `LogicalValue':
../../thotlib/dialogue/font.c:546: warning: cast from pointer to integer of different size
../../thotlib/dialogue/font.c: In function `InitDialogueFonts':
../../thotlib/dialogue/font.c:1258: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../thotlib/dialogue/font.c:1258: warning: passing arg 2 of `bcopy' from incompatible pointer type
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/documentapi.c -o document/documentapi.o
In file included from ../../thotlib/document/documentapi.c:8:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/documentapi.c:8:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/schemas.c -o document/schemas.o
In file included from ../../thotlib/document/schemas.c:13:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/schemas.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/applicationapi.c -o editing/applicationapi.o
In file included from ../../thotlib/editing/applicationapi.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/applicationapi.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/abspictures.c -o image/abspictures.o
In file included from ../../thotlib/image/abspictures.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/image/abspictures.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/epshandler.c -o image/epshandler.o
In file included from ../../thotlib/image/epshandler.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
../../thotlib/image/epshandler.c:45: warning: `MAX' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/sys/param.h:357: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/image/epshandler.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/gifhandler.c -o image/gifhandler.o
In file included from ../../thotlib/image/gifhandler.c:23:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/image/gifhandler.c:23:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/image/gifhandler.c: In function `GifPrint':
../../thotlib/image/gifhandler.c:1645: warning: cast to pointer from integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/jpeghandler.c -o image/jpeghandler.o
In file included from ../../thotlib/image/jpeghandler.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from ../../thotlib/image/jpeghandler.c:33:
../../libjpeg/jinclude.h:82: warning: `SIZEOF' redefined
/usr/include/X11/Xmd.h:123: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/image/jpeghandler.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/image/jpeghandler.c: In function `ReadJPEG':
../../thotlib/image/jpeghandler.c:85: warning: variable `retBuffer' might be clobbered by `longjmp' or `vfork'
../../thotlib/image/jpeghandler.c: In function `JpegPrint':
../../thotlib/image/jpeghandler.c:415: warning: cast to pointer from integer of different size
../../thotlib/image/jpeghandler.c:416: warning: cast to pointer from integer of different size
../../thotlib/image/jpeghandler.c:419: warning: cast to pointer from integer of different size
../../thotlib/image/jpeghandler.c:420: warning: cast to pointer from integer of different size
../../thotlib/image/jpeghandler.c:429: warning: cast to pointer from integer of different size
../../thotlib/image/jpeghandler.c:440: warning: cast to pointer from integer of different size
../../thotlib/image/jpeghandler.c:446: warning: cast to pointer from integer of different size
../../thotlib/image/jpeghandler.c:449: warning: cast to pointer from integer of different size
../../thotlib/image/jpeghandler.c:450: warning: cast to pointer from integer of different size
../../thotlib/image/jpeghandler.c:451: warning: cast to pointer from integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/picture.c -o image/picture.o
In file included from ../../thotlib/image/picture.c:28:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/image/picture.c:28:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/picturebase.c -o image/picturebase.o
In file included from ../../thotlib/image/picturebase.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/image/picturebase.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/pnghandler.c -o image/pnghandler.o
In file included from ../../thotlib/image/pnghandler.c:23:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
../../thotlib/image/pnghandler.c:41: warning: `MAX' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/sys/param.h:357: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/image/pnghandler.c:23:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/image/pnghandler.c: In function `ReadPng':
../../thotlib/image/pnghandler.c:466: warning: variable `png_pixels' might be clobbered by `longjmp' or `vfork'
../../thotlib/image/pnghandler.c:467: warning: variable `row_pointers' might be clobbered by `longjmp' or `vfork'
../../thotlib/image/pnghandler.c:469: warning: variable `pixels' might be clobbered by `longjmp' or `vfork'
../../thotlib/image/pnghandler.c: In function `PngPrint':
../../thotlib/image/pnghandler.c:1075: warning: cast to pointer from integer of different size
../../thotlib/image/pnghandler.c:1076: warning: cast to pointer from integer of different size
../../thotlib/image/pnghandler.c:1079: warning: cast to pointer from integer of different size
../../thotlib/image/pnghandler.c:1080: warning: cast to pointer from integer of different size
../../thotlib/image/pnghandler.c:1089: warning: cast to pointer from integer of different size
../../thotlib/image/pnghandler.c:1098: warning: cast to pointer from integer of different size
../../thotlib/image/pnghandler.c:1105: warning: cast to pointer from integer of different size
../../thotlib/image/pnghandler.c:1108: warning: cast to pointer from integer of different size
../../thotlib/image/pnghandler.c:1109: warning: cast to pointer from integer of different size
../../thotlib/image/pnghandler.c:1110: warning: cast to pointer from integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xbmhandler.c -o image/xbmhandler.o
In file included from ../../thotlib/image/xbmhandler.c:22:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/image/xbmhandler.c:22:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/image/xbmhandler.c: In function `XbmPrint':
../../thotlib/image/xbmhandler.c:255: warning: cast to pointer from integer of different size
../../thotlib/image/xbmhandler.c:256: warning: cast to pointer from integer of different size
../../thotlib/image/xbmhandler.c:264: warning: cast to pointer from integer of different size
../../thotlib/image/xbmhandler.c:265: warning: cast to pointer from integer of different size
../../thotlib/image/xbmhandler.c:267: warning: cast to pointer from integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmattrib.c -o image/xpmattrib.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmattrib.c:35:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmattrib.c:35:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/image/xpmattrib.c: In function `XpmFreeExtensions':
../../thotlib/image/xpmattrib.c:123: warning: comparison between signed and unsigned
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmcreate.c -o image/xpmcreate.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmcreate.c:46:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmcreate.c:46:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/image/xpmcreate.c: In function `ParseAndPutPixels':
../../thotlib/image/xpmcreate.c:2439: warning: cast from pointer to integer of different size
../../thotlib/image/xpmcreate.c:2442: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmcrifrdata.c -o image/xpmcrifrdata.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmcrifrdata.c:35:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmcrifrdata.c:35:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmcrpfrdata.c -o image/xpmcrpfrdata.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmcrpfrdata.c:35:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmcrpfrdata.c:35:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmcrpfri.c -o image/xpmcrpfri.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmcrpfri.c:35:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmcrpfri.c:35:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmdata.c -o image/xpmdata.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmdata.c:43:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmdata.c:43:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmhandler.c -o image/xpmhandler.o
In file included from ../../thotlib/image/xpmhandler.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/image/xpmhandler.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/image/xpmhandler.c: In function `XpmPrint':
../../thotlib/image/xpmhandler.c:275: warning: cast to pointer from integer of different size
../../thotlib/image/xpmhandler.c:276: warning: cast to pointer from integer of different size
../../thotlib/image/xpmhandler.c:277: warning: cast to pointer from integer of different size
../../thotlib/image/xpmhandler.c:289: warning: cast to pointer from integer of different size
../../thotlib/image/xpmhandler.c:296: warning: cast to pointer from integer of different size
../../thotlib/image/xpmhandler.c:299: warning: cast to pointer from integer of different size
../../thotlib/image/xpmhandler.c:300: warning: cast to pointer from integer of different size
../../thotlib/image/xpmhandler.c:301: warning: cast to pointer from integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmhashtab.c -o image/xpmhashtab.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmhashtab.c:36:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmhashtab.c:36:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmimage.c -o image/xpmimage.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmimage.c:35:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmimage.c:35:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpminfo.c -o image/xpminfo.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpminfo.c:35:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpminfo.c:35:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmmisc.c -o image/xpmmisc.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmmisc.c:35:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmmisc.c:35:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmparse.c -o image/xpmparse.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmparse.c:41:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmparse.c:41:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/image/xpmparse.c: In function `xpmParseColors':
../../thotlib/image/xpmparse.c:211: warning: cast to pointer from integer of different size
../../thotlib/image/xpmparse.c:293: warning: cast to pointer from integer of different size
../../thotlib/image/xpmparse.c:175: warning: `key' might be used uninitialized in this function
../../thotlib/image/xpmparse.c: In function `ParsePixels':
../../thotlib/image/xpmparse.c:456: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmrdftoi.c -o image/xpmrdftoi.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmrdftoi.c:35:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmrdftoi.c:35:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/xpmrdftop.c -o image/xpmrdftop.o
In file included from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmrdftop.c:35:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/internals/h/xpm.h:51,
                 from ../../thotlib/internals/h/XpmI.h:45,
                 from ../../thotlib/image/xpmrdftop.c:35:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/presentation/attrpresent.c -o presentation/attrpresent.o
In file included from ../../thotlib/presentation/attrpresent.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/presentation/attrpresent.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/presentation/changepresent.c -o presentation/changepresent.o
In file included from ../../thotlib/presentation/changepresent.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/presentation/changepresent.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/presentation/presrules.c -o presentation/presrules.o
In file included from ../../thotlib/presentation/presrules.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/presentation/presrules.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/presentation/presvariables.c -o presentation/presvariables.o
In file included from ../../thotlib/presentation/presvariables.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/presentation/presvariables.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/presentation/presvariables.c: In function `NewVariable':
../../thotlib/presentation/presvariables.c:1136: warning: passing arg 1 of `localtime' from incompatible pointer type
../../thotlib/presentation/presvariables.c:1156: warning: passing arg 1 of `localtime' from incompatible pointer type
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/presentation/pschemaapi.c -o presentation/pschemaapi.o
In file included from ../../thotlib/presentation/pschemaapi.c:14:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/presentation/pschemaapi.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/presentation/style.c -o presentation/style.o
In file included from ../../thotlib/presentation/style.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/presentation/style.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/presentation/style.c: In function `FirstPresAttrRuleSearch':
../../thotlib/presentation/style.c:605: warning: comparison between signed and unsigned
../../thotlib/presentation/style.c: In function `TstRuleContext':
../../thotlib/presentation/style.c:835: warning: comparison between signed and unsigned
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/attributes.c -o tree/attributes.o
In file included from ../../thotlib/tree/attributes.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/attributes.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/pagecommands.c -o tree/pagecommands.o
In file included from ../../thotlib/tree/pagecommands.c:29:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/pagecommands.c:29:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/absboxes.c -o view/absboxes.o
In file included from ../../thotlib/view/absboxes.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/absboxes.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/boxmoves.c -o view/boxmoves.o
In file included from ../../thotlib/view/boxmoves.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/boxmoves.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/view/boxmoves.c: In function `WidthPack':
../../thotlib/view/boxmoves.c:3304: warning: cast to pointer from integer of different size
../../thotlib/view/boxmoves.c: In function `HeightPack':
../../thotlib/view/boxmoves.c:3539: warning: cast to pointer from integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/boxpositions.c -o view/boxpositions.o
In file included from ../../thotlib/view/boxpositions.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/boxpositions.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/boxrelations.c -o view/boxrelations.o
In file included from ../../thotlib/view/boxrelations.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/boxrelations.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/view/boxrelations.c: In function `ComputePosRelation':
../../thotlib/view/boxrelations.c:595: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:673: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:707: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:803: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c: In function `ComputeDimRelation':
../../thotlib/view/boxrelations.c:1403: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:1420: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:1446: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:1518: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:1529: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:1560: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:1631: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:1642: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:1745: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:1843: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c: In function `ComputeAxisRelation':
../../thotlib/view/boxrelations.c:1946: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:1955: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:1969: warning: cast to pointer from integer of different size
../../thotlib/view/boxrelations.c:1971: warning: cast to pointer from integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/buildboxes.c -o view/buildboxes.o
In file included from ../../thotlib/view/buildboxes.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/buildboxes.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/buildlines.c -o view/buildlines.o
In file included from ../../thotlib/view/buildlines.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/buildlines.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/view/buildlines.c: In function `ComputeLines':
../../thotlib/view/buildlines.c:2063: warning: cast to pointer from integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/changeabsbox.c -o view/changeabsbox.o
In file included from ../../thotlib/view/changeabsbox.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/changeabsbox.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/createabsbox.c -o view/createabsbox.o
In file included from ../../thotlib/view/createabsbox.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/createabsbox.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/createpages.c -o view/createpages.o
In file included from ../../thotlib/view/createpages.c:27:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/createpages.c:27:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/displaybox.c -o view/displaybox.o
In file included from ../../thotlib/view/displaybox.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/displaybox.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/view/displaybox.c: In function `DisplayJustifiedText':
../../thotlib/view/displaybox.c:999: warning: comparison between pointer and integer
../../thotlib/view/displaybox.c:1004: warning: comparison between pointer and integer
../../thotlib/view/displaybox.c:1008: warning: comparison between pointer and integer
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/displayview.c -o view/displayview.o
In file included from ../../thotlib/view/displayview.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/displayview.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/frame.c -o view/frame.o
In file included from ../../thotlib/view/frame.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/frame.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/hyphen.c -o view/hyphen.o
In file included from ../../thotlib/view/hyphen.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/hyphen.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/base/alloca.c -o base/alloca.o
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/base/config.c -o base/config.o
In file included from ../../thotlib/base/config.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/base/config.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/base/thotmsg.c -o base/thotmsg.o
In file included from ../../thotlib/base/thotmsg.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/base/thotmsg.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/content/contentapi.c -o content/contentapi.o
In file included from ../../thotlib/content/contentapi.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/content/contentapi.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/content/search.c -o content/search.o
In file included from ../../thotlib/content/search.c:19:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/content/search.c:19:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/content/searchref.c -o content/searchref.o
In file included from ../../thotlib/content/searchref.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/content/searchref.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/content/word.c -o content/word.o
In file included from ../../thotlib/content/word.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/content/word.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/callback.c -o dialogue/callback.o
In file included from ../../thotlib/dialogue/callback.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/callback.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/callbackinit.c -o dialogue/callbackinit.o
In file included from ../../thotlib/dialogue/callbackinit.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/callbackinit.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/LiteClue.c -o dialogue/LiteClue.o
In file included from ../../thotlib/dialogue/LiteClue.c:35:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/LiteClue.c:35:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/LiteClue.c: In function `Enter_event':
../../thotlib/dialogue/LiteClue.c:484: warning: comparison between signed and unsigned
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/appdialogue.c -o dialogue/appdialogue.o
In file included from ../../thotlib/dialogue/appdialogue.c:23:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/appdialogue.c:23:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/appdialogue.c: In function `TtaAddButton':
../../thotlib/dialogue/appdialogue.c:1644: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c: In function `TtaAddTextZone':
../../thotlib/dialogue/appdialogue.c:2223: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c: In function `MakeFrame':
../../thotlib/dialogue/appdialogue.c:2943: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3224: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3225: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3226: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3227: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3228: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3229: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3230: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3241: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3242: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3243: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3244: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3245: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3246: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3247: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3432: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c:3433: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c: In function `DestroyFrame':
../../thotlib/dialogue/appdialogue.c:3577: warning: cast to pointer from integer of different size
../../thotlib/dialogue/appdialogue.c: In function `ThotCallback':
../../thotlib/dialogue/appdialogue.c:4481: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4484: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4487: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4490: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4497: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4501: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4505: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4512: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4518: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4526: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4573: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4579: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4615: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4624: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4628: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4631: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4634: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4637: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4644: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4655: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4665: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4670: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4707: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4717: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4736: warning: cast from pointer to integer of different size
../../thotlib/dialogue/appdialogue.c:4737: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/appli.c -o dialogue/appli.o
In file included from ../../thotlib/dialogue/appli.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/appli.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/attrmenu.c -o dialogue/attrmenu.o
In file included from ../../thotlib/dialogue/attrmenu.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/attrmenu.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/browser.c -o dialogue/browser.o
In file included from ../../thotlib/dialogue/browser.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/browser.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/closedoc.c -o dialogue/closedoc.o
In file included from ../../thotlib/dialogue/closedoc.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/closedoc.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/closedoc.c: In function `CallbackCloseDocMenu':
../../thotlib/dialogue/closedoc.c:72: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/colors.c -o dialogue/colors.o
In file included from ../../thotlib/dialogue/colors.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/colors.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/context.c -o dialogue/context.o
In file included from ../../thotlib/dialogue/context.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/context.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/createdoc.c -o dialogue/createdoc.o
In file included from ../../thotlib/dialogue/createdoc.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/createdoc.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/createdoc.c: In function `CallbackConfirmMenu':
../../thotlib/dialogue/createdoc.c:79: warning: cast from pointer to integer of different size
../../thotlib/dialogue/createdoc.c: In function `CallbackNewDocMenu':
../../thotlib/dialogue/createdoc.c:139: warning: cast from pointer to integer of different size
../../thotlib/dialogue/createdoc.c: In function `TtcCreateDocument':
../../thotlib/dialogue/createdoc.c:271: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/creationmenu.c -o dialogue/creationmenu.o
In file included from ../../thotlib/dialogue/creationmenu.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/creationmenu.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/dialogapi.c -o dialogue/dialogapi.o
In file included from ../../thotlib/dialogue/dialogapi.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/dialogapi.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/dialogapi.c: In function `CallMenu':
../../thotlib/dialogue/dialogapi.c:894: warning: cast from pointer to integer of different size
../../thotlib/dialogue/dialogapi.c: In function `CallValueSet':
../../thotlib/dialogue/dialogapi.c:1231: warning: cast from pointer to integer of different size
../../thotlib/dialogue/dialogapi.c:1232: warning: cast from pointer to integer of different size
../../thotlib/dialogue/dialogapi.c:1233: warning: cast from pointer to integer of different size
../../thotlib/dialogue/dialogapi.c:1234: warning: cast from pointer to integer of different size
../../thotlib/dialogue/dialogapi.c: In function `TtaRedrawMenuEntry':
../../thotlib/dialogue/dialogapi.c:5143: warning: comparison between signed and unsigned
../../thotlib/dialogue/dialogapi.c: In function `TtaNewNumberForm':
../../thotlib/dialogue/dialogapi.c:7149: warning: cast to pointer from integer of different size
../../thotlib/dialogue/dialogapi.c:7150: warning: cast to pointer from integer of different size
../../thotlib/dialogue/dialogapi.c:7159: warning: cast to pointer from integer of different size
../../thotlib/dialogue/dialogapi.c:7160: warning: cast to pointer from integer of different size
../../thotlib/dialogue/dialogapi.c: In function `TtaSetNumberForm':
../../thotlib/dialogue/dialogapi.c:7245: warning: cast from pointer to integer of different size
../../thotlib/dialogue/dialogapi.c:7246: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/geom.c -o dialogue/geom.o
In file included from ../../thotlib/dialogue/geom.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/geom.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/input.c -o dialogue/input.o
In file included from ../../thotlib/dialogue/input.c:28:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/input.c:28:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/input.c: In function `ThotInput':
../../thotlib/dialogue/input.c:707: warning: `modtype' might be used uninitialized in this function
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/interface.c -o dialogue/interface.o
In file included from ../../thotlib/dialogue/interface.c:21:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/interface.c:21:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/interface.c: In function `TtaInstallMultiKey':
../../thotlib/dialogue/interface.c:714: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/keyboards.c -o dialogue/keyboards.o
In file included from ../../thotlib/dialogue/keyboards.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/keyboards.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/keyboards.c: In function `ExposeKbd':
../../thotlib/dialogue/keyboards.c:545: warning: cast from pointer to integer of different size
../../thotlib/dialogue/keyboards.c: In function `CreateKeyboard':
../../thotlib/dialogue/keyboards.c:692: warning: cast to pointer from integer of different size
../../thotlib/dialogue/keyboards.c:730: warning: cast to pointer from integer of different size
../../thotlib/dialogue/keyboards.c:752: warning: cast to pointer from integer of different size
../../thotlib/dialogue/keyboards.c:753: warning: cast to pointer from integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/lookup.c -o dialogue/lookup.o
In file included from ../../thotlib/dialogue/lookup.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/lookup.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/modiftype.c -o dialogue/modiftype.o
In file included from ../../thotlib/dialogue/modiftype.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/modiftype.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/opendoc.c -o dialogue/opendoc.o
In file included from ../../thotlib/dialogue/opendoc.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/opendoc.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/opendoc.c: In function `CallbackImportMenu':
../../thotlib/dialogue/opendoc.c:299: warning: cast from pointer to integer of different size
../../thotlib/dialogue/opendoc.c: In function `CallbackOpenDocMenu':
../../thotlib/dialogue/opendoc.c:350: warning: cast from pointer to integer of different size
../../thotlib/dialogue/opendoc.c:355: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/openview.c -o dialogue/openview.o
In file included from ../../thotlib/dialogue/openview.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/openview.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/openview.c: In function `CallbackOpenView':
../../thotlib/dialogue/openview.c:57: warning: cast from pointer to integer of different size
../../thotlib/dialogue/openview.c:61: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/picturemenu.c -o dialogue/picturemenu.o
In file included from ../../thotlib/dialogue/picturemenu.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/picturemenu.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/picturemenu.c: In function `CallbackPictureMenu':
../../thotlib/dialogue/picturemenu.c:192: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/profiles.c -o dialogue/profiles.o
In file included from ../../thotlib/dialogue/profiles.c:20:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/profiles.c:20:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/presentmenu.c -o dialogue/presentmenu.o
In file included from ../../thotlib/dialogue/presentmenu.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/presentmenu.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/printmenu.c -o dialogue/printmenu.o
In file included from ../../thotlib/dialogue/printmenu.c:12:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/printmenu.c:12:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/extprintmenu.c -o dialogue/extprintmenu.o
In file included from ../../thotlib/dialogue/extprintmenu.c:12:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/extprintmenu.c:12:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/quit.c -o dialogue/quit.o
In file included from ../../thotlib/dialogue/quit.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/quit.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/savedoc.c -o dialogue/savedoc.o
In file included from ../../thotlib/dialogue/savedoc.c:23:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/savedoc.c:23:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/savedoc.c: In function `CallbackSaveDocMenu':
../../thotlib/dialogue/savedoc.c:209: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/searchmenu.c -o dialogue/searchmenu.o
In file included from ../../thotlib/dialogue/searchmenu.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/searchmenu.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/searchmenustr.c -o dialogue/searchmenustr.o
In file included from ../../thotlib/dialogue/searchmenustr.c:28:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/searchmenustr.c:28:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/selectmenu.c -o dialogue/selectmenu.o
In file included from ../../thotlib/dialogue/selectmenu.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/selectmenu.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/visibility.c -o dialogue/visibility.o
In file included from ../../thotlib/dialogue/visibility.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/visibility.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/visibility.c: In function `changevisibilityview':
../../thotlib/dialogue/visibility.c:74: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/dialogue/zoom.c -o dialogue/zoom.o
In file included from ../../thotlib/dialogue/zoom.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/dialogue/zoom.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/dialogue/zoom.c: In function `changezoomview':
../../thotlib/dialogue/zoom.c:69: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/docs.c -o document/docs.o
In file included from ../../thotlib/document/docs.c:23:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/docs.c:23:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/views.c -o document/views.o
In file included from ../../thotlib/document/views.c:23:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/views.c:23:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/writedoc.c -o document/writedoc.o
In file included from ../../thotlib/document/writedoc.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/writedoc.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/document/writepivot.c -o document/writepivot.o
In file included from ../../thotlib/document/writepivot.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/document/writepivot.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/checkermenu.c -o editing/checkermenu.o
In file included from ../../thotlib/editing/checkermenu.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/checkermenu.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/editing/checkermenu.c: In function `CallbackCorrector':
../../thotlib/editing/checkermenu.c:521: warning: cast from pointer to integer of different size
../../thotlib/editing/checkermenu.c:555: warning: cast from pointer to integer of different size
../../thotlib/editing/checkermenu.c:567: warning: cast from pointer to integer of different size
../../thotlib/editing/checkermenu.c:585: warning: cast from pointer to integer of different size
../../thotlib/editing/checkermenu.c:622: warning: cast from pointer to integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/editcommands.c -o editing/editcommands.o
In file included from ../../thotlib/editing/editcommands.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/editcommands.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/scroll.c -o editing/scroll.o
In file included from ../../thotlib/editing/scroll.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/scroll.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/spellchecker.c -o editing/spellchecker.o
In file included from ../../thotlib/editing/spellchecker.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/spellchecker.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/selectionapi.c -o editing/selectionapi.o
In file included from ../../thotlib/editing/selectionapi.c:8:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/selectionapi.c:8:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/structchange.c -o editing/structchange.o
In file included from ../../thotlib/editing/structchange.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/structchange.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/structcommands.c -o editing/structcommands.o
In file included from ../../thotlib/editing/structcommands.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/structcommands.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/structcreation.c -o editing/structcreation.o
In file included from ../../thotlib/editing/structcreation.c:27:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/structcreation.c:27:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/structmodif.c -o editing/structmodif.o
In file included from ../../thotlib/editing/structmodif.c:27:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/structmodif.c:27:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/structselect.c -o editing/structselect.o
In file included from ../../thotlib/editing/structselect.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/structselect.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/textcommands.c -o editing/textcommands.o
In file included from ../../thotlib/editing/textcommands.c:27:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/textcommands.c:27:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/undo.c -o editing/undo.o
In file included from ../../thotlib/editing/undo.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/undo.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/undoapi.c -o editing/undoapi.o
In file included from ../../thotlib/editing/undoapi.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/undoapi.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/unstructchange.c -o editing/unstructchange.o
In file included from ../../thotlib/editing/unstructchange.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/unstructchange.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/editing/viewcommands.c -o editing/viewcommands.o
In file included from ../../thotlib/editing/viewcommands.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/editing/viewcommands.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/image/pictureapi.c -o image/pictureapi.o
In file included from ../../thotlib/image/pictureapi.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/image/pictureapi.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/presentation/presentationapi.c -o presentation/presentationapi.o
In file included from ../../thotlib/presentation/presentationapi.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/presentation/presentationapi.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/presentation/presentationapi.c: In function `NewPosition':
../../thotlib/presentation/presentationapi.c:228: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:382: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c: In function `NewDimension':
../../thotlib/presentation/presentationapi.c:634: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:717: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:817: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:898: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c: In function `TtaChangeBoxSize':
../../thotlib/presentation/presentationapi.c:1735: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:1736: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c: In function `TtaChangeBoxPosition':
../../thotlib/presentation/presentationapi.c:1817: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:1818: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c: In function `TtaGiveBoxSize':
../../thotlib/presentation/presentationapi.c:1907: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:1908: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c: In function `TtaGiveBoxPosition':
../../thotlib/presentation/presentationapi.c:2006: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:2007: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c: In function `TtaGiveBoxAbsPosition':
../../thotlib/presentation/presentationapi.c:2100: warning: cast to pointer from integer of different size
../../thotlib/presentation/presentationapi.c:2101: warning: cast to pointer from integer of different size
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/attributeapi.c -o tree/attributeapi.o
In file included from ../../thotlib/tree/attributeapi.c:14:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/attributeapi.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/paginate.c -o tree/paginate.o
In file included from ../../thotlib/tree/paginate.c:29:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/paginate.c:29:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/referenceapi.c -o tree/referenceapi.o
In file included from ../../thotlib/tree/referenceapi.c:14:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/referenceapi.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/res.c -o tree/res.o
In file included from ../../thotlib/tree/res.c:5:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/res.c:5:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/resmatch.c -o tree/resmatch.o
In file included from ../../thotlib/tree/resmatch.c:5:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/resmatch.c:5:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../thotlib/tree/resmatch.c: In function `RestMatchSymb':
../../thotlib/tree/resmatch.c:164: warning: empty body in an if-statement
../../thotlib/tree/resmatch.c:166: warning: empty body in an if-statement
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/resgen.c -o tree/resgen.o
In file included from ../../thotlib/tree/resgen.c:2:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/resgen.c:2:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/tree/treeapi.c -o tree/treeapi.o
In file included from ../../thotlib/tree/treeapi.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/tree/treeapi.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/boxlocate.c -o view/boxlocate.o
In file included from ../../thotlib/view/boxlocate.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/boxlocate.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/boxparams.c -o view/boxparams.o
In file included from ../../thotlib/view/boxparams.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/boxparams.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/boxselection.c -o view/boxselection.o
In file included from ../../thotlib/view/boxselection.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/boxselection.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/displayselect.c -o view/displayselect.o
In file included from ../../thotlib/view/displayselect.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/displayselect.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/inites.c -o view/inites.o
In file included from ../../thotlib/view/inites.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/inites.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/structlocate.c -o view/structlocate.o
In file included from ../../thotlib/view/structlocate.c:28:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/structlocate.c:28:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/unstructlocate.c -o view/unstructlocate.o
In file included from ../../thotlib/view/unstructlocate.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/unstructlocate.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/viewapi.c -o view/viewapi.o
In file included from ../../thotlib/view/viewapi.c:23:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/viewapi.c:23:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/view/xwindowdisplay.c -o view/xwindowdisplay.o
In file included from ../../thotlib/view/xwindowdisplay.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/view/xwindowdisplay.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/xml/writexml.c -o xml/writexml.o
In file included from ../../thotlib/xml/writexml.c:30:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/xml/writexml.c:30:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/xml/savexml.c -o xml/savexml.o
In file included from ../../thotlib/xml/savexml.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/xml/savexml.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/xml/translatexml.c -o xml/translatexml.o
In file included from ../../thotlib/xml/translatexml.c:3:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/xml/translatexml.c:3:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/xml/parsexml.c -o xml/parsexml.o
In file included from ../../thotlib/xml/parsexml.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/xml/parsexml.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/xml/xmlmodule.c -o xml/xmlmodule.o
In file included from ../../thotlib/xml/xmlmodule.c:33:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/xml/xmlmodule.c:33:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../thotlib/xml/thotmodule.c -o xml/thotmodule.o
In file included from ../../thotlib/xml/thotmodule.c:22:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../thotlib/xml/thotmodule.c:22:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
/usr/local/bin/ar rc libThotEditor.a base/fileaccess.o base/memory.o base/message.o base/platform.o base/registry.o base/actions.o base/units.o document/externalref.o document/language.o document/readprs.o document/readstr.o document/readtra.o document/schtrad.o document/translation.o tree/exceptions.o tree/tree.o tree/checkaccess.o tree/labelalloc.o unicode/uaccess.o unicode/uconvert.o unicode/ustring.o unicode/uio.o content/content.o content/dictionary.o dialogue/font.o document/documentapi.o document/readpivot.o document/schemas.o editing/applicationapi.o image/abspictures.o image/epshandler.o image/gifhandler.o image/jpeghandler.o image/picture.o image/picturebase.o image/pnghandler.o image/xbmhandler.o image/xpmattrib.o image/xpmcreate.o image/xpmcrifrdata.o image/xpmcrpfrdata.o image/xpmcrpfri.o image/xpmdata.o image/xpmhandler.o image/xpmhashtab.o image/xpmimage.o image/xpminfo.o image/xpmmisc.o image/xpmparse.o image/xpmrdftoi.o image/xpmrdftop.o presentation/attrprese!
!
!
!
!
!
!
nt.o presentation/changepresent.o presentation/presrules.o presentation/presvariables.o presentation/pschemaapi.o presentation/style.o tree/attributes.o tree/pagecommands.o tree/references.o tree/structschema.o view/absboxes.o view/boxmoves.o view/boxpositions.o view/boxrelations.o view/buildboxes.o view/buildlines.o view/changeabsbox.o view/createabsbox.o view/createpages.o view/displaybox.o view/displayview.o view/frame.o view/hyphen.o base/alloca.o base/config.o base/thotmsg.o base/structlist.o content/contentapi.o content/search.o content/searchref.o content/word.o dialogue/callback.o dialogue/callbackinit.o dialogue/LiteClue.o dialogue/appdialogue.o dialogue/appli.o dialogue/attrmenu.o dialogue/browser.o dialogue/closedoc.o dialogue/colors.o dialogue/context.o dialogue/createdoc.o dialogue/creationmenu.o dialogue/dialogapi.o dialogue/geom.o dialogue/input.o dialogue/interface.o dialogue/keyboards.o dialogue/lookup.o dialogue/modiftype.o dialogue/opendoc.o dialogue/openvie!
!
!
!
!
!
!
w.o dialogue/picturemenu.o dialogue/profiles.o dialogue/presentmenu.o dialogue/printmenu.o dialogue/extprintmenu.o dialogue/quit.o dialogue/savedoc.o dialogue/searchmenu.o dialogue/searchmenustr.o dialogue/selectmenu.o dialogue/visibility.o dialogue/zoom.o document/pivot.o document/docs.o document/views.o document/writedoc.o document/writepivot.o editing/checkermenu.o editing/editcommands.o editing/scroll.o editing/spellchecker.o editing/selectionapi.o editing/structchange.o editing/structcommands.o editing/structcreation.o editing/structmodif.o editing/structselect.o editing/textcommands.o editing/undo.o editing/undoapi.o editing/unstructchange.o editing/viewcommands.o image/pictureapi.o presentation/presentationapi.o tree/attributeapi.o tree/draw.o tree/paginate.o tree/referenceapi.o tree/res.o tree/resmatch.o tree/resgen.o tree/treeapi.o view/boxlocate.o view/boxparams.o view/boxselection.o view/displayselect.o view/inites.o view/structlocate.o view/unstructlocate.o view/vi!
!
!
!
!
!
!
ewapi.o view/xwindowdisplay.o xml/writexml.o xml/savexml.o xml/translatexml.o xml/parsexml.o xml/xmlmodule.o xml/thotmodule.o
ranlib libThotEditor.a
====> libThotEditor is done
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/batch'
Makefile:220: .depends: No such file or directory
../tools/mkdep/mkdep -relative -vpath ../../batch -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   ../../batch/*.c  > .depends
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/batch'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/batch'
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/../thotlib/base/compilmsg.c -o ../thotlib/base/compilmsg.o
In file included from ../../batch/../thotlib/base/compilmsg.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../batch/../thotlib/base/compilmsg.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/parser.c -o parser.o
In file included from ../../batch/parser.c:27:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../batch/parser.c:27:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/grammar.c -o grammar.o
In file included from ../../batch/grammar.c:29:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../batch/grammar.c:29:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/thotlib'
gcc  -o ../bin/grm ../thotlib/base/compilmsg.o parser.o grammar.o  ../thotlib/libThotKernel.a  
====> grm is done
(DIR=`pwd` ; THOTDIR=$DIR/../.. ; export THOTDIR ; \
        cd ../../batch ; $DIR/../bin/grm APP)
Grammar OK, creating file .GRM
(DIR=`pwd` ; THOTDIR=$DIR/../.. ; export THOTDIR ; \
        cd ../../batch ; $DIR/../bin/grm PRESEN)
Grammar OK, creating file .GRM
(DIR=`pwd` ; THOTDIR=$DIR/../.. ; export THOTDIR ; \
        cd ../../batch ; $DIR/../bin/grm STRUCT)
Grammar OK, creating file .GRM
(DIR=`pwd` ; THOTDIR=$DIR/../.. ; export THOTDIR ; \
         cd ../../batch ; $DIR/../bin/grm TRANS)
Grammar OK, creating file .GRM
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/writestr.c -o writestr.o
In file included from ../../batch/writestr.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../batch/writestr.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/str.c -o str.o
In file included from ../../batch/str.c:20:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../batch/str.c:20:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../batch/str.c: In function `main':
../../batch/str.c:2876: warning: cast to pointer from integer of different size
gcc  -o ../bin/str ../thotlib/base/compilmsg.o parser.o writestr.o str.o ../thotlib/libThotKernel.a  
====> str is done
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/writeprs.c -o writeprs.o
In file included from ../../batch/writeprs.c:26:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../batch/writeprs.c:26:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/prs.c -o prs.o
In file included from ../../batch/prs.c:29:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../batch/prs.c:29:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc  -o ../bin/prs ../thotlib/base/compilmsg.o parser.o writeprs.o prs.o ../thotlib/libThotKernel.a  
====> prs is done
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/writetra.c -o writetra.o
In file included from ../../batch/writetra.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../batch/writetra.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/tra.c -o tra.o
In file included from ../../batch/tra.c:29:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../batch/tra.c:29:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc  -o ../bin/tra ../thotlib/base/compilmsg.o parser.o writetra.o tra.o ../thotlib/libThotKernel.a  
====> tra is done
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/writeapp.c -o writeapp.o
In file included from ../../batch/writeapp.c:22:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../batch/writeapp.c:22:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/app.c -o app.o
In file included from ../../batch/app.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../batch/app.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc  -o ../bin/app ../thotlib/base/compilmsg.o ../thotlib/dialogue/callbackinit.o parser.o writeapp.o app.o ../thotlib/libThotKernel.a  
====> app is done
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/printstr.c -o printstr.o
In file included from ../../batch/printstr.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../batch/printstr.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc  -o ../bin/printstr printstr.o ../thotlib/libThotKernel.a  
====> printstr is done
gcc '-DCPP="'"gcc -E -x c"'"' -O -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../batch/rescandialogue.c -o rescandialogue.o
gcc -o ../bin/rescandialogue rescandialogue.o
====> rescandialogue is done
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/batch'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/batch'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[1]: `prs' is up to date.
make[1]: `tra' is up to date.
make[1]: `printstr' is up to date.
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/batch'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/amaya'
Makefile:62: .depends: No such file or directory
../tools/mkdep/mkdep -relative -vpath ../../amaya -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   ../../amaya/*.c  > .depends
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/amaya'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/amaya'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/tablelib'
Makefile:35: .depends: No such file or directory
../tools/mkdep/mkdep -relative -vpath ../../tablelib -DHAVE_CONFIG_H -I.. -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   ../../tablelib/*.c  > .depends
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/tablelib'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/tablelib'
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../tablelib/table.c -o table.o
In file included from ../../tablelib/table.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../tablelib/table.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../tablelib/tableH.c -o tableH.o
In file included from ../../tablelib/tableH.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../tablelib/tableH.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W  -DHAVE_CONFIG_H -I.. -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/dt/include   -c ../../tablelib/table2.c -o table2.o
In file included from ../../tablelib/table2.c:28:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../tablelib/table2.c:28:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
/usr/local/bin/ar rc libThotTable.a table.o tableH.o table2.o
ranlib libThotTable.a
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/tablelib'
STR=`pwd`/../bin/str;PRS=`pwd`/../bin/prs;TRA=`pwd`/../bin/tra;\
cd ../../amaya; THOTDIR=`pwd`/.. ;export THOTDIR; \
$STR     -DMATHML -DGRAPHML   HTML ;\
$PRS     -DMATHML -DGRAPHML   HTMLP ;\
$PRS     -DMATHML -DGRAPHML   -DPAGE HTMLP HTMLPP ;\
$PRS     -DMATHML -DGRAPHML   -DUS_PAPER HTMLP HTMLPPUS ;\
$PRS     -DMATHML -DGRAPHML   -DLINK_NUMBER -DPAGE HTMLP HTMLPLP ;\
$PRS     -DMATHML -DGRAPHML   -DLINK_NUMBER -DUS_PAPER HTMLP HTMLPLPUS ;\
$PRS     -DMATHML -DGRAPHML   -DBLACK_WHITE HTMLP HTMLPBW ;\
$TRA     -DMATHML -DGRAPHML   HTMLT ;\
$TRA     -DMATHML -DGRAPHML   -DXML HTMLT HTMLTX;\
$TRA     -DMATHML -DGRAPHML   HTMLTT
External structure MathML
External structure GraphML
Recursive element Element
Recursive element NOSCRIPT
Recursive element Block_Quote
Recursive element Basic_Set
Recursive element Paragraph
Recursive element Anchor
Recursive element Basic_Elem
Recursive element Subscript
Recursive element Superscript
Recursive element Span
Recursive element BDO
Recursive element Quotation
Recursive element Font
Recursive element Teletype_text
Recursive element Italic_text
Recursive element Bold_text
Recursive element Underlined_text
Recursive element Struck_text
Recursive element Big_text
Recursive element Small_text
Recursive element Phrase
Recursive element Emphasis
Recursive element Strong
Recursive element Def
Recursive element Code
Recursive element Sample
Recursive element Keyboard
Recursive element Variable
Recursive element Cite
Recursive element ABBR
Recursive element ACRONYM
Recursive element Font_
Recursive element Applet
Recursive element Applet_Content
Recursive element Object
Recursive element Object_Content
Recursive element 
Recursive element Block
Recursive element Division
Recursive element Center
Recursive element List_
Recursive element Unnumbered_List
Recursive element List_Item
Recursive element Form
Recursive element Form_Element
Recursive element Table_row
Recursive element Table
Recursive element thead
Recursive element Table_cell
Recursive element Data_cell
Recursive element Heading_cell
Recursive element FRAMESET
Recursive element Frames
Recursive element FrameElem
Recursive element IFRAME
HTMLfragment unused
Alias AnyLink
Head_misc : is a temporary element.
Element : is a temporary element.
HTMLfragment : won't be created
AddressContent : is a temporary element.
Heading : is a temporary element.
Basic_Elem : is a temporary element.
Font : is a temporary element.
Phrase : is a temporary element.
Applet_Content : is a temporary element.
 : is a temporary element.
Block : is a temporary element.
List_ : is a temporary element.
Form_Element : is a temporary element.
Option_item : is a temporary element.
Input : is a temporary element.
Text_With_Frame : won't be created
Col_elem : is a temporary element.
Table_cell : is a temporary element.
STR=`pwd`/../bin/str;PRS=`pwd`/../bin/prs;TRA=`pwd`/../bin/tra;\
cd ../../amaya; THOTDIR=`pwd`/.. ;export THOTDIR; \
$STR     -DMATHML -DGRAPHML   TextFile ;\
$PRS     -DMATHML -DGRAPHML   TextFileP ;\
$PRS     -DMATHML -DGRAPHML   -DPAGE TextFileP TextFilePP ;\
$PRS     -DMATHML -DGRAPHML   -DUS_PAPER TextFileP TextFilePPUS ;\
$TRA     -DMATHML -DGRAPHML   TextFileT
(if test "../../amaya" != "" -a "../../amaya" != "." ; then \
    /bin/cp ../../amaya/HTML.A .  ; \
    /bin/cp ../../amaya/HTML.STR .  ; \
fi)
THOTDIR=../.. ; export THOTDIR ; \
../bin/app     -DMATHML -DGRAPHML   HTML.A
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/libpng/zlib'
Makefile:35: .depends: No such file or directory
../../tools/mkdep/mkdep -relative -vpath ../../../libpng/zlib -I../.. -I../../../libpng/zlib ../../../libpng/zlib/*.c  > .depends
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libpng/zlib'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/libpng/zlib'
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/adler32.c -o adler32.o
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/compress.c -o compress.o
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/crc32.c -o crc32.o
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/deflate.c -o deflate.o
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/gzio.c -o gzio.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../libpng/zlib/gzio.c:519:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/infblock.c -o infblock.o
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/infcodes.c -o infcodes.o
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/inffast.c -o inffast.o
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/inflate.c -o inflate.o
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/inftrees.c -o inftrees.o
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/infutil.c -o infutil.o
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/trees.c -o trees.o
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/uncompr.c -o uncompr.o
gcc -g -O2 -W  -I../.. -I../../../libpng/zlib -c ../../../libpng/zlib/zutil.c -o zutil.o
/usr/local/bin/ar rc ../../libz.a adler32.o compress.o crc32.o deflate.o gzio.o infblock.o infcodes.o inffast.o inflate.o inftrees.o infutil.o trees.o uncompr.o zutil.o
ranlib ../../libz.a
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libpng/zlib'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF'
creating cache ./config.cache
checking host system type... alpha-dec-osf4.0e
checking target system type... alpha-dec-osf4.0e
checking build system type... alpha-dec-osf4.0e
checking for a BSD compatible install... ../../../libwww/config/install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc -g -O2 -W  ) works... yes
checking whether the C compiler (gcc -g -O2 -W  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for Cygwin environment... no
no
checking for executable suffix... no
checking for ranlib... ranlib
checking for ld used by GCC... /bin/ld
checking if the linker (/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for gcc option to produce PIC... none
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/bin/ld) is GNU ld... no
checking whether the linker (/bin/ld) supports shared libraries... yes
checking command to parse /usr/local/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /bin/ld option to reload object files... -r
checking dynamic linker characteristics... osf4.0e ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... ../../../libwww/config/install-sh -c
checking for POSIXized ISC... no
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers 
checking whether to define additional compiler specific flags... checking for telnet... telnet
checking for rlogin... rlogin
checking for tn3270... no
checking for x3270... no
checking for rm... /bin/rm
checking for ar... /usr/local/bin/ar
checking for mkdir... /bin/mkdir
checking for chmod... /bin/chmod
checking for cp... /bin/cp
checking for tar... /usr/local/bin/tar
checking for cvs... cvs
checking for sed... /bin/sed
checking for gzip... /bin/gzip
checking for www... no
checking whether ln -s works... (cached) yes
checking for resolv.conf... /etc/resolv.conf
checking for IceConnectionNumber in -lICE... yes
checking for socket in -lsocket... no
checking for connect in -linet... no
checking for t_accept in -lnsl... no
checking for dlopen in -ldl... no
checking for appkit/appkit.h... no
checking for appkit.h... no
checking for arpa/inet.h... yes
checking for inet.h... no
checking for net/errno.h... no
checking for sys/errno.h... yes
checking for errno.h... yes
checking for netinet/in.h... yes
checking for in.h... no
checking for netinet/tcp.h... yes
checking for tcp.h... no
checking for sys/fcntl.h... yes
checking for fcntl.h... yes
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for sys/ipc.h... yes
checking for sys/limits.h... yes
checking for limits.h... yes
checking for sys/machine.h... no
checking for sys/resource.h... yes
checking for resource.h... no
checking for sys/select.h... yes
checking for select.h... no
checking for sys/socket.h... yes
checking for socket.h... no
checking for sys/stat.h... yes
checking for stat.h... no
checking for sys/syslog... no
checking for syslog.h... yes
checking for sys/systeminfo.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/types.h... yes
checking for types.h... no
checking for sys/unistd.h... no
checking for unistd.h... yes
checking for wais/wais.h... no
checking for wais.h... no
checking for bsdtime.h... no
checking for bsdtypes.h... no
checking for ctype.h... yes
checking for cursesX.h... no
checking for curses.h... yes
checking for dn.h... no
checking for dnetdb.h... no
checking for grp.h... yes
checking for libc.h... no
checking for malloc.h... yes
checking for manifest.h... no
checking for memory.h... yes
checking for netdb.h... yes
checking for pwd.h... yes
checking for rxposix.h... no
checking for regex.h... yes
checking for stdefs.h... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for termios.h... yes
checking for unixlib.h... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for dir.h... no
checking for direct.h... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking type of array argument to getgroups... gid_t
checking for mode_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for BOOLEAN... no
checking for u_char... yes
checking for u_short... yes
checking for u_long... yes
checking size of char... 1
checking size of char *... 8
checking size of int... 4
checking size of long... 8
checking for whether time_t is long... no
checking for whether size_t is long... yes
checking for working const... yes
checking whether byte ordering is bigendian... no
checking whether char is unsigned... no
checking for long double... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_gmtoff in struct tm... yes
checking for time.h that defines timezone... yes
checking for time.h that defines altzone... no
checking for time.h that defines daylight... yes
checking if timezone is backwards... no
checking for tm_zone in struct tm... yes
checking for winsize structure... yes
checking for vprintf... yes
checking for strftime... yes
checking for getcwd... yes
checking for gethostname... yes
checking for getdomainname... yes
checking for getwd... yes
checking for select... yes
checking for socket... yes
checking for strerror... yes
checking for strtol... yes
checking for opendir... yes
checking for getpid... yes
checking for strchr... yes
checking for memcpy... yes
checking for getlogin... yes
checking for getpass... yes
checking for fcntl... yes
checking for readdir... yes
checking for sysinfo... yes
checking for ioctl... yes
checking for chdir... yes
checking for tempnam... yes
checking for getsockopt... yes
checking for setsockopt... yes
checking for gettimeofday... yes
checking for mktime... yes
checking for timegm... no
checking for tzset... yes
checking for unlink... yes
checking whether to support direct WAIS access.... no
checking whether to support zlib compress/decompress... yes
checking for /scratch/Amaya/ALPHA-OSF/libz.a... -L/scratch/Amaya/ALPHA-OSF -lz
checking whether to support POSIX regex... no
checking whether to support SOCKS... no
checking whether to support SOCKS5... no
checking whether to support SOCKS4... no
checking whether to support mysql access.... no
checking whether we include the Expat XML parser.... no
checking whether we include MD5 support for HTTP Digest Authentication.... yes
checking whether to use internal signal handlers... no
checking whether to disable Nagle's algorithm... yes
checking whether to accept new rule files without asking an end user.... no
checking whether to disable HTTP/1.1 pipelining... no
checking whether to use MUX as transport for HTTP.... no
checking whether to define _REENTRANT... no
checking whether to define _POSIX_SOURCE... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating libwww-config
creating w3c-libwww.spec
creating config/Makefile
creating modules/Makefile
creating modules/md5/Makefile
creating Library/Makefile
creating Library/src/Makefile
creating Library/src/windows/Makefile
creating Library/src/vms/Makefile
creating wwwconf.h
libwww is configured
make[3]: Entering directory `/scratch/Amaya/ALPHA-OSF/libwww/modules/md5'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/modules/md5 -I../..     -g -O2 -W  -c ../../../../../libwww/modules/md5/md5.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/modules/md5 -I../.. -g -O2 -W -Wp,-MD,.deps/md5.pp -c ../../../../../libwww/modules/md5/md5.c -o md5.o
echo timestamp > md5.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W   -o libmd5.la -rpath /usr/local/lib -version-info "1:0:1" md5.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
mkdir .libs
ar cru .libs/libmd5.a  md5.o 
ranlib .libs/libmd5.a
creating libmd5.la
(cd .libs && rm -f libmd5.la && ln -s ../libmd5.la libmd5.la)
make[3]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libwww/modules/md5'
make[3]: Entering directory `/scratch/Amaya/ALPHA-OSF/libwww/Library/src'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTAccess.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTAccess.pp -c ../../../../../libwww/Library/src/HTAccess.c -o HTAccess.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/WWWUtil.h:48,
                 from ../../../../../libwww/Library/src/HTAccess.c:28:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTAccess.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTDialog.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTDialog.pp -c ../../../../../libwww/Library/src/HTDialog.c -o HTDialog.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/WWWLib.h:50,
                 from ../../../../../libwww/Library/src/HTDialog.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTDialog.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTEvtLst.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTEvtLst.pp -c ../../../../../libwww/Library/src/HTEvtLst.c -o HTEvtLst.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTEvtLst.c:30:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTEvtLst.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTFilter.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTFilter.pp -c ../../../../../libwww/Library/src/HTFilter.c -o HTFilter.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/WWWLib.h:50,
                 from ../../../../../libwww/Library/src/HTFilter.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTFilter.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTHist.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTHist.pp -c ../../../../../libwww/Library/src/HTHist.c -o HTHist.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTHist.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTHist.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTInit.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTInit.pp -c ../../../../../libwww/Library/src/HTInit.c -o HTInit.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTInit.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../../../../libwww/Library/src/HTInit.c: In function `HTMIMEInit':
../../../../../libwww/Library/src/HTInit.c:446: warning: comparison between signed and unsigned
echo timestamp > HTInit.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTHome.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTHome.pp -c ../../../../../libwww/Library/src/HTHome.c -o HTHome.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/WWWLib.h:50,
                 from ../../../../../libwww/Library/src/HTHome.c:29:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTHome.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTLog.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTLog.pp -c ../../../../../libwww/Library/src/HTLog.c -o HTLog.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/WWWLib.h:50,
                 from ../../../../../libwww/Library/src/HTLog.c:19:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTLog.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTProxy.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTProxy.pp -c ../../../../../libwww/Library/src/HTProxy.c -o HTProxy.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTProxy.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTProxy.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTRules.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTRules.pp -c ../../../../../libwww/Library/src/HTRules.c -o HTRules.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/WWWLib.h:50,
                 from ../../../../../libwww/Library/src/HTRules.c:32:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTRules.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W  -version-info "1:0:1" -o libwwwapp.la -rpath /usr/local/lib  HTAccess.lo HTDialog.lo HTEvtLst.lo HTFilter.lo HTHist.lo HTInit.lo HTHome.lo HTLog.lo HTProxy.lo HTRules.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
mkdir .libs
ar cru .libs/libwwwapp.a  HTAccess.o HTDialog.o HTEvtLst.o HTFilter.o HTHist.o HTInit.o HTHome.o HTLog.o HTProxy.o HTRules.o 
ranlib .libs/libwwwapp.a
creating libwwwapp.la
(cd .libs && rm -f libwwwapp.la && ln -s ../libwwwapp.la libwwwapp.la)
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTAABrow.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTAABrow.pp -c ../../../../../libwww/Library/src/HTAABrow.c -o HTAABrow.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/WWWLib.h:50,
                 from ../../../../../libwww/Library/src/HTAABrow.c:62:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTAABrow.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTAAUtil.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTAAUtil.pp -c ../../../../../libwww/Library/src/HTAAUtil.c -o HTAAUtil.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTAAUtil.c:34:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTAAUtil.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTCookie.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTCookie.pp -c ../../../../../libwww/Library/src/HTCookie.c -o HTCookie.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTCookie.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTCookie.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTDigest.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTDigest.pp -c ../../../../../libwww/Library/src/HTDigest.c -o HTDigest.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTDigest.c:22:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTDigest.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTTChunk.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTTChunk.pp -c ../../../../../libwww/Library/src/HTTChunk.c -o HTTChunk.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTTChunk.c:19:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTTChunk.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTTP.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTTP.pp -c ../../../../../libwww/Library/src/HTTP.c -o HTTP.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTTP.c:20:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTTP.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTTPGen.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTTPGen.pp -c ../../../../../libwww/Library/src/HTTPGen.c -o HTTPGen.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTTPGen.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTTPGen.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTTPReq.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTTPReq.pp -c ../../../../../libwww/Library/src/HTTPReq.c -o HTTPReq.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTTPReq.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTTPReq.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTTPRes.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTTPRes.pp -c ../../../../../libwww/Library/src/HTTPRes.c -o HTTPRes.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTTPRes.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTTPRes.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTTPServ.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTTPServ.pp -c ../../../../../libwww/Library/src/HTTPServ.c -o HTTPServ.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTTPServ.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTTPServ.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTPEP.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTPEP.pp -c ../../../../../libwww/Library/src/HTPEP.c -o HTPEP.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTPEP.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTPEP.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W  -version-info "1:0:1" -o libwwwhttp.la -rpath /usr/local/lib  HTAABrow.lo HTAAUtil.lo HTCookie.lo HTDigest.lo HTTChunk.lo HTTP.lo HTTPGen.lo HTTPReq.lo HTTPRes.lo HTTPServ.lo HTPEP.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
rm -fr .libs/libwwwhttp.la .libs/libwwwhttp.* .libs/libwwwhttp.*
ar cru .libs/libwwwhttp.a  HTAABrow.o HTAAUtil.o HTCookie.o HTDigest.o HTTChunk.o HTTP.o HTTPGen.o HTTPReq.o HTTPRes.o HTTPServ.o HTPEP.o 
ranlib .libs/libwwwhttp.a
creating libwwwhttp.la
(cd .libs && rm -f libwwwhttp.la && ln -s ../libwwwhttp.la libwwwhttp.la)
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTMLPDTD.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTMLPDTD.pp -c ../../../../../libwww/Library/src/HTMLPDTD.c -o HTMLPDTD.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTMLPDTD.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTMLPDTD.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/SGML.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/SGML.pp -c ../../../../../libwww/Library/src/SGML.c -o SGML.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/SGML.c:23:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > SGML.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTMLGen.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTMLGen.pp -c ../../../../../libwww/Library/src/HTMLGen.c -o HTMLGen.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTMLGen.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../../../../libwww/Library/src/HTMLGen.c:388: warning: missing initializer
../../../../../libwww/Library/src/HTMLGen.c:388: warning: (near initialization for `HTMLGeneration.unparsed_begin_element')
../../../../../libwww/Library/src/HTMLGen.c:435: warning: missing initializer
../../../../../libwww/Library/src/HTMLGen.c:435: warning: (near initialization for `PlainToHTMLConversion.unparsed_begin_element')
echo timestamp > HTMLGen.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTTeXGen.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTTeXGen.pp -c ../../../../../libwww/Library/src/HTTeXGen.c -o HTTeXGen.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTTeXGen.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTTeXGen.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTPlain.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTPlain.pp -c ../../../../../libwww/Library/src/HTPlain.c -o HTPlain.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTPlain.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTPlain.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTML.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTML.pp -c ../../../../../libwww/Library/src/HTML.c -o HTML.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTML.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTML.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HText.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HText.pp -c ../../../../../libwww/Library/src/HText.c -o HText.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HText.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HText.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTHInit.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTHInit.pp -c ../../../../../libwww/Library/src/HTHInit.c -o HTHInit.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTHInit.c:12:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTHInit.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTStyle.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTStyle.pp -c ../../../../../libwww/Library/src/HTStyle.c -o HTStyle.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTStyle.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTStyle.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W  -version-info "1:0:1" -o libwwwhtml.la -rpath /usr/local/lib  HTMLPDTD.lo SGML.lo HTMLGen.lo HTTeXGen.lo HTPlain.lo HTML.lo HText.lo HTHInit.lo HTStyle.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
rm -fr .libs/libwwwhtml.la .libs/libwwwhtml.* .libs/libwwwhtml.*
ar cru .libs/libwwwhtml.a  HTMLPDTD.o SGML.o HTMLGen.o HTTeXGen.o HTPlain.o HTML.o HText.o HTHInit.o HTStyle.o 
ranlib .libs/libwwwhtml.a
creating libwwwhtml.la
(cd .libs && rm -f libwwwhtml.la && ln -s ../libwwwhtml.la libwwwhtml.la)
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTBound.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTBound.pp -c ../../../../../libwww/Library/src/HTBound.c -o HTBound.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTBound.c:21:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTBound.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTHeader.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTHeader.pp -c ../../../../../libwww/Library/src/HTHeader.c -o HTHeader.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTHeader.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTHeader.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTMIME.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTMIME.pp -c ../../../../../libwww/Library/src/HTMIME.c -o HTMIME.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTMIME.c:22:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTMIME.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTMIMPrs.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTMIMPrs.pp -c ../../../../../libwww/Library/src/HTMIMPrs.c -o HTMIMPrs.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTMIMPrs.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTMIMPrs.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTMIMERq.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTMIMERq.pp -c ../../../../../libwww/Library/src/HTMIMERq.c -o HTMIMERq.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTMIMERq.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../../../../libwww/Library/src/HTMIMERq.c: In function `MIMEMakeRequest':
../../../../../libwww/Library/src/HTMIMERq.c:63: warning: comparison between signed and unsigned
echo timestamp > HTMIMERq.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTMIMImp.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTMIMImp.pp -c ../../../../../libwww/Library/src/HTMIMImp.c -o HTMIMImp.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTMIMImp.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTMIMImp.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W  -version-info "1:0:1" -o libwwwmime.la -rpath /usr/local/lib  HTBound.lo HTHeader.lo HTMIME.lo HTMIMPrs.lo HTMIMERq.lo HTMIMImp.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
rm -fr .libs/libwwwmime.la .libs/libwwwmime.* .libs/libwwwmime.*
ar cru .libs/libwwwmime.a  HTBound.o HTHeader.o HTMIME.o HTMIMPrs.o HTMIMERq.o HTMIMImp.o 
ranlib .libs/libwwwmime.a
creating libwwwmime.la
(cd .libs && rm -f libwwwmime.la && ln -s ../libwwwmime.la libwwwmime.la)
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTCache.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTCache.pp -c ../../../../../libwww/Library/src/HTCache.c -o HTCache.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTCache.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../../../../libwww/Library/src/HTCache.c: In function `HTCache_putBlock':
../../../../../libwww/Library/src/HTCache.c:2033: warning: comparison between signed and unsigned
echo timestamp > HTCache.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W  -version-info "1:0:1" -o libwwwcache.la -rpath /usr/local/lib  HTCache.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
rm -fr .libs/libwwwcache.la .libs/libwwwcache.* .libs/libwwwcache.*
ar cru .libs/libwwwcache.a  HTCache.o 
ranlib .libs/libwwwcache.a
creating libwwwcache.la
(cd .libs && rm -f libwwwcache.la && ln -s ../libwwwcache.la libwwwcache.la)
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTConLen.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTConLen.pp -c ../../../../../libwww/Library/src/HTConLen.c -o HTConLen.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTConLen.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTConLen.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTEPtoCl.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTEPtoCl.pp -c ../../../../../libwww/Library/src/HTEPtoCl.c -o HTEPtoCl.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTEPtoCl.c:19:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTEPtoCl.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTFSave.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTFSave.pp -c ../../../../../libwww/Library/src/HTFSave.c -o HTFSave.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTFSave.c:23:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTFSave.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTFWrite.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTFWrite.pp -c ../../../../../libwww/Library/src/HTFWrite.c -o HTFWrite.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTFWrite.c:23:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../../../../libwww/Library/src/HTFWrite.c: In function `HTFWriter_write':
../../../../../libwww/Library/src/HTFWrite.c:56: warning: comparison between signed and unsigned
echo timestamp > HTFWrite.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTGuess.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTGuess.pp -c ../../../../../libwww/Library/src/HTGuess.c -o HTGuess.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTGuess.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTGuess.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTMerge.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTMerge.pp -c ../../../../../libwww/Library/src/HTMerge.c -o HTMerge.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTMerge.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTMerge.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTNetTxt.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTNetTxt.pp -c ../../../../../libwww/Library/src/HTNetTxt.c -o HTNetTxt.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTNetTxt.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTNetTxt.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTSChunk.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTSChunk.pp -c ../../../../../libwww/Library/src/HTSChunk.c -o HTSChunk.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTSChunk.c:12:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTSChunk.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTTee.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTTee.pp -c ../../../../../libwww/Library/src/HTTee.c -o HTTee.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTTee.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTTee.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTXParse.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTXParse.pp -c ../../../../../libwww/Library/src/HTXParse.c -o HTXParse.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTXParse.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTXParse.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W  -version-info "1:0:1" -o libwwwstream.la -rpath /usr/local/lib  HTConLen.lo HTEPtoCl.lo HTFSave.lo HTFWrite.lo HTGuess.lo HTMerge.lo HTNetTxt.lo HTSChunk.lo HTTee.lo HTXParse.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
rm -fr .libs/libwwwstream.la .libs/libwwwstream.* .libs/libwwwstream.*
ar cru .libs/libwwwstream.a  HTConLen.o HTEPtoCl.o HTFSave.o HTFWrite.o HTGuess.o HTMerge.o HTNetTxt.o HTSChunk.o HTTee.o HTXParse.o 
ranlib .libs/libwwwstream.a
creating libwwwstream.la
(cd .libs && rm -f libwwwstream.la && ln -s ../libwwwstream.la libwwwstream.la)
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTBInit.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTBInit.pp -c ../../../../../libwww/Library/src/HTBInit.c -o HTBInit.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTBInit.c:12:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTBInit.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTBind.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTBind.pp -c ../../../../../libwww/Library/src/HTBind.c -o HTBind.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTBind.c:35:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTBind.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTFile.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTFile.pp -c ../../../../../libwww/Library/src/HTFile.c -o HTFile.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTFile.c:30:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTFile.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTMulti.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTMulti.pp -c ../../../../../libwww/Library/src/HTMulti.c -o HTMulti.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTMulti.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../../../../libwww/Library/src/HTMulti.c: In function `HTGetBest':
../../../../../libwww/Library/src/HTMulti.c:431: warning: `data' might be used uninitialized in this function
echo timestamp > HTMulti.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W  -version-info "1:0:1" -o libwwwfile.la -rpath /usr/local/lib  HTBInit.lo HTBind.lo HTFile.lo HTMulti.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
rm -fr .libs/libwwwfile.la .libs/libwwwfile.* .libs/libwwwfile.*
ar cru .libs/libwwwfile.a  HTBInit.o HTBind.o HTFile.o HTMulti.o 
ranlib .libs/libwwwfile.a
creating libwwwfile.la
(cd .libs && rm -f libwwwfile.la && ln -s ../libwwwfile.la libwwwfile.la)
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTIcons.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTIcons.pp -c ../../../../../libwww/Library/src/HTIcons.c -o HTIcons.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTIcons.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTIcons.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTDescpt.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTDescpt.pp -c ../../../../../libwww/Library/src/HTDescpt.c -o HTDescpt.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTDescpt.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTDescpt.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTDir.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTDir.pp -c ../../../../../libwww/Library/src/HTDir.c -o HTDir.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTDir.c:23:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../../../../libwww/Library/src/HTDir.c: In function `HTDir_free':
../../../../../libwww/Library/src/HTDir.c:483: warning: `data' might be used uninitialized in this function
echo timestamp > HTDir.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W  -version-info "1:0:1" -o libwwwdir.la -rpath /usr/local/lib  HTIcons.lo HTDescpt.lo HTDir.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
rm -fr .libs/libwwwdir.la .libs/libwwwdir.* .libs/libwwwdir.*
ar cru .libs/libwwwdir.a  HTIcons.o HTDescpt.o HTDir.o 
ranlib .libs/libwwwdir.a
creating libwwwdir.la
(cd .libs && rm -f libwwwdir.la && ln -s ../libwwwdir.la libwwwdir.la)
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTANSI.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTANSI.pp -c ../../../../../libwww/Library/src/HTANSI.c -o HTANSI.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTANSI.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../../../../libwww/Library/src/HTANSI.c: In function `HTANSIWriter_block':
../../../../../libwww/Library/src/HTANSI.c:215: warning: comparison between signed and unsigned
echo timestamp > HTANSI.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTBufWrt.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTBufWrt.pp -c ../../../../../libwww/Library/src/HTBufWrt.c -o HTBufWrt.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTBufWrt.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTBufWrt.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTLocal.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTLocal.pp -c ../../../../../libwww/Library/src/HTLocal.c -o HTLocal.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTLocal.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTLocal.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTReader.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTReader.pp -c ../../../../../libwww/Library/src/HTReader.c -o HTReader.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTReader.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTReader.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTSocket.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTSocket.pp -c ../../../../../libwww/Library/src/HTSocket.c -o HTSocket.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTSocket.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTSocket.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTWriter.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTWriter.pp -c ../../../../../libwww/Library/src/HTWriter.c -o HTWriter.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTWriter.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTWriter.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W  -version-info "1:0:1" -o libwwwtrans.la -rpath /usr/local/lib  HTANSI.lo HTBufWrt.lo HTLocal.lo HTReader.lo HTSocket.lo HTWriter.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
rm -fr .libs/libwwwtrans.la .libs/libwwwtrans.* .libs/libwwwtrans.*
ar cru .libs/libwwwtrans.a  HTANSI.o HTBufWrt.o HTLocal.o HTReader.o HTSocket.o HTWriter.o 
ranlib .libs/libwwwtrans.a
creating libwwwtrans.la
(cd .libs && rm -f libwwwtrans.la && ln -s ../libwwwtrans.la libwwwtrans.la)
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTAlert.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTAlert.pp -c ../../../../../libwww/Library/src/HTAlert.c -o HTAlert.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/WWWLib.h:50,
                 from ../../../../../libwww/Library/src/HTAlert.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTAlert.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTAnchor.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTAnchor.pp -c ../../../../../libwww/Library/src/HTAnchor.c -o HTAnchor.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTAnchor.c:20:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTAnchor.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTChannl.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTChannl.pp -c ../../../../../libwww/Library/src/HTChannl.c -o HTChannl.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTChannl.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTChannl.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTDNS.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTDNS.pp -c ../../../../../libwww/Library/src/HTDNS.c -o HTDNS.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTDNS.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTDNS.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTError.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTError.pp -c ../../../../../libwww/Library/src/HTError.c -o HTError.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTError.c:19:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTError.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTEscape.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTEscape.pp -c ../../../../../libwww/Library/src/HTEscape.c -o HTEscape.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTEscape.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTEscape.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTEvent.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTEvent.pp -c ../../../../../libwww/Library/src/HTEvent.c -o HTEvent.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTEvent.c:19:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../../../../libwww/Library/src/HTEvent.c: In function `HTEvent_type2str':
../../../../../libwww/Library/src/HTEvent.c:126: warning: comparison between signed and unsigned
../../../../../libwww/Library/src/HTEvent.c:127: warning: comparison between signed and unsigned
echo timestamp > HTEvent.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTFormat.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTFormat.pp -c ../../../../../libwww/Library/src/HTFormat.c -o HTFormat.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTFormat.c:19:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTFormat.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTHost.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTHost.pp -c ../../../../../libwww/Library/src/HTHost.c -o HTHost.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTHost.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../../../../libwww/Library/src/HTHost.c: In function `HTHost_setWriteDelay':
../../../../../libwww/Library/src/HTHost.c:1630: warning: comparison of unsigned expression >= 0 is always true
../../../../../libwww/Library/src/HTHost.c: In function `HTHost_setDefaultWriteDelay':
../../../../../libwww/Library/src/HTHost.c:1661: warning: comparison of unsigned expression >= 0 is always true
echo timestamp > HTHost.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTInet.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTInet.pp -c ../../../../../libwww/Library/src/HTInet.c -o HTInet.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTInet.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTInet.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTLib.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTLib.pp -c ../../../../../libwww/Library/src/HTLib.c -o HTLib.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/WWWUtil.h:48,
                 from ../../../../../libwww/Library/src/HTLib.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTLib.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTLink.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTLink.pp -c ../../../../../libwww/Library/src/HTLink.c -o HTLink.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTLink.c:20:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTLink.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTMemLog.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTMemLog.pp -c ../../../../../libwww/Library/src/HTMemLog.c -o HTMemLog.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTMemLog.c:12:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTMemLog.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTMethod.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTMethod.pp -c ../../../../../libwww/Library/src/HTMethod.c -o HTMethod.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTMethod.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTMethod.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTNet.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTNet.pp -c ../../../../../libwww/Library/src/HTNet.c -o HTNet.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTNet.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../../../../libwww/Library/src/HTNet.c: In function `check_order':
../../../../../libwww/Library/src/HTNet.c:96: warning: comparison of unsigned expression < 0 is always false
echo timestamp > HTNet.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTNoFree.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTNoFree.pp -c ../../../../../libwww/Library/src/HTNoFree.c -o HTNoFree.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTNoFree.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTNoFree.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTParse.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTParse.pp -c ../../../../../libwww/Library/src/HTParse.c -o HTParse.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTParse.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTParse.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTProt.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTProt.pp -c ../../../../../libwww/Library/src/HTProt.c -o HTProt.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTProt.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTProt.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTReqMan.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTReqMan.pp -c ../../../../../libwww/Library/src/HTReqMan.c -o HTReqMan.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTReqMan.c:32:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTReqMan.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTResponse.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTResponse.pp -c ../../../../../libwww/Library/src/HTResponse.c -o HTResponse.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTResponse.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTResponse.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTStream.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTStream.pp -c ../../../../../libwww/Library/src/HTStream.c -o HTStream.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTStream.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTStream.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTTCP.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTTCP.pp -c ../../../../../libwww/Library/src/HTTCP.c -o HTTCP.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTTCP.c:20:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTTCP.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTTimer.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTTimer.pp -c ../../../../../libwww/Library/src/HTTimer.c -o HTTimer.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTTimer.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../../../../libwww/Library/src/HTTimer.c: In function `HTTimer_delete':
../../../../../libwww/Library/src/HTTimer.c:159: warning: empty body in an if-statement
echo timestamp > HTTimer.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTTrans.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTTrans.pp -c ../../../../../libwww/Library/src/HTTrans.c -o HTTrans.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTTrans.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTTrans.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTUTree.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTUTree.pp -c ../../../../../libwww/Library/src/HTUTree.c -o HTUTree.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTUTree.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTUTree.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTUser.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTUser.pp -c ../../../../../libwww/Library/src/HTUser.c -o HTUser.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTUser.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTUser.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTWWWStr.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTWWWStr.pp -c ../../../../../libwww/Library/src/HTWWWStr.c -o HTWWWStr.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTWWWStr.c:12:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTWWWStr.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W  -version-info "1:0:1" -o libwwwcore.la -rpath /usr/local/lib  HTAlert.lo HTAnchor.lo HTChannl.lo HTDNS.lo HTError.lo HTEscape.lo HTEvent.lo HTFormat.lo HTHost.lo HTInet.lo HTLib.lo HTLink.lo HTMemLog.lo HTMethod.lo HTNet.lo HTNoFree.lo HTParse.lo HTProt.lo HTReqMan.lo HTResponse.lo HTStream.lo HTTCP.lo HTTimer.lo HTTrans.lo HTUTree.lo HTUser.lo HTWWWStr.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
rm -fr .libs/libwwwcore.la .libs/libwwwcore.* .libs/libwwwcore.*
ar cru .libs/libwwwcore.a  HTAlert.o HTAnchor.o HTChannl.o HTDNS.o HTError.o HTEscape.o HTEvent.o HTFormat.o HTHost.o HTInet.o HTLib.o HTLink.o HTMemLog.o HTMethod.o HTNet.o HTNoFree.o HTParse.o HTProt.o HTReqMan.o HTResponse.o HTStream.o HTTCP.o HTTimer.o HTTrans.o HTUTree.o HTUser.o HTWWWStr.o 
ranlib .libs/libwwwcore.a
creating libwwwcore.la
(cd .libs && rm -f libwwwcore.la && ln -s ../libwwwcore.la libwwwcore.la)
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTArray.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTArray.pp -c ../../../../../libwww/Library/src/HTArray.c -o HTArray.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTArray.c:12:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTArray.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTAssoc.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTAssoc.pp -c ../../../../../libwww/Library/src/HTAssoc.c -o HTAssoc.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTAssoc.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTAssoc.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTAtom.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTAtom.pp -c ../../../../../libwww/Library/src/HTAtom.c -o HTAtom.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTAtom.c:20:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTAtom.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTBTree.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTBTree.pp -c ../../../../../libwww/Library/src/HTBTree.c -o HTBTree.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTBTree.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTBTree.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTChunk.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTChunk.pp -c ../../../../../libwww/Library/src/HTChunk.c -o HTChunk.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTChunk.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTChunk.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTHash.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTHash.pp -c ../../../../../libwww/Library/src/HTHash.c -o HTHash.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTHash.c:12:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTHash.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTList.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTList.pp -c ../../../../../libwww/Library/src/HTList.c -o HTList.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTList.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTList.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTMemory.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTMemory.pp -c ../../../../../libwww/Library/src/HTMemory.c -o HTMemory.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTMemory.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTMemory.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTString.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTString.pp -c ../../../../../libwww/Library/src/HTString.c -o HTString.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTString.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTString.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTTrace.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTTrace.pp -c ../../../../../libwww/Library/src/HTTrace.c -o HTTrace.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTTrace.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTTrace.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTUU.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTUU.pp -c ../../../../../libwww/Library/src/HTUU.c -o HTUU.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTUU.c:41:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTUU.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W  -version-info "1:0:1" -o libwwwutils.la -rpath /usr/local/lib  HTArray.lo HTAssoc.lo HTAtom.lo HTBTree.lo HTChunk.lo HTHash.lo HTList.lo HTMemory.lo HTString.lo HTTrace.lo HTUU.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
rm -fr .libs/libwwwutils.la .libs/libwwwutils.* .libs/libwwwutils.*
ar cru .libs/libwwwutils.a  HTArray.o HTAssoc.o HTAtom.o HTBTree.o HTChunk.o HTHash.o HTList.o HTMemory.o HTString.o HTTrace.o HTUU.o 
ranlib .libs/libwwwutils.a
creating libwwwutils.la
(cd .libs && rm -f libwwwutils.la && ln -s ../libwwwutils.la libwwwutils.la)
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include 	-I../../../../../libwww/modules/md5 	-I../../../../../libwww/modules/expat/xmlparse   -DW3C_ICONS=\"/usr/local/share/w3c-libwww\"  -g -O2 -W  -c ../../../../../libwww/Library/src/HTZip.c
gcc -DHAVE_CONFIG_H -I. -I../../../../../libwww/Library/src -I../.. -I/usr/local/include -I../../../../../libwww/modules/md5 -I../../../../../libwww/modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W -Wp,-MD,.deps/HTZip.pp -c ../../../../../libwww/Library/src/HTZip.c -o HTZip.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../../../../libwww/Library/src/HTZip.c:12:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
echo timestamp > HTZip.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -W  -version-info "1:0:1" -o libwwwzip.la  -rpath /usr/local/lib HTZip.lo  -lICE  -L/scratch/Amaya/ALPHA-OSF -lz
rm -fr .libs/libwwwzip.la .libs/libwwwzip.* .libs/libwwwzip.*
ar cru .libs/libwwwzip.a  HTZip.o 
ranlib .libs/libwwwzip.a
creating libwwwzip.la
(cd .libs && rm -f libwwwzip.la && ln -s ../libwwwzip.la libwwwzip.la)
make[3]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libwww/Library/src'
libwww is installed
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF'
STR=`pwd`/../bin/str;PRS=`pwd`/../bin/prs;TRA=`pwd`/../bin/tra;\
cd ../../amaya; THOTDIR=`pwd`/.. ;export THOTDIR; \
$STR     -DMATHML -DGRAPHML   MathML ; \
$PRS     -DMATHML -DGRAPHML   MathMLP ; \
$TRA     -DMATHML -DGRAPHML   -DXML MathMLT MathMLTX ; \
$TRA     -DMATHML -DGRAPHML   MathMLT
Recursive element Construct
Recursive element MROW
Recursive element MFRAC
Recursive element Numerator
Recursive element Denominator
Recursive element MSQRT
Recursive element RootBase
Recursive element MROOT
Recursive element Index
Recursive element MSTYLE
Recursive element MERROR
Recursive element MPADDED
Recursive element MPHANTOM
Recursive element MFENCED
Recursive element FencedExpression
Recursive element MSUB
Recursive element MSUP
Recursive element Base
Recursive element Subscript
Recursive element Superscript
Recursive element MUNDER
Recursive element UnderOverBase
Recursive element Underscript
Recursive element MOVER
Recursive element Overscript
Recursive element MMULTISCRIPTS
Recursive element MultiscriptBase
Recursive element PostscriptPairs
Recursive element PostscriptPair
Recursive element MSubscript
Recursive element MSuperscript
Recursive element MTABLE
Recursive element MTable_body
Recursive element MACTION
Recursive element MTR
Recursive element MTD
Recursive element CellWrapper
Construct : is a temporary element.
(if test "../../amaya" != "" -a "../../amaya" != "." ; then \
    /bin/cp ../../amaya/MathML.A .  ; \
    /bin/cp ../../amaya/MathML.STR .  ; \
fi)
THOTDIR=../.. ; export THOTDIR ; \
../bin/app     -DMATHML -DGRAPHML   MathML.A
STR=`pwd`/../bin/str;PRS=`pwd`/../bin/prs;TRA=`pwd`/../bin/tra;\
cd ../../amaya; THOTDIR=`pwd`/.. ;export THOTDIR; \
$STR     -DMATHML -DGRAPHML   GraphML ; \
$PRS     -DMATHML -DGRAPHML   GraphMLP ; \
$TRA     -DMATHML -DGRAPHML   -DXML GraphMLT GraphMLTX ; \
$TRA     -DMATHML -DGRAPHML   GraphMLT
External structure HTML
External structure MathML
Recursive element GraphicalElement
Recursive element Group
GraphicalElement : is a temporary element.
(if test "../../amaya" != "" -a "../../amaya" != "." ; then \
    /bin/cp ../../amaya/GraphML.A .  ; \
    /bin/cp ../../amaya/GraphML.STR .  ; \
fi)
THOTDIR=../.. ; export THOTDIR ; \
../bin/app     -DMATHML -DGRAPHML   GraphML.A
(if test "../../amaya" != "" -a "../../amaya" != "." -a \
         "../../amaya" != "../amaya" ; then \
    /bin/cp ../../amaya/EDITOR.A . ; \
    /bin/cp ../../amaya/xpm/logo.xpm . ; \
fi)
THOTDIR=../.. ; export THOTDIR ; \
../bin/app     -DMATHML -DGRAPHML   EDITOR.A
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c EDITORAPP.c -o EDITORAPP.o
In file included from EDITORAPP.c:6:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from EDITORAPP.c:6:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c HTMLAPP.c -o HTMLAPP.o
In file included from HTMLAPP.c:6:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from HTMLAPP.c:6:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
(if test "../../amaya" != "" -a "../../amaya" != "." ; then \
    /bin/cp ../../amaya/TextFile.A .  ; \
    /bin/cp ../../amaya/TextFile.STR .  ; \
fi)
THOTDIR=../.. ; export THOTDIR ; \
../bin/app     -DMATHML -DGRAPHML   TextFile.A
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c TextFileAPP.c -o TextFileAPP.o
In file included from TextFileAPP.c:6:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from TextFileAPP.c:6:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/AHTURLTools.c -o AHTURLTools.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/AHTURLTools.c:19:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/AHTURLTools.c:19:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../amaya/AHTURLTools.c: In function `ExtractSuffix':
../../amaya/AHTURLTools.c:310: warning: cast from pointer to integer of different size
../../amaya/AHTURLTools.c:310: warning: cast from pointer to integer of different size
../../amaya/AHTURLTools.c: In function `ExtractTarget':
../../amaya/AHTURLTools.c:864: warning: cast from pointer to integer of different size
../../amaya/AHTURLTools.c:864: warning: cast from pointer to integer of different size
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/EDITORactions.c -o EDITORactions.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/EDITORactions.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/EDITORactions.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/EDITimage.c -o EDITimage.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/EDITimage.c:19:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/EDITimage.c:19:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../amaya/EDITimage.c: In function `CallbackImage':
../../amaya/EDITimage.c:127: warning: cast from pointer to integer of different size
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/EDITstyle.c -o EDITstyle.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/EDITstyle.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/EDITstyle.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../amaya/EDITstyle.c: In function `StyleCallbackDialogue':
../../amaya/EDITstyle.c:1325: warning: cast from pointer to integer of different size
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/HTMLactions.c -o HTMLactions.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLactions.c:19:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLactions.c:19:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/HTMLbook.c -o HTMLbook.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLbook.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLbook.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../amaya/HTMLbook.c: In function `CallbackPrint':
../../amaya/HTMLbook.c:541: warning: cast from pointer to integer of different size
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/HTMLedit.c -o HTMLedit.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLedit.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLedit.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/HTMLform.c -o HTMLform.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLform.c:29:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLform.c:29:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/HTMLhistory.c -o HTMLhistory.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLhistory.c:15:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLhistory.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../amaya/HTMLhistory.c: In function `GotoPreviousHTML':
../../amaya/HTMLhistory.c:308: warning: `last' might be used uninitialized in this function
../../amaya/HTMLhistory.c:308: warning: `hist' might be used uninitialized in this function
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/HTMLimage.c -o HTMLimage.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLimage.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLimage.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/HTMLpresentation.c -o HTMLpresentation.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLpresentation.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLpresentation.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/HTMLsave.c -o HTMLsave.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLsave.c:20:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLsave.c:20:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/HTMLtable.c -o HTMLtable.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLtable.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/HTMLtable.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/html2thot.c -o html2thot.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/html2thot.c:22:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/html2thot.c:22:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/init.c -o init.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/init.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/init.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../amaya/init.c: In function `ExtractParameters':
../../amaya/init.c:405: warning: cast from pointer to integer of different size
../../amaya/init.c:405: warning: cast from pointer to integer of different size
../../amaya/init.c: In function `CallbackDialogue':
../../amaya/init.c:3741: warning: cast from pointer to integer of different size
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/javaamaya.c -o javaamaya.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/javaamaya.c:8:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/javaamaya.c:8:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/MENUconf.c -o MENUconf.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/MENUconf.c:41:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/MENUconf.c:41:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../amaya/MENUconf.c: In function `CacheCallbackDialog':
../../amaya/MENUconf.c:814: warning: cast from pointer to integer of different size
../../amaya/MENUconf.c: In function `ProxyCallbackDialog':
../../amaya/MENUconf.c:1194: warning: cast from pointer to integer of different size
../../amaya/MENUconf.c: In function `GeneralCallbackDialog':
../../amaya/MENUconf.c:1753: warning: cast from pointer to integer of different size
../../amaya/MENUconf.c: In function `PublishCallbackDialog':
../../amaya/MENUconf.c:2136: warning: cast from pointer to integer of different size
../../amaya/MENUconf.c: In function `ColorCallbackDialog':
../../amaya/MENUconf.c:2484: warning: cast from pointer to integer of different size
../../amaya/MENUconf.c: In function `GeometryCallbackDialog':
../../amaya/MENUconf.c:2834: warning: cast from pointer to integer of different size
../../amaya/MENUconf.c: In function `LanNegCallbackDialog':
../../amaya/MENUconf.c:3090: warning: cast from pointer to integer of different size
../../amaya/MENUconf.c: In function `ProfileCallbackDialog':
../../amaya/MENUconf.c:3458: warning: cast from pointer to integer of different size
../../amaya/MENUconf.c: In function `TemplatesCallbackDialog':
../../amaya/MENUconf.c:3749: warning: cast from pointer to integer of different size
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/templates.c -o templates.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/templates.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/templates.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/trans.c -o trans.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/trans.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/trans.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../amaya/trans.c: In function `TransCallbackDialog':
../../amaya/trans.c:2363: warning: cast from pointer to integer of different size
../../amaya/trans.c: In function `TransformIntoType':
../../amaya/trans.c:2858: warning: cast to pointer from integer of different size
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/transparse.c -o transparse.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/transparse.c:24:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/transparse.c:24:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/UIcss.c -o UIcss.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/UIcss.c:16:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/UIcss.c:16:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../amaya/UIcss.c: In function `CallbackCSS':
../../amaya/UIcss.c:340: warning: cast from pointer to integer of different size
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/gtkdialogue_box.c -o gtkdialogue_box.o
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/AHTBridge.c -o AHTBridge.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/AHTBridge.c:25:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/AHTBridge.c:25:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/AHTFWrite.c -o AHTFWrite.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/AHTFWrite.c:21:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/AHTFWrite.c:21:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/answer.c -o answer.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/answer.c:20:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/answer.c:20:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/query.c -o query.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/query.c:54:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/query.c:54:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/AHTMemConv.c -o AHTMemConv.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/AHTMemConv.c:20:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/AHTMemConv.c:20:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/AHTInit.c -o AHTInit.o
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../../libwww/Library/src/wwwsys.h:1028,
                 from ../../amaya/AHTInit.c:15:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c GraphMLAPP.c -o GraphMLAPP.o
In file included from GraphMLAPP.c:6:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from GraphMLAPP.c:6:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/GraphMLbuilder.c -o GraphMLbuilder.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/GraphMLbuilder.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/GraphMLbuilder.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/Graphedit.c -o Graphedit.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/Graphedit.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/Graphedit.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../amaya/Graphedit.c: In function `CallbackGraph':
../../amaya/Graphedit.c:1270: warning: cast from pointer to integer of different size
../../amaya/Graphedit.c:1273: warning: cast from pointer to integer of different size
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c MathMLAPP.c -o MathMLAPP.o
In file included from MathMLAPP.c:6:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from MathMLAPP.c:6:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/XMLparser.c -o XMLparser.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/XMLparser.c:14:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/XMLparser.c:14:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../amaya/XMLparser.c: In function `GetXMLElementType':
../../amaya/XMLparser.c:433: warning: passing arg 4 of `MapXMLElementType' from incompatible pointer type
../../amaya/XMLparser.c:444: warning: passing arg 4 of `MapXMLElementType' from incompatible pointer type
../../amaya/XMLparser.c:457: warning: passing arg 4 of `MapXMLElementType' from incompatible pointer type
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/MathMLbuilder.c -o MathMLbuilder.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/MathMLbuilder.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/MathMLbuilder.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/Mathedit.c -o Mathedit.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/Mathedit.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/Mathedit.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
../../amaya/Mathedit.c: In function `CallbackMaths':
../../amaya/Mathedit.c:906: warning: cast from pointer to integer of different size
../../amaya/Mathedit.c:914: warning: cast from pointer to integer of different size
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/css.c -o css.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/css.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/css.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/fetchHTMLname.c -o fetchHTMLname.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/fetchHTMLname.c:19:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/fetchHTMLname.c:19:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/fetchXMLname.c -o fetchXMLname.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/fetchXMLname.c:17:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/fetchXMLname.c:17:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
gcc -g -O2 -W      -DMATHML -DGRAPHML   -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib   -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5     -I/usr/dt/include   -c ../../amaya/styleparser.c -o styleparser.o
In file included from ../../amaya/amaya.h:13,
                 from ../../amaya/styleparser.c:18:
../../thotlib/include/thot_sys.h:32: warning: `M_PI' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:751: warning: this is the location of the previous definition
../../thotlib/include/thot_sys.h:33: warning: `M_PI_2' redefined
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/math.h:752: warning: this is the location of the previous definition
In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/stdarg.h:36,
                 from ../../thotlib/include/sysdep.h:1013,
                 from ../../thotlib/include/thot_sys.h:49,
                 from ../../amaya/amaya.h:13,
                 from ../../amaya/styleparser.c:18:
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.1/include/va_list.h:7: warning: `va_list' previously declared here
/usr/local/bin/ar rc libCSS.a css.o fetchHTMLname.o fetchXMLname.o styleparser.o
ranlib libCSS.a
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/libpng'
Makefile:33: .depends: No such file or directory
../tools/mkdep/mkdep -relative -vpath ../../libpng -I.. -I../../libpng -I../../libpng/zlib ../../libpng/*.c  > .depends
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libpng'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/libpng'
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/png.c -o png.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngerror.c -o pngerror.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngget.c -o pngget.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngmem.c -o pngmem.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngpread.c -o pngpread.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngread.c -o pngread.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngrio.c -o pngrio.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngrtran.c -o pngrtran.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngrutil.c -o pngrutil.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngset.c -o pngset.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngtrans.c -o pngtrans.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngwio.c -o pngwio.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngwrite.c -o pngwrite.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngwtran.c -o pngwtran.o
gcc -g -O2 -W  -I.. -I../../libpng -I../../libpng/zlib -c ../../libpng/pngwutil.c -o pngwutil.o
/usr/local/bin/ar rc ../libpng.a png.o pngerror.o pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o pngwio.o pngwrite.o pngwtran.o pngwutil.o
ranlib ../libpng.a
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libpng'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/libjpeg'
Makefile:37: .depends: No such file or directory
../tools/mkdep/mkdep -relative -vpath ../../libjpeg -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib ../../libjpeg/*.c  > .depends
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libjpeg'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/libjpeg'
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jcapimin.c -o jcapimin.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jcapistd.c -o jcapistd.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jccoefct.c -o jccoefct.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jccolor.c -o jccolor.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jcdctmgr.c -o jcdctmgr.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jchuff.c -o jchuff.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jcinit.c -o jcinit.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jcmainct.c -o jcmainct.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jcmarker.c -o jcmarker.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jcmaster.c -o jcmaster.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jcomapi.c -o jcomapi.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jcparam.c -o jcparam.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jcphuff.c -o jcphuff.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jcprepct.c -o jcprepct.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jcsample.c -o jcsample.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jctrans.c -o jctrans.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdapimin.c -o jdapimin.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdapistd.c -o jdapistd.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdatadst.c -o jdatadst.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdatasrc.c -o jdatasrc.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdcoefct.c -o jdcoefct.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdcolor.c -o jdcolor.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jddctmgr.c -o jddctmgr.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdhuff.c -o jdhuff.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdinput.c -o jdinput.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdmainct.c -o jdmainct.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdmarker.c -o jdmarker.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdmaster.c -o jdmaster.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdmerge.c -o jdmerge.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdphuff.c -o jdphuff.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdpostct.c -o jdpostct.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdsample.c -o jdsample.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jdtrans.c -o jdtrans.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jerror.c -o jerror.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jfdctflt.c -o jfdctflt.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jfdctfst.c -o jfdctfst.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jfdctint.c -o jfdctint.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jidctflt.c -o jidctflt.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jidctfst.c -o jidctfst.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jidctint.c -o jidctint.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jidctred.c -o jidctred.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jmemmgr.c -o jmemmgr.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jmemnobs.c -o jmemnobs.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jquant1.c -o jquant1.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jquant2.c -o jquant2.o
gcc -g -O2 -W  -I.. -I../../libjpeg  -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas -I../../schemasOPERA -I../../libjpeg -I../../libpng -I../../libpng/zlib -c ../../libjpeg/jutils.c -o jutils.o
/usr/local/bin/ar rc ../libjpeg.a jcapimin.o jcapistd.o jccoefct.o jccolor.o jcdctmgr.o jchuff.o jcinit.o jcmainct.o jcmarker.o jcmaster.o jcomapi.o jcparam.o jcphuff.o jcprepct.o jcsample.o jctrans.o jdapimin.o jdapistd.o jdatadst.o jdatasrc.o jdcoefct.o jdcolor.o jddctmgr.o jdhuff.o jdinput.o jdmainct.o jdmarker.o jdmaster.o jdmerge.o jdphuff.o jdpostct.o jdsample.o jdtrans.o jerror.o jfdctflt.o jfdctfst.o jfdctint.o jidctflt.o jidctfst.o jidctint.o jidctred.o jmemmgr.o jmemnobs.o jquant1.o jquant2.o jutils.o
ranlib ../libjpeg.a
====> libjpeg is done
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libjpeg'
gcc  -o ../bin/amaya EDITORAPP.o HTMLAPP.o TextFileAPP.o AHTURLTools.o EDITORactions.o EDITimage.o EDITstyle.o HTMLactions.o HTMLbook.o HTMLedit.o HTMLform.o HTMLhistory.o HTMLimage.o HTMLpresentation.o HTMLsave.o HTMLtable.o html2thot.o init.o javaamaya.o MENUconf.o templates.o trans.o transparse.o UIcss.o gtkdialogue_box.o   AHTBridge.o AHTFWrite.o answer.o query.o AHTMemConv.o AHTInit.o GraphMLAPP.o GraphMLbuilder.o Graphedit.o MathMLAPP.o XMLparser.o MathMLbuilder.o Mathedit.o   libCSS.a -L../libwww/Library/src/.libs -lwwwapp -lwwwhttp -lwwwhtml -lwwwmime -lwwwcache -lwwwstream -lwwwfile -lwwwdir -lwwwtrans -lwwwcore -lwwwutils -lwwwzip -L../libwww/modules/md5/.libs -lmd5      -L../tablelib -L../thotlib -L.. -lThotTable -lThotEditor       -ljpeg -lpng -lz   -lXm  -lXt -lSM -lICE -lXext -lX11 -ldnet   -lm
/bin/ld:
Unresolved:
jpeg_std_error
jpeg_destroy_decompress
jpeg_CreateDecompress
jpeg_stdio_src
jpeg_read_header
jpeg_start_decompress
jpeg_read_scanlines
jpeg_finish_decompress
collect2: ld returned 1 exit status
make[1]: *** [../bin/amaya] Error 1
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/amaya'
make: *** [amaya_prog] Error 2
erdos:/scratch/Amaya/ALPHA-OSF>	exit
exit

script done on Wed Jan 19 21:02:33 2000

---------------------Build log, Second Try----------------------

Script started on Thu Jan 20 11:00:27 2000
erdos:/scratch/Amaya/ALPHA-OSF>	make
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/tools'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/tools/mkdep'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/tools/mkdep'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/tools/cextract-1.7'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/tools/cextract-1.7'
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/tools'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/batch'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/batch'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/batch'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[1]: `prs' is up to date.
make[1]: `tra' is up to date.
make[1]: `printstr' is up to date.
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/batch'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/amaya'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/tablelib'
make[2]: Nothing to be done for `libThotTable'.
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/tablelib'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/libpng/zlib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libpng/zlib'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF'
make[3]: Entering directory `/scratch/Amaya/ALPHA-OSF/libwww/modules/md5'
make[3]: `libmd5.la' is up to date.
make[3]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libwww/modules/md5'
make[3]: Entering directory `/scratch/Amaya/ALPHA-OSF/libwww/Library/src'
make[3]: `libwwwapp.la' is up to date.
make[3]: `libwwwhttp.la' is up to date.
make[3]: `libwwwhtml.la' is up to date.
make[3]: `libwwwmime.la' is up to date.
make[3]: `libwwwcache.la' is up to date.
make[3]: `libwwwstream.la' is up to date.
make[3]: `libwwwfile.la' is up to date.
make[3]: `libwwwdir.la' is up to date.
make[3]: `libwwwtrans.la' is up to date.
make[3]: `libwwwcore.la' is up to date.
make[3]: `libwwwutils.la' is up to date.
make[3]: `libwwwzip.la' is up to date.
make[3]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libwww/Library/src'
libwww is installed
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/libpng'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libpng'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/libjpeg'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/libjpeg'
gcc -Wl,-B,0x40000000,-D,0x80000000,-T,0xc0000000 -o ../bin/amaya EDITORAPP.o HTMLAPP.o TextFileAPP.o AHTURLTools.o EDITORactions.o EDITimage.o EDITstyle.o HTMLactions.o HTMLbook.o HTMLedit.o HTMLform.o HTMLhistory.o HTMLimage.o HTMLpresentation.o HTMLsave.o HTMLtable.o html2thot.o init.o javaamaya.o MENUconf.o templates.o trans.o transparse.o UIcss.o gtkdialogue_box.o   AHTBridge.o AHTFWrite.o answer.o query.o AHTMemConv.o AHTInit.o GraphMLAPP.o GraphMLbuilder.o Graphedit.o MathMLAPP.o XMLparser.o MathMLbuilder.o Mathedit.o   libCSS.a -L../libwww/Library/src/.libs -lwwwapp -lwwwhttp -lwwwhtml -lwwwmime -lwwwcache -lwwwstream -lwwwfile -lwwwdir -lwwwtrans -lwwwcore -lwwwutils -lwwwzip -L../libwww/modules/md5/.libs -lmd5      -L../tablelib -L../thotlib -L.. -lThotTable -lThotEditor       ../libjpeg.a -lpng -lz   -lXm  -lXt -lSM -lICE -lXext -lX11    -lm
/bin/ld:
-B value ignored for ZMAGIC files
-B value ignored for ZMAGIC files
====> amaya is done
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/amaya'
make[1]: Entering directory `/scratch/Amaya/ALPHA-OSF/thotlib'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/tablelib'
make[2]: Nothing to be done for `libThotTable'.
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/tablelib'
make[2]: Entering directory `/scratch/Amaya/ALPHA-OSF/amaya'
make[2]: Nothing to be done for `libCSS'.
make[2]: Leaving directory `/scratch/Amaya/ALPHA-OSF/amaya'
make[1]: Leaving directory `/scratch/Amaya/ALPHA-OSF/thotlib'
erdos:/scratch/Amaya/ALPHA-OSF>	exit
exit

script done on Thu Jan 20 11:01:49 2000

Received on Friday, 21 January 2000 04:07:52 UTC