From owner-freebsd-office@FreeBSD.ORG Tue Sep 17 12:49:55 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 3B5B312C for ; Tue, 17 Sep 2013 12:49:55 +0000 (UTC) (envelope-from egor.shibeko@gmail.com) Received: from mail-yh0-x22a.google.com (mail-yh0-x22a.google.com [IPv6:2607:f8b0:4002:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 023CC2353 for ; Tue, 17 Sep 2013 12:49:54 +0000 (UTC) Received: by mail-yh0-f42.google.com with SMTP id z12so2700636yhz.29 for ; Tue, 17 Sep 2013 05:49:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=ithIyMFAwI3WtbDfdFrRY2gTj3eqK+J6zHRNXZKM1Fw=; b=XAkpYmTJhgA38JWYaMs+f6T/E3DudQTaV6nlPwDhUPSR0rrz1Z3aCQZA8SK3ClYJSN tJGFxVp+HAvMP2IjDG4nf93N7S9KgptqNgCMOMutlqDloVw7+dbKuYIr1UxUemmSakb8 fFFBeDck9SYuZ0ilf368xhU6zDbiWCjKFqZz2Eq9QSj5Zhzi4W7Qp27nbpaSOVnyvQV3 /o7FYwRzRrerDCLy6ZEmVfdzv0AkKyPeJtTwupyjYFZaN3cTfyvdCxQOAUTmPRZSYCoo Jmk0e3o63g6XwWeteqG7Fnfwiv93RU40GU/xeaOrvFmI3OYPY4jqmTINDzBm1DeA2RvZ dQNA== X-Received: by 10.236.74.165 with SMTP id x25mr36220993yhd.43.1379422194067; Tue, 17 Sep 2013 05:49:54 -0700 (PDT) Received: from err0r-laptop.err0r-house (rrcs-184-75-17-186.nyc.biz.rr.com. [184.75.17.186]) by mx.google.com with ESMTPSA id e65sm46052148yhc.18.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 17 Sep 2013 05:49:53 -0700 (PDT) Message-ID: <52384FEF.4000104@gmail.com> Date: Tue, 17 Sep 2013 08:49:51 -0400 From: Yahor Shybeka User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130916 Thunderbird/17.0.8 MIME-Version: 1.0 To: office@FreeBSD.org Subject: mdds-0.9.0: multi_type_vector.hpp problem Content-Type: text/plain; charset=ISO-8859-1 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: Tue, 17 Sep 2013 12:49:55 -0000 Hi, I had a problem compiling libreoffice-4.0.5 on FreeBSD 9.2-PRERELEASE with clang 3.3 from base. The reason was that multi_type_vector::element_block_deleter from mdds-0.9.0 operated with constant pointer. After removing const quailifier I was able to compile it successfully. -- Thanks, Yahor