On Sun, 16 May 2004, Harald Schneider wrote:

> We're getting closer:
> 
> An echo $OSTYPE returns Darwin.
> An echo from inside a script running in the same shell returns 'darwin'
> in all lowercase.
> 
> At next I replaced all occurances of Darwin with darwin in Makefile.bsd.
> This results in
> 
> g++  -O2 -I. -D__UNIX__ -D__BSD__ -D__darwin__ -D_REENTRANT=3D1
> -D_THREAD_SAFE=3D1 -DXMAIL_OS=3D\"OSX\" -DHAS_SYSMACHINE -c BuffSock.cpp
> In file included from SysInclude.h:47,
>                  from BuffSock.cpp:23:
> SysIncludeBSD.h:44:27: uvm/uvm_param.h: No such file or directory
> make: *** [BuffSock.o] Error 1

No, do this. Start again with the vanilla 1.19-pre04 and, inside 
Makefile.bsd, replace all OSTYPE with BSDOS. Then try:

$ set BSDOS=Darwin
$ make -f Makefile.bsd



- Davide

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to