From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: Error while running the software Date: Fri, 23 May 2014 18:19:11 +0800 Organization: HFG Message-ID: <1400840351.27111.3.camel@Renee-desktop.suse> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1400840378 32145 80.91.229.3 (23 May 2014 10:19:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 May 2014 10:19:38 +0000 (UTC) Cc: guile-devel@gnu.org To: Gurjot Singh Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 23 12:19:33 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WnmZV-0003hJ-Cj for guile-devel@m.gmane.org; Fri, 23 May 2014 12:19:29 +0200 Original-Received: from localhost ([::1]:42020 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnmZU-0005x3-LI for guile-devel@m.gmane.org; Fri, 23 May 2014 06:19:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnmZO-0005vz-H1 for guile-devel@gnu.org; Fri, 23 May 2014 06:19:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnmZK-0003pf-8W for guile-devel@gnu.org; Fri, 23 May 2014 06:19:22 -0400 Original-Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:51768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnmZJ-0003pT-VN for guile-devel@gnu.org; Fri, 23 May 2014 06:19:18 -0400 Original-Received: by mail-pa0-f48.google.com with SMTP id rd3so3911606pab.21 for ; Fri, 23 May 2014 03:19:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :organization:content-type:mime-version:content-transfer-encoding; bh=TI/+81MngvXN+oRsvwzFnHgHFWSGY4BMiYm1hrmJ//8=; b=mz2DJ6lyk51Rr43lJ+4tN6bW2k4SOgQW8naXQVsJTnquy/JWuikicdTzSVEnep+zIy RpyqLO48gliZQEDe7UUZ8YxqFxehnAM0DZWbeiwJEFjJ77fIXcNq9We60XRuAY2YjAiL SYa9bNb0mDa5KLcn99ts3T6MygqxufBzliZWgS6V/obLmDPJrC002xQ5JbM0/6r/2RBK WoEpj3mpEMMPozh1HFF4479P6x6Cs25P0hIHVs/q44Z5EM/mz4IsCij7LlzvAnuPeDmr 0NmWPehyOZ90+Szs8y8lBYyZkFTcTNo6p6N+44WEKnbiKG2qxvnIYYh/0z5byALJ5QQl 4vfQ== X-Received: by 10.68.226.197 with SMTP id ru5mr4515292pbc.77.1400840356256; Fri, 23 May 2014 03:19:16 -0700 (PDT) Original-Received: from [147.2.147.115] ([203.192.156.9]) by mx.google.com with ESMTPSA id sy2sm3920303pbc.28.2014.05.23.03.19.13 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 23 May 2014 03:19:15 -0700 (PDT) In-Reply-To: X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::230 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17156 Archived-At: hi! I found you used a lot of "gh_" functions which are the old APIs of Guile. This may cause problems when you're compiling it with Guile-2.x. Please change them to newer "scm_" APIs according the the manual: https://www.gnu.org/software/guile/manual/guile.html#API-Reference But I do think it's better to have a table for converting gh_* to scm_*...Anyone know about it? On Fri, 2014-05-23 at 11:09 +0530, Gurjot Singh wrote: > Hi, > I am updating GNU Dr.Geo software, as my GSoC project, from guile 1.6 > to guile 2.0.11 version. It is my first milestone. > I have changed many deprecated syntax to remove errors. > > After that I did 'make'. But when I do 'sudo make install' it gives > the following result: > http://pastebin.com/m8uDCi0A > > This is the install script: > http://goo.gl/RZ8mNf > > I am experiencing the following error when trying to run 'drgeo': > ice-9/psyntax.scm:1274:12: In procedure dobody: > ice-9/psyntax.scm:1274:12: Syntax error: > unknown location: unexpected syntax in form () > > Here is the complete git repository of drgeo that I am currently working on. > http://git.savannah.gnu.org/cgit/dr-geo.git/tree/?h=upgrade > > Thanks in advance >