===> Building for chemtool-1.6.14nb26 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/biology/chemtool/work/chemtool-1.6.14' Making all in m4 gmake[2]: Entering directory '/Users/pbulk/build/biology/chemtool/work/chemtool-1.6.14/m4' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/biology/chemtool/work/chemtool-1.6.14/m4' Making all in po gmake[2]: Entering directory '/Users/pbulk/build/biology/chemtool/work/chemtool-1.6.14/po' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/biology/chemtool/work/chemtool-1.6.14/po' Making all in src-cht gmake[2]: Entering directory '/Users/pbulk/build/biology/chemtool/work/chemtool-1.6.14/src-cht' clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz cht.c -o cht cht.c:544:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void PASCAL_MAIN(argc, argv) ^ cht.c:563:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long my_labs(x) ^ cht.c:576:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int my_toupper(c) ^ cht.c:586:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int my_tolower(c) ^ cht.c:598:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ipow(a, b) ^ cht.c:621:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long P_imax(a, b) ^ cht.c:630:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long P_imin(a, b) ^ cht.c:640:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double P_rmax(a, b) ^ cht.c:649:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double P_rmin(a, b) ^ cht.c:666:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *strsub(ret, s, pos, len) ^ cht.c:696:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int strpos2(s, pat, pos) ^ cht.c:722:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int strcicmp(s1, s2) ^ cht.c:749:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *strltrim(s) ^ cht.c:759:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *strrtrim(s) ^ cht.c:775:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *strrpt(ret, s, num) ^ cht.c:794:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *strpad(ret, s, padchar, num) ^ cht.c:818:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void strmove(len, s, spos, d, dpos) ^ cht.c:837:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void strdelete(s, pos, len) ^ cht.c:859:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void strinsert(src, dst, pos) ^ cht.c:891:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int P_peek(f) ^ cht.c:908:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int P_eof(f) ^ cht.c:931:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int P_eoln(f) ^ cht.c:946:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FILE *_skipnlspaces(f) ^ cht.c:962:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FILE *_skipspaces(f) ^ cht.c:978:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Void P_readpaoc(f, s, len) ^ cht.c:1000:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Void P_readlnpaoc(f, s, len) ^ cht.c:1023:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long P_maxpos(f) ^ cht.c:1040:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Char *P_trimname(fn, len) ^ cht.c:1081:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long *P_setunion(d, s1, s2) /* d := s1 + s2 */ ^ cht.c:1099:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long *P_setint(d, s1, s2) /* d := s1 * s2 */ ^ cht.c:1112:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long *P_setdiff(d, s1, s2) /* d := s1 - s2 */ ^ cht.c:1129:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long *P_setxor(d, s1, s2) /* d := s1 / s2 */ ^ cht.c:1148:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int P_inset(val, s) /* val IN s */ ^ cht.c:1161:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long *P_addset(s, val) /* s := s + [val] */ ^ cht.c:1182:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long *P_addsetr(s, v1, v2) /* s := s + [v1..v2] */ ^ cht.c:1215:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long *P_remset(s, val) /* s := s - [val] */ ^ cht.c:1231:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int P_setequal(s1, s2) /* s1 = s2 */ ^ cht.c:1245:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int P_subset(s1, s2) /* s1 <= s2 */ ^ cht.c:1263:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long *P_expset(d, s) /* d := s */ ^ cht.c:1276:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long P_packset(s) /* convert s to a small-set */ ^ cht.c:1313:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *_ShowEscape(buf, code, ior, prefix) ^ cht.c:1399:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int _Escape(code) ^ cht.c:1418:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int _EscIO(code) ^ cht.c:1425:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int _EscIO2(code, name) ^ cht.c:2808:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) ^ 45 warnings generated. gmake[2]: Leaving directory '/Users/pbulk/build/biology/chemtool/work/chemtool-1.6.14/src-cht' gmake[2]: Entering directory '/Users/pbulk/build/biology/chemtool/work/chemtool-1.6.14' clang -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I. -I. -DGTK2 -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c main.c main.c:18:10: fatal error: 'gdk/gdkx.h' file not found #include ^~~~~~~~~~~~ 1 error generated. gmake[2]: *** [Makefile:421: main.o] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/biology/chemtool/work/chemtool-1.6.14' gmake[1]: *** [Makefile:477: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/biology/chemtool/work/chemtool-1.6.14' gmake: *** [Makefile:310: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/biology/chemtool *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/biology/chemtool