Re: [xml] conversion to non-scalar type error

2011-12-23 Thread Earnie
Roumen Petrov wrote: As project manager please could you confirm that mingw.org project will provide pthread-win32 package for public use ? See http://thread.gmane.org/gmane.comp.gnu.mingw.user/36035/focus=36049 -- Earnie -- https://sites.google.com/site/earnieboyd/

Re: [xml] conversion to non-scalar type error

2011-12-23 Thread Earnie
Roumen Petrov wrote: Earnie wrote: I'm having the following issue related to pthread-win32 which implements pthread_t as a structure. /usr/src/libxslt-1.1.26/xsltproc/testThreads.c: In function 'main': /usr/src/libxslt-1.1.26/xsltproc/testThreads.c:203:6: error: conversion to non-scalar

Re: [xml] conversion to non-scalar type error

2011-12-19 Thread Daniel Veillard
On Wed, Dec 07, 2011 at 10:38:22PM +0200, Roumen Petrov wrote: Earnie wrote: I'm having the following issue related to pthread-win32 which implements pthread_t as a structure. /usr/src/libxslt-1.1.26/xsltproc/testThreads.c: In function 'main':

[xml] conversion to non-scalar type error

2011-12-07 Thread Earnie
I'm having the following issue related to pthread-win32 which implements pthread_t as a structure. /usr/src/libxslt-1.1.26/xsltproc/testThreads.c: In function 'main': /usr/src/libxslt-1.1.26/xsltproc/testThreads.c:203:6: error: conversion to non-scalar type requested

Re: [xml] conversion to non-scalar type error

2011-12-07 Thread Roumen Petrov
Earnie wrote: I'm having the following issue related to pthread-win32 which implements pthread_t as a structure. /usr/src/libxslt-1.1.26/xsltproc/testThreads.c: In function 'main': /usr/src/libxslt-1.1.26/xsltproc/testThreads.c:203:6: error: conversion to non-scalar type requested [SNIP]