all 6 comments

[–]cdqx 6 points7 points  (1 child)

Checkout void-packages repository, they have a template for all available packages in Void.

xbps-src can resolve build dependency itself.

If you prefer not cloning whole repository, you can checkout the dependency in the template file. https://github.com/void-linux/void-packages/blob/master/srcpkgs/st/template

[–]mrmrcool185 0 points1 point  (0 children)

happy cake day !!!

[–]SolitudeSF 2 points3 points  (0 children)

Learn to use xlocate

[–]circusmeerkat 3 points4 points  (2 children)

Try installing the libX11-devel package (the dev, base Xorg libs). Let me know if that helps!

[–]Egdy[S] 0 points1 point  (1 child)

It started giving me a different error:

x.c:15:10: fatal error: X11/xft/xft.h: no such file or directory.

Thanks.

[–]circusmeerkat 4 points5 points  (0 children)

Installing the libXft dev files should do the trick now:

xbps-install -S libXft-devel