<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class=""><br class="">
</div>
<div class="">OK - thanks. This seems to work.</div>
<br class="">
<div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class="">All the best,</div>
<div class="">Jörg</div>
<div class=""><br class="">
</div>
<div class="">
<div apple-content-edited="true" class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<span class="" style="orphans: 2; widows: 2;">**********************************************************************************************</span><br class="" style="orphans: 2; widows: 2;">
<span class="" style="orphans: 2; widows: 2;">Jörg Tiedemann</span><br class="" style="orphans: 2; widows: 2;">
<span class="" style="orphans: 2; widows: 2;">Department of Modern Languages &nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://blogs.helsinki.fi/tiedeman/" class="">http://blogs.helsinki.fi/tiedeman/</a></div>
<div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div class="" style="orphans: 2; widows: 2;">University of Helsinki &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<a href="http://blogs.helsinki.fi/language-technology/" class="">http://blogs.helsinki.fi/language-technology/</a></div>
<div class=""><br class="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br class="Apple-interchange-newline">
</div>
<br class="">
<div style="">
<blockquote type="cite" class="">
<div class="">On 03 Nov 2017, at 08:46, Stefan Evert &lt;<a href="mailto:stefanML@collocations.de" class="">stefanML@collocations.de</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><br class="">
<blockquote type="cite" class="">On 3 Nov 2017, at 07:09, Jörg Tiedemann &lt;<a href="mailto:jorg.tiedemann@lingfil.uu.se" class="">jorg.tiedemann@lingfil.uu.se</a>&gt; wrote:<br class="">
<br class="">
I’m not root at the machine and I don’t want to mess around too much with local lib-files.<br class="">
The funny thing is that CWB compiled on the same machine without problems before. I wonder if that is an update on the machine or in CWB that causes the difference now …
<br class="">
</blockquote>
<br class="">
Hm, it looks like this functionality was factored out from libncurses into libtinfo on recent Linux distros. &nbsp;Jörg, can you try whether things work if you also link against -ltinfo when compiling CQP? &nbsp;You can edit the TERMCAP_LIBS line in config/platform/unix:<br class="">
<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>TERMCAP_LIBS = -lncurses -ltinfo<br class="">
<br class="">
or override it whatever linux configuration file you've specified in config.mk.<br class="">
<br class="">
<br class="">
Backstory: CQP used to link against libtermcap (which complemented the libcurses). But then stupid Linux stopped supporting the old libraries in favour of the new libncurses, which provided both functionalities, so we had to link against -lncurses even though
 CQP doesn't need any of the curses stuff. Not stupid Linux suddenly breaks things up into libncurses and libtinfo, while e.g. my Mac only has libncurses …<br class="">
<br class="">
<br class="">
Andrew: We should probably get the correct ncurses flags from pkg-config on Linux, in the same way as for Glib2. &nbsp;But _not_ as the global default in config/platform/unix because e.g. MacOS doesn't use pkg-config.
<br class="">
<br class="">
<br class="">
Best,<br class="">
Stefan<br class="">
_______________________________________________<br class="">
CWB mailing list<br class="">
<a href="mailto:CWB@sslmit.unibo.it" class="">CWB@sslmit.unibo.it</a><br class="">
http://liste.sslmit.unibo.it/mailman/listinfo/cwb<br class="">
</div>
</blockquote>
</div>
<br class="">
</body>
</html>