persistent problem installing foxGUIb

View: New views
5 Messages — Rating Filter:   Alert me  

persistent problem installing foxGUIb

by Tom Cloyd-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Since I just apparently successfully installed fxruby, I'm surprised to
see that I still cannot get foxGUIb to run.

"...Successfully installed fxruby-1.6.14
Installing ri documentation for fxruby-1.6.14...
Installing RDoc documentation for fxruby-1.6.14..."

tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ cd
'/home/tom/programs/foxGUIb_0.7.1/libGUIb'
tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ sudo ruby install.rb
...
parsearg_config
install.rb: entering config phase...
---> lib
<--- lib
install.rb: config done.
parsearg_setup
install.rb: entering setup phase...
---> lib
<--- lib
install.rb: setup done.
parsearg_install
parsearg_install!!! ARGV:
install.rb: entering install phase...
---> lib
mkdir -p /usr/local/lib/site_ruby/1.8/
install libGUIb14.rb /usr/local/lib/site_ruby/1.8/
install libGUIb16.rb /usr/local/lib/site_ruby/1.8/
<--- lib
install.rb: install done.
tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ cd
'/home/tom/programs/foxGUIb_0.7.1/foxGUIb'
tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/foxGUIb$ ruby foxGUIb.rb
please install libGUIb!!
no such file to load -- fox16

I have NO idea what the problem is here (as usual). Any help would be
appreciated.

Thanks!

T.

--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA, LMHC
Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< tc@... >> (email)
<< TomCloyd.com >> (website & psychotherapy weblog)
<< sleightmind.wordpress.com >> (mental health issues weblog)
<< directpathdesign.com >> (web site design & consultation)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

_______________________________________________
fxruby-users mailing list
fxruby-users@...
http://rubyforge.org/mailman/listinfo/fxruby-users

Re: persistent problem installing foxGUIb

by Tom Cloyd-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tom Cloyd wrote:

> Since I just apparently successfully installed fxruby, I'm surprised to
> see that I still cannot get foxGUIb to run.
>
> "...Successfully installed fxruby-1.6.14
> Installing ri documentation for fxruby-1.6.14...
> Installing RDoc documentation for fxruby-1.6.14..."
>
> tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ cd
> '/home/tom/programs/foxGUIb_0.7.1/libGUIb'
> tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ sudo ruby install.rb
> ...
> parsearg_config
> install.rb: entering config phase...
> ---> lib
> <--- lib
> install.rb: config done.
> parsearg_setup
> install.rb: entering setup phase...
> ---> lib
> <--- lib
> install.rb: setup done.
> parsearg_install
> parsearg_install!!! ARGV:
> install.rb: entering install phase...
> ---> lib
> mkdir -p /usr/local/lib/site_ruby/1.8/
> install libGUIb14.rb /usr/local/lib/site_ruby/1.8/
> install libGUIb16.rb /usr/local/lib/site_ruby/1.8/
> <--- lib
> install.rb: install done.
> tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ cd
> '/home/tom/programs/foxGUIb_0.7.1/foxGUIb'
> tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/foxGUIb$ ruby foxGUIb.rb
> please install libGUIb!!
> no such file to load -- fox16
>
> I have NO idea what the problem is here (as usual). Any help would be
> appreciated.
>
> Thanks!
>
> T.
>
>  
Sorry - I should have mentioned - I'm doing all this on Kubuntu Linux 7.10.

- t.

--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA, LMHC
Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< tc@... >> (email)
<< TomCloyd.com >> (website & psychotherapy weblog)
<< sleightmind.wordpress.com >> (mental health issues weblog)
<< directpathdesign.com >> (web site design & consultation)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

_______________________________________________
fxruby-users mailing list
fxruby-users@...
http://rubyforge.org/mailman/listinfo/fxruby-users

Re: persistent problem installing foxGUIb

