So here is the next error I came across.  To fix this I commented out
the following line in include/LTmisc.h

/* void *memmove(void *, void *, size_t); */

probably a better solution would be to surround this with another
#ifndef (sun)
#endif

or something like that.

-Dave


gcc -DHAVE_CONFIG_H -I. -I../../../lib/Xm -I../../include 
-I../../../include/Motif-1.2 -I../../include/Motif-1.2 -I../../../include 
-I../../include -I/cpd/X11R6/include -O3 -I/cpd/X11R6/include 
-DNONSTANDARD_CONVERTERS -DLESSTIF_VERBOSE -DLESSTIF_PRODUCTION -c 
../../../lib/Xm/RepType.c  -fPIC -DPIC -o .libs/RepType.lo
In file included from ../../../lib/Xm/RepType.c:48:
../../../include/LTmisc.h:49: conflicting types for `memmove'
/cpd/gnu/lib/gcc-lib/sparc-sun-sunos4.1.4/2.95.2/include/string.h:42: previous 
declaration of `memmove'
gmake[2]: *** [RepType.lo] Error 1
gmake[2]: Leaving directory `/auto_mnt/cpd/src/x11/XAPPS/lesstif/0.91.0/sun4os4
-objdir/lib/Xm'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/auto_mnt/cpd/src/x11/XAPPS/lesstif/0.91.0/sun4os4
-objdir/lib'
gmake: *** [all-recursive] Error 1


========================================================================
David Meleedy                           Analog Devices, Inc.
[EMAIL PROTECTED]                Three Technology Way
Phone: 781 461 3494                     Norwood, MA  02062-9106  USA


Reply via email to