[gopher] a picture is worth a thousand words

Alex Nordlund deep.alexander at gmail.com
Tue Dec 29 04:56:13 UTC 2009


On Tue, Dec 29, 2009 at 5:32 AM, Cameron Kaiser <spectre at floodgap.com> wrote:
> Okay. What you might try doing is creating a new netbsd target in the
> Makefile like this (we'll see if we can get it running with the dummy
> audio target I wrote for the Mac OS X support):
>
> netbsd:
>        (cd gopher ; ./configure )
>        (cd gopher/object ; make all )
>        (cd libtracker; $(MAKE) $(MFLAGS) MACHINE=dummy)
>        (cd libvogl;    $(MAKE) $(MFLAGS) linux)
>        (cd gophervr;   cp Imakefile.linux Imakefile ; xmkmf; $(MAKE) $(MFLAGS))
>
> Note that libvogl and gophervr still have linux targets which essentially
> presume i386. I fixed the endian problems with PowerPC (and presumably m68k,
> etc.), but I have not tried to get any of the other targets compiling for
> them.

Now it got a bit further!
This is an i386 actually :-)

/* start */
split.c:62: error: conflicting types for 'truncate'
/usr/include/sys/types.h:245: error: previous declaration of 'truncate' was here
*** Error code 1
/* end */

---
//Alex



More information about the Gopher-Project mailing list