Re: [Chicken-users] "[panic] invalid encoded numeric literal" with gtk

2015-02-18 Thread Hugo Arregui
$ pkg-config --modversion gtk+-3.0 3.14.5 I tried with that version, but unfortunately it didn't work. ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] "[panic] invalid encoded numeric literal" with gtk

2015-02-18 Thread Christian Kellermann
Hugo Arregui writes: > I'm clueless, can be related to the gtk version? I have gtk3 3.14.8-1 > installed. For me it's: $ pkg-config --modversion gtk+-3.0 3.14.5 Kind regards, Christian -- May you be peaceful, may you live in safety, may you be free from suffering, and may you live with ease

Re: [Chicken-users] "[panic] invalid encoded numeric literal" with gtk

2015-02-18 Thread Hugo Arregui
And guess what, it seems to work just fine... Thanks Christian! It's certainly useful to know, but I tried with the same gcc version you have (I was using the gcc from Arch, 4.9.2-3) and is still broken. I did a full clean chicken install with no results, and also tried with an older chicken ve

Re: [Chicken-users] "[panic] invalid encoded numeric literal" with gtk

2015-02-18 Thread Christian Kellermann
Hugo Arregui writes: > Hi guys, > > I'm puzzled by a strange error I found playing with gtk, it might be > something silly, but I cannot grok it. The code is pretty simple: I have tried your example on Debian Jessie 64bit with the following output of the pkg-config: --8<---cut here-

[Chicken-users] "[panic] invalid encoded numeric literal" with gtk

2015-02-17 Thread Hugo Arregui
Hi guys, I'm puzzled by a strange error I found playing with gtk, it might be something silly, but I cannot grok it. The code is pretty simple: - ;-- test.scm (import chicken scheme foreign) #> #include int main(int argc, char** argv) { gtk_init(&argc, &argv); CHICKEN_run(C_