To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101178
                 Issue #|101178
                 Summary|pkg-config check fails for freetype when system libs a
                        |ren't used
               Component|tools
                 Version|DEV300m43
                Platform|Unknown
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|configure
             Assigned to|rene
             Reported by|kstribley





------- Additional comments from kstrib...@openoffice.org Sat Apr 18 05:08:48 
+0000 2009 -------
./configure --enable-werror --disable-build-mozilla
fails with the error:
1351          checking which libwpd to use... internal
1352  NEXT    checking whether freetype is available... checking for FREETYPE...
configure: error: in `/space/termite/slavedir/Ubuntu-64-Sun/workdir´:
1353  NEXT    configure: error: The pkg-config script could not be found or is
too old.  Make sure it
1354          is in your PATH or set the PKG_CONFIG environment variable to the 
full
1355          path to pkg-config.
1356          
1357          Alternatively, you may set the environment variables 
FREETYPE_CFLAGS
1358          and FREETYPE_LIBS to avoid the need to call pkg-config.
1359          See the pkg-config man page for more details.
1360          
1361          To get pkg-config, see <http://pkg-config.freedesktop.org/>.
1362          See `config.log´ for more details.
1363          + exit 1

As far as I can tell this is caused by there being a PKG_CHECK_MODULES call in
libwpd which is conditional on --with-system-libs being used. If system-libs
aren't used, then pkg-config is not
checked for correctly. It seems to be possible to avoid this by reordering
configure.in so that the libwpd is
after freetype, which is needed even without system-libs being enabled.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to