RE : abiword 1.9.x installation breaks because of pangoxft

From: Joaquin Cuenca Abela (e98cuenc@free.fr)
Date: Mon May 12 2003 - 17:06:03 EDT

  • Next message: David Bolack: "Re: Artwork, branding, consistancey and stuff [was Re: Fwd: Re: Your mega knowledge of abi history is requested [j.c@123mail.dk]]"

    Dennis wrote:
    >
    > Hello -
    >
    > I Regret posting this here but there are so many
    > bugzilla-engines out there that I'll quit supporting projects
    > completely one day. For you it may be helpful but for users
    > the bugzilla-forms are just a mess. I do not fill out 30
    > questions to possibly find an already posted bug in your
    > database. There are too many errors in free source products
    > for being able to do this in a respectable amount of time a day.

    Fortunately enough, this one doesn't look like an error in a free
    software product ;-)

    > I get the following error:
    >
    > ../../../../../wv/libwv.a(generic.o): In function `wvTempName':
    > /workspace/software/gnome/abiword-1.9.1/wv/../wv/generic.c:85:
    > the use of `tmpnam' is dangerous, better use `mkstemp'
    > /opt/gnome/lib/libpangoxft-1.0.so: undefined reference to
    > `FT_Stream_GetShort'
    > /opt/gnome/lib/libpangoxft-1.0.so: undefined reference to
    > `FT_Stream_ExitFrame'
    > /opt/gnome/lib/libpangoxft-1.0.so: undefined reference to
    > `FT_Stream_GetLong'
    > /opt/gnome/lib/libpangoxft-1.0.so: undefined reference to
    > `FT_Stream_Seek'
    > /opt/gnome/lib/libpangoxft-1.0.so: undefined reference to
    > `FT_Get_Next_Char'
    > /opt/gnome/lib/libpangoxft-1.0.so: undefined reference to
    > `FT_Stream_EnterFrame'
    > /opt/gnome/lib/libpangoxft-1.0.so: undefined reference to
    > `FT_Get_First_Char'
    > collect2: ld returned 1 exit status
    > make[4]: *** [AbiWord-2.0] Fehler 1
    > make[4]: Leaving directory
    > `/workspace/software/gnome/abiword-1.9.1/abi/src/wp/main/unix'
    > make[3]: *** [all-recursive] Fehler 1
    > make[3]: Leaving directory
    > `/workspace/software/gnome/abiword-1.9.1/abi/src/wp/main'
    > make[2]: *** [all-recursive] Fehler 1
    > make[2]: Leaving directory
    > `/workspace/software/gnome/abiword-1.9.1/abi/src/wp'
    > make[1]: *** [all-recursive] Fehler 1
    > make[1]: Leaving directory
    > `/workspace/software/gnome/abiword-1.9.1/abi/src'
    > m
    >
    > I couldn't find the referenced function calls in both the
    > pango and the FT2 API documentation. Please tell me what to do.

    http://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html
    #FT_Get_First_Char
    http://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html
    #FT_Get_Next_Char

    But you're right that the docs seems a bit outdated, as they don't say
    anything about the FT_Stream functions.

    Anyway, the build is catching an old copy of freetype that you should
    have around, somewhere.
    The usual culprit is xfree86, that includes an internal old copy of
    freetype for the core fonts support.
    Make sure the build catches the right freetype, and everything should
    build like a charm.

    Cheers,



    This archive was generated by hypermail 2.1.4 : Mon May 12 2003 - 17:19:27 EDT