On Wed, Jun 04, 2008 at 08:50:10AM -0500, steve moore wrote: > I am trying to compile mrxvt 5.3 or the latest svn using Sun Studio compiler > version 12 on Solaris 10 SPARC. I have been able to resolve most of my issues > but the compile still fails with the following error. I don't mind trying to > fix this but everything I have tried gets the same result. > > cc -DPKG_CONF_DIR=\"/usr/local/etc/mrxvt\" -I. -I.. -g -I/usr/openwin/ \ > include -c strings.c > "strings.c", line 387: return value type mismatch
What is your configure command line. More specifically is OUR_STRINGS defined (bad)? If OUR_STRINGS is NOT defined, then you might be able to trace the error from checking what the return type of "memmove" on your system is. It should be void*. Try seeing if changing the MEMMOVE to memmove makes any difference. Or typecast the return value. GI -- 'Death' -- Life's way of saying "You can let go of your ankles now."
pgpTg0DHjPX5D.pgp
Description: PGP signature
------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php
_______________________________________________ Materm-devel mailing list Materm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/materm-devel mrxvt home page: http://materm.sourceforge.net