hi I have a problem installing the latest version: I used: $ sudo gem install fxruby at the end it said: Successfully installed fxruby-1.2.6 but there was also an error message: FXRuby.cpp: In function `void FXRbDestroyAppSensitiveObjects()'': FXRuby.cpp:1741: error: invalid conversion from `int (*)(...)'' to `int (*)()'' FXRuby.cpp:1775: error: invalid conversion from `int (*)(...)'' to `int (*)()'' make: *** [FXRuby.o] Error 1 FXRuby.cpp: In function `void FXRbDestroyAppSensitiveObjects()'': FXRuby.cpp:1741: error: invalid conversion from `int (*)(...)'' to `int (*)()'' FXRuby.cpp:1775: error: invalid conversion from `int (*)(...)'' to `int (*)()'' I have the latest FXRuby version.(1.4.17). irb(main):001:0> require ''rubygems'' => true irb(main):002:0> require ''fox12'' LoadError: No such file to load -- fox12 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in `require__'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in `require'' from (irb):2 I have gcc (GCC) 3.3 20030226 (prerelease) (SuSE Linux) any ideas what went wrong here ? regards Markus ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
On Aug 12, 2005, at 3:09 AM, Markus Jais wrote:> I used: > > $ sudo gem install fxruby > > > at the end it said: > > Successfully installed fxruby-1.2.6 > > > but there was also an error message: > > FXRuby.cpp: In function `void > FXRbDestroyAppSensitiveObjects()'': > FXRuby.cpp:1741: error: invalid conversion from `int > (*)(...)'' to `int (*)()'' > FXRuby.cpp:1775: error: invalid conversion from `int > (*)(...)'' to `int (*)()'' > make: *** [FXRuby.o] Error 1 > FXRuby.cpp: In function `void > FXRbDestroyAppSensitiveObjects()'': > FXRuby.cpp:1741: error: invalid conversion from `int > (*)(...)'' to `int (*)()'' > FXRuby.cpp:1775: error: invalid conversion from `int > (*)(...)'' to `int (*)()''Which version of Ruby are you compiling FXRuby against? What output do you get when you type: ruby -v> I have the latest FXRuby version.(1.4.17).Wow, I didn''t know there was an FXRuby version 1.4.17. Where did you find that?> irb(main):001:0> require ''rubygems'' > => true > irb(main):002:0> require ''fox12'' > LoadError: No such file to load -- fox12<snip> Yes, if there were errors during the compile (as you showed above) it would not have finished building the gem.
--- Lyle Johnson <lyle@knology.net> schrieb:> > On Aug 12, 2005, at 3:09 AM, Markus Jais wrote: > > > I used: > > > > $ sudo gem install fxruby > > > > > > at the end it said: > > > > Successfully installed fxruby-1.2.6 > > > > > > but there was also an error message: > > > > FXRuby.cpp: In function `void > > FXRbDestroyAppSensitiveObjects()'': > > FXRuby.cpp:1741: error: invalid conversion from > `int > > (*)(...)'' to `int (*)()'' > > FXRuby.cpp:1775: error: invalid conversion from > `int > > (*)(...)'' to `int (*)()'' > > make: *** [FXRuby.o] Error 1 > > FXRuby.cpp: In function `void > > FXRbDestroyAppSensitiveObjects()'': > > FXRuby.cpp:1741: error: invalid conversion from > `int > > (*)(...)'' to `int (*)()'' > > FXRuby.cpp:1775: error: invalid conversion from > `int > > (*)(...)'' to `int (*)()'' > > Which version of Ruby are you compiling FXRuby > against? What output do > you get when you type: > > ruby -vhi this is my ruby version: $ ruby -v ruby 1.8.2 (2004-07-29) [i686-linux]> > > I have the latest FXRuby version.(1.4.17). > > Wow, I didn''t know there was an FXRuby version > 1.4.17. Where did you > find that?I got this from the official fox-toolkit homepage.> > > irb(main):001:0> require ''rubygems'' > > => true > > irb(main):002:0> require ''fox12'' > > LoadError: No such file to load -- fox12 > > <snip> > > Yes, if there were errors during the compile (as you > showed above) it > would not have finished building the gem. > >regards Markus ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
On Aug 16, 2005, at 2:06 AM, Markus Jais wrote:> this is my ruby version: > > $ ruby -v > ruby 1.8.2 (2004-07-29) [i686-linux]I thought that might be the case. You''re using one of the pre-release versions of Ruby 1.8.2 (as evidenced by the date). You need to update to the final release of Ruby 1.8.2, which has a date of 2004-12-24 if I recall correctly.
Markus Jais
2005-Aug-17 07:27 UTC
Ant: Re: Ant: Re: [fxruby-users] problem installing fxruby
--- Lyle Johnson <lyle@knology.net> schrieb:> > On Aug 16, 2005, at 2:06 AM, Markus Jais wrote: > > > this is my ruby version: > > > > $ ruby -v > > ruby 1.8.2 (2004-07-29) [i686-linux] > > I thought that might be the case. You''re using one > of the pre-release > versions of Ruby 1.8.2 (as evidenced by the date). > You need to update > to the final release of Ruby 1.8.2, which has a date > of 2004-12-24 if I > recall correctly. > >I installed the new version. now the build runs without errors. but I still get: irb(main):001:0> require ''rubygems'' => true irb(main):002:0> require ''fox12'' => false regards Markus ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
Lyle Johnson
2005-Aug-17 08:09 UTC
Ant: Re: Ant: Re: [fxruby-users] problem installing fxruby
On Aug 17, 2005, at 6:33 AM, Markus Jais wrote:> I installed the new version. now the build runs > without errors. but I still get: > irb(main):001:0> require ''rubygems'' > => true > irb(main):002:0> require ''fox12'' > => falseHmmm, that doesn''t really tell me anything about what might be wrong. What happens when you run one of the example programs (e.g. "examples/hello.rb")?
Markus Jais
2005-Aug-17 08:20 UTC
Ant: Re: Ant: Re: Ant: Re: [fxruby-users] problem installing fxruby
--- Lyle Johnson <lyle@knology.net> schrieb:> > On Aug 17, 2005, at 6:33 AM, Markus Jais wrote: > > > I installed the new version. now the build runs > > without errors. but I still get: > > irb(main):001:0> require ''rubygems'' > > => true > > irb(main):002:0> require ''fox12'' > > => false > > Hmmm, that doesn''t really tell me anything about > what might be wrong. > What happens when you run one of the example > programs (e.g. > "examples/hello.rb")? > >I get this: /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.6$ ruby examples/hello.rb examples/hello.rb:3:in `require'': No such file to load -- fox12 (LoadError) from examples/hello.rb:3 Markus ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
On Aug 17, 2005, at 7:27 AM, Markus Jais wrote:> I get this: > > /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.6$ ruby > examples/hello.rb > examples/hello.rb:3:in `require'': No such file to load > -- fox12 (LoadError) > from examples/hello.rb:3Could you list the contents of this directory: /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.6/ext/fox12 and send them to me? In particular, there should be a log file in there (can''t think of the name) that captures all of the build information. Based on the error message you saw when you tried to run the example, it would seem that FXRuby did not in fact finish building; otherwise, it would have found the "fox12.so" extension to load.
Now that you mention it, I''m having trouble getting fxruby going on fresh kubuntu installation. First, doing a gem install, it would act like it installed fine (no errors or anything, but the .so was no where to be found). I figured out that libfox1.2 wasn''t installed, just 1.0, so I installed that apt. The next try yielded the same thing...no errors visible. Given the messages on the list today, I found the build log (mkmf.log) and apparently it couldn''t find gcc. I got some basic devel packages installed and this time, it''s actually building but there are hundreds of warnings. It did finally build fox12.so and it seems to work with my fxruby app. See ya, -- _/ _/ _/ Jacob Hanson _/ _/_/_/ mailto:jacdx@jacobhanson.com _/_/_/ _/ _/ http://www.jacobhanson.com
--- Lyle Johnson <lyle@knology.net> schrieb:> > On Aug 17, 2005, at 7:27 AM, Markus Jais wrote: > > > I get this: > > > > /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.6$ > ruby > > examples/hello.rb > > examples/hello.rb:3:in `require'': No such file to > load > > -- fox12 (LoadError) > > from examples/hello.rb:3 > > Could you list the contents of this directory: > > >/usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.6/ext/fox12> > and send them to me? In particular, there should be > a log file in there > (can''t think of the name) that captures all of the > build information. > Based on the error message you saw when you tried to > run the example, > it would seem that FXRuby did not in fact finish > building; otherwise, > it would have found the "fox12.so" extension to > load. > >hi this is the content of the directory: /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.6/ext/fox12$ ls FXRbApp.cpp dc_wrap.cpp iconlist_wrap.o librb.c table_wrap.cpp FXRbApp.o dc_wrap.o icons_wrap.cpp librb.o table_wrap.o FXRbDataTarget.cpp dialogs_wrap.cpp icons_wrap.o list_wrap.cpp text_wrap.cpp FXRbDataTarget.o dialogs_wrap.o image_wrap.cpp list_wrap.o text_wrap.o FXRbGLViewer.cpp extconf.rb image_wrap.o markfuncs.cpp treelist_wrap.cpp FXRbGLViewer.o fox12.so impl.cpp markfuncs.o treelist_wrap.o FXRuby.cpp frames_wrap.cpp impl.o mdi_wrap.cpp ui_wrap.cpp FXRuby.o frames_wrap.o include mdi_wrap.o ui_wrap.o MANIFEST fx3d_wrap.cpp label_wrap.cpp menu_wrap.cpp unregisterOwnedObjects.cpp Makefile fx3d_wrap.o label_wrap.o menu_wrap.o unregisterOwnedObjects.o core_wrap.cpp gem_make.out layout_wrap.cpp mkmf.log core_wrap.o iconlist_wrap.cpp layout_wrap.o scintilla_wrap.cpp.bak ls -l fox12.so -rwxr-xr-x 1 root root 16729892 2005-08-17 11:49 fox12.so so the file seems to be there. Markus ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
On Aug 18, 2005, at 2:21 AM, Markus Jais wrote:> so the file seems to be there.OK. Tell me what you see when you type: ruby -rubygems examples/hello.rb Also, please send me a copy of this file: /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.6/ext/fox12/gem_make.out Thanks, Lyle
Markus Jais
2005-Aug-19 04:08 UTC
Ant: Re: Ant: Re: [fxruby-users] problem installing fxruby
--- Lyle Johnson <lyle@knology.net> schrieb:> > On Aug 18, 2005, at 2:21 AM, Markus Jais wrote: > > > so the file seems to be there. > > OK. Tell me what you see when you type: > > ruby -rubygems examples/hello.rbstrange. this way it works.> > Also, please send me a copy of this file: > > >/usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.6/ext/fox12/gem_make.out cat ext/fox12/gem_make.out ruby extconf.rb install fxruby checking for sys/time.h... yes checking for signal.h... yes checking for png_create_read_struct() in -lpng... no checking for deflate() in -lz... yes checking for jpeg_mem_init() in -ljpeg... yes checking for TIFFSetErrorHandler() in -ltiff... yes checking for XShmQueryVersion() in -lXext... yes checking for XFindContext() in -lX11... yes checking for glXCreateContext() in -lGL... yes checking for gluNewQuadric() in -lGLU... yes creating Makefile make gcc -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c librb.c g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c core_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c dc_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c dialogs_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c frames_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c fx3d_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c FXRbApp.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c FXRbDataTarget.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c FXRbGLViewer.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c FXRuby.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c iconlist_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c icons_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c image_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c impl.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c label_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c layout_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c list_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c markfuncs.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c mdi_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c menu_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c table_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c text_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c treelist_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c ui_wrap.cpp g++ -fPIC -g -O2 -O0 -Iinclude -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.2 -c unregisterOwnedObjects.cpp gcc -shared -L''/usr/local/lib'' -Wl,-R''/usr/local/lib'' -L''/usr/local/lib'' -Wl,-R''/usr/local/lib'' -L''/usr/X11R6/lib'' -Wl,-R''/usr/X11R6/lib'' -o fox12.so librb.o core_wrap.o dc_wrap.o dialogs_wrap.o frames_wrap.o fx3d_wrap.o FXRbApp.o FXRbDataTarget.o FXRbGLViewer.o FXRuby.o iconlist_wrap.o icons_wrap.o image_wrap.o impl.o label_wrap.o layout_wrap.o list_wrap.o markfuncs.o mdi_wrap.o menu_wrap.o table_wrap.o text_wrap.o treelist_wrap.o ui_wrap.o unregisterOwnedObjects.o -lFOX-1.2 -lGLU -lGL -lX11 -lXext -ltiff -ljpeg -lz -lstdc++ -ldl -lcrypt -lm -lc make install make: Nothing to be done for `install''. Markus> > Thanks, > > Lyle > >___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
Lyle Johnson
2005-Aug-19 09:55 UTC
Ant: Re: Ant: Re: [fxruby-users] problem installing fxruby
On Aug 19, 2005, at 3:14 AM, Markus Jais wrote:> strange. > this way it works.OK, I think you''re basically in good shape now. Since you''ve installed the software as a Gem, I''d advise you to set up your environment to let Ruby know that you want to use the gems repository. Some of your options for doing this are listed in Section 3.4 of the RubyGems manual (at http://docs.rubygems.org/read/chapter/3#page70). We''ve already demonstrated the "-rubygems" command line option technique, but I''d recommend you just modify your RUBYOPT environment variable as described in that section of the RubyGems manual. Hope this helps, Lyle
Markus Jais
2005-Aug-22 05:02 UTC
Ant: Re: Ant: Re: Ant: Re: [fxruby-users] problem installing fxruby
thanks. now everything works fine. regards Markus --- Lyle Johnson <lyle@knology.net> schrieb:> > On Aug 19, 2005, at 3:14 AM, Markus Jais wrote: > > > strange. > > this way it works. > > OK, I think you''re basically in good shape now. > Since you''ve installed > the software as a Gem, I''d advise you to set up your > environment to let > Ruby know that you want to use the gems repository. > Some of your > options for doing this are listed in Section 3.4 of > the RubyGems manual > (at http://docs.rubygems.org/read/chapter/3#page70). > We''ve already > demonstrated the "-rubygems" command line option > technique, but I''d > recommend you just modify your RUBYOPT environment > variable as > described in that section of the RubyGems manual. > > Hope this helps, > > Lyle > >___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de