by Meinrad Recheis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Apr 15, 2008 at 6:24 AM, Tom Cloyd <tomcloyd@...> wrote:
Tom Cloyd wrote:
> Since I just apparently successfully installed fxruby, I'm surprised to
> see that I still cannot get foxGUIb to run.
>
> "...Successfully installed fxruby-1.6.14
> Installing ri documentation for fxruby-1.6.14...
> Installing RDoc documentation for fxruby-1.6.14..."
>
> tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ cd
> '/home/tom/programs/foxGUIb_0.7.1/libGUIb'
> tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ sudo ruby install.rb
> ...
> parsearg_config
> install.rb: entering config phase...
> ---> lib
> <--- lib
> install.rb: config done.
> parsearg_setup
> install.rb: entering setup phase...
> ---> lib
> <--- lib
> install.rb: setup done.
> parsearg_install
> parsearg_install!!! ARGV:
> install.rb: entering install phase...
> ---> lib
> mkdir -p /usr/local/lib/site_ruby/1.8/
> install libGUIb14.rb /usr/local/lib/site_ruby/1.8/
> install libGUIb16.rb /usr/local/lib/site_ruby/1.8/
> <--- lib
> install.rb: install done.
> tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ cd
> '/home/tom/programs/foxGUIb_0.7.1/foxGUIb'
> tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/foxGUIb$ ruby foxGUIb.rb
> please install libGUIb!!
> no such file to load -- fox16
>
> I have NO idea what the problem is here (as usual). Any help would be
> appreciated.
>
> Thanks!
>
> T.
>
>
Sorry - I should have mentioned - I'm doing all this on Kubuntu Linux 7.10.

- t.

Ok. libguib is trying to load fox16 by executing the line
require "fox16"
which yields the error you are seeing. you can test if fxruby works by using irb. it should look like this:

irb(main):001:0> require "fox16"
=> true
irb(main):002:0> Fox.fxrubyversion
=> "1.6.6"
irb(main):003:0>

Can you post the complete error message from the foxguib.log file?
-- henon


_______________________________________________
fxruby-users mailing list
fxruby-users@...
http://rubyforge.org/mailman/listinfo/fxruby-users

Re: persistent problem installing foxGUIb

by Meinrad Recheis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Apr 15, 2008 at 12:48 PM, Meinrad Recheis <meinrad.recheis@...> wrote:
On Tue, Apr 15, 2008 at 6:24 AM, Tom Cloyd <tomcloyd@...> wrote:
Tom Cloyd wrote:
> Since I just apparently successfully installed fxruby, I'm surprised to
> see that I still cannot get foxGUIb to run.
>
> "...Successfully installed fxruby-1.6.14
> Installing ri documentation for fxruby-1.6.14...
> Installing RDoc documentation for fxruby-1.6.14..."
>
> tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ cd
> '/home/tom/programs/foxGUIb_0.7.1/libGUIb'
> tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ sudo ruby install.rb
> ...
> parsearg_config
> install.rb: entering config phase...
> ---> lib
> <--- lib
> install.rb: config done.
> parsearg_setup
> install.rb: entering setup phase...
> ---> lib
> <--- lib
> install.rb: setup done.
> parsearg_install
> parsearg_install!!! ARGV:
> install.rb: entering install phase...
> ---> lib
> mkdir -p /usr/local/lib/site_ruby/1.8/
> install libGUIb14.rb /usr/local/lib/site_ruby/1.8/
> install libGUIb16.rb /usr/local/lib/site_ruby/1.8/
> <--- lib
> install.rb: install done.
> tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ cd
> '/home/tom/programs/foxGUIb_0.7.1/foxGUIb'
> tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/foxGUIb$ ruby foxGUIb.rb
> please install libGUIb!!
> no such file to load -- fox16
>
> I have NO idea what the problem is here (as usual). Any help would be
> appreciated.
>
> Thanks!
>
> T.
>
>
Sorry - I should have mentioned - I'm doing all this on Kubuntu Linux 7.10.

- t.

Ok. libguib is trying to load fox16 by executing the line
require "fox16"
which yields the error you are seeing. you can test if fxruby works by using irb. it should look like this:

irb(main):001:0> require "fox16"
=> true
irb(main):002:0> Fox.fxrubyversion
=> "1.6.6"
irb(main):003:0>

Can you post the complete error message from the foxguib.log file?
-- henon

PS: I remember now, you need to require rubygems to be able to load gems. I think the following might work for you:

ruby -rubygems foxguib.rb

