Re: Error compiling CMOD

Pontus Östlund <[email protected]> Wed, 26 Jul 2017 15:37:09 +0200
Newsgroups gmane.comp.lang.pike.user
Message-ID <[email protected]>
> On 26 Jul 2017, at 15:18, Pontus Östlund <[email protected]> wrote:
> 
> Hm, all of a sudden I'm unable to compile a CMOD I have both in 8.0 and 8.1. I have no clue what this means:
> 
> ...

Hm, it seemed like I needed AC_HAVE_HEADERS(inttypes.h) in my configure.ac. I noticed the config.h looked off	

/* Define to 1 if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */

So I simply added a check for it in configure.ac and everything worked fine after that.

# Pontus