[Samba] Compilation problem 3.0.21rc2 Solaris 2.5.1 / Sparc + Sun CC

Jeremy Allison jra at samba.org
Tue Dec 6 16:24:04 GMT 2005


On Tue, Dec 06, 2005 at 10:27:06AM +0100, Pierre Lebrun wrote:
> 
> include/rpc_netlogon.h line 949 is the last struct line of
> typedef struct net_q_dsr_getdcname {
>    uint32 ptr_server_unc;
>    UNISTR2 uni_server_unc;
>    uint32 ptr_domain_name;
>    UNISTR2 uni_domain_name;
>    uint32 ptr_domain_guid;
>    struct uuid *domain_guid;
>    uint32 ptr_site_guid;
>    struct uuid *site_guid;
>    uint32_t flags;
> } NET_Q_DSR_GETDCNAME;
> 
> 
> uint32_t is defined in /usr/local/include/inttypes.h, and
> /usr/local/include is a member of FLAGS environment variable.
> 
> In ./include/config.h, HAVE_INTTYPES_H is not defined while
> it should be because I have inttypes.h in /usr/local/include.
> /* Define to 1 if you have the <inttypes.h> header file. */
> /* #undef HAVE_INTTYPES_H */
> 
> I did not have this problem with 3.0.20b.
> Did I do something wrong ?

No, it's just a bug - I'll fix it in the SVN source and it
should get picked up for 3.0.21 final.

Jeremy.


More information about the samba mailing list