Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. dwm build options:
  2. CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION="6.1" -DXINERAMA
  3. LDFLAGS = -s -L/usr/X11R6/lib -lX11 -lXinerama -lfontconfig -lXft
  4. CC = cc
  5. CC drw.c
  6. In file included from /usr/include/bits/libc-header-start.h:33:0,
  7. from /usr/include/stdio.h:27,
  8. from drw.c:2:
  9. /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated,
  10. use _DEFAULT_SOURCE" [-Wcpp]
  11. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  12. ^~~~~~~
  13. In file included from drw.c:6:0:
  14. /usr/include/X11/Xft/Xft.h:39:10: fatal error: ft2build.h: No such file or directory
  15. #include <ft2build.h>
  16. ^~~~~~~~~~~~
  17. compilation terminated.
  18. make: *** [Makefile:19: drw.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement