On Wed, 2007-08-22 at 14:52 -0400, John C. Meuser wrote:
> I'm attempting to cross compile Pango 1.16.2 for
arm-linux and keep
> getting the same problem:
>
> undefined reference to `pangoft2_viewer'
>
> Googling only seems to reveal that I need the freetype
development files
> installed, which I do (2.1.9), which is newer than the
minimum required
> for this version of pango (2.1.7, if the debian
build-depends are to be
> believed). I can't seem to find any more details on
where
> pangoft2_viewer is defined so that I can track down why
my cross
> compiler can't find it.
Did you grep?!
[behdad behdad pango-view]$ grep pangoft2_viewer *.c
pangoft2-view.c:extern const PangoViewer pangoft2_viewer;
pangoft2-view.c: &pangoft2_viewer,
pango-view.c:extern const PangoViewer pangoft2_viewer;
pango-view.c: &pangoft2_viewer,
viewer-pangoft2.c:const PangoViewer pangoft2_viewer = {
> Any clues?
>
> John
>
>
>
> _______________________________________________
> gtk-i18n-list mailing list
> gtk-i18n-list gnome.org
>
http://mail.gnome.org/mailman/listinfo/gtk-i18n-list
--
behdad
http://behdad.org/
"Those who would give up Essential Liberty to purchase
a little
Temporary Safety, deserve neither Liberty nor
Safety."
-- Benjamin Franklin, 1759
_______________________________________________
gtk-i18n-list mailing list
gtk-i18n-list gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-i18n-list
|