Just a update:

I settled with just "printf" and not "env printf" in the patch for
testrunner.sh

System has multiple compilers and I found that out using by adding valac -v
flag in VALAFLAGS in testrunner.sh

Had to add VALAFLAGS="$VALAFLAGS --cc=gcc ....................; this might
be a flag needed in new build system.

Then found out gcc (GCC) 4.9.4 has no option -Wint-conversion  on
OpenIndiana

cc1: error: -Werror=int-conversion: no option -Wint-conversion

First test now runs but fails on the next ones.
_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to