Return-Path: X-Original-To: apmail-openoffice-dev-archive@www.apache.org Delivered-To: apmail-openoffice-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 467AD102BE for ; Mon, 11 Nov 2013 19:53:30 +0000 (UTC) Received: (qmail 18916 invoked by uid 500); 11 Nov 2013 19:53:30 -0000 Delivered-To: apmail-openoffice-dev-archive@openoffice.apache.org Received: (qmail 18859 invoked by uid 500); 11 Nov 2013 19:53:29 -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 18851 invoked by uid 99); 11 Nov 2013 19:53:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Nov 2013 19:53:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcaod-devel@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Nov 2013 19:53:25 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VfxXd-0008TG-JP for dev@openoffice.apache.org; Mon, 11 Nov 2013 20:52:57 +0100 Received: from 2-234-61-80.ip221.fastwebnet.it ([2.234.61.80]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Nov 2013 20:52:57 +0100 Received: from mc6530 by 2-234-61-80.ip221.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Nov 2013 20:52:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@openoffice.apache.org From: "Yuri Dario" Subject: [OS2] gcc 4.7.3, CPPULIB now required for some modules Date: Mon, 11 Nov 2013 19:52:30 +0000 (UTC) Lines: 33 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 2-234-61-80.ip221.fastwebnet.it User-Agent: ProNews/2 V1.60.cp125 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I moved building of AOO on OS/2 from gcc 4.4.6 to gcc 4.7.3. Everything seems of except for a minor issue: on some modules, UNO constructors from CPPULIB are now required to link dlls. I'm getting this errror Error! E2028: _uno_any_construct is an undefined reference Error! E2028: _uno_type_any_construct is an undefined reference Error! E2028: _uno_any_destruct is an undefined reference Error! E2028: _uno_type_any_assign is an undefined reference mainly in filter graphicfilter dlls and in i18npool/source/textconversion/data/. Adding CPPULIB satisfies the linker. do you have any ideas what could be wrong? thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org For additional commands, e-mail: dev-help@openoffice.apache.org