[as-devel] 1.7.90 compile problems
Dave Wreski (dave@nic.com)
Wed, 21 Apr 1999 13:46:07 -0400 (EDT)
Hi all. I'm receiving the following compile problems/warnings on 1.7.90
on Solaris 2.6/SPARC using gcc-2.7.2.3:
/usr/local/X11R6.3/include/X11/Xutil.h:644: warning: type defaults to
`int' in declaration of `XSetNormalHints'
/usr/local/X11R6.3/include/X11/Xutil.h:663: warning: type defaults to
`int' in declaration of `XSetSizeHints'
/usr/local/X11R6.3/include/X11/Xutil.h:676: warning: type defaults to
`int' in declaration of `XSetStandardProperties'
These continue for many of the X11R6 headers. I'm using X11R6 6.3. Also,
line 24 in configure.h contained:
#if == 1
I changed it to:
#if 0 == 1
to get it to continue..
Thanks,
Dave Wreski