$ 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
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
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
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-
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_