You said you already have done "sudo apt-get install libx11-dev", right?

Yes.  It said it was already installed.

find /usr -iname "libX11"

returned nothing.  Hmmm....

sudo apt-get install libx11-dev
[sudo] password for jai:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libx11-dev is already the newest version.

It's a 64bit machine, if that helps?

Thanks for all the timely response!

Jai

On Wed, Mar 13, 2013 at 12:21 PM, Fulvio <f...@libero.it> wrote:

> Jai Dayal wrote:
>
>> Hi,
>>   I can never compile scid.  I am on Ubuntu 12.10.  I installed the
>> tcl8.5-dev and tk8.5-dev; I have X11-dev installed as well.  however when I
>> configure scid I get
>>
>>  I don't have a linux machine at hand right now.
> You said you already have done "sudo apt-get install libx11-dev", right?
>
> The script look for libX11* in one of this directory:
> /usr/lib
> /usr/X11/lib
> /usr/X11R6/lib
> /usr/local/X11/lib
> /usr/local/X11R6/lib
> /usr/X/lib
> /usr/local/X/lib
> /usr/openwin/lib
> /usr/lib/x86_64-linux-gnu
>
> Can you try "find /usr -iname "libX11*" and report the output?
> Thanks,
> Fulvio
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to