Re: [PATCH weston] make error() portable

2017-05-04 Thread Kristian Høgsberg
On Sat, May 30, 2015 at 12:02 PM, Jon A. Cruz wrote: > On 05/29/2015 09:14 PM, Khem Raj wrote: >> error() is not posix but gnu extension so may not be available on all >> kind of systemsi e.g. musl. > > Hi, > > Just including a few low-level notes. > >> >> Signed-off-by: Khem Raj >> --- >> confi

Re: [PATCH weston] make error() portable

2017-04-27 Thread Pekka Paalanen
On Mon, 1 Jun 2015 10:32:15 +0300 Pekka Paalanen wrote: > On Sat, 30 May 2015 12:08:22 -0700 > Khem Raj wrote: > > > > > > On May 30, 2015, at 12:02 PM, Jon A. Cruz wrote: > > > > > > On 05/29/2015 09:14 PM, Khem Raj wrote: > > >> error() is not posix but gnu extension so may not be avai

Re: [PATCH weston] make error() portable

2015-06-01 Thread Pekka Paalanen
On Sat, 30 May 2015 12:08:22 -0700 Khem Raj wrote: > > > On May 30, 2015, at 12:02 PM, Jon A. Cruz wrote: > > > > On 05/29/2015 09:14 PM, Khem Raj wrote: > >> error() is not posix but gnu extension so may not be available on all > >> kind of systemsi e.g. musl. > > > > Hi, > > > > Just inclu

Re: [PATCH weston] make error() portable

2015-05-30 Thread Khem Raj
> On May 30, 2015, at 12:02 PM, Jon A. Cruz wrote: > > On 05/29/2015 09:14 PM, Khem Raj wrote: >> error() is not posix but gnu extension so may not be available on all >> kind of systemsi e.g. musl. > > Hi, > > Just including a few low-level notes. > >> >> Signed-off-by: Khem Raj >> --- >>

Re: [PATCH weston] make error() portable

2015-05-30 Thread Jon A. Cruz
On 05/29/2015 09:14 PM, Khem Raj wrote: > error() is not posix but gnu extension so may not be available on all > kind of systemsi e.g. musl. Hi, Just including a few low-level notes. > > Signed-off-by: Khem Raj > --- > configure.ac| 2 ++ > src/weston-error.h | 20 +

[PATCH weston] make error() portable

2015-05-29 Thread Khem Raj
error() is not posix but gnu extension so may not be available on all kind of systemsi e.g. musl. Signed-off-by: Khem Raj --- configure.ac| 2 ++ src/weston-error.h | 20 src/weston-launch.c | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100