Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: X... configure: error: Can't find X includes

  1. #1
    Join Date
    Apr 2005
    Location
    South Africa
    Beans
    27
    Distro
    Kubuntu Jaunty Jackalope (testing)

    X... configure: error: Can't find X includes

    I am trying to ./configure a package after installing all the recommended development tools, packages and gcc I get the folling error:

    checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

    The package I'm trying to configure is synce-kde. I eventually installed it with apt-get but would like to know, how to compile from the sources. I'm new to the whole configure, make, make install environment.

    Thanks.

  2. #2
    Join Date
    Jan 2005
    Location
    Firenze, Italy
    Beans
    279

    Re: X... configure: error: Can't find X includes

    Hi,
    i think you have also to install these two packages:
    x-dev
    libx11-dev

    maybe just one of the two is enough for your needs but they are quite small packages.

    Regards,
    MC
    Do not destroy what you cannot create. - Leo Szilard

  3. #3
    Join Date
    Nov 2005
    Beans
    149
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: X... configure: error: Can't find X includes

    I have both packages installed (x-dev and libx11-dev) as well as numerous other x11 dev packages and I still get the Can't find X includes error message when trying to compile a KDE theme. Any ideas about what I am missing (KDE dev files maybe?)

  4. #4

    Re: X... configure: error: Can't find X includes

    Hi,

    Try installing kdebase-dev.



    HTH

  5. #5
    Join Date
    Nov 2005
    Beans
    149
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: X... configure: error: Can't find X includes

    Yes, thank you, that did the trick ... I had realized that earlier but I forgot to edit the post. Thanks for the input though!

  6. #6
    Join Date
    Jan 2006
    Beans
    14

    Re: X... configure: error: Can't find X includes

    i'm having same problem trying to install taskjuggler2.2.0 can anyone help need this to get organised. i'm a newbie so be gentle

  7. #7
    Join Date
    Jul 2005
    Beans
    25

    Re: X... configure: error: Can't find X includes

    cut and paste the output from ./configure, and I can probably help.

    ~S

  8. #8
    Join Date
    Apr 2006
    Location
    Spain
    Beans
    45
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: X... configure: error: Can't find X includes

    I have the same problem:

    Code:
    checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
    I used apt-get to install kdebase-dev, but some paqueges were not installed:
    mesa-common-dev_6.5.0-0ubuntu 1_all.deb
    libgl1-mesa-dev_6.5.0-0ubuntu 1_i386.deb
    libglu1-mesa-dev_6.5.0-0ubunt u1_i386.deb

    I think it is because I have compiz installed and it tries to get these paqueges from the "compiz repositories".

    How can I fix this? Is this going to cause any problem with compiz?

    Thanks

  9. #9
    Join Date
    Mar 2006
    Beans
    205
    Distro
    Hardy Heron (Ubuntu Development)

    Re: X... configure: error: Can't find X includes

    Code:
     sudo apt-get xlibs-dev

  10. #10
    Join Date
    Apr 2006
    Location
    Spain
    Beans
    45
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: X... configure: error: Can't find X includes

    Thankyou Gareth, it works!

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •