build failure with GCC 4.7.
Brought to you by:
neoneurone
Hello,
opencity fails to build with gcc 4.7 or later because of a missing header file in src/tinyxpath/node_set.cpp.
This was reported as Debian bug http://bugs.debian.org/667310 and fixed by Matej Vela. I'm attaching the patch to this bug report.
Rejected.
The patch is out of date. And the code already contains:
which defines HAVE_STDINT_H on the machine which has stdint.h.
Compiled on my development machine with "gcc (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6)".
Best regards.