I just now tried to compile trunk (r73309) on the Mac and got an Error 2 in … /lib/python/ctypes. I’m attaching the full compiler output, but list the last part below. I am compiling with the most current Mac OS and Python 2.7.15 (i.e., not Python 3). I seem to remember something about ctypes coming across the list recently, while I was traveling but thought it was related to Python 3. Before I make a bug report, I thought I’d see if anyone has any insight about this.
Michael
Status: /Applications/GRASS-7.5.app/Contents/Resources/bin/clang -E -I/Applications/GRASS-7.5.app/Contents/Resources/include -I/Users/cmbarton/grass_source/trunk/dist.x86_64-apple-darwin17.7.0/include -I/Users/cmbarton/grass_source/trunk/dist.x86_64-apple-darwin17.7.0/include -D__GLIBC_HAVE_LONG_LONG -U GNUC -dD -U BLOCKS “-Dinline=” “-D__inline__=” “-D__extension__=” “-D_Bool=uint8_t” “-D__const=const” “-D__asm__(x)=” “-D__asm(x)=” “-DCTYPESGEN=1” “-D__uint16_t=uint16_t” “-D__uint32_t=uint32_t” “-D__uint64_t=uint64_t” “/var/folders/65/pp9w7z0d1mj502pj8hhl7vfw0000gp/T/tmpCdLMiY.h”
Traceback (most recent call last):
File “./ctypesgen.py”, line 162, in
descriptions = ctypesgencore.parser.parse(options.headers, options)
File “/Users/cmbarton/grass_source/trunk/lib/python/ctypes/ctypesgencore/parser/init.py”, line 22, in parse
parser.parse()
File “/Users/cmbarton/grass_source/trunk/lib/python/ctypes/ctypesgencore/parser/datacollectingparser.py”, line 74, in parse
ctypesparser.CtypesParser.parse(self, fname, False)
File “/Users/cmbarton/grass_source/trunk/lib/python/ctypes/ctypesgencore/parser/cparser.py”, line 122, in parse
self.preprocessor_parser.parse(filename)
File “/Users/cmbarton/grass_source/trunk/lib/python/ctypes/ctypesgencore/parser/preprocessor.py”, line 176, in parse
ppout = decode(ppout)
File “/Users/cmbarton/grass_source/trunk/dist.x86_64-apple-darwin17.7.0/etc/python/grass/script/utils.py”, line 191, in decode
return bytes_.decode(enc)
File “/Applications/GRASS-7.5.app/Contents/Resources/lib/python2.7/encodings/utf_8.py”, line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: ‘utf8’ codec can’t decode byte 0xa9 in position 1298644: invalid start byte
make[1]: *** [OBJ.x86_64-apple-darwin17.7.0/nviz.py] Error 1
make: *** [default] Error 2
(attachments)
ctype_error.txt (10.3 KB)