thezbyg / gpick

Advanced color picker written in C++ using GTK+ toolkit
BSD 3-Clause "New" or "Revised" License
377 stars 33 forks source link

I can't compile this with git on windows #147

Open ronruizG opened 6 years ago

ronruizG commented 6 years ago

I got the following errors:

No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly File "C:\Users\HERO_0001\Documents\GitHub\gpick\SConscript", line 5, in Checking for program ragel... (cached) no

Sadly I can't find a windows realease so I tried to compile it myself and failed. Probably just my fault.

ronruizG commented 6 years ago

Ok. I reinstalled a lot of things and this seems to be resolved but now I have this: `fatal error: gtk/gtk.h: No such file or directory

include <gtk/gtk.h>

` I'm using MSYS2 and the file is there: gtk-2/gtk/gtk.h . So yeah I guess I messed up something along the way. Maybe someone can help me with this.

Victoralm commented 6 years ago

Same problem in my machine...