v2.3.0 Makefile.{am,in} typo: GCONF_SCHEME_CONFIG_SOURCE



Compilation: no problem, but running make install was like bashing my head 
into a wall.  I know very little about the inner workings of gconf, but 
comparing the Makefile from an application that worked (metacity) with the 
one in eog-2.3.0, finally showed me that line 41 in Makefile.am and line 508 
in Makefile.in (same content) should read:

GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) 
--makefile-install-rule $(top_builddir)/eog.schemas

instead of (its current value):

GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) $(GCONFTOOL) 
--makefile-install-rule $(top_builddir)/eog.schemas

With that little change, it installed with no complaints.
-- 
Sebastian J. Bronner
waschtl sbronner com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]