Thank you Andrea,
I followed the instructrions in that site and several others to finally get an error free configure but I am stuck with build.
I use Ubuntu 10.04 LTS
I used these commands for the building:
apt-get build-dep openoffice.org
autoconf
./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
then i ran ./bootstrap
source LinuxX86Env.Set.sh
cd instsetoo_native/
build --all

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
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:643)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
Could not find the main class: com.sun.star.help.HelpIndexerTool. Program will exit. dmake: Error code 1, while making '../../unxlngi6.pro/bin/swriter_en-US.zip'

1 module(s):
    helpcontent2
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /home/efi/AOO/aoo/main/helpcontent2/util/swriter

I would be really grateful if someone could help me figure out what is causing it...i removed all the file and started again but got the same error.Thank you in advance :).
On 11/23/2013 10:33 PM, Andrea Pescetti wrote:
Efi wrote:
My
question is if I can contribute to the programming of OpenOffice, expand
some feature or write something new?

Sure you can! The first step is to get OpenOffice to build. You may find the step-by-step guide at
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
very useful.

Even if you follow the guide closely, you may meet some difficulties in getting your first build. Please write us again if you have doubts or problems, and in that case don't forget to provide details about your system, about the configure options you used (see the wiki page for more) and about the errors you get.

When you manage to get your first build, you are ready to start developing and we can provide you with a list of easy tasks so that you can pick something to get started.

Regards,
  Andrea.

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



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

Reply via email to