Giter VIP home page Giter VIP logo

Comments (14)

jordansissel avatar jordansissel commented on July 20, 2024

Sounds like it's trying to link against a 32bit librt and libx11, and also that you are missing libXtst.

Distros change how their linking systems are organized pretty much daily, so I've given up trying to chase things down ;)

You can probably resolve this by using -L/usr/lib64 (instead of -L/usr/lib) and by installing libXtst.

from xdotool.

jordansissel avatar jordansissel commented on July 20, 2024

Sounds like it's trying to link against a 32bit librt and libx11, and also that you are missing libXtst.

Distros change how their linking systems are organized pretty much daily, so I've given up trying to chase things down ;)

You can probably resolve this by using -L/usr/lib64 (instead of -L/usr/lib) and by installing libXtst.

from xdotool.

ingber avatar ingber commented on July 20, 2024

libXtst is under /usr/lib and /usr/lib64 . I tried both.

from xdotool.

jordansissel avatar jordansissel commented on July 20, 2024

got it working?

from xdotool.

ingber avatar ingber commented on July 20, 2024

Sorry, no.

from xdotool.

ingber avatar ingber commented on July 20, 2024

Note the added info under my original issue: I also couldn't compile under Ubuntu.

I know it's a hassle using Configure (I don't in my public software), but I think that with the libs you're using, you'd have to do something like that.

from xdotool.

jordansissel avatar jordansissel commented on July 20, 2024

if you have pkg-config installed, everything should just work.

from xdotool.

jordansissel avatar jordansissel commented on July 20, 2024

if you have pkg-config installed, everything should just work.

from xdotool.

ingber avatar ingber commented on July 20, 2024

pkg-config are installed on both the CentOS and Ubuntu machines. I have to use this on CentOS, but I just wanted to test the compile on Ubuntu.

from xdotool.

jordansissel avatar jordansissel commented on July 20, 2024

I don't have any ubuntu systems on hand right now so I can't try to reproduce this immediately

My laptop has ubuntu in a vm and it has xdotool compiled for sure.

In the very worst case, you can use 'apt-get install xdotool' to get some version of xdotool.

from xdotool.

ingber avatar ingber commented on July 20, 2024

That's good news about xdotool already being packaged for Ubuntu. I'm not as familiar with CentOS. Do you happen to know if there is an rpm package for that?

from xdotool.

ingber avatar ingber commented on July 20, 2024

On Ubuntu under synaptic I found version xdotool:
$ xdotool --version
xdotool version 2.20110530.1

Now, I have to get the CentOS maintainer to find it.

This might work OK.

Thanks.

from xdotool.

ingber avatar ingber commented on July 20, 2024

I found
http://rpmfind.net/linux/rpm2html/search.php?query=xdotool
and asked the CentOS maintainer to install that.

from xdotool.

electroniceagle avatar electroniceagle commented on July 20, 2024

Sorry for posting to a closed issue, but for compiling this package under CENTOS 6, I needed to:

sudo yum groupinstall 'Development Tools'
sudo yum install libXi-devel libXtst-devel libXinerama-devel
sudo make install

Hope this makes someones google walkabout a little shorter :-).

from xdotool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.