unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* [1.9.12] langinfo.h on OpenBSD ...
@ 2010-09-08 12:49 primus
  2010-09-08 16:40 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: primus @ 2010-09-08 12:49 UTC (permalink / raw)
  To: bug-guile

Wed Sep  8 13:44:14 BST 2010

OS:	OpenBSD 4.7

error:
i18n.c: In function 'define_langinfo_items':
i18n.c:1746: error: 'ERA' undeclared (first use in this function)
i18n.c:1746: error: (Each undeclared identifier is reported only once
i18n.c:1746: error: for each function it appears in.)
i18n.c:1747: error: 'ERA_D_FMT' undeclared (first use in this function)
i18n.c:1748: error: 'ERA_D_T_FMT' undeclared (first use in this function)
i18n.c:1750: error: 'ERA_T_FMT' undeclared (first use in this function)
i18n.c:1752: error: 'ALT_DIGITS' undeclared (first use in this function)
gmake[3]: *** [libguile_2.0_la-i18n.lo] Error 1
gmake[3]: Leaving directory `/usr/obj/micro/guile-1.9.12/libguile'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/obj/micro/guile-1.9.12/libguile'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/obj/micro/guile-1.9.12'
gmake: *** [all] Error 2
'''

/usr/include/langinfo.h on OpenBSD:
http://www.openbsd.org/cgi-bin/cvsweb/src/include/langinfo.h?rev=1.5;content-type=text%2Fplain

does not contain any ERA.* entries, as found in:

http://www.opengroup.org/onlinepubs/009695399/basedefs/langinfo.h.html

Have emailed espie@openbsd.org about this.

(If I can build this successfully,  will attempt to become the OpenBSD maintainer
for guile port/package - as it is currently orphaned.)

-- 
-primus
"It isn't what you make, it's what you don't lose!"



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [1.9.12] langinfo.h on OpenBSD ...
  2010-09-08 12:49 [1.9.12] langinfo.h on OpenBSD primus
@ 2010-09-08 16:40 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2010-09-08 16:40 UTC (permalink / raw)
  To: bug-guile

Hi,

primus <rprimus@gmail.com> writes:

> OS:	OpenBSD 4.7
>
> error:
> i18n.c: In function 'define_langinfo_items':
> i18n.c:1746: error: 'ERA' undeclared (first use in this function)
> i18n.c:1746: error: (Each undeclared identifier is reported only once
> i18n.c:1746: error: for each function it appears in.)
> i18n.c:1747: error: 'ERA_D_FMT' undeclared (first use in this function)
> i18n.c:1748: error: 'ERA_D_T_FMT' undeclared (first use in this function)
> i18n.c:1750: error: 'ERA_T_FMT' undeclared (first use in this function)
> i18n.c:1752: error: 'ALT_DIGITS' undeclared (first use in this function)
> gmake[3]: *** [libguile_2.0_la-i18n.lo] Error 1

Thanks for the report!

We’ll use Gnulib’s ‘langinfo’ module, which addresses this specific
portability issue.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-08 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-08 12:49 [1.9.12] langinfo.h on OpenBSD primus
2010-09-08 16:40 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).