Thanks it worked perfectly.<br /><br />Now, at the CWB-CQI installation in make test i got
some error but make install went well, is this something to worry about?<br /><br />make
test<br />PERL_DL_NONLAZY=1 /usr/bin/perl &quot;-MExtUtils::Command::MM&quot; &quot;-e&quot;
&quot;test_harness(0, 'blib/lib', 'blib/arch')&quot; t/*.t<br />t/00_load.t ...........
ok&nbsp;&nbsp; <br />t/01_load_ioclient.t .. ok&nbsp;&nbsp; <br />t/10_vss.t ............
CQPserver failed to launch: <br />&nbsp;at t/10_vss.t line 21<br /># Looks like your test
exited with 127 before it could output anything.<br />t/10_vss.t ............ Dubious, test
returned 127 (wstat 32512, 0x7f00)<br />Failed 31/31 subtests <br />t/11_vss_ioclient.t ...
CQPserver failed to launch: <br />&nbsp;at t/11_vss_ioclient.t line 21<br /># Looks like your
test exited with 127 before it could output anything.<br />t/11_vss_ioclient.t ... Dubious,
test returned 127 (wstat 32512, 0x7f00)<br />Failed 31/31 subtests <br /><br />Test Summary
Report<br />-------------------<br
/>t/10_vss.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Wstat: 32512 Tests: 0
Failed: 0)<br />&nbsp; Non-zero exit status: 127<br />&nbsp; Parse errors: Bad plan.&nbsp; You
planned 31 tests but ran 0.<br />t/11_vss_ioclient.t (Wstat: 32512 Tests: 0 Failed: 0)<br
/>&nbsp; Non-zero exit status: 127<br />&nbsp; Parse errors: Bad plan.&nbsp; You planned 31
tests but ran 0.<br />Files=4, Tests=4,&nbsp; 0 wallclock secs ( 0.03 usr&nbsp; 0.02 sys
+&nbsp; 0.18 cusr&nbsp; 0.05 csys =&nbsp; 0.28 CPU)<br />Result: FAIL<br />Failed 2/4 test
programs. 0/4 subtests failed.<br />make: *** [test_dynamic] Error 127<br /><br /><br
/>_______________________<br
/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;andr&eacute;s
chand&iacute;a<br /><a title="This external link will open in a new window" target="_blank"
href="http://www.chandia.net"><img border="0" alt="chandia.net"
src="http://www.chandia.net/sites/default/files/images/chandia.netd.png" /></a><br /><span
style="font-size: 18pt; color: rgb(79, 98, 40); font-family: Webdings;">P </span><span
style="font-size: 10pt; color: rgb(79, 98, 40); font-family: 'Arial','sans-serif';">No imprima
innecesariamente. &iexcl;Cuide el medio ambiente!</span><br /><br />On Tue, October 25, 2011
2:24 pm, Hardie, Andrew wrote:<br /> <!-- begin sanitized html -->    <style
type="text/css">-></style>
<div class="bodyclass">
<div class="WordSection1">
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">Same
issue I&rsquo;m afraid &ndash; different versions of the CL api, so different function calls.
Again, a patch was suggested last time this came up:</span></p>
<p class="MsoNormal"><a title="This external link will open in a new window" target="_blank"
href="http://liste.sslmit.unibo.it/pipermail/cwb/2011-January/000627.html">http://liste.sslmit.unibo.it/pipermail/cwb/2011-January/000627.html</a></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">best</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Andrew.<span
style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"></span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">
</span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">
</span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">
</span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><strong><span lang="EN-US"
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></strong><span
lang="EN-US" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">
&quot;Andr&eacute;s Chand&iacute;a&quot; [mailto:andres@chandia.net] <br />
<strong>Sent:</strong> 25 October 2011 13:22<br /> <strong>To:</strong> Hardie, Andrew<br />
<strong>Cc:</strong> Open source development of the Corpus WorkBench<br />
<strong>Subject:</strong> RE: [CWB] Installing from svn on ubuntu 11.10</span></p>
</div>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks, I patched the Makefile.PL file as suggested, there was a little
improvement:</p>
<pre>Patched version:<br />my $CFLAGS = `'$config_util' -I`;  chomp $CFLAGS;  my $LDFLAGS =</pre>
<pre>`'$config_util' -L`; +$LDFLAGS=~s/(`[^`]+`)/chomp($_ = eval $1); $_/eg;  chomp
$LDFLAGS;</pre>
<p class="MsoNormal"><br /> <br /> perl Makefile.PL  --config
/usr/local/cwb-3.4.0/bin/cwb-config<br /> Checking for CL library ... ok<br /> Checking if
your kit is complete...<br /> Looks good<br /> Writing Makefile for CWB::CL<br /> <br /> <br
/> As your can see there is no <span class="fg2">Unrecognized argument as before, but doing
make, was not succesful:</span><br /> <br /> <span class="fg2">make</span><br /> <span
class="fg2">cp lib/CWB/CL.pm blib/lib/CWB/CL.pm</span><br /> <span class="fg2">cp
lib/CWB/CL/Strict.pm blib/lib/CWB/CL/Strict.pm</span><br /> <span class="fg2">/usr/bin/perl
/usr/share/perl/5.12/ExtUtils/xsubpp  -typemap /usr/share/perl/5.12/ExtUtils/typemap -typemap
CL.typemap  CL.xs &gt; CL.xsc &amp;&amp; mv CL.xsc CL.c</span><br /> <span class="fg2">cc -c 
-I/usr/local/cwb-3.4.0/include -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe
-fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g  
-DVERSION=\&quot;2.002102\&quot; -DXS_VERSION=\&quot;2.002102\&quot;  -fPIC
&quot;-I/usr/lib/perl/5.12/CORE&quot;   CL.c</span><br /> <span class="fg2">CL.xs: In function
&lsquo;XS_CWB__CL_cl_normalize&rsquo;:</span><br /> <span class="fg2">CL.xs:302:11: error: too
few arguments to function &lsquo;cl_string_canonical&rsquo;</span><br /> <span
class="fg2">/usr/local/cwb-3.4.0/include/cwb/cl.h:739:6: note: declared here</span><br />
<span class="fg2">make: *** [CL.o] Error 1</span><br /> <br /> <br />
_______________________<br />             andr&eacute;s chand&iacute;a<br /> <a
target="_blank" title="This external link will open in a new window"
href="http://www.chandia.net">[IMAGE REMOVED]</a><br /> <span
style="font-size:18.0pt;font-family:Webdings;color:#4F6228">P </span><span
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#4F6228">No
imprima innecesariamente. &iexcl;Cuide el medio ambiente!</span></p>
</div>
</div>
<!-- end sanitized html -->