Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5EB589656 for ; Sun, 4 Mar 2012 04:58:25 +0000 (UTC) Received: (qmail 51592 invoked by uid 500); 4 Mar 2012 04:58:24 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 51531 invoked by uid 500); 4 Mar 2012 04:58:24 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 51521 invoked by uid 99); 4 Mar 2012 04:58:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 04:58:24 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [141.146.126.227] (HELO acsinet15.oracle.com) (141.146.126.227) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 04:58:17 +0000 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q244vseT028732 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 4 Mar 2012 04:57:55 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q244vsdM029038 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 4 Mar 2012 04:57:54 GMT Received: from abhmt116.oracle.com (abhmt116.oracle.com [141.146.116.68]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q244vsnB003183 for ; Sat, 3 Mar 2012 22:57:54 -0600 Received: from [192.168.1.70] (/99.105.56.42) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 03 Mar 2012 20:57:53 -0800 Message-ID: <4F52F678.8090200@oracle.com> Date: Sat, 03 Mar 2012 20:58:32 -0800 From: Andrew Rist User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: [BUILD] Re: A small problem with compiling from source References: <820551330811563@web49.yandex.ru> In-Reply-To: <820551330811563@web49.yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090208.4F52F653.003D,ss=1,re=0.000,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org On 3/3/2012 1:52 PM, Очиров Николай wrote: > Hi! I have no experience building openoffice, and I have a problem. > I followed these instructions http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide for Ubuntu 11.04, but used 11.10. Currently, it is easiest to get the build to run on Ubuntu 10.04. There are various issues that you will run into on Ubuntu 11.04/11.10/12 alpha. Among these issues are the need to switch to /usr/bin/ld to point to ld.gold. Your easiest way to get the build running is to build up a machine (or vm) with Ubuntu 10.04 with the following additional packages: sudo apt-get install g++ gcc bison flex libarchive-zip-perl libcups2-dev libpam0g-dev openjdk-6-jdk gperf libfreetype6-dev libxaw7-dev libfontconfig1-dev libxrandr-dev patch libgconf2-dev libgnomevfs2-dev ant libgtk2.0-dev junit junit4 epm libgstreamer-plugins-base0.10-dev librsvg2-dev python-dev subversion autoconf rpm libdbus-glib-1-dev libdbus-glib-1-dev libgl1-mesa-dev libglu1-mesa-dev libglib2.0-dev libidl-dev liborbit2-dev > When I run the script ./bootstrap after ./configure with no arguments there is an error: /bootstrap 56: ./configure : permission denied. How to fix it? What is the reason? I was looking for the cause of the internet, but have not found a solution. Your commands for a full build from scratch would look like this: svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo cd ooo/main wget -O external/unowinreg/unowinreg.dll http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll autoconf ./configure --enable-verbose --enable-category-b --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2" --with-epm-url="http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz" ./bootstrap . ./LinuxX86Env.Set.sh cd instsetoo_native && build --all --html -P2 -- -P2 If you get that running, then you might try building with more stuff using a config like this: ./configure --enable-verbose --enable-category-b --enable-minimizer --enable-presenter-console --enable-wiki-publisher --enable-open gl --enable-dbus --enable-gstreamer --with-package-format="installed rpm deb" --with-dmake-url="http://dmake.apache-extras.org.code spot.com/files/dmake-4.12.tar.bz2" --with-epm-url="http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz" --with-lang="ru" > > P.S: Excuse me if I made a mistakes! we all do... > My English is bad, very bad, but I'm trying to improve the English skills! your English is much better than my Russian > I really hope for your support!