hello I'm having problems compiling vpopmail 5.4.28 under solaris 10 sparc.
I receive following error : storage.h:30:20: endian.h: No such file or directory storage.h:31:22: byteswap.h: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `libvpopmail_a-maildirquota.o' Current working directory /src/vpopmail-5.4.28 *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='cdb'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' Current working directory /src/vpopmail-5.4.28 *** Error code 1 make: Fatal error: Command failed for target `all' which is normal since both endian.h and byteswap.h don't exist under solaris. Does anyone know a sollution which does not force me to backtrack every release to find the latest version that does compile? !DSPAM:4acb3c2932711020371026!