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 b
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
On 23 May 2014 18:11, Gurjot Singh wrote:
> 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:1082:36 ()>:
> ice-9/psyntax.scm:1274:12: Syntax error:
> unknow