Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!network.ucsd.edu!ogicse!emory!europa.eng.gtefsd.com!howland.reston.ans.net!usenet.ins.cwru.edu!news.csuohio.edu!stever From: stever@csuohio.edu (Steve Ratliff) Newsgroups: comp.os.386bsd.apps Subject: Anyone have rxvt 1.4 ported to FreeBSD? Message-ID: <1993Oct27.032922.9042@news.csuohio.edu> Date: 27 Oct 93 03:29:22 GMT Article-I.D.: news.1993Oct27.032922.9042 Sender: news@news.csuohio.edu (USENET News System) Organization: Cleveland State University Lines: 16 X-Newsreader: Tin 1.1 PL5 I've started to port rxvt 1.4 to FreeBSD and have run into problems. So far FreeBSD is missing malloc.h and lastlog.h I know lastlog.h is not needed as utmp.h has everything needed. I also commented out malloc.h without any problems. The big sticking point seems to be when compiling the file commands.c. Linux seems to have ioctl's that are missing in FreeBSD namely TCSETS and TIOCSWINSZ along with a definition for the struct winsize. This is about how far I've gotten. If anyone has gone farther please let me know. As I only have 8 MB of Ram I would really like to use smaller xterms. I already have fvwm going and IT certainly helped out with performance. Thanks, Steve