Re: [Factor-talk] Compiling Factor on Linux

2008-04-05 Thread Stefan Scholl
Stefan Scholl <[EMAIL PROTECTED]> wrote: > Stefan Scholl <[EMAIL PROTECTED]> wrote: >> I can't test andLinx at the moment. No Windows after work. :-) > > Linux andLinux 2.6.12-co-0.7.1 #1 Sat Jul 14 12:13:49 UTC 2007 i686 GNU/Linux > > Compiles and listener starts without error. UI has the same >

Re: [Factor-talk] Compiling Factor on Linux

2008-04-04 Thread Samuel Tardieu
> "Stefan" == Stefan Scholl <[EMAIL PROTECTED]> writes: Stefan> Linux andLinux 2.6.12-co-0.7.1 #1 Sat Jul 14 12:13:49 UTC 2007 Stefan> i686 GNU/Linux Stefan> Compiles and listener starts without error. UI has the same Stefan> problem like on my old Gentoo system. Very short flicker of a Stefa

Re: [Factor-talk] Compiling Factor on Linux

2008-04-03 Thread Stefan Scholl
Stefan Scholl <[EMAIL PROTECTED]> wrote: > I can't test andLinx at the moment. No Windows after work. :-) Linux andLinux 2.6.12-co-0.7.1 #1 Sat Jul 14 12:13:49 UTC 2007 i686 GNU/Linux Compiles and listener starts without error. UI has the same problem like on my old Gentoo system. Very short flic

Re: [Factor-talk] Compiling Factor on Linux

2008-04-03 Thread Stefan Scholl
Stefan Scholl <[EMAIL PROTECTED]> wrote: > | : ( -- port/f ) > | H{ } clone > | inotify_init [ io-error ] [ inotify ] bi > | { set-inotify-watches set-delegate } inotify construct ; Now: | : ( -- port/f ) | H{ } clone | inotify_init dup 0 < [ 2drop f ] [ | inotify

Re: [Factor-talk] Compiling Factor on Linux

2008-04-03 Thread Stefan Scholl
Stefan Scholl <[EMAIL PROTECTED]> wrote: > [ io.backend:init-io system:embedded? [ io.backend:init-stdio ] kernel:unless > ] > 0 > b31a076b > b0e0dcb0 > init-io/linux-io > f > b30d485b > b120f6b0 > io.unix.linux:init-inotify > f > b30ce9f3 > b1210110 > io.unix.linux: > f > b30d1dcb > b120d2d0 > io

Re: [Factor-talk] Compiling Factor on Linux

2008-04-02 Thread Stefan Scholl
Slava Pestov <[EMAIL PROTECTED]> wrote: > Your Linux kernel is too old to have inotify, and I never tested on this > configuration. It was supposed to ignore the lack of inotify and keep I've tried inotify-tools, just for fun. They react on the -1 returned by inotify_init(): | Couldn't initiali

Re: [Factor-talk] Compiling Factor on Linux

2008-04-02 Thread Stefan Scholl
Slava Pestov <[EMAIL PROTECTED]> wrote: > Sorry about these problems. Factor definitely needs more testing and > debugging on oddball configurations. Speaking off odd balls ... Linux andLinux 2.6.12-co-0.7.1 #1 Sat Jul 14 12:13:49 UTC 2007 i686 GNU/Linux Dies, too. andLinux

Re: [Factor-talk] Compiling Factor on Linux

2008-04-02 Thread Stefan Scholl
Slava Pestov <[EMAIL PROTECTED]> wrote: > Sorry about these problems. Factor definitely needs more testing and > debugging on oddball configurations. "Don't touch my balls!!" No problem at the moment. I haven't done anything in Factor the last few months, except using it as a calculator at work

Re: [Factor-talk] Compiling Factor on Linux

2008-04-01 Thread Slava Pestov
Hi Stefan, Sorry about these problems. Factor definitely needs more testing and debugging on oddball configurations. Can you post the output of .s .c .r ? Slava On Apr 1, 2008, at 5:00 AM, Stefan Scholl wrote: > Stefan Scholl <[EMAIL PROTECTED]> wrote: >> Stefan Scholl <[EMAIL PROTECTED]> wr

Re: [Factor-talk] Compiling Factor on Linux

2008-04-01 Thread Stefan Scholl
Stefan Scholl <[EMAIL PROTECTED]> wrote: > Stefan Scholl <[EMAIL PROTECTED]> wrote: >> Stefan Scholl <[EMAIL PROTECTED]> wrote: >>> Slava Pestov <[EMAIL PROTECTED]> wrote: I pushed a patch to fix this. Your Linux kernel is too old to have inotify, and I never tested on this co

Re: [Factor-talk] Compiling Factor on Linux

2008-04-01 Thread Stefan Scholl
Stefan Scholl <[EMAIL PROTECTED]> wrote: > Stefan Scholl <[EMAIL PROTECTED]> wrote: >> Slava Pestov <[EMAIL PROTECTED]> wrote: >>> I pushed a patch to fix this. >>> >>> Your Linux kernel is too old to have inotify, and I never tested on this >>> configuration. It was supposed to ignore the lack o

Re: [Factor-talk] Compiling Factor on Linux

2008-04-01 Thread Stefan Scholl
Stefan Scholl <[EMAIL PROTECTED]> wrote: > Slava Pestov <[EMAIL PROTECTED]> wrote: >> I pushed a patch to fix this. >> >> Your Linux kernel is too old to have inotify, and I never tested on this >> configuration. It was supposed to ignore the lack of inotify and keep >> going, but it didn't work

Re: [Factor-talk] Compiling Factor on Linux

2008-03-31 Thread Stefan Scholl
Slava Pestov <[EMAIL PROTECTED]> wrote: > I pushed a patch to fix this. > > Your Linux kernel is too old to have inotify, and I never tested on this > configuration. It was supposed to ignore the lack of inotify and keep > going, but it didn't work out that way. Still a problem compiling. But

Re: [Factor-talk] Compiling Factor on Linux

2008-03-28 Thread Slava Pestov
Hi, I pushed a patch to fix this. Your Linux kernel is too old to have inotify, and I never tested on this configuration. It was supposed to ignore the lack of inotify and keep going, but it didn't work out that way. Slava Stefan Scholl wrote: > Stefan Scholl <[EMAIL PROTECTED]> wrote: > >

Re: [Factor-talk] Compiling Factor on Linux (was: Re: inotify on Linux a problem?)

2008-03-28 Thread Doug Coleman
Stefan, Which distro is this? So far we only test on Debian 32 and Ubuntu 32/64, but maybe we could include whatever you're using. (I thought this might have been related to the heavy changes we were making yesterday, or else I would have replied sooner.) Doug On Mar 28, 2008, at 5:11 AM,

[Factor-talk] Compiling Factor on Linux (was: Re: inotify on Linux a problem?)

2008-03-28 Thread Stefan Scholl
Stefan Scholl <[EMAIL PROTECTED]> wrote: > Can't compile factor (git) on Linux (2.6) at the moment: > >... Loading P" resource:extra/unix/linux/inotify/inotify.factor" :warnings - print 198 semantic warnings. [ swap >c call -> c> drop ] [ [ dup parse-file call ] assert-depth -> drop ] [