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

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

$
0
0
Hi, I'm trying to compile Sdorfehs (Window Manager) from the source > Sdorfehs's GitHub.
But I have an error.

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 variablePackage 'xrandr', required by 'virtual:world', not foundIn file included from data.h:29,                 from config.h:23,                 from sdorfehs.h:76,                 from actions.c:33:/usr/include/X11/Xft/Xft.h:40:10: fatal error: ft2build.h: Aucun fichier ou dossier de ce type   40 | #include <ft2build.h>      |          ^~~~~~~~~~~~compilation terminated.make: *** [<commande interne> : actions.o] Erreur 1
I use the apt-file command to find in which package was ft2build.h, I installed it

Code:

$ apt-file search ft2build.hlibfreetype-dev: /usr/include/freetype2/ft2build.h

Code:

$ apt-cache policy libfreetype-devlibfreetype-dev:  Installé : 2.12.1+dfsg-5  Candidat : 2.12.1+dfsg-5 Table de version : *** 2.12.1+dfsg-5 500        500 http://ftp.fr.debian.org/debian bookworm/main amd64 Packages        100 /var/lib/dpkg/status
But I still have this error.
Can somebody give me any hint to solve this, please ?

Thanks

Statistics: Posted by drmacaaabre — 2024-01-22 08:52 — Replies 0 — Views 6



Viewing all articles
Browse latest Browse all 3567

Trending Articles