<div dir="ltr">4.19.3 works fine but 4.19.4 isn't getting past make - thanks for any pointers.<br><br><div><a href="https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.4.dev1709181706.tar.gz">https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.4.dev1709181706.tar.gz</a><br><br>make[1]: Entering directory '/home/ubuntu/sip-4.19.4.dev1709181706/sipgen'<br>gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o main.o main.c<br>gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o transform.o transform.c<br>gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o gencode.o gencode.c<br>gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o extracts.o extracts.c<br>gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o export.o export.c<br>gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o type_hints.o type_hints.c<br>gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o heap.o heap.c<br>gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o parser.o parser.c<br>gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o lexer.o lexer.c<br>sip-4.19.4.dev1709181706/sipgen/lexer.c: In function ‘yy_get_next_buffer’:<br>sip-4.19.4.dev1709181706/sipgen/lexer.c:3277:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br>g++  -o sip main.o transform.o gencode.o extracts.o export.o type_hints.o heap.o parser.o lexer.o <br>make[1]: Leaving directory '/home/ubuntu/sip-4.19.4.dev1709181706/sipgen'<br>make[1]: Entering directory '/home/ubuntu/sip-4.19.4.dev1709181706/siplib'<br>gcc -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o siplib.o siplib.c<br>siplib.c: In function ‘parsePass1’:<br>siplib.c:5355:48: error: ‘sipParseFailure {aka struct _sipParseFailure}’ has no member named ‘detail_ob’<br>         if ((exc_str_obj = PyObject_Str(failure.detail_ob)) == NULL)<br>                                                ^<br>siplib.c:5380:47: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘int’ [-Wformat=]<br>             PyErr_Format(PyExc_OverflowError, "argument '%s' overflowed: %s",<br>                                               ^<br>Makefile:29: recipe for target 'siplib.o' failed<br>make[1]: *** [siplib.o] Error 1<br>make[1]: Leaving directory '/home/ubuntu/sip-4.19.4.dev1709181706/siplib'<br>Makefile:3: recipe for target 'all' failed<br>make: *** [all] Error 2<br></div></div>