Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]RE: Jim Breen's patched kterm
- To: tlug@example.com
- Subject: RE: Jim Breen's patched kterm
- From: turnbull@example.com (Stephen J. Turnbull)
- Date: Mon, 21 Oct 96 14:27 JST
- In-reply-to: <Pine.LNX.3.91.961021133550.310A-100000@example.com> (message from Dennis McMurchy on Mon, 21 Oct 1996 13:46:09 +0900 (GMT+0900))
- Reply-To: tlug@example.com
- Sender: owner-tlug
>>>>> "Dennis" == Dennis McMurchy <denismcm@example.com> writes: Dennis> Hi, Thinking it might be fun to play around with the JIS Dennis> X 2012 character set, I picked up some stuff at Jim Dennis> Breen's site at monash.edu.au. [snip] Dennis> Unfortunately, I can't get the patched kterm sources he Dennis> provides in kterm212.tar.gz to compile. When I do the 'xmkmf Dennis> ; make', things churn away for a bit, and then I get this Dennis> fatal error: Dennis> In function `fd_intersects': Dennis> util.c:1386: `FD_SETSIZE' undeclared (first use this function) grep(1) is your friend, ask him: turnbull:~$ fgrep FD_SETSIZE /usr/include/linux/* fgrep: /usr/include/linux/modules: Is a directory /usr/include/linux/posix_types.h:#undef __FD_SETSIZE /usr/include/linux/posix_types.h:#define __FD_SETSIZE 1024 /usr/include/linux/time.h:#define FD_SETSIZE __FD_SETSIZE Try including <time.h>. If you want to know why, don't ask me. It's a stupid POSIXism, see /usr/include/linux/posix_types.h. (FD_SETSIZE is the number of file descriptors that can be open at one time, process-wide, as you'll see if you read that file.) Why kterm needs to know such a thing, I don't really understand (it's not in kterm-6.2.0 and I don't have the kterm212 source); Breen may be checking for an error condition if kterm tries to open too many files. Steve -- Stephen John Turnbull University of Tsukuba Yaseppochi-Gumi Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp/ Tennodai 1-1-1, Tsukuba, 305 JAPAN turnbull@example.com ----------------------------------------------------------------- a word from the sponsor will appear below ----------------------------------------------------------------- The TLUG mailing list is proudly sponsored by TWICS - Japan's First Public-Access Internet System. Now offering 20,000 yen/year flat rate Internet access with no time charges. Full line of corporate Internet and intranet products are available. info@example.com Tel: 03-3351-5977 Fax: 03-3353-6096
- Follow-Ups:
- kterm 6.20?
- From: "C. Oda" <craig@example.com>
- RE: Jim Breen's patched kterm
- From: Dennis McMurchy <denismcm@example.com>
- References:
- RE: Jim Breen's patched kterm
- From: Dennis McMurchy <denismcm@example.com>
Home | Main Index | Thread Index
- Prev by Date: RE: Jim Breen's patched kterm
- Next by Date: kterm 6.20?
- Prev by thread: RE: Jim Breen's patched kterm
- Next by thread: kterm 6.20?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links