Error compiling CMOD

Pontus Östlund <[email protected]> Wed, 26 Jul 2017 15:18:31 +0200
Newsgroups gmane.comp.lang.pike.user
Message-ID <[email protected]>
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:

** Running  make PIKE_INCLUDES=-I/usr/local/pike/8.1.9/include/pike PIKE_SRC_DIR=/usr/local/pike/8.1.9/include/pike BUILD_BASE=/usr/local/pike/8.1.9/include/pike MODULE_BASE=/usr/local/pike/8.1.9/include/pike/modules TMP_BINDIR=/usr/local/pike/8.1.9/include/pike SRCDIR=. FULL_SRCDIR=/home/poppa/src/github/pike-libsass/ TMP_MODULE_BASE=. PIKE_EXTERNAL_MODULE=pike_external_module CORE_AUTODOC_PATH=/usr/local/pike/8.1.9/doc/src/core_autodoc.xml SYSTEM_DOC_PATH=/usr/local/pike/8.1.9/doc/ SYSTEM_MODULE_PATH=/usr/local/pike/8.1.9/lib/modules LOCAL_MODULE_PATH=/home/poppa/lib/pike/modules RUNPIKE=pike -m/usr/local/pike/8.1.9/lib/master.pike FINAL_PIKE=pike -m/usr/local/pike/8.1.9/lib/master.pike
make[1]: Går till katalogen ”/home/poppa/src/github/pike-libsass”
Compiling sass.c
In file included from sass.cmod:10:0:
/usr/local/pike/8.1.9/include/pike/global.h:449:3: error: #error Unsupported type chosen for native pike integers.
 # error Unsupported type chosen for native pike integers.
   ^
/usr/local/pike/8.1.9/include/pike/global.h:506:2: error: #error Unsupported type chosen for pike floats.
 #error Unsupported type chosen for pike floats.
  ^
In file included from /usr/local/pike/8.1.9/include/pike/pike_memory.h:11:0,
                 from /usr/local/pike/8.1.9/include/pike/port.h:11,
                 from /usr/local/pike/8.1.9/include/pike/global.h:659,
                 from sass.cmod:10:
...

And then follows a shit load of traces.

It seems SIZEOF_INT_TYPE isn't set correctly.

#if SIZEOF_INT_TYPE - 0 == 0
# error Unsupported type chosen for native pike integers.
#endif

What could be the reason for this?

Regards
-----------------------------
Pontus Östlund
Developer • Roxen AB
+46 70-662 81 69

www.roxen.com <http://www.roxen.com/> | twitter.com/roxen <https://twitter.com/roxen>