[as-devel] 1.7.90 compile problems

Dave Wreski (dave@nic.com)
Thu, 22 Apr 1999 20:46:12 -0400 (EDT)


[ I'm sorry if this is a duplicate.  Is this the correct place to post compile
problems? ]

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