From lurker-users-admin@lists.sourceforge.net  Mon Jan 31 04:20:28 2005
Return-Path: <lurker-users-admin@lists.sourceforge.net>
X-Original-To: terpstra@linux-geeks.de
Delivered-To: terpstra@linux-geeks.de
Received: from localhost (localhost [127.0.0.1])
	by linux-geeks.de (Postfix) with ESMTP id 640BB48C01C
	for <terpstra@linux-geeks.de>; Mon, 31 Jan 2005 04:20:28 +0100 (CET)
Received: from lists-outbound.sourceforge.net (lists-outbound.sourceforge.net [66.35.250.225])
	by linux-geeks.de (Postfix) with ESMTP id B9B9648C014
	for <wesley@terpstra.ca>; Mon, 31 Jan 2005 04:20:26 +0100 (CET)
Received: from projects.sourceforge.net (sc8-sf-list1-b.sourceforge.net [10.3.1.7])
	by sc8-sf-spam1.sourceforge.net (Postfix) with ESMTP
	id 5E4E6883D2; Sun, 30 Jan 2005 19:20:23 -0800 (PST)
Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.12] helo=sc8-sf-mx2.sourceforge.net)
	by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30)
	id 1CvS3u-0003Pk-VK
	for lurker-users@lists.sourceforge.net; Sun, 30 Jan 2005 19:17:14 -0800
Received: from linux-geeks.de ([213.133.99.198])
	by sc8-sf-mx2.sourceforge.net with esmtp (Exim 4.41)
	id 1CvS3t-0008H6-9L
	for lurker-users@lists.sourceforge.net; Sun, 30 Jan 2005 19:17:14 -0800
Received: from localhost (localhost [127.0.0.1])
	by linux-geeks.de (Postfix) with ESMTP id D08E248C01C;
	Mon, 31 Jan 2005 04:17:08 +0100 (CET)
Received: by linux-geeks.de (Postfix, from userid 1019)
	id BE0E848C014; Mon, 31 Jan 2005 04:17:07 +0100 (CET)
From: "Wesley W. Terpstra" <wesley@terpstra.ca>
To: Kevin Dorne <sweetpea-lurker@tentacle.net>
Cc: lurker-users@lists.sourceforge.net
Subject: Re: [Lurker-users] Build on FreeBSD 5
Message-ID: <20050131031652.GA21927@muffin>
References: <20050125221819.GA98126@chaos.tentacle.net> <20050126051448.GA11930@turnip.vpn> <20050126053305.GA33553@chaos.tentacle.net> <20050129021339.GA11818@muffin> <20050130230754.GA51605@chaos.tentacle.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050130230754.GA51605@chaos.tentacle.net>
User-Agent: Mutt/1.5.6+20040907i
Sender: lurker-users-admin@lists.sourceforge.net
Errors-To: lurker-users-admin@lists.sourceforge.net
X-BeenThere: lurker-users@lists.sourceforge.net
X-Mailman-Version: 2.0.9-sf.net
Precedence: bulk
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/lurker-users>,
	<mailto:lurker-users-request@lists.sourceforge.net?subject=unsubscribe>
List-Id: Lurker Project Support <lurker-users.lists.sourceforge.net>
List-Post: <mailto:lurker-users@lists.sourceforge.net>
List-Help: <mailto:lurker-users-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/lurker-users>,
	<mailto:lurker-users-request@lists.sourceforge.net?subject=subscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=lurker-users>
Date: Mon, 31 Jan 2005 04:16:52 +0100

On Sun, Jan 30, 2005 at 03:07:54PM -0800, Kevin Dorne wrote:
> Well, I've figured out what's causing the problem -- the compiler doesn't
> like the #define _XOPEN_SOURCE 500 lines.  If I remove that from every
> .cpp file, it compiles just fine.

This sounds like bug in your libc/c++ library.
I strongly urge you to report this to whatever entity maintains it.

If you are saying that this file doesn't compile:
#define _XOPEN_SOURCE 500
#include <string>
... then that is a pretty serious bug.

Thanks for reporting how to work around this issue for your platform!

-- 
Wesley W. Terpstra


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Lurker-users mailing list
Lurker-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lurker-users


