> It failed in pdf_text_init(), so could be due to different things. Could
> you configure it with --enable-debug-base and send me the PDF_DEBUG_BASE
> logs?
>
> libgnupdf: ***DEBUG BASE***:base/pdf-text-context.c:84: TextContext: Host Endianness is 'Big Endian'.
> libgnupdf: ***DEBUG BASE***:base/pdf-text-context.c:141: Invalid locale
info detected! 'C'.
> libgnupdf: ***DEBUG BASE***:base/pdf-text-context.c:216: Error detecting
host language.
gl_locale_name is returning the default POSIX locale... seems that
locale info was not correctly set in the process.
I had a problem with my locales settings.
Aha! :-)
All tests success except:
base/text/pdf-text-get-unicode.c:929:E:pdf_text_get_unicode:pdf_text_get_unicode_015:0:
(after this point) Received signal 11 (Segmentation fault)
base/text/pdf-text-get-unicode.c:1002:E:pdf_text_get_unicode:pdf_text_get_unicode_016:0:
(after this point) Received signal 11 (Segmentation fault)
Thanks, that's perfect. I will check it today.