From owner-freebsd-questions Mon Apr 15 15:14:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from softhome.net (jive.SoftHome.net [66.54.152.27]) by hub.freebsd.org (Postfix) with ESMTP id 3C29937B41A for ; Mon, 15 Apr 2002 15:14:24 -0700 (PDT) Received: from there ([66.32.79.142]) by softhome.net with esmtp; Mon, 15 Apr 2002 15:51:20 -0600 From: Jeff Jeter Reply-To: gsfgf@softhome.net To: freebsd-questions@freebsd.org Subject: Build Errors Date: Mon, 15 Apr 2002 17:51:48 -0400 X-Mailer: KMail [version 1.3] Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Message-ID: X-Mime-Autoconverted: from 8bit to 7bit by courier 0.36.1 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 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. 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. ----- 3) When i try to run the Win4Lin install (linux binary) i get this output: bsd# ./win4lin-install Segmentation fault (core dumped) Thanks for any help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message