Hi, I had problem compiling st, I had installed `fontconfig` in
debian, but when I run `make`, these problems show up:

st build options:
Package fontconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `fontconfig.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fontconfig' found
CFLAGS   = -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os -I.
-I/usr/include -I/usr/X11R6/include  -I/usr/include/freetype2
-DVERSION="0.5" -D_BSD_SOURCE -D_XOPEN_SOURCE=600
Package fontconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `fontconfig.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fontconfig' found
LDFLAGS  = -g -L/usr/lib -lc -L/usr/X11R6/lib -lm -lrt -lX11 -lutil
-lXext -lXft  -lfreetype
CC       = cc
CC st.c
Package fontconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `fontconfig.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fontconfig' found
st.c:24:23: fatal error: X11/Xatom.h: No such file or directory
compilation terminated.
Makefile:21: recipe for target 'st.o' failed
make: *** [st.o] Error 1

Reply via email to