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

Re: anjuta build failure on kbsd-*



anjuta 2:3.0.3.0-1 currently ftbfs on kbsd-*.

The strange thing is that in scripts/build-schemas.mk:

%.gschema.xml: %.ui
        $(AM_V_GEN)$(top_srcdir)/scripts/builder2schema.pl $< $(prefs_name) $(srcdir)/$(prefs_keyfile) > $@


But during make in plugins/build-basic-autotools
../../scripts/builder2schema.pl anjuta-build-basic-autotools-plugin.ui org.gnome.anjuta.build ./ > anjuta-build-basic-autotools-plugin.gschema.xml

Aka the "$(srcdir)/$(prefs_keyfile)" is passed as "./"
I would say that there is a problem in build rules of anjuta.

Petr


Reply to: