lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Compiling stopped at type casting


From: Han-Wen Nienhuys
Subject: [PATCH] Compiling stopped at type casting
Date: Tue, 25 Sep 2001 14:39:22 +0200

address@hidden writes:
> 
> Compilation failed (gcc 2.96, guile 1.4, lilypond-1.5.13)

> -      return gh_str02scm (nm);
> +      return gh_str02scm ((char *)nm);

I think something is wrong with your installation:

        meddo:~$ grep gh_str02scm /usr/include/guile/*
        SCM gh_str02scm(const char *s);

looks as if you have an old guile header lying around.


--
Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]