Hi,

I am trying to compile Aliki 0.1 in Ubuntu 10.10

I Installed the required libraries

    libclthreads (>= 2.4.0) and libclxclient (>= 3.6.1)
      and libclalsadrv (>= 2.0.0).

but when I try to compile I get this error:

In file included from aliki.cc:26:
styles.h:26: fatal error: clxclient.h: No such file or directory
compilation terminated.

Note: I found and fixed a problem installing libclxclient, but maybe I broke something...
when I tried to install clxclient show this error:

In file included from xdisplay.cc:22:
clxclient.h:31: fatal error: X11/Xft/Xft.h: No such file or directory
compilation terminated.
 
I found a solution in a website and was solved with:

sudo apt-get install libxft-dev





thanks,

federico lopez