Re: Compiling Weston with musl-libc (WAS: [PATCH weston] weston-launch: use custom error function)

2016-09-30 Thread Eric Engestrom
On Fri, Sep 30, 2016 at 02:07:38PM +0200, Armin Krezović wrote: > On 30.09.2016 13:59, Eric Engestrom wrote: > > On Fri, Sep 30, 2016 at 11:36:24AM +0100, Murray Calavera wrote: > >> On 30 September 2016 at 11:10, Eric Engestrom > >> wrote: > >> > >>> On Thu, Sep 29,

Re: Compiling Weston with musl-libc (WAS: [PATCH weston] weston-launch: use custom error function)

2016-09-30 Thread Murray Calavera
On 30 September 2016 at 12:59, Eric Engestrom wrote: > On Fri, Sep 30, 2016 at 11:36:24AM +0100, Murray Calavera wrote: > > On 30 September 2016 at 11:10, Eric Engestrom > > > wrote: > > > > > On Thu, Sep 29, 2016 at 09:26:16PM +0100,

Re: Compiling Weston with musl-libc (WAS: [PATCH weston] weston-launch: use custom error function)

2016-09-30 Thread Armin Krezović
On 30.09.2016 13:59, Eric Engestrom wrote: > On Fri, Sep 30, 2016 at 11:36:24AM +0100, Murray Calavera wrote: >> On 30 September 2016 at 11:10, Eric Engestrom >> wrote: >> >>> On Thu, Sep 29, 2016 at 09:26:16PM +0100, Murray Calavera wrote: error.h is a gnu

Compiling Weston with musl-libc (WAS: [PATCH weston] weston-launch: use custom error function)

2016-09-30 Thread Eric Engestrom
On Fri, Sep 30, 2016 at 11:36:24AM +0100, Murray Calavera wrote: > On 30 September 2016 at 11:10, Eric Engestrom > wrote: > > > On Thu, Sep 29, 2016 at 09:26:16PM +0100, Murray Calavera wrote: > > > error.h is a gnu extension and not available in other > > > popular

Re: [PATCH weston] weston-launch: use custom error function

2016-09-30 Thread Murray Calavera
On 30 September 2016 at 11:10, Eric Engestrom wrote: > On Thu, Sep 29, 2016 at 09:26:16PM +0100, Murray Calavera wrote: > > error.h is a gnu extension and not available in other > > popular libcs like musl. This patch provides a replacement. > > > > Signed-off-by:

Re: [PATCH weston] weston-launch: use custom error function

2016-09-30 Thread Eric Engestrom
On Thu, Sep 29, 2016 at 09:26:16PM +0100, Murray Calavera wrote: > error.h is a gnu extension and not available in other > popular libcs like musl. This patch provides a replacement. > > Signed-off-by: Murray Calavera How did you test this? For me, `CC=musl-gcc

[PATCH weston] weston-launch: use custom error function

2016-09-29 Thread Murray Calavera
error.h is a gnu extension and not available in other popular libcs like musl. This patch provides a replacement. Signed-off-by: Murray Calavera --- libweston/weston-launch.c | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git