Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

Unable to compile theme #43

Open
adueppen opened this issue Aug 8, 2014 · 1 comment
Open

Unable to compile theme #43

adueppen opened this issue Aug 8, 2014 · 1 comment

Comments

@adueppen
Copy link

adueppen commented Aug 8, 2014

I was following the guide for compiling from source, and after running make, I got this error:

valac --pkg gtk+-3.0 elegance-colors-prefs.vala -o elegance-colors-prefs
/home/admin/Github/elegance-colors-master/elegance-colors-prefs.vala.c:7:21: fatal error: gtk/gtk.h: No such file or directory
 #include <gtk/gtk.h>
                     ^
compilation terminated.
error: cc exited with status 256
Compilation failed: 1 error(s), 0 warning(s)
make: *** [elegance-colors-prefs] Error 1

I don't know any Vala or C at all, so I don't really know what's happening.

@adueppen
Copy link
Author

adueppen commented Aug 8, 2014

update: after installing some GTK3 related packages (I'm on Ubuntu, by the way) now I get this error:

valac --pkg gtk+-3.0 elegance-colors-prefs.vala -o elegance-colors-prefs
/home/alex/Github/elegance-colors-master/elegance-colors-prefs.vala.c: In function ‘main’:
/home/alex/Github/elegance-colors-master/elegance-colors-prefs.vala.c:10092:2: warning: ‘g_type_init’ is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
  g_type_init ();
  ^

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant