[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Qt egg - some examples does not work here
From: |
Felix |
Subject: |
Re: [Chicken-users] Qt egg - some examples does not work here |
Date: |
Tue, 24 Aug 2010 15:45:14 +0200 (CEST) |
From: Arthur Maciel <address@hidden>
Subject: Re: [Chicken-users] Qt egg - some examples does not work here
Date: Mon, 23 Aug 2010 21:12:38 -0300
> Oops... running 'csi -s -:d test.scm' gives me:
>
> (...)
> [debug] entering toplevel toplevel...
> [debug] forcing finalizers...
> Error: "/var/tmp/kdecache-arthur" is owned by uid 1000 instead of uid 0.
> #<qt-widget>
> #<qt-widget>
> #<qt-widget>
> #<qt-pixmap>
> #<qt-sound>
>
> Error: unbound variable: 0.01
>
> Call history:
>
> <syntax> (print "closed")
> <syntax> (exit)
> <eval> (qt:connect app "lastWindowClosed()" (qt:receiver
> (lambda () (print "closed") (exit))))
> <eval> (qt:receiver (lambda () (print "closed") (exit)))
> <syntax> (define t (qt:timer 0.01))
> <syntax> (##core#set! t (qt:timer 0.01))
> <syntax> (qt:timer 0.01)
> <eval> (qt:timer 0.01) <--
>
>
> It seems it is not accepting floating point numbers as a valid ones (I say
> this because if I change (qt:timer 0.001) to (qt:timer 1), it complains
> about (gl:Vertex2f -0.5 -0.5) as -0.5 as an unbound variable).
>
I'm confused. Is this some charset or locale issue? Something must be
heavily broken here. Can you send me the file ("test.scm")?
cheers,
felix