Code Monkey home page Code Monkey logo

Comments (6)

hdenman avatar hdenman commented on September 27, 2024 6

GIT-STATA - I suggest running 'make clean' and rerunning './configure' after install any new system package via yum or apt; this fixed your second error for me.

Many thanks to p2rkw et al for mtrack!

from xf86-input-mtrack.

dulm avatar dulm commented on September 27, 2024 3

i'v got same error with GIT-STATA after install mtdev-devel .

make all-am
make[1]: Entering directory '/home/lqk/Downloads/xf86-input-mtrack'
CCLD mtrack-test
src/mtrack_test-hwstate.o: In function hwstate_modify': /home/lqk/Downloads/xf86-input-mtrack/src/hwstate.c:126: undefined reference to mtdev_get'
src/mtrack_test-mtouch.o: In function mtouch_open': /home/lqk/Downloads/xf86-input-mtrack/src/mtouch.c:42: undefined reference to mtdev_open'
src/mtrack_test-mtouch.o: In function mtouch_close': /home/lqk/Downloads/xf86-input-mtrack/src/mtouch.c:70: undefined reference to mtdev_close'
collect2: error: ld returned 1 exit status
Makefile:565: recipe for target 'mtrack-test' failed
make[1]: *** [mtrack-test] Error 1
make[1]: Leaving directory '/home/lqk/Downloads/xf86-input-mtrack'
Makefile:419: recipe for target 'all' failed
make: *** [all] Error 2

from xf86-input-mtrack.

lucasmsoares96 avatar lucasmsoares96 commented on September 27, 2024 1

on Xubuntu I solved it like this:
sudo apt search mtdev
sudo apt install for-all-search-results
sudo make clean
sudo ./configure

from xf86-input-mtrack.

p2rkw avatar p2rkw commented on September 27, 2024

sudo yum install mtdev-devel

from xf86-input-mtrack.

GIT-STATA avatar GIT-STATA commented on September 27, 2024

I still get some errors!

What I did so far...

ps -e | grep X
If you see "Xorg" in the list, you're good to go.

sudo yum install gcc xorg-x11-util-macros xorg-x11-server-devel libXext-devel libXi-devel libXrandr-devel libXinerama-devel libudev-devel mtdev-devel

cd /tmp
git clone https://github.com/p2rkw/xf86-input-mtrack.git
cd xf86-input-mtrack
./configure --with-xorg-module-dir=/usr/lib64/xorg/modules
make && make install

Error

make all-am make[1]: Entering directory /tmp/xf86-input-mtrack'
CCLD mtrack-test
src/mtrack_test-hwstate.o: In function hwstate_modify': /tmp/xf86-input-mtrack/src/hwstate.c:117: undefined reference to mtdev_get'
src/mtrack_test-mtouch.o: In function mtouch_open': /tmp/xf86-input-mtrack/src/mtouch.c:42: undefined reference to mtdev_open'
src/mtrack_test-mtouch.o: In function mtouch_close': /tmp/xf86-input-mtrack/src/mtouch.c:70: undefined reference to mtdev_close'
collect2: error: ld returned 1 exit status
make[1]: *** [mtrack-test] Fehler 1
make[1]: Leaving directory /tmp/xf86-input-mtrack' make: *** [all] Fehler 2

from xf86-input-mtrack.

p2rkw avatar p2rkw commented on September 27, 2024

sudo yum install mtdev

from xf86-input-mtrack.

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.