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 D2A8DECA9 for ; Mon, 28 Jan 2013 13:35:06 +0000 (UTC) Received: (qmail 25379 invoked by uid 500); 28 Jan 2013 13:35:06 -0000 Delivered-To: apmail-openoffice-dev-archive@openoffice.apache.org Received: (qmail 25330 invoked by uid 500); 28 Jan 2013 13:35:06 -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 25238 invoked by uid 99); 28 Jan 2013 13:35:02 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 13:35:02 +0000 Received: from localhost (HELO [9.155.131.51]) (127.0.0.1) (smtp-auth username hdu, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 13:35:01 +0000 Message-ID: <51067EB0.70700@apache.org> Date: Mon, 28 Jan 2013 14:35:44 +0100 From: Herbert Duerr User-Agent: generic MIME-Version: 1.0 To: dev@openoffice.apache.org Subject: Re: Error while trying to build from svn checkout References: <51021060.8090407@verizon.net> <5102473C.1090102@apache.org> <5105A83F.4050903@verizon.net> In-Reply-To: <5105A83F.4050903@verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 27.01.2013 23:20, Michael Lam wrote: > Thanks, I did give that a try and it still didn't work properly. I > decided to remove the existing copy and do a clean checkout. I am > running into a different issue. > > checking if hash_map will be in __gnu_cxx namespace... configure: error: > Can't find hash_map. Try with --with-stlport > > I get the above when running configure. This is on revision 1439200. > > At some point in the past I did build successfully, I still have that > copy running on my machine. > > Any ideas? As suggested please add the option "--with-stlport" when doing the configure step (unless you are experimenting with alternative standard template libraries). Herbert