ANN: Orage version 4.5.14.0 released

Landry Breuil landry.breuil at gmail.com
Tue Jul 22 19:13:10 CEST 2008


On Tue, Jul 22, 2008 at 7:04 PM, Landry Breuil <landry.breuil at gmail.com> wrote:
> On Tue, Jul 22, 2008 at 2:59 PM, juha <kautto.juha at kolumbus.fi> wrote:
>> Hi !
>>
>> This 4.5.14.0 release probably is the last stable Orage 4.5 release
>> before the bundled Xfce 4.6. It is mainly a bug fix release, but contains
>> few small enhancements also.
>
>> Removed libical week start day setting and replaced that by reading
>> first week day from locale. There is still undocumented parameter
>> in case locale setting is wrong. (Bug 3898)
>
> Fails to build on OpenBSD :
>
> parameters.c: In function `get_first_weekday_from_locale':
> parameters.c:138: error: `_NL_TIME_FIRST_WEEKDAY' undeclared (first
> use in this function)
> parameters.c:138: error: (Each undeclared identifier is reported only once
> parameters.c:138: error: for each function it appears in.)
> parameters.c:140: error: `_NL_TIME_WEEK_1STDAY' undeclared (first use
> in this function)
> parameters.c: In function `create_parameter_dialog_extra_setup_tab':
> parameters.c:685: warning: unused variable `event'
>
> I guess it's related to the fix for bug #3898... grep NL_TIME
> /usr/include returns nothing here.
> Time to add some #ifdef i think... or find a 'real portable way' to
> have this functionality. I'm open
> to all suggestions for a fix.
>
> We don't have a real locale support, see
> http://opengrok.creo.hu/openbsd/xref/src/include/ for the
> values defined in nl_types.h/locale.h/langinfo.h.

Replying to myself... i've just checked, and those _NL_ defines are linux-only.
All *BSD share the same langinfo.h, without those.

Landry



More information about the Xfce mailing list