Ludovic Courtès wrote:
Hi,
Dan McMahill <[EMAIL PROTECTED]> writes:
I'll bet thats whats going on with NetBSD as well. My failed tests
are all inside a chroot environment.
Well, we *could* modify the file port write (i.e., `fport_print ()') so
that it doesn't fail when `ttyname' does, if th
Hi,
Dan McMahill <[EMAIL PROTECTED]> writes:
> With that I don't have to modify the guile-config output. In other
> words by default I might just get "-L/my/guile/path/lib" where I may
> actually want "-L/my/guile/path/lib -Wl,-R/my/guile/path/lib".
Greg Troxel <[EMAIL PROTECTED]> writes:
> Pr
On Fri, 8 Jun 2007, Andy Wingo wrote:
... using Guile-Cairo, and a day and a half later here we are!
(make-bar-chart "Average Height at Iihenda JSS"
'(("Grade 9" (150 "Boys") (140 "Girls"))
("Grade 10" (153 "Boys") (147 "Girls")))
:write-to-png
[EMAIL PROTECTED] (Ludovic Courtès) writes:
> Well, we *could* modify the file port write (i.e., `fport_print ()') so
> that it doesn't fail when `ttyname' does, if that's a common problem.
>
> Or you could set up a chroot jail where `/dev/pts/*' are visible, if
> that's the source of the problem.
Hi,
Dan McMahill <[EMAIL PROTECTED]> writes:
> I'll bet thats whats going on with NetBSD as well. My failed tests
> are all inside a chroot environment.
Well, we *could* modify the file port write (i.e., `fport_print ()') so
that it doesn't fail when `ttyname' does, if that's a common problem.