For nearly all UNIX, the system deployed iconv is usually sufficient (often
part of clib or in libiconv).  On windows it is another story, since
distributing libiconv is now a mishmash of LGPL+GPL.  My pet project is to
wrap the BSD Citrus implementation in a BSD licensed win32 build as a drop
in iconv implementation, so that APR--iconv could be retired.

The apr_xlate API depends on some implementation.
On Jan 26, 2016 08:36, "Thorsten Schöning" <tschoen...@am-soft.de> wrote:

> Guten Tag Wiebesiek, Torsten,
> am Dienstag, 26. Januar 2016 um 14:36 schrieben Sie:
>
> > At first I tried it on my Manjaro installation. I've downloaded,
> > compiled and installed apr-1.5.2, apr-util-1.5.4 and
> > apr-iconv-1.2.1. I am not sure, if the latter is even needed.
>
> apr-util uses apr-iconv as well, at least my created projects have a
> dependency currently.
>
> > Calling automake (version 1.15) results in a warning:
> > Unescaped left brace in regex is deprecated, passed through in
> > regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at
> /usr/bin/automake line 3936.
>
> I can't find that regex in my trunk folder. Is that line from
> /usr/bin/automake itself?
>
> > I ignored the warning but the call to configure failed:
> >> configure --with-apr=path-to-my-apr-installation
> > ./configure: line 16480: syntax error near unexpected token `;'
> > ./configure: line 16480: `APR_FIND_APR( , , 1, 1)'
>
> Provide is the generated files from the step before, so we might have
> a look. I can't build using autoconf and my configure.ac doesn't have
> that many lines.
>
> Mit freundlichen Grüßen,
>
> Thorsten Schöning
>
> --
> Thorsten Schöning       E-Mail: thorsten.schoen...@am-soft.de
> AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
>
> Telefon...........05151-  9468- 55
> Fax...............05151-  9468- 88
> Mobil..............0178-8 9468- 04
>
> AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
> AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
>
>

Reply via email to