Apparently the path passed to gcc actually is an error message. Do you happen to have any idea why this is happening? At first I though I'm just missing some gtk3.0 package, but I think it is installed, and also the code only started to break when Nim 0.20 was released (a coincidence that the travis images changed exactly at the same time?). I'm wondering if for instance this line behaves differently in recent Nim versions.
I noticed that my NimData builds started breaking after the Nim 0.20 release, and it looks like this is related to webview. The error I'm getting is:
https://travis-ci.org/bluenote10/NimData/jobs/602421598#L3009
Apparently the path passed to gcc actually is an error message. Do you happen to have any idea why this is happening? At first I though I'm just missing some gtk3.0 package, but I think it is installed, and also the code only started to break when Nim 0.20 was released (a coincidence that the travis images changed exactly at the same time?). I'm wondering if for instance this line behaves differently in recent Nim versions.