Re: [PATCH 03/12] file2alias: fix uuid_t definitions for macos

2024-08-07 Thread Daniel Gomez
On Wed, Aug 07, 2024 at 05:30:40PM GMT, Nicolas Schier wrote: > On Wed, Aug 07, 2024 at 01:09:17AM +0200, 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 type

Re: [PATCH 03/12] file2alias: fix uuid_t definitions for macos

2024-08-07 Thread Nicolas Schier
On Wed, Aug 07, 2024 at 01:09:17AM +0200, 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, redefine the u

[PATCH 03/12] file2alias: fix uuid_t definitions for macos

2024-08-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, redefine the uuid_t specifically for macOS hosts. Error: HOSTCC scripts/mod/file2alias.o script