On Wed, May 02, 2018 at 12:02:03PM +0200, Moritz Muehlenhoff wrote:
> Hi Jörg,
>
> On Mon, Apr 30, 2018 at 09:59:11PM +0200, Jörg Frings-Fürst wrote:
> >
> > for the liboinig transition I testing the build of hhvm again libonig
> > 6.8.1-1.
> >
> > The build fails with
> >
> > [quote]
> > In file included from /build/hhvm-3.21.0+dfsg/hphp/runtime/base/program-
> > functions.cpp:117:0:
> > /usr/include/oniguruma.h:347:1: error: 'UChar' does not name a type; did you
> > mean 'char'?
> > UChar* onigenc_strdup P_((OnigEncoding enc, const UChar* s, const UChar*
> > end));
> > ^~~~~
> > char
>
> But that's a problem in the lobonig headers?
> hphp/runtime/base/program-functions.cpp:117 simply does a
>
> #include <oniguruma.h>
Actually this needs some changes on the HHVM end, found a fix.
Cheers,
Moritz