[CWB] Character encoding problems when transferring corpus

Stefan Evert stefanML at collocations.de
Fri Aug 17 09:13:15 CEST 2012


> "lipo: can't open input file: /var/folders/4c/4cqHpGvGGzucg8Ge2XytcU+++TM/-Tmp-//ccsmnms7.out (No such file or directory)
> make[1]: *** [cqp] Error 1
> make: *** [cqp] Error 2"

That is a weird error message, but reading the complete output you sent previously shows the actual source of the error:

> i686-apple-darwin10-gcc-4.2.1: /Users/jfontana/cwb/utils/../cl/libcl.a: No such file or directory

CQP (and the other command-line utilities) can't be compiled because you failed to build the CL library (libcl.a) due to the missing pkg-config.

If you've restarted from scratch and followed the instructions in the INSTALL file, this should not happen, because "make all" should stop with an error when trying to compile libcl.a.

Can you step through the process again carefully and send us every command you executed plus its output?  The easiest way to do so will be to open a new Terminal window, compile and install CWB 3.4 from this window, and then press Cmd-S (or select "Export Text As..." from the "Shell" menu).

Best,
Stefan


More information about the CWB mailing list