Did one mistake: I also replaced __DARWIN__ to __darwin__, which is obviously nonesense. After fixing this, it compiles!
Will check things closer tomorrow - thanks! --Harald > -----Urspr=FCngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von Davide Libenzi > Gesendet: Sonntag, 16. Mai 2004 23:46 > An: [EMAIL PROTECTED] > Betreff: [xmail] Re: AW: Re: AW: Re: AW: Re: AW: Re: OSX Patches >=20 >=20 > On Sun, 16 May 2004, Harald Schneider wrote: >=20 > > We're getting closer: > >=20 > > An echo $OSTYPE returns Darwin. > > An echo from inside a script running in the same shell=20 > returns 'darwin' > > in all lowercase. > >=20 > > At next I replaced all occurances of Darwin with darwin in=20 > Makefile.bsd. > > This results in > >=20 > > g++ -O2 -I. -D__UNIX__ -D__BSD__ -D__darwin__ -D_REENTRANT=3D3D1 > > -D_THREAD_SAFE=3D3D1 -DXMAIL_OS=3D3D\"OSX\" -DHAS_SYSMACHINE -c=20 > 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 >=20 > No, do this. Start again with the vanilla 1.19-pre04 and, inside=20 > Makefile.bsd, replace all OSTYPE with BSDOS. Then try: >=20 > $ set BSDOS=3DDarwin > $ make -f Makefile.bsd >=20 >=20 >=20 > - Davide >=20 > - > 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] >=20 - 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]
