[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [gopher] a picture is worth a thousand words



On Tue, Dec 29, 2009 at 5:32 AM, Cameron Kaiser <spectre@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

_______________________________________________
Gopher-Project mailing list
Gopher-Project@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/gopher-project




Reply to: