Hi!
This version doesn't build for me on NetBSD-7.99.3/amd64 and gcc-4.8.4 with:
CC xshmfence_pthread.lo
xshmfence_pthread.c: In function 'xshmfence_init':
xshmfence_pthread.c:122:5: error: implicit declaration of function
'pthread_mutexattr_setpshared' [-Werror=implicit-function-declara
On Sat, Jan 03, 2015 at 01:03:01AM -0800, Keith Packard wrote:
> Thomas Klausner writes:
>
> > I'll file a bug report so NetBSD will hopefully provide these.
> > Is there a way libxshmfence can work without them?
>
> The whole point is to build an inter-process synchronization mechanism,
> so yo
Hi Keith!
On Fri, Jan 02, 2015 at 08:15:00PM -0800, Keith Packard wrote:
> Thomas Klausner writes:
>
> > Hi!
> >
> > This version doesn't build for me on NetBSD-7.99.3/amd64 and gcc-4.8.4 with:
> >
> > CC xshmfence_pthread.lo
> > xshmfence_pthread.c: In function 'xshmfence_init':
> > xsh
Thomas Klausner writes:
> I'll file a bug report so NetBSD will hopefully provide these.
> Is there a way libxshmfence can work without them?
The whole point is to build an inter-process synchronization mechanism,
so you need something that *can* work across processes.
If you have Linux-compati
Thomas Klausner writes:
> Hi!
>
> This version doesn't build for me on NetBSD-7.99.3/amd64 and gcc-4.8.4 with:
>
> CC xshmfence_pthread.lo
> xshmfence_pthread.c: In function 'xshmfence_init':
> xshmfence_pthread.c:122:5: error: implicit declaration of function
> 'pthread_mutexattr_setpsh