From owner-freebsd-ports@FreeBSD.ORG Tue Apr 26 22:00:33 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11A3816A4D3 for ; Tue, 26 Apr 2005 22:00:32 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B76C43D45 for ; Tue, 26 Apr 2005 22:00:32 +0000 (GMT) (envelope-from jon.drews@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so131525nzf for ; Tue, 26 Apr 2005 15:00:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ddhKupnrhsx6hj28qhuFIWGpe5ZtQZGznmu1E1NUMebcva7j57I+oNOnuS6SiuOwcPT+Uc9eHoTbzu/ZeoB9wpzg5rmAAjzWNd0eFgz3vJ6IDt+yHc/HEarB0MNWB3E1BDZhoNEPGmpKNU4K+YQtsidyraGxXcdsD6K9zgWa7+g= Received: by 10.36.12.9 with SMTP id 9mr11710nzl; Tue, 26 Apr 2005 15:00:31 -0700 (PDT) Received: by 10.36.59.20 with HTTP; Tue, 26 Apr 2005 15:00:31 -0700 (PDT) Message-ID: <8cb27cbf05042615007ec0d27b@mail.gmail.com> Date: Tue, 26 Apr 2005 16:00:31 -0600 From: Jon Drews To: Eric Schuele In-Reply-To: <426EA027.8060002@computer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <426EA027.8060002@computer.org> cc: ports@freebsd.org Subject: Re: anyone working on the broken xfe? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jon Drews List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 22:00:33 -0000 Hi Eric: On 4/26/05, Eric Schuele wrote: > Hello, >=20 > I was wondering if anyone used xfe (other than me)... and if anyone was > working on 'fixing' the port which is marked broken? I tried to update the port. The new version (0.80) is out: http://roland65.free.fr/xfe/ I get this error when I compile the new port: DirPanel.cc:79: error: `ID_MOUNT' is not a member of `DirPanel' DirPanel.cc:79: error: `ID_MOUNT' is not a member of `DirPanel' DirPanel.cc:80: error: `ID_UMOUNT' is not a member of `DirPanel' DirPanel.cc:80: error: `ID_UMOUNT' is not a member of `DirPanel' DirPanel.cc: In member function `long int DirPanel::onUpdMount(FX::FXObject= *, FX ::FXSelector, void*)': DirPanel.cc:814: error: `fsdevices' undeclared (first use this function) DirPanel.cc:814: error: (Each undeclared identifier is reported only once f= or ea ch function it appears in.) DirPanel.cc:814: error: `mtdevices' undeclared (first use this function) DirPanel.cc: In member function `long int DirPanel::onUpdUnmount(FX::FXObje= ct*,=20 FX::FXSelector, void*)': DirPanel.cc:834: error: `fsdevices' undeclared (first use this function) DirPanel.cc:834: error: `mtdevices' undeclared (first use this function) gmake[2]: *** [DirPanel.o] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-fm/xfe/work/xfe-0.80/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-fm/xfe/work/xfe-0.80' gmake: *** [all] Error 2 *** Error code 2 In the DirPanel.cc, I saw this: #if defined(linux) =20 FXMAPFUNC(SEL_COMMAND,DirPanel::ID_MOUNT,DirPanel::onCmdMount), =20 FXMAPFUNC(SEL_COMMAND,DirPanel::ID_UMOUNT,DirPanel::onCmdMount), #endif=20 so since it's FreeBSD, it may not be used and hence the above error. That is just a wild guess. I don't know how to diagnose this one. --=20 Kind regards, Jonathan