From owner-freebsd-office@FreeBSD.ORG Thu Jul 5 15:38:58 2012 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 431891065704 for ; Thu, 5 Jul 2012 15:38:58 +0000 (UTC) (envelope-from dmk@ncf.ca) Received: from mail.ncf.ca (mail.ncf.ca [134.117.136.45]) by mx1.freebsd.org (Postfix) with ESMTP id C99568FC15 for ; Thu, 5 Jul 2012 15:38:57 +0000 (UTC) Received: from mail.ncf.ca (localhost [127.0.0.1]) by mail.ncf.ca (Postfix) with ESMTP id 2E8759F1BC for ; Thu, 5 Jul 2012 11:38:51 -0400 (EDT) Received: from hudson.private.lan (CPE0014bfb32f8a-CM0014e887dd48.cpe.net.cable.rogers.com [174.114.186.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: du880) by mail.ncf.ca (Postfix) with ESMTPSA id 0F82A9F1BB for ; Thu, 5 Jul 2012 11:38:51 -0400 (EDT) From: Dwayne MacKinnon To: freebsd-office@freebsd.org Date: Thu, 05 Jul 2012 11:38:46 -0400 Message-ID: <3881744.BLTIATZN0O@hudson.private.lan> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-NCF-Filtered: By ProxSMTP on pallando Thu Jul 5 11:38:51 2012 -0400 (EDT) Subject: Problems with libreoffice-3.5.4 build X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2012 15:38:58 -0000 Hi, I'm on FreeBSD 9.0-RELEASE amd64. I have the following libreoffice config: [root@hudson /usr/ports/editors/libreoffice]# make showconfig ===> The following configuration options are available for libreoffice-3.5.4: DEBUG=off: Install debug symbols GNOME=off: GNOME Desktop support GTK2=on: GTK2 gui toolkit support GTK3=off: GTK3 gui toolkit support JAVA=off: Add java support (XML Filters, macros) KDE4=on: KDE4 Desktop support MMEDIA=off: Enable multimedia backend for impress PGSQL=off: Build with PostgreSQL-SDBC driver SDK=off: Build with SDK SVG=on: SVG image support SYSTRAY=off: Enable systemtray quickstarter WEBDAV=off: Enable webdav protocol ===> Use 'make config' to modify these settings When building libreoffice-3.5.4 I ran into a "problem in module" error. I followed the directions, doing the optional gmake clean. The gmake -r still failed with the following errors: /usr/ports/editors/libreoffice/work/libreoffice- core-3.5.4.2/sd/source/filter/eppt/pptx-epptbase.cxx:458:35: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] DBG(printf("GetLayoutOffset %"SAL_PRIdINT32"\n", nLayout)); ^ /usr/ports/editors/libreoffice/work/libreoffice- core-3.5.4.2/sd/source/filter/eppt/pptx-epptbase.cxx:489:25: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] DBG(printf("asked %"SAL_PRIdINT32" for layout outside of 0,%d array scope\n", nOffset, EPP_LAYOUT_SIZE )); ^ 51 warnings and 3 errors generated. gmake: *** [/usr/ports/editors/libreoffice/work/libreoffice- core-3.5.4.2/workdir/unxfbsd.pro/CxxObject/sd/source/filter/eppt/pptx- epptbase.o] Error 1 [root@hudson /usr/ports/editors/libreoffice/work/libreoffice- core-3.5.4.2/tail_build]# Another person seems to be having a similar problem: http://forums.freebsd.org/showthread.php?p=182855 Please note that I did *not* remove boost-libs before attempting this build. Cheers, DMK