From dev-return-63959-archive-asf-public=cust-asf.ponee.io@openoffice.apache.org Mon Oct 15 10:46:52 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8F061180647 for ; Mon, 15 Oct 2018 10:46:51 +0200 (CEST) Received: (qmail 87712 invoked by uid 500); 15 Oct 2018 08:46:50 -0000 Mailing-List: contact dev-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list dev@openoffice.apache.org Received: (qmail 87701 invoked by uid 99); 15 Oct 2018 08:46:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2018 08:46:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id E5AA3C0160 for ; Mon, 15 Oct 2018 08:46:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.328 X-Spam-Level: X-Spam-Status: No, score=-1.328 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id QtaZoTq4jeey for ; Mon, 15 Oct 2018 08:46:48 +0000 (UTC) Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.142]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 21FEF5F35B for ; Mon, 15 Oct 2018 08:46:48 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id AFC142400E6 for ; Mon, 15 Oct 2018 10:46:47 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 42YX9W12Mnz9rxD for ; Mon, 15 Oct 2018 10:46:36 +0200 (CEST) Subject: Re: Update for Step by Step Build Guide for Ubuntu? To: dev@openoffice.apache.org References: <7f7fb099-383f-ca35-32cf-823dae03007c@hamburg.de> <597202258.32411.1539462028460@office.mailbox.org> <1833316003.26462.1539556715529@office.mailbox.org> From: Peter Kovacs Organization: Open Office Project Message-ID: Date: Mon, 15 Oct 2018 10:46:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <1833316003.26462.1539556715529@office.mailbox.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US-large Okay, I did a really poor and hasty migration when I switched machines. And the additional script I used to build OO went missing. Basically you need to tweak the gcc compiler by changing the compiler flags. What you do is you extend/override the Variables CFLAG and CXXFLAG. The best ressource is gentoo to understand the topic in general, since their users have to understand the topic to some degree. https://wiki.gentoo.org/wiki/GCC_optimization What you must set is the standard: -std=gnu99, maybe gnu++98 I do not remember exactly. Important is you use gnu++98 instead of c++98, because we use the gnu extensions. So you run before you start export CFLAG="${CFGLAG} -std=gnu++98" You have to set also some behavior flags. However I do not remember these. One was important to allow numbers to be interpret in logical operations and another error message I cant remember. Maybe when you post, I will know. I searched some documents on the net but I did not find the options I used on first glance. Also note that you should check the Options preset by Ubuntu. I am sorry, i whish I had more pointers or the script available. On 10/15/18 12:38 AM, Pedro Lino wrote: > Hi Keith > > >> Thanks for taking on this experiment. I have created a 16.04 stub in the >> step by step building guide. I am more than willing to help with adding >> information to the guide. >> > > Thanks! > > I'm waiting on Peter Kovac's feedback to move forward. > > If anyone else has some pointers on how to solve the dependencies problem, please let me know. > > > Regards, > > Pedro > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org For additional commands, e-mail: dev-help@openoffice.apache.org