Error: "lib/util.c", line 1591: error: invalid type combination. OS: SCO OpenServer 5.0.7 and SCO's native compiler but probably will get this on all compilers that do not support long long. configure properly discovers that SCO's cc does not support long long but the offending part of util.c does not have a guarding #if for this. Must be an over sight as other similar statements do. BTW, why are there any "long long" types anywhere, since somebody went to the trouble of defining int64 as long long if it is available or as long if that is all that is available? It seems a shame not to use it. Thanks. Larry Manulak Programmer Omega Computer Services Ltd.
*** This bug has been marked as a duplicate of 4117 ***