I put some calls to display in the gears.scm file... the one right below the import line fires (after a second), but the one right above the begin form at the end of the file doesn't. It looks like there are only procedure definitions between them. Any idea why it might not be getting to the end of the file?
> You might want to try building ikarus in 32-bit mode first and see > if that works. What would be the easiest way to do that? I tried putting -m32 in CFLAGS, LDFLAGS and ASFLAGS for configure, but the build failed (I'm not sure whether that's supposed to work - just found it online). On Mon, Apr 20, 2009 at 4:05 PM, Abdulaziz Ghuloum <[email protected]> wrote: > > On Apr 20, 2009, at 6:52 AM, Ramana wrote: > >> I've got test-ffi.ss working in Ikarus 1747 on Archlinux x86_64, but >> when I try glut-demo.scm or gears.scm nothing happens... Ikarus >> appears to be running but not doing anything. How long should it take >> for some gears to appear? =) How would one look for possible problems? > > It should appear immediately. I haven't tested these on x86_64 since > I don't have a 64-bit gl/glut library on my laptop. I know that others > have submitted some minor bug reports about these libraries in 64-bit > mode, which tells me that it must be working for them overall. > > > Aziz,,, >
