chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] gtk2.egg problem


From: felix winkelmann
Subject: Re: [Chicken-users] gtk2.egg problem
Date: Thu, 12 Apr 2007 10:18:52 +0200

On 4/7/07, Glen <address@hidden> wrote:
Hi,

I'm running Chicken 2.6, Gentoo Linux x86, gtk+ 2.10.9.  I'd like to give the
gtk2.egg a try, but chicken-setup give me this error:

./gtk2-extract-all-types 'gdk_.*_get_type' `pkg-config --cflags gtk+-2.0` >
gdk-types; \
split -l 60 -d gdk-types gdk-types-
Error: (apply) parameter limit exceeded

        Call history:

        gtk2-extract-all-types.scm: 56   string-search
        gtk2-extract-all-types.scm: 56   string-append
        gtk2-extract-all-types.scm: 56   string-search
        gtk2-extract-all-types.scm: 56   string-append
        gtk2-extract-all-types.scm: 56   string-search
        gtk2-extract-all-types.scm: 56   string-append
        gtk2-extract-all-types.scm: 56   string-search
        gtk2-extract-all-types.scm: 56   string-append
        gtk2-extract-all-types.scm: 56   string-search
        gtk2-extract-all-types.scm: 56   string-append
        gtk2-extract-all-types.scm: 56   string-search
        gtk2-extract-all-types.scm: 56   string-append
        gtk2-extract-all-types.scm: 56   string-search
        gtk2-extract-all-types.scm: 65   read-lines
        gtk2-extract-all-types.scm: 65   loop
        for-each                        <--


Could you try the following, please:

replace the call to "(apply append ...)" at the end of
gtk2-extract-all-types with "concatenate" and add a
"(use srfi-1)" at the start of the file.


cheers,
felix




reply via email to

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