solbu / hldig

hl://Dig is a fork of ht://Dig, a web indexing and searching system for a small domain or intranet
https://solbu.github.io/hldig/
Other
18 stars 21 forks source link

gettext.h: fix warning about variable length array #80

Closed andy5995 closed 6 years ago

andy5995 commented 6 years ago

This was a harmless warning on Debian 9, but when I tried building hldig on OpenBSD 6.2 last night, the build errored out.

/usr/share/gettext/gettext.h:247: error: ISO C++ forbids variable length
array ‘msg_ctxt_id’

I found a good solution at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547798