From owner-freebsd-questions Mon Apr 15 21:47:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.nc.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id BD9A137B404 for ; Mon, 15 Apr 2002 21:47:19 -0700 (PDT) Received: from i8k.babbleon.org ([66.57.86.84]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Mon, 15 Apr 2002 23:54:46 -0400 Received: by i8k.babbleon.org (Postfix, from userid 111) id C5CA9BB39; Mon, 15 Apr 2002 23:54:43 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: gsfgf@softhome.net, freebsd-questions@FreeBSD.ORG Subject: Re: Build Errors Date: Mon, 15 Apr 2002 23:54:43 -0400 X-Mailer: KMail [version 1.3] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020416035443.C5CA9BB39@i8k.babbleon.org> 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 On Monday 15 April 2002 05:51 pm, Jeff Jeter wrote: | i've got 3 related build questions: | | 1) I have trying to bild software recently from dl'd source. These apps | were designed for LINUX, but shouldn't they still build. Anyway, when i | make (or make depend) i get an error Make file line xx. Missing operator. Isn't this available as a port? Linux usually uses gmake as make, I think--try that. | | Examples: | XWINE build | Configure finished. Do 'make depend && make' to compile Wine. | | cd ./tools && make makedep | gcc -c -I. -I. -I../include -I../include -g -O2 -Wall | -mpreferred-stack-boundary=2 -D__WINE__ -D_REENTRANT -I/usr/X11R6/include | -o makedep.o makedep.c | gcc -g -O2 -Wall -mpreferred-stack-boundary=2 -o makedep makedep.o | cd `dirname debugger/__depend__` && make depend | ../tools/makedep -I. -I. -I../include -I../include -C. break.c | db_disasm.c display.c expr.c ext_debugger.c hash.c info.c memory.c | module.c msc.c registers.c source.c stabs.c stack.c types.c | winedbg.c dbg.y debug.l -C. | cd `dirname dlls/__depend__` && make depend | cd `dirname glu32/__depend__` && make depend | ../../tools/makedep -I. -I. -I../../include -I../../include -C. glu.c | -C. cd `dirname d3dgl/__depend__` && make depend | ../../tools/makedep -I. -I. -I../../include -I../../include -C. caps.c | d3dgl_main.c light.c prim.c state.c texture.c -C. | cd `dirname opengl32/__depend__` && make depend | ../../tools/makedep -I. -I. -I../../include -I../../include -C. wgl.c | opengl_norm.c opengl_ext.c -C. | cd `dirname x11drv/__depend__` && make depend | "Makefile", line 13: Missing dependency operator | "Makefile", line 15: Need an operator | make: fatal errors encountered -- cannot continue | *** Error code 1 | | Stop in /usr/Downloads/wine/dlls. | *** Error code 1 | | Stop in /usr/Downloads/wine. | bsd# | | This has happend a couple times recently. I'll post output when i remember | what else caused. this. | | ----- | 2) when i try to install vmware2 from ports i get this error and an exit | code 1: ln: /etc//vmware: Operation not permitted. What does it mean. i'm | runnng as root. Dunno about that one. I installed it from ports just last week without trouble, FWIW. | ----- | 3) When i try to run the Win4Lin install (linux binary) i get this output: | bsd# ./win4lin-install | Segmentation fault (core dumped) You can use Win4Lin on FreeBSD, it requires loading a kernel module and FreeBSD's linux "emulation" doesn't go that far, of course. Unless you are writing a FreeBSD equivalent of the Linux kernel portion yourself, of course, which would be quite cool. | | Thanks for any help. | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message