Nguyen Vu Hung wrote:
I've rm -rf my $HOME/lib/{libcairo*,libpango*},
$HOME/include/{cairo*,pango*}
and the build is running again.

I have a lot of libraries installed to my $HOME so I think in the next
try,
I will create a new user and build OOO m40 with that user.
The libraries 'cairo' and 'pango' seems to be part of Gnome system. It
implies
that you would not need to manually install them if you install Gnome
desktop
in your machine.
Mozilla depends on it. I've tried to disable Mozilla.

Visual Class Library (vcl)'s gtk plugin also depends on cairo and pango.
You would face another error upon building vcl module sooner or later,
however you disable Mozilla at the very beginning of build process.

If you are not quite familiar with such libraries, cairo, pango, ...
what I can help you is to stop install libraries under your $HOME directory
and look for pre-compiled RPM packages delivered by the distribution vendor
and install them in order to put them in the default directory such as /usr/lib.

 # yum search cairo
 # yum install cairo-devel

I cannot look into individual errors that you currently see because your
build environment is somewhat strange. Most errors that you get come from
the settings of your build environment, not OpenOffice.org's source code.

Additionally, try set up your build environment again following the information
given by the release engineering team.
http://wiki.services.openoffice.org/wiki/Compiler_versions_used_by_port_maintainers_and_release_engineers

For example, use Java 1.5 to build OpenOffice.org 3.x, instead of the latest
version Java 1.6.

 JDK 5.0 Update 6
 http://java.sun.com/products/archive/j2se/5.0_06/index.html

Regards,
Tora

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

Reply via email to