Re: [Vala] New test framework updates.



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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]