xlocale.h missing on FreeBSD

Herbert J. Skuhra herbert at gojira.at
Mon Oct 29 09:46:25 UTC 2018


On Mon, Oct 29, 2018 at 12:30:22PM +0300, Odhiambo Washington wrote:
> <cut>
> fatal error: xlocale.h: No such file or directory
>  #include <xlocale.h>
>           ^~~~~~~~~~~
> </cut>
> 
> How do I get xlocale.h on my FreeBSD server?

The file was added almost seven years ago and is part of base.txz:

<https://svnweb.freebsd.org/base?view=revision&revision=227753>

% uname -rms
FreeBSD 12.0-BETA2 amd64

% find /usr/include /usr/src/ -name "xlocale.h"
/usr/include/xlocale.h
/usr/src/include/xlocale.h

-- 
Herbert


More information about the freebsd-questions mailing list