Date: Mon, 15 Apr 2002 17:51:48 -0400 From: Jeff Jeter <gsfgf@softhome.net> To: freebsd-questions@freebsd.org Subject: Build Errors Message-ID: <courier.3CBB4B58.00004245@softhome.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?courier.3CBB4B58.00004245>