I'm not entirely sure the protocol here so I'll just dump this now and read the site later and see how I flubbed it. :)
Here is the cvs diff that made the Solaris build possible. Additionally I had to do the following. 1) comment out uncompress in wv/decompresswmf.c I'm unsure yet if the libz linking issue is code or my deck. Comments welcomed, see the earlier message on this subject for more detail. 2) added -D_POSIX_C_SOURCE to abi/src/af/util/unix/ This causes problems if added to the /cvsroot/abi/ac-helpers/abi-detect-platform.m4 I added ( see the diff code below ) so a single instance is needed. I'm fairly certain with a little tinkering I can add an #ifdef SunOS test to add in the line. I've not been dedicated enough to chase that down. 3) Add link to ut_unixDirent.o in /space/Abi/abi/src/wp/ap/GNUmakefile. I'm sure that I can find where I need to put this in the GNUmakefile.* files for future inclusion. ? abi/src/SunOS_5.8_sparc32_OBJ Index: abi/ac-helpers/abi-detect-platform.m4 =================================================================== RCS file: /cvsroot/abi/ac-helpers/abi-detect-platform.m4,v retrieving revision 1.8 diff -r1.8 abi-detect-platform.m4 119a120 > SunOS) WARNING_CFLAGS="-Wall -pedantic -ansi -D_BSD_SOURCE -pipe >-D__EXTENSIONS__ -DSCANDIR_MISSING -DSunOS";; Index: abi/src/af/util/unix/GNUmakefile.am =================================================================== RCS file: /cvsroot/abi/src/af/util/unix/GNUmakefile.am,v retrieving revision 1.6 diff -r1.6 GNUmakefile.am 31a32 > ut_unixDirent.cpp \
