configure: error: The path for the X11 files not found!

General support questions
Post Reply
Ovitus
Posts: 27
Joined: 2018/12/07 16:01:43

configure: error: The path for the X11 files not found!

Post by Ovitus » 2019/02/15 19:08:18

Trying to install this application:
http://www.niallmoody.com/apps/mouse-to-osc

I run ./configure and it ends:

checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for X... no
configure: error: The path for the X11 files not found!
Make sure you have X and it's headers and libraries(the -devel packages in Linux) installed.

How do I install these Xorg devel dependencies? or why isn't it finding the path for them?

I've tried:
yum groupinstall "X Software Development"
yum install libX11-devel

But I'm getting the same error.

Post Reply