oskca / webview

Nim bindings for https://github.com/zserge/webview
100 stars 15 forks source link

Package gtk+-3.0 was not found in the pkg-config search path. #10

Closed bluenote10 closed 5 years ago

bluenote10 commented 5 years ago

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.

bluenote10 commented 5 years ago

Okay it turned out that I really had to install some additional dev packages, which presumably were part of the travis images before.