On Mon, Apr 28, 2014 at 8:52 PM, Al Thomas wrote:
> I've just got this error that made me wonder about valac's hidden
> capabilities:
>
> error: test.g is not a supported source file type. Only .vala, .vapi, .gs,
> and .c files are supported.
>
> I assume a .c file is passed straight through to t
I've just got this error that made me wonder about valac's hidden capabilities:
error: test.g is not a supported source file type. Only .vala, .vapi, .gs, and
.c files are supported.
I assume a .c file is passed straight through to the C compiler along with the
generated C files from .vala and