Follow-up Comment #6, bug #66143 (group groff):

For my uchardet header include problem: My package config file reads like
this:


cat /opt/homebrew/lib/pkgconfig/uchardet.pc
libdir=/opt/homebrew/Cellar/uchardet/0.0.8/lib
includedir=/opt/homebrew/Cellar/uchardet/0.0.8/include

Name: uchardet
Description: An encoding detector library ported from Mozilla
Version: 0.0.8
Requires:
Libs: -L${libdir} -luchardet
Libs.private: -lstdc++
Cflags: -I${includedir}/uchardet


And it seems, this is unaltered from the sources [1]. My pkg-config directly
picks this up and emits the following cflags:


Makefile
3876:UCHARDET_CFLAGS = -I/opt/homebrew/Cellar/uchardet/0.0.8/include/uchardet


I am no expert on clang invocations and header search path semantics, but with
that include string it seems natural for me that this is failing. 

What am I missing?

[1]:
https://gitlab.freedesktop.org/uchardet/uchardet/-/blob/master/uchardet.pc.in?ref_type=heads


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?66143>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to