On 26/11/2013 Efi wrote:
I use Ubuntu 10.04 LTS
I tried building on an Ubuntu 10.04 virtual machine to check. It's a 32
bit machine, like yours, if I interpreted your output correctly. (Build
is still broken, if someone can help see the last lines of this message).
I used these commands for the building:
apt-get build-dep openoffice.org
Here I installed the suggested packages (command is for Ubuntu 12.04,
but works on 10.04 too) from
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
and configure passed correctly.
./configure
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz
--disable-build-mozilla
--with-use-shell=bash --disable-gnome-vfs --disable-gstreamer
--without-junit
Here i get these warnings: WARNING: unrecognized options:
--disable-build-mozilla, --with-use-shell
At least the Mozilla options are now deprecated since trunk (that will
become 4.1 in early 2014) does not depend on Mozilla any longer. If you
build the latest released version (4.0.1, last October) they are still
present.
I configured with a more minimal approach, but closer to our released
builds:
./configure
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz --enable-category-b
--enable-bundled-dictionaries
after 40 minutes i get this error :
Exception in thread "main" java.lang.UnsupportedClassVersionError:
com/sun/star/help/HelpIndexerTool : Unsupported major.minor version 51.0
I do not get it, and helpcontent2 builds correctly for me. The Java
version installed by the recommended prerequisites is:
$ java -version
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.10.04.4)
OpenJDK Client VM (build 20.0-b12, mixed mode, sharing)
You may want to check that you have the same version, or install
prerequisites as I stated above and retry.
Still my build does not complete successfully, since it breaks in VCL.
The error I get is:
[ build CXX ] vcl/unx/generic/gdi/salgdi3
.../main/vcl/unx/generic/gdi/salgdi3.cxx: In member function 'virtual
void PspKernInfo::Initialize() const':
.../main/vcl/unx/generic/gdi/salgdi3.cxx:134: error: 'class
std::hash_set<ImplKernPairData, ExtraKernInfo::PairHash,
ExtraKernInfo::PairEqual, std::allocator<ImplKernPairData> >' has no
member named 'resize'
make: ***
[.../main/solver/410/unxlngi6.pro/workdir/CxxObject/vcl/unx/generic/gdi/salgdi3.o]
Error 1
dmake: Error code 2, while making 'all'
1 module(s):
vcl
need(s) to be rebuilt
Has someone else already seen/solved that?
Regards,
Andrea.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org