GNOME Bugzilla – Bug 767002
test-vala-unstable crashing due to lack of -DSECRET_WITH_UNSTABLE=1
Last modified: 2016-05-30 07:48:42 UTC
On Ubuntu the test-vala-unstable test was crashing. Digging into this I found the generated C code was being compiled without the correct header since SECRET_WITH_UNSTABLE wasn't set. I assume this is something special about the particular version of GCC we have, but fixing the define solves the problem.
Created attachment 328708 [details] [review] Compile vala unstable tests with SECRET_WITH_UNSTABLE=1
Thanks. Merged into git master.