From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.bugs Subject: Re: Compilation fix for guile 1.4 Date: Sat, 04 May 2002 13:18:43 -0700 Sender: bug-guile-admin@gnu.org Message-ID: References: Reply-To: ttn@glug.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1020543857 15697 127.0.0.1 (4 May 2002 20:24:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 4 May 2002 20:24:17 +0000 (UTC) Cc: bug-guile@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17464m-000454-00 for ; Sat, 04 May 2002 22:24:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17464h-0000UQ-00; Sat, 04 May 2002 16:24:11 -0400 Original-Received: from ca-crlsbd-u5-c4a-a-172.crlsca.adelphia.net ([24.48.214.172] helo=giblet) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17463K-0000RA-00 for ; Sat, 04 May 2002 16:22:46 -0400 Original-Received: from ttn by giblet with local (Exim 3.35 #1 (Debian)) id 1745zP-0007wF-00; Sat, 04 May 2002 13:18:43 -0700 Original-To: davide178@inwind.it In-Reply-To: (message from Davide Angelocola on Fri, 3 May 2002 13:18:23 +0200) Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:217 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:217 From: Davide Angelocola Date: Fri, 3 May 2002 13:18:23 +0200 I've downloaded guile version 1.4 to learn on how to program in C under UNIX. However, when I try to compile it on my RedHat 7.2 machine I get an error in net_db.c line 85. Well, I've just put a comment at the beginning of line and all works fine now. thanks for trying out guile. the problem you report will be fixed in 1.4.1 and later versions. o add readline and history support this is already available, but the documentation doesn't tell you how to enable it (it's a documentation bug). for now, see NEWS for more info. o add a welcome message like this: guile v. [build info?] Copyright Type (help) for more information o add "(copyright)", "(license)" functions o the "(help)" output in one page o add a TODO file in the source dist (this can very useful for me) I hope that this email can be useful for you! it's useful to let us know what you want. now that you are learning to program, the next logical step (for both of us) is for you to learn how to implement these requirements either by writing new code or modifying existing code. i would suggest looking first at the latter class of changes since (you) going through that process would result in a patch that could be easily applied (by us). because the TODO file changes relatively rapidly, we publish it online, along w/ everything else. check out: http://www.glug.org/snap/workbook/tasks/TODO http://www.glug.org/snap/ http://www.glug.org/ what programming experience do you have presently? why do you want to program in C under UNIX? thi _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile