On Thu, 2010-11-18 at 00:02 -0500, Yanik Ruiz-Ramon wrote:
> Hi devels,
> 
> 
> I'm trying to compile libnsfb on Ubuntu Lucid Lynx and I am running
> into trouble with the XCB dependencies. I've install all the XCB
> developer libraries I can get my hands on, but I keep getting this
> error message when I try to compile. Any ideas what is wrong here?
> I've searched and found other people with the same problem, but no
> solution.

The errors suggest that you haven't got the appropriate development
packages installed.

apt-get install libsdl-dev libxcb1-dev libxcb-image0-dev \
libxcb-icccm1-dev libxcb-keysyms1-dev

is probably sufficient.


J.


Reply via email to