Bug 4118 - lib/util.c long long problem
Summary: lib/util.c long long problem
Status: RESOLVED DUPLICATE of bug 4117
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.23c
Hardware: x86 Other
: P3 regression
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-21 16:38 UTC by Larry Manulak
Modified: 2006-09-21 16:42 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Manulak 2006-09-21 16:38:38 UTC
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.
Comment 1 Larry Manulak 2006-09-21 16:42:04 UTC

*** This bug has been marked as a duplicate of 4117 ***