Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3560

General Questions • [Solved] Error while compiling Sdorfehs's source

$
0
0
I found the solution, I didn't read the error message correctly.

Code:

$ makecc -O2 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes `pkg-config --cflags x11 xft xrandr xtst xres freetype2` -DVERSION=\"git-8a50f09\"   -c -o actions.o actions.cPackage xrandr was not found in the pkg-config search path.Perhaps you should add the directory containing `xrandr.pc'to the PKG_CONFIG_PATH environment variable

Code:

$ apt-file search xrandr.pclibxrandr-dev: /usr/lib/x86_64-linux-gnu/pkgconfig/xrandr.pc
Then,

Code:

$ sudo apt install libxrandr-dev
And TA-DA ! It worked !

Statistics: Posted by drmacaaabre — 2024-01-22 14:29 — Replies 1 — Views 48



Viewing all articles
Browse latest Browse all 3560

Trending Articles