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 2553E10D65 for ; Mon, 26 Aug 2013 09:08:12 +0000 (UTC) Received: (qmail 39525 invoked by uid 500); 26 Aug 2013 09:08:09 -0000 Delivered-To: apmail-openoffice-dev-archive@openoffice.apache.org Received: (qmail 39055 invoked by uid 500); 26 Aug 2013 09:08:08 -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 38640 invoked by uid 99); 26 Aug 2013 09:08:07 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 09:08:07 +0000 Received: from localhost (HELO [9.155.131.113]) (127.0.0.1) (smtp-auth username hdu, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 09:08:07 +0000 Message-ID: <521B1B21.7000205@apache.org> Date: Mon, 26 Aug 2013 11:08:49 +0200 From: Herbert Duerr User-Agent: generic MIME-Version: 1.0 To: dev@openoffice.apache.org Subject: Re: Configure for Build References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Raymond, On 25.08.2013 04:47, Steele, Raymond wrote: > Can someone tell me how configure script works for compiling OpenOffice? Specifically, the ac_fn_c_check_header_mongrel function. I am trying to configure Solaris 10 to compile the source code, but configure is telling me that it can not find the system headers. I chose the --with-system-mdds optio and installed mdds. The headers are located in /usr/locl/include, but configure is telling me that it cannot find the appropriate headers. > > checking which curl to use... internal > checking which mdds to use... external > checking mdds/flat_segment_tree.hpp usability... no > checking mdds/flat_segment_tree.hpp presence... no > checking for mdds/flat_segment_tree.hpp... no > configure: error: mdds/flat_segment_tree.hpp not found. install mdd The compiler doesn't seem to use /usr/locl/include as a standard include path. If the mdds stuff was installed there by default then it is strange that the compiler doesn't expect it there. Anyway, we can help the compiler a little using the trick [1] of telling it via a CPPFLAGS environment variable where to look. [1] http://lists.gnu.org/archive/html/automake/2001-05/msg00020.html Herbert --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org For additional commands, e-mail: dev-help@openoffice.apache.org