Difference between revisions of "Troubleshooting"
Jump to navigation
Jump to search
(Documentation in English) |
|||
Line 1: | Line 1: | ||
* [[Installation troubleshooting]] |
|||
==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 1 |
|||
</pre> |
|||
;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 <code>--enable-utf8</code> to the <code>configure</code> 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. |
|||
[[Category:Documentation]] |
|||
[[Category:Documentation in English]] |
[[Category:Documentation in English]] |