From owner-freebsd-current@FreeBSD.ORG Tue Jul 29 02:54:20 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 632DF37B401 for ; Tue, 29 Jul 2003 02:54:20 -0700 (PDT) Received: from dust.freshx.de (freshx.de [80.190.100.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id A42FC43FBD for ; Tue, 29 Jul 2003 02:54:19 -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 AB0D315E10D for ; Tue, 29 Jul 2003 11:54:08 +0200 (CEST) From: "Kai Mosebach" To: Date: Tue, 29 Jul 2003 11:54:25 +0200 Message-ID: <001801c355b7$6588b4e0$0100a8c0@alpha> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: 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 09:54:20 -0000 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 Leading to lots of errors afterwards i.e. : void* operator new(unsigned int, SAPDBMem_IRawAllocator&) RTEMem_Allocator.cpp:124: no matching function for call to `operator new(unsigned int, SAPDBMem_IRawAllocator::AlignType[1])' Any ideas ? Thanx Kai