Discussion:
Problem compiling glade from git
Marco Diego Aurélio Mesquita
2010-10-10 02:08:28 UTC
Permalink
Hi!

I could not compile glade3 from git. I clone it from git, compiled
glib 2.27.0 and gtk+-3.0 with jhbuild but could not compile glade3. It
complains in glade-placeholder.h:

CC libgladeui_2_la-glade-widget-adaptor.lo
In file included from ../gladeui/glade-command.h:5,
from ../gladeui/glade-project.h:6,
from glade.h:30,
from glade-widget-adaptor.c:36:
../gladeui/glade-placeholder.h:47: error: expected
specifier-qualifier-list before ‘GdkPixmap’

How should I compile glade from git master?
_______________________________________________
Glade-devel maillist - Glade-***@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-devel
Ramz
2010-10-10 02:50:54 UTC
Permalink
I checked the logs for the last checkin. gtk3.0 was made as default gtk+
version.

Try ./configure --with-gtk=2.0 to make it compile with gtk+ 2.0
Post by Marco Diego Aurélio Mesquita
Hi!
I could not compile glade3 from git. I clone it from git, compiled
glib 2.27.0 and gtk+-3.0 with jhbuild but could not compile glade3. It
CC libgladeui_2_la-glade-widget-adaptor.lo
In file included from ../gladeui/glade-command.h:5,
from ../gladeui/glade-project.h:6,
from glade.h:30,
../gladeui/glade-placeholder.h:47: error: expected
specifier-qualifier-list before ‘GdkPixmap’
How should I compile glade from git master?
_______________________________________________
http://lists.ximian.com/mailman/listinfo/glade-devel
--
A friend is a one who comes in when the world goes out
Loading...