phillipberndt/fakexrandr

Make problem

Closed this issue · 1 comments

I use a rapsberry pi 3. I've done the git clone in /opt.
When I do make it results :


# make
./configure
XRandR version is 1.4.2
The path to the real XRandR library is /usr/lib/arm-linux-gnueabihf/libXrandr.so.2

ERROR: Failed to find a suitable directory for the fakeXrandr library

You must place the library into the library search path, in a directory preceeding
/usr/lib/arm-linux-gnueabihf. In your system, this leaves the following candidates:
/opt/vc/lib, /lib/arm-linux-gnueabihf,
None of these contains `local', therefore I won't autoconfigure the installation to one
of these directories. Either add a high-priority directory in /usr/local using the ldconfig
mechanism (See /etc/ld.so.conf.d/ on most systems) or manually create config.h.

Makefile:7: recipe for target 'config.h' failed
make: *** [config.h] Error 1

I'm sorry, this cannot be automated easily. The error message tells you what to do in this situation, so I'm closing this as invalid.