[Fxruby-users] Re: issues with 1.0.27
Status: Inactive
Brought to you by:
lyle
From: <ly...@kn...> - 2004-01-02 17:11:41
|
On Fri, 2 Jan 2004 08:56:41 -0500, Tristan O'Tierney <tr...@ot...> wrote : > Hi there, > > When i try and run ruby install.rb config > --with-fox-include=/opt/local/include > > i get this error: > config: unknown option --with-fox-include=/opt/local/include > Try 'ruby install.rb --help' for detailed usage. You are missing an additional "--" between the word "config" and the option "--with-fox-include=/opt/local/include". Try this instead: ruby install.rb config -- --with-fox-include=/opt/local/include and it should work. Hope this helps, Lyle |