unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Nala Ginrut <nalaginrut@gmail.com>
To: Gurjot Singh <bhattigurjot@gmail.com>
Cc: guile-devel@gnu.org
Subject: Re: Error while running the software
Date: Fri, 23 May 2014 18:19:11 +0800	[thread overview]
Message-ID: <1400840351.27111.3.camel@Renee-desktop.suse> (raw)
In-Reply-To: <CANWseAZxdFYj3M5OQDfoRhtFzacFLcuTmnu1sLPA0-cWFX7wgw@mail.gmail.com>

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
> 





  reply	other threads:[~2014-05-23 10:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-23  5:39 Error while running the software Gurjot Singh
2014-05-23 10:19 ` Nala Ginrut [this message]
2014-05-23 12:41 ` Gurjot Singh
2014-05-23 14:18   ` Gurjot Singh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1400840351.27111.3.camel@Renee-desktop.suse \
    --to=nalaginrut@gmail.com \
    --cc=bhattigurjot@gmail.com \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).