Difference between revisions of "Troubleshooting"

From Apertium
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
* [[Installation troubleshooting]]
==PCRE==
 
  +
* [[Lsx module#Troubleshooting]]
   
 
[[Category:Documentation in English]]
===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]]
 

Latest revision as of 22:05, 31 August 2017