From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22202 invoked by alias); 25 Jun 2003 15:16:22 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 5362 invoked from network); 25 Jun 2003 14:34:58 -0000 Received: from unknown (HELO smtp1.urprovider.com) (198.62.9.251) by sources.redhat.com with SMTP; 25 Jun 2003 14:34:58 -0000 Received: from noiskydm1.ad.skynet (noiskydm1.noida.skyworksinc.com. [10.16.236.13]) by smtp1.urprovider.com (8.12.9+Sun/8.12.2) with ESMTP id h5PEYuoc014645 for ; Wed, 25 Jun 2003 07:34:57 -0700 (PDT) To: guile-gtk@sources.redhat.com Subject: Newbie's question MIME-Version: 1.0 Message-ID: From: dv.praveen@skyworksinc.com Date: Wed, 25 Jun 2003 15:16:00 -0000 Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2003-q2/txt/msg00153.txt.bz2 hi, I am very new to Guile world. I am using 1.6.0 version on redhat 9. I have downloaded guile-gtk from savanna and installed, it has installed *.so files on my system. I am trying to learn guile-gtk. Of the few tutorials that I have found they tell same thing (require (gtk gtk)) or (use-modules... etc.... Neither of them work for me. "ERROR: unbound variable reqiuire)" and if I use the second one "ERROR unbound variable gtk" After compiling guile-gtk, I tried to test with guile -s test-gtk.scm, as explained in README, I get "ERROR: no code for module (gtk gtk)" I have refered tutorial, http://mdag.org/users/stark/software/description.html ;gg-tutorial.tar.gz, but it uses a executable, guile-gtk. I don't know where build that from. Any pointers or info would be of great help. Thanking in anticipation. regards, Praveen