From owner-freebsd-office@FreeBSD.ORG Fri Sep 20 17:00:48 2013 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 10999EE2 for ; Fri, 20 Sep 2013 17:00:48 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-yh0-x231.google.com (mail-yh0-x231.google.com [IPv6:2607:f8b0:4002:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C5ADC238E for ; Fri, 20 Sep 2013 17:00:47 +0000 (UTC) Received: by mail-yh0-f49.google.com with SMTP id i57so253621yha.22 for ; Fri, 20 Sep 2013 10:00:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=dD4vMlV1n2KH8Fl6Vaovd3pYHIHklSrmEoXEn8d63QY=; b=CG06qU+kqAMwupcA1JSGimOhbZZL1cLhRYACwkZovErrWw8pDEIIHlOzWvr4cD5PzJ 03VFosV0jrTw2ooGKM3+9u2L93K4dtbCroQRxtL/jIKMSTl/qtW9ickLZ0Slos7hmsCD u8HE9YiLS48B48+w56//Y7TgmiJEADXXL/NRQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=dD4vMlV1n2KH8Fl6Vaovd3pYHIHklSrmEoXEn8d63QY=; b=gWd0mwiLiWmdyAyBMmMOGfgMNwiom76jM6W5puKViIQLUQSYytVB7ivHbaY9gPxtHQ Y5PPhKcBSK/qfVk+lXH2yhWeC2+UMMOykuhwAXY5grwmmsRqIZYuuqt403i+cbN3qmWa 0uFUX2c94YfUoZc+kgVgHlOe3sgvcqer1spfQkQl71kHBrNGF971wl9e9HSfQSn7OOSz /xt77ovafBMQHotbv/5v/gWEplnSEFfcOnUTw2POq3tMmTqTMOpbTUDhzs2Rc6RxIhyI cAP21ab7/N4ItwnaW+Yje/UYhZM35r4aaB8mSsECzExiLVYfmJss1IW7VoN18QkYd8Bi QD6g== X-Gm-Message-State: ALoCoQmosG3CYLYxAW0rvXUV8D7mTBXQqhIB2ESjpZgSJrb6CL69VlgOENMsXxRItYMZNd4yIjB7 X-Received: by 10.236.85.97 with SMTP id t61mr7249743yhe.11.1379696446816; Fri, 20 Sep 2013 10:00:46 -0700 (PDT) Received: from [192.168.2.104] ([177.158.224.105]) by mx.google.com with ESMTPSA id v22sm19297904yhn.12.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 20 Sep 2013 10:00:46 -0700 (PDT) Message-ID: <523C7F39.8040901@bsd.com.br> Date: Fri, 20 Sep 2013 14:00:41 -0300 From: =?ISO-8859-1?Q?Otac=EDlio?= User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: office@FreeBSD.org Subject: libreoffice build fail Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 17:00:48 -0000 Dears I'm getting this error when I compile libreoffice [build CXX] sc/source/core/data/dpfilteredcache.cxx [build CXX] sc/source/core/data/dpitemdata.cxx [build CXX] sc/source/core/data/dpnumgroupinfo.cxx /usr/ports/editors/libreoffice/work/libreoffice-4.0.5.2/sc/source/core/data/dpfilteredcache.c xx:188:81: error: member reference base type 'bool' is not a structure or union if (!maShowByFilter.search_tree(nRow, bShow, NULL, &nEndSegment).second) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ 1 error generated. gmake[2]: *** [/usr/ports/editors/libreoffice/work/workdir/unxfbsdi.pro/CxxObject/sc/source/c ore/data/dpfilteredcache.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... [ota@squitch ~]$ uname -a FreeBSD squitch 8.4-RELEASE FreeBSD 8.4-RELEASE #29: Wed Jul 17 16:20:30 BRT 2013 ota@squitch:/usr/obj/usr/src/sys/SQUITCH i386 Some hints about this?