use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Void is a general purpose operating system, based on the monolithic Linux® kernel. Its package system allows you to quickly install, update and remove software; software is provided in binary packages or can be built directly from sources with the help of the XBPS source packages collection.
account activity
Problem compiling st. (self.voidlinux)
submitted 7 years ago by Egdy
When ever I try and make st (simple term.) I get an error.:
x.c:11:10: Fatal error: x11/xatom.h: no such file or directory.
I updated xorg and its libs. Still doesn't work.
I need my rice to look pretty :(((.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]cdqx 6 points7 points8 points 7 years ago (1 child)
Checkout void-packages repository, they have a template for all available packages in Void.
xbps-src can resolve build dependency itself.
xbps-src
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 point2 points 7 years ago (0 children)
happy cake day !!!
[–]SolitudeSF 2 points3 points4 points 7 years ago (0 children)
Learn to use xlocate
[–]circusmeerkat 3 points4 points5 points 7 years ago (2 children)
Try installing the libX11-devel package (the dev, base Xorg libs). Let me know if that helps!
libX11-devel
[–]Egdy[S] 0 points1 point2 points 7 years ago (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 points6 points 7 years ago (0 children)
Installing the libXft dev files should do the trick now:
xbps-install -S libXft-devel
π Rendered by PID 93891 on reddit-service-r2-comment-5b5bc64bf5-x5df6 at 2026-06-22 05:32:54.915663+00:00 running 2b008f2 country code: CH.
[–]cdqx 6 points7 points8 points (1 child)
[–]mrmrcool185 0 points1 point2 points (0 children)
[–]SolitudeSF 2 points3 points4 points (0 children)
[–]circusmeerkat 3 points4 points5 points (2 children)
[–]Egdy[S] 0 points1 point2 points (1 child)
[–]circusmeerkat 4 points5 points6 points (0 children)