Hi Markus, * Markus Klotzbuecher <[email protected]> [120202 22:06]: > #;3> (cairo-transform/matrix m (make-f64vector 6 1)) > > Error: (vector-length) bad argument type: #f64(1.0 1.0 1.0 1.0 1.0 1.0) > > Call history: > > <syntax> (cairo-transform/matrix m (make-f64vector 6 1)) > <syntax> (make-f64vector 6 1) > <eval> (cairo-transform/matrix m (make-f64vector 6 1)) > <eval> (make-f64vector 6 1) <-- > #;3> > > Should the two "vector-length" be "f64vector-length" or am I missing > something?
You are right, strange that it did not hit me so far... Thanks! Christian -- Who can (make) the muddy water (clear)? Let it be still, and it will gradually become clear. Who can secure the condition of rest? Let movement go on, and the condition of rest will gradually arise. -- Lao Tse. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
