Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2018 10:46:13 +0100
From:      "Herbert J. Skuhra" <herbert@gojira.at>
To:        questions@freebsd.org
Subject:   Re: xlocale.h missing on FreeBSD
Message-ID:  <20181029094613.xuu4o227yxw7wkr4@mail.bsd4all.net>
In-Reply-To: <CAAdA2WMq7kkbQ%2BUiAfC_TMoceV8GEhj9NOUEeiha84soJZdy%2Bw@mail.gmail.com>
References:  <CAAdA2WMq7kkbQ%2BUiAfC_TMoceV8GEhj9NOUEeiha84soJZdy%2Bw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181029094613.xuu4o227yxw7wkr4>