Difference between revisions of "Troubleshooting"

From Apertium
Jump to navigation Jump to search
(New page: ==PCRE== ===Error in <code>pcre_compile</code>== ;Error <pre> apertium-preprocess-transfer apertium-es-gl.es-gl.t1x es-gl.t1x.bin Error: pcre_compile make[1]: *** [es-gl.t1x.bin] Error ...)
 
Line 1: Line 1:
 
==PCRE==
 
==PCRE==
   
===Error in <code>pcre_compile</code>==
+
===Error in <code>pcre_compile</code>===
   
 
;Error
 
;Error

Revision as of 11:05, 20 January 2009

PCRE

Error in pcre_compile

Error
apertium-preprocess-transfer apertium-es-gl.es-gl.t1x es-gl.t1x.bin
Error: pcre_compile make[1]: *** [es-gl.t1x.bin] Error 1
Reason

Probably you have an old version of PCRE installed, or a version without unicode support.

Solution

If you have compiled PCRE from source, remember that you need to pass the option --enable-utf8 to the configure script. If you have only the binary package of your distribution installed, check the version, if it is before 7.4 then try to install an updated version.