<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      Hi,<br>
      <br>
      I followed the instructions in INSTALL carefully. I ran 'make
      clean', 'make depend', 'make all' and 'make install'. Find the
      output of all these commands in attached files. <br>
      <br>
      Before reading these files, please clarify something for me
      because perhaps there is something more fundamental I'm doing
      wrong. When you say "compile and install CWB 3.4", you mean
      running these 4 commands I have mentioned. I assume that if I am
      in /cwb, these commands will compile the source code that I have
      in this directory. When I read the INSTALL file, though, I see
      that its heading says "Release 3.5 BETA", not 3.4. <br>
      <br>
      Before compiling, when I checked the code via subversion with:<br>
      <br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      svn co <a class="moz-txt-link-freetext" href="https://cwb.svn.sourceforge.net/svnroot/cwb/cwb/trunk">https://cwb.svn.sourceforge.net/svnroot/cwb/cwb/trunk</a> cwb<br>
      <br>
      I saw a message saying "Checked out revision 331."<br>
      <br>
      I just want to make sure I'm doing this right all the way and that
      I'm working with the correct version of the code.<br>
      <br>
      As you will see in output for 'make all', the previous error
      "lipo: can't open input file..." continues to appear but this time
      I don't see the other error you mention: <br>
      <br>
      <blockquote type="cite">
        <pre wrap="">i686-apple-darwin10-gcc-4.2.1: /Users/jfontana/cwb/utils/../cl/libcl.a: No such file or directory
</pre>
      </blockquote>
      The source of the error seems to be related to:<br>
      <br>
      "...file was built for unsupported file format which is not the
      architecture being linked (i386)"<br>
      [...]<br>
      "ld: symbol(s) not found for architecture i386"<br>
      <br>
      <br>
      Josep M.<br>
      <br>
      On 8/17/12 3:13 AM, Stefan Evert wrote:<br>
    </div>
    <blockquote
      cite="mid:9A252A95-2B74-4E73-9097-A60119043A0D@collocations.de"
      type="cite">
      <blockquote type="cite">
        <pre wrap="">"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"
</pre>
      </blockquote>
      <pre wrap="">
That is a weird error message, but reading the complete output you sent previously shows the actual source of the error:

</pre>
      <blockquote type="cite">
        <pre wrap="">i686-apple-darwin10-gcc-4.2.1: /Users/jfontana/cwb/utils/../cl/libcl.a: No such file or directory
</pre>
      </blockquote>
      <pre wrap="">
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
_______________________________________________
CWB mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CWB@sslmit.unibo.it">CWB@sslmit.unibo.it</a>
<a class="moz-txt-link-freetext" href="http://devel.sslmit.unibo.it/mailman/listinfo/cwb">http://devel.sslmit.unibo.it/mailman/listinfo/cwb</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>