or setting the environment variable RUBYOPT to -rubygems
hth,
-- henon

_______________________________________________
fxruby-users mailing list
fxruby-users@...
http://rubyforge.org/mailman/listinfo/fxruby-users

Re: persistent problem installing foxGUIb

by Tom Cloyd-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Meinrad Recheis wrote:

> On Tue, Apr 15, 2008 at 12:48 PM, Meinrad Recheis
> <meinrad.recheis@... <mailto:meinrad.recheis@...>> wrote:
>
>     On Tue, Apr 15, 2008 at 6:24 AM, Tom Cloyd <tomcloyd@...
>     <mailto:tomcloyd@...>> wrote:
>
>         Tom Cloyd wrote:
>         > Since I just apparently successfully installed fxruby, I'm
>         surprised to
>         > see that I still cannot get foxGUIb to run.
>         >
>         > "...Successfully installed fxruby-1.6.14
>         > Installing ri documentation for fxruby-1.6.14...
>         > Installing RDoc documentation for fxruby-1.6.14..."
>         >
>         > tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ cd
>         > '/home/tom/programs/foxGUIb_0.7.1/libGUIb'
>         > tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ sudo
>         ruby install.rb
>         > ...
>         > parsearg_config
>         > install.rb: entering config phase...
>         > ---> lib
>         > <--- lib
>         > install.rb: config done.
>         > parsearg_setup
>         > install.rb: entering setup phase...
>         > ---> lib
>         > <--- lib
>         > install.rb: setup done.
>         > parsearg_install
>         > parsearg_install!!! ARGV:
>         > install.rb: entering install phase...
>         > ---> lib
>         > mkdir -p /usr/local/lib/site_ruby/1.8/
>         > install libGUIb14.rb /usr/local/lib/site_ruby/1.8/
>         > install libGUIb16.rb /usr/local/lib/site_ruby/1.8/
>         > <--- lib
>         > install.rb: install done.
>         > tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/libGUIb$ cd
>         > '/home/tom/programs/foxGUIb_0.7.1/foxGUIb'
>         > tom@tomcloyd-desktop:~/programs/foxGUIb_0.7.1/foxGUIb$ ruby
>         foxGUIb.rb
>         > please install libGUIb!!
>         > no such file to load -- fox16
>         >
>         > I have NO idea what the problem is here (as usual). Any help
>         would be
>         > appreciated.
>         >
>         > Thanks!
>         >
>         > T.
>         >
>         >
>         Sorry - I should have mentioned - I'm doing all this on
>         Kubuntu Linux 7.10.
>
>         - t.
>
>
>     Ok. libguib is trying to load fox16 by executing the line
>     require "fox16"
>     which yields the error you are seeing. you can test if fxruby
>     works by using irb. it should look like this:
>
>     irb(main):001:0> require "fox16"
>     => true
>     irb(main):002:0> Fox.fxrubyversion
>     => "1.6.6"
>     irb(main):003:0>
>
>     Can you post the complete error message from the foxguib.log file?
>     -- henon
>
> PS: I remember now, you need to require rubygems to be able to load
> gems. I think the following might work for you:
>
> ruby -rubygems foxguib.rb
>
> or setting the environment variable RUBYOPT to -rubygems
> hth,
> -- henon
Henon,

My thanks to you. I have another success to report. "ruby -rubygems
foxguib.rb" was successful, and now I have the most interesting program
interface staring me in the face. This looks wonderful.

Tomorrow I'll get to start using it. Very impressive. I'm very grateful
to have this tool. I've done a lot of MS Access programming, and I'm
wanting to migrate some of my most vital dbs to ruby/sqlite3 with
fxruby. I'm hoping your GUI builder will make it possible for me. I
expect it will.

Again, my thanks!

Tom

--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA, LMHC
Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< tc@... >> (email)
<< TomCloyd.com >> (website & psychotherapy weblog)
<< sleightmind.wordpress.com >> (mental health issues weblog)
<< directpathdesign.com >> (web site design & consultation)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


_______________________________________________
fxruby-users mailing list
fxruby-users@...
http://rubyforge.org/mailman/listinfo/fxruby-users
LightInTheBox - Buy quality products at wholesale price