Menu

#20 Xft header not found

1.0
closed
nobody
None
2022-01-26
2022-01-26
No

XNEdit uses Xft like this (in "source/nedit.h" and some other files, see below):

#include <Xft/Xft.h>

According to the official documentation:
https://cgit.freedesktop.org/xorg/lib/libXft/tree/man/Xft.man
it should be:

#include <X11/Xft/Xft.h>

I have patched this line in the following XNEdit files:
source/nedit.h
source/rangeset.h
source/text.h
source/textDisp.h
source/textP.h
util/colorchooser.c
util/fontsel.c

Discussion

  • Pyrphoros

    Pyrphoros - 2022-01-26
    • status: open --> closed
     
  • Pyrphoros

    Pyrphoros - 2022-01-26

    thanks for the notice, I changed the includes now

     

Log in to post a comment.