Re: [PATCH v2 2/8] file2alias: fix uuid_t definitions for macos

2024-10-03 Thread Andy Shevchenko
Fri, Sep 06, 2024 at 01:01:29PM +0200, Daniel Gomez kirjoitti: > The uuid_t struct defined in sys/types.h on macOS hosts conflicts with > the one defined in file2alias, resulting in the typedef redefinition > error below. To resolve this conflict, define the _UUID_T and > __GETHOSTUUID_ in file2ali

Re: [PATCH v2 2/8] file2alias: fix uuid_t definitions for macos

2024-09-08 Thread Masahiro Yamada
On Mon, Sep 9, 2024 at 2:41 AM Daniel Gomez (Samsung) wrote: > > On Sun, Sep 8, 2024 at 1:56 AM Masahiro Yamada wrote: > > > > On Fri, Sep 6, 2024 at 8:01 PM Daniel Gomez via B4 Relay > > wrote: > > > > > > From: Daniel Gomez > > > > > > The uuid_t struct defined in sys/types.h on macOS hosts c

Re: [PATCH v2 2/8] file2alias: fix uuid_t definitions for macos

2024-09-08 Thread Daniel Gomez (Samsung)
On Sun, Sep 8, 2024 at 1:56 AM Masahiro Yamada wrote: > > On Fri, Sep 6, 2024 at 8:01 PM Daniel Gomez via B4 Relay > wrote: > > > > From: Daniel Gomez > > > > The uuid_t struct defined in sys/types.h on macOS hosts conflicts with > > the one defined in file2alias, resulting in the typedef redefi

Re: [PATCH v2 2/8] file2alias: fix uuid_t definitions for macos

2024-09-07 Thread Masahiro Yamada
On Fri, Sep 6, 2024 at 8:01 PM Daniel Gomez via B4 Relay wrote: > > From: Daniel Gomez > > The uuid_t struct defined in sys/types.h on macOS hosts conflicts with > the one defined in file2alias, resulting in the typedef redefinition > error below. To resolve this conflict, define the _UUID_T and

[PATCH v2 2/8] file2alias: fix uuid_t definitions for macos

2024-09-06 Thread Daniel Gomez via B4 Relay
From: Daniel Gomez The uuid_t struct defined in sys/types.h on macOS hosts conflicts with the one defined in file2alias, resulting in the typedef redefinition error below. To resolve this conflict, define the _UUID_T and __GETHOSTUUID_ in file2alias HOSTCFLAGS. Error: HOSTCC scripts/mod/file2