Bram Stolk wrote: <<<SNIP>>> > I will attach my configure.in which you can use. > You need to re-create configure from configure.in by running > aclocal ; autoconf ; automake > > I only got it to build by using the NLS-disabling flag of configure, > and cd-ing to ./src and doing a make.
I also had to patch two files: ElementStream.h Parser.h The both referred to a type uint8_t and neither included the #include <stdint.h> necessary to define it! <<<SNIP>>> Stuart
