Re: Cross compiling CVS head
- From: Trey Boudreau <trey treysoft com>
- To: gtk-devel-list gnome org
- Subject: Re: Cross compiling CVS head
- Date: Wed, 15 Feb 2006 14:23:34 -0600
On Wed, Feb 15, 2006 at 01:34:24PM -0600, Trey Boudreau wrote:
>
> gtk/gtkicontheme.c: In function `_gtk_icon_theme_ensure_builtin_cache':
> gtk/gtkicontheme.c:1160: error: `builtin_icons' undeclared (first use in this function)
>
> It turns out I end up with an empty gtkbuiltincache.h because the build
> wants to run the ARM target version of gtk-update-icon-cache it just built.
>
It additionaly doesn't support building gtkbuiltincache.h outside of the
source tree:
gtkbuiltincache.h: gtk-update-icon-cache$(EXEEXT) stamp-icons
./gtk-update-icon-cache --force --ignore-theme-index \
--source builtin_icons stock-icons > gtkbuiltincache.h
I *think* that line should read something like:
--source builtin_icons $(srcdir)/stock-icons > gtkbuiltincache.h
My current work-around involves building CVS head for the development
machine, hand-building the header, and patching the gtk/Makefile after
autogen.sh or configure.
Ugly and fragile? You bet :-)
-- Trey
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]