freeride-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FR-devel] problen running fresh freeeride cvs on windows


From: loser
Subject: [FR-devel] problen running fresh freeeride cvs on windows
Date: Thu, 26 Jun 2003 18:26:04 +0200 (CEST)

sorry for posting from an unregistered mail, but my usual mbox (address@hidden) 
seems dead today.
Anyway, I just tried to run the latest cvs with the PragProg installer on 
winxp, and it gives me this error:
H:/Documents and Settings/PieroR/Desktop/freeride/redist/rexml/doctype.rb:153: w
arning: regexp has `]' without escape
src/emitter.rb:404: warning: character class has `[' without escape
freeride.rb:71:in `startup': Could not locate directory H:/Documents and Setting
s/PieroR/Desktop/freeride/H:/Documents and Settings/PieroR/Desktop/freeride/conf
ig (RuntimeError)
        from freeride.rb:92
Ok, the warnings are nothing useful, but it seems the check 
dir[0..0] != File::SEPARATOR
won't ever work on windows, cause / == DriveName (A,B,C,D and so on)
wont'evre be true.
Anyway, removing all the File.join(File.dirname(File.expand_path($0)), 
"config"), and leaving just configDir='config' works. why do we need an 
absolute path?

Btw, the src/replace stuff is great!
see ya




reply via email to

[Prev in Thread] Current Thread [Next in Thread]