Arc Forumnew | comments | leaders | submitlogin
Hi, straggling Archmen!
2 points by Pavel 3608 days ago | 1 comment
I am trying to run all three versions of arc in my Windows XP Pro. The arc3.1 is going well both in cmd.exe and bash with the "mzscheme -f as.scm" shebang. The anarki version with "racket -f as.scm" calling works in both terminals too but only after I had copied the as.scm file into the anarki folder. I am not able to get going the arc-nu version. The "$ ./arc" returns "ffi-obj: couldn´t get 'setuid' from #f (The named procedure hasn´t been found.; errno=127)". Has anybody an idea? Thank you very much.


2 points by akkartik 3608 days ago | link

setuid isn't supported in windows, so you should just comment out that line in arc-nu/lib/arc3.1/srv.arc (and not run arc as an admin user). Arc 3.1 has the same problem, so it's unclear why you didn't run into it. Perhaps arc-nu is loading srv.arc automatically.

-----