<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi, <br>
<br>
I am trying to compile Aliki 0.1 in Ubuntu 10.10<br>
<br>
I Installed the required libraries<br>
<br>
libclthreads (>= 2.4.0) and libclxclient (>= 3.6.1)<br>
and libclalsadrv (>= 2.0.0).<br>
<br>
but when I try to compile I get this error:<br>
<br>
In file included from aliki.cc:26:<br>
styles.h:26: fatal error: clxclient.h: No such file or directory<br>
compilation terminated.<br>
<br>
Note: I found and fixed a problem installing libclxclient, but maybe
I broke something...<br>
when I tried to install clxclient show this error:<br>
<br>
In file included from xdisplay.cc:22:<br>
clxclient.h:31: fatal error: X11/Xft/Xft.h: No such file or
directory<br>
compilation terminated.<br>
<br>
I found a solution in a website and was solved with:<br>
<br>
<code>sudo apt-get install libxft-dev</code><br>
<br>
<br>
<br>
<br>
<br>
thanks,<br>
<br>
federico lopez<br>
</body>
</html>