From owner-freebsd-current@FreeBSD.ORG Tue Jul 29 05:00:49 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC06637B401 for ; Tue, 29 Jul 2003 05:00:49 -0700 (PDT) Received: from dust.freshx.de (freshx.de [80.190.100.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B6E943FCB for ; Tue, 29 Jul 2003 05:00:49 -0700 (PDT) (envelope-from kai.mosebach@freshx.de) Received: from alpha (p508B1D3C.dip.t-dialin.net [80.139.29.60]) by dust.freshx.de (Postfix) with ESMTP id E0DCD15E208; Tue, 29 Jul 2003 14:00:41 +0200 (CEST) From: "Kai Mosebach" To: "'David Leimbach'" Date: Tue, 29 Jul 2003 14:00:59 +0200 Message-ID: <000e01c355c9$14842d60$0100a8c0@alpha> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: 'Michael Reifenberger' cc: freebsd-current@freebsd.org Subject: AW: AW: new.h is missing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 12:00:50 -0000 > -----Urspr=FCngliche Nachricht----- > Von: David Leimbach [mailto:leimy2k@mac.com] > Gesendet: Dienstag, 29. Juli 2003 13:57 > An: Kai Mosebach > Cc: 'Michael Reifenberger'; freebsd-current@freebsd.org > Betreff: Re: AW: new.h is missing >=20 >=20 > On Tuesday, July 29, 2003, at 5:51AM, Kai Mosebach wrote: >=20 > > Tried that too, but wasnt working either. > > > > [root@devil:/usr/sapdb/src/FreeBSD/sys/src/SAPDB] # locate new|grep > > include > > /usr/include/c++/3.3/backward/new.h > > /usr/include/c++/3.3/new >=20 > /usr/include/c++/3.3/new ought to be it. >=20 > did you try your program with #include yet? Yes i did, but it wasnt found too. I was wondering, that in 4.x there is a folder /usr/include/g++ where all the stuff is found, and on 5.1-CURRENT its in /usr/include/c++/3.3, where im not sure, whether g++ uses this path automatically ? >=20 > > > > is that sufficient for g++ to find ? > > > > regards Kai > > > >> -----Urspr=FCngliche Nachricht----- > >> Von: Michael Reifenberger [mailto:root@reifenberger.com] > >> Gesendet: Dienstag, 29. Juli 2003 12:03 > >> An: Kai Mosebach > >> Cc: freebsd-current@freebsd.org > >> Betreff: Re: new.h is missing > >> > >> On Tue, 29 Jul 2003, Kai Mosebach wrote: > >> > >>> Date: Tue, 29 Jul 2003 11:54:25 +0200 > >>> From: Kai Mosebach > >>> To: freebsd-current@freebsd.org > >>> Subject: new.h is missing > >>> > >>> Hi, > >>> > >>> I am running FreeBSD 5.1-CURRENT (22.07.03) > >>> > >>> im trying to port a software, and on compile time i get > >>> > >>> Tools_List.hpp:51:17: new.h: No such file or directory > >>> > >> > >> Shouldn't that be: > >> ... > >> #include > >> ... > >> > >> since new.h is not standart any longer... > >> > >> Bye! > >> ---- > >> Michael Reifenberger > >> ^.*Plaut.*$, IT, R/3 Basis, GPS > > > > > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to > > "freebsd-current-unsubscribe@freebsd.org" >=20