Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2002 23:54:43 -0400
From:      Brian T.Schellenberger <bts@babbleon.org>
To:        gsfgf@softhome.net, freebsd-questions@FreeBSD.ORG
Subject:   Re: Build Errors
Message-ID:  <20020416035443.C5CA9BB39@i8k.babbleon.org>
In-Reply-To: <courier.3CBB4B58.00004245@softhome.net>
References:  <courier.3CBB4B58.00004245@softhome.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020416035443.C5CA9BB39>