From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gurjot Singh Newsgroups: gmane.lisp.guile.devel Subject: Re: Error while running the software Date: Fri, 23 May 2014 18:11:08 +0530 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1400848881 5413 80.91.229.3 (23 May 2014 12:41:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 May 2014 12:41:21 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 23 14:41:16 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 1Wnomf-0003vu-T7 for guile-devel@m.gmane.org; Fri, 23 May 2014 14:41:14 +0200 Original-Received: from localhost ([::1]:42820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnomf-00019i-7k for guile-devel@m.gmane.org; Fri, 23 May 2014 08:41:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnomc-00019d-93 for guile-devel@gnu.org; Fri, 23 May 2014 08:41:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wnomb-0003H6-BQ for guile-devel@gnu.org; Fri, 23 May 2014 08:41:10 -0400 Original-Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:35834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnomb-0003Gz-5J for guile-devel@gnu.org; Fri, 23 May 2014 08:41:09 -0400 Original-Received: by mail-wi0-f170.google.com with SMTP id bs8so1029904wib.3 for ; Fri, 23 May 2014 05:41:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=RPWz1awzL7MG8li8a5h3p3evCDAq1qZRJwYNExs8BQ0=; b=OOWCrpm4lTsuqODNhfyQQkNW1Hi73FXeTsLvoKsFfJL5cQh0qEQ0RstvY8Chy2dP3r qwDMGuTbeax8ttjDS6PvYWxQ54an1XMpb2tGKyr5HX0RGcRpLRHC/qy2T8Fk3qZwwLUl wV07UIzRe4919uaeusGNtsEjZ0dUOq1XYNQjS9ED6t3S1cjlfUcitSYleThUtt0v3QjJ ZXboUutYZZzKhLd0+EYUOkaJwdR6hwuvXdw0Wb22FeQQQVoOCdOtsCHs4IN+XIt7D9K+ RPhVtcgmBCtGqcbcErGJDfIeYpUU68Ha8jqw1QjaKpXK+Hg7EEdIDesf4QEc11Jr1/sM /ZSQ== X-Received: by 10.180.11.239 with SMTP id t15mr2995041wib.25.1400848868110; Fri, 23 May 2014 05:41:08 -0700 (PDT) Original-Received: by 10.217.61.129 with HTTP; Fri, 23 May 2014 05:41:08 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22a 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:17157 Archived-At: On 23 May 2014 11:09, Gurjot Singh wrote: > 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 () This error was solved(with the help from Nala) by replacing () with '() in .scm file. But now the following error comes up: ice-9/psyntax.scm:1274:12: In procedure #: ice-9/psyntax.scm:1274:12: Syntax error: unknown location: unexpected syntax in form define I think this is the syntax error in .scm files. Any guidance? -- Gurjot Singh Blog: http://bhattigurjot.wordpress.com "You gotta get hurt 'cause that's how you'll learn, You gotta try your hardest no matter how much you'll burn." ~ Scott Singh