Return to BSD News archive
Xref: sserve comp.windows.x.i386unix:10859 comp.os.386bsd.apps:1306 comp.os.386bsd.questions:11946 Newsgroups: comp.windows.x.i386unix,comp.os.386bsd.apps,comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!agate!darkstar.UCSC.EDU!news.hal.COM!decwrl!netcomsv!netcom.com!bakul From: bakul@netcom.com (Bakul Shah) Subject: Re: __NetBSD__ X11R6 i386 Message-ID: <bakulCtsIBF.4BH@netcom.com> Organization: NETCOM On-line Communication Services (408 261-4700 guest) References: <30dr4j$phk@darum.uni-mannheim.de> Date: Sun, 31 Jul 1994 05:38:00 GMT Lines: 13 Andrew Wheadon (andrew@wipux2.wifo.uni-mannheim.de) writes: > When making World it's failing after trying to create a new Makefile > with the compiled imake. It fails with both gnumake and bsdmake. This is due to the 64 bit off_t type in NetBSD-current. To fix this you need to either have a proper lseek() declaration in imake.c's scope, or a quick and dirty fix is to just use a (off_t) in the lseek call in imake.c. BTW, this is the same fix that is required in X11R5. I did a compile back when X11R6 first came out -- most things did work.... I stopped wasting time on it because Xfree-2.1.1 is good enough for me. Bakul Shah