From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7743 invoked by alias); 24 Feb 2006 08:49:47 -0000 Received: (qmail 7736 invoked by uid 22791); 24 Feb 2006 08:49:47 -0000 X-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,NO_REAL_NAME,SPF_PASS X-Spam-Check-By: sourceware.org Received: from snape.ecoscentric.com (HELO snape.ecoscentric.com) (212.13.207.199) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Feb 2006 08:49:46 +0000 Received: by snape.ecoscentric.com (Postfix, from userid 48) id 5A5F1DC8054; Fri, 24 Feb 2006 08:49:44 +0000 (GMT) From: bugzilla-daemon@ecoscentric.com To: ecos-bugs@sources.redhat.com Subject: [Bug 1000207] problem compiling latest snapshot on freebsd 5.4 X-Bugzilla-Reason: QAcontact Message-Id: <20060224084944.5A5F1DC8054@snape.ecoscentric.com> Date: Fri, 24 Feb 2006 10:15:00 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org X-SW-Source: 2006/txt/msg00140.txt.bz2 List-Id: http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000207 andrew.lunn@ascom.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 ------- Additional Comments From andrew.lunn@ascom.ch 2006-02-24 08:49 ------- See the discussion thread: http://ecos.sourceware.org/ml/ecos-discuss/2006-02/msg00274.html At the end i propose a "shot in the dark" patch which works for David, but required verifying by a C++ programmer if this is the real solution. > Index: eCosSocket.h > > =================================================================== > > RCS file: /cvs/ecos/ecos/host/tools/Utils/common/eCosSocket.h,v > > retrieving revision 1.2 > > diff -u -r1.2 eCosSocket.h > > --- eCosSocket.h 19 Sep 2000 05:53:51 -0000 1.2 > > +++ eCosSocket.h 23 Feb 2006 18:09:34 -0000 > > @@ -75,6 +75,7 @@ > > > > class CeCosSocket { > > public: > > + friend class CeCosSerial; > > static const String GetHostByName(LPCTSTR pszHost); > > > > // These functions must be called before any other operation is carried +out: -- Configure bugmail: http://bugzilla.ecoscentric.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.