From: Patrick M. <pa...@he...> - 2003-11-27 04:25:18
|
What files / lines are causing problems? ~ pat On Wednesday, November 26, 2003, at 05:52 PM, William L. Anderson wrote: > I've tracked it down to a warning that comes from using the system() > command. (irb is my friend). > > Is there a way to "advise" Ruby methods, functions, etc.? like you can > in Lisp? It's one thing to make sure that /usr/local/bin and those > types of directories have appropriate permissions (0755). But it's > another when I'm running the build.rb tests in my own src directory > and system() complains about those permissions. > > Bill > > Tom Clarke wrote: > >> That seems to be a ruby-on-windows thing. One way to fix that is to >> fix >> the permissions on those directories. I've not discovered how to fix >> it in >> any other way, though I would like to find out how.... >>> Patrick: if you want to share the load I can set up a Windows Ruby >>> install on my NT4 box and see what happens. There is no cygwin on >>> that >>> machine. >>> >>> And, by the way, I also get no errors running the wikitest. >>> >>> The warnings are all about having 040777 permissions on the document >>> root and cgi-bin directories (but I'll check and send you some >>> output). >>> >>> Bill >>> >>> May, Patrick wrote: >>> >>> >>>> Bill, >>>> >>>> duh, you just showed me. (ruby -W0 build.rb test) Anyways, I'll >>>> need to >>>> setup a cygwin install and see what these warnings are all about. >>>> This >>>> is a different issue than the problems I'm having with the >>>> Web::Upload's >>>> and 'ruby build.rb testwiki' >>>> >>>> Cheers, > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Narf-lib-devel mailing list > Nar...@li... > https://lists.sourceforge.net/lists/listinfo/narf-lib-devel > |