From owner-freebsd-questions Fri Jul 12 1:55:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07CF037B400 for ; Fri, 12 Jul 2002 01:55:52 -0700 (PDT) Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 651C743E42 for ; Fri, 12 Jul 2002 01:55:51 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco [12.145.236.130] by mail.gbronline.com (SMTPD32-7.10) id A92E91600080; Fri, 12 Jul 2002 03:54:06 -0500 Message-ID: <00c201c22981$de26cd00$b9ec910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: "Manuel Hendel" Cc: Subject: Re: problems installing icewm from ports Re: problems installing fvwm2 from ports Date: Fri, 12 Jul 2002 03:54:28 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG #### At or about 3:24 a.m., Manuel Hendel sez: >I got a FreeBSD 4.6 installed. I tried to do a make clean install for >the icewm port and got the following error message: > >yapp.cc: In method `int YApplication::mainLoop()': >yapp.cc:882: passing `int *' as argument 2 of `select(int, >fd_set *, >fd_set *, fd_set *, timeval *)' >yapp.cc:839: warning: `int rc' might be used uninitialized >in this >function >gmake[1]: *** [yapp.o] Error 1 >gmake[1]: Leaving directory >`/usr/ports/x11-wm/icewm/work/icewm-1.0.9/src' >gmake: *** [base] Error 2 >*** Error code 2 > >Stop in /usr/ports/x11-wm/icewm. > >Does anyone know what's going wrong here? #### And then, nine minutes later: >I got FreeBSD 4.6 installed. I'm trying to install fvwm2 from the >ports, but this doesn't work, for the following reason: >/usr/include/sys/types.h:178: syntax error before `int' >cpp0: output pipe has been closed >gmake[2]: *** [FShape.o] Error 1 >gmake[2]: Leaving directory >`/usr/ports/x11-wm/fvwm2/work/fvwm-2.4.8/libs' >gmake[1]: *** [all-recursive] Error 1 >gmake[1]: Leaving directory `/usr/ports/x11-wm/fvwm2/work/fvwm-2.4.8' >gmake: *** [all-recursive-am] Error 2 >*** Error code 2 >Stop in /usr/ports/x11-wm/fvwm2. >Does anyone know what's going wrong here. >Manuel I believe you've just discovered the difference between FBSD's make and the GNU make. If you can figure out why you are running GNU's make (which it looks like from here) instead of FBSD's that might fix your problem. Best of luck, Kevin Kinsey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message