[Fontconfig] Broken "-enable-large-file" handling
Akira TAGOH
akira at tagoh.org
Mon May 18 04:41:54 UTC 2020
Hmm, just realized from the archive on mailman I got a reply. seems to
have missed a mail on my side somehow...
Anyway, thank you for investigating. could you please report an issue
at https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues ?
On Tue, May 12, 2020 at 5:58 PM Akira TAGOH <akira at tagoh.org> wrote:
>
> Sorry for the late reply, I was away from my computer for a while.
>
> On Fri, May 1, 2020 at 4:20 AM Juergen Borleis <fb at kreuzholzen.de> wrote:
> > A few source files already do that, but the most do not. And that was the root
> > cause of my inode size issue. Two solutions are possible:
> >
> > 1) adding the "#include <config.h>" in all source files
>
> This should be already done though `#include "fcint.h"`. do you have
> -DHAVE_CONFIG_H on your compiler option?
> or are there any situations where it is not doing so? that should be
> what we need to fix then.
>
> > 2) forcing the inclusion of the "config.h" via a
> > "-include $(top_builddir)/config.h"
> > parameter to the compiler.
> >
> > 1) needs to touch all source files, 2) needs to add the mentioned parameter to
> > the "AM_CPPFLAGS" variable (and removing the "#include <config.h>" from a few
> > source files).
> >
> > What would be an acceptable patch? I already made one for solution 2) and for my
> > use case fontconfig works again.
> >
> > Regards,
> > Juergen
> > _______________________________________________
> > Fontconfig mailing list
> > Fontconfig at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/fontconfig
>
>
>
> --
> Akira TAGOH
--
Akira TAGOH
More information about the Fontconfig
mailing list