This is a multi-part message in MIME format. ------ extPart_000_0149_01C2D1CD.315D3C90 Content-Type: text/plain; charset so-8859-1" Content-Transfer-Encoding: 7bit Sorry to reply to my own post, but I found a config option from the fxruby.org website documentation appendix. I assume this will work. Sorry to have bothered yo'all :-( Steve -----Original Message----- From: Steve Tuckner [mailto:STUCKNER / MULTITECH.COM] Sent: Tuesday, February 11, 2003 12:48 PM To: ruby-talk ML Subject: FreeRide and FXScintilla Hello all, I am trying to get Free Ride running on my Red Hat 8.0 box and trying to get a fxscintilla window running for my own apps. Here is what I have done so far: 1. I got fox 1.0.26, made it and installed it with the option --with-opengl engl. It worked fine, examples worked fine. 2. I got FXRuby 1.0.19 and set it up and installed it (with no special options). It worked fine, examples worked fine. 3. It got FXScintilla 1.49.1 made it and installed it (with no special options). It worked fine (as far as I can tell). There is no example program to run to see it come up on the screen with an editiing window. 4. I untar free-ride version and then run 'sh run.bat'. Free ride comes up and then I select new from the menu and get an exception saying... ./plugins/rubyide_fox_gui/editpane.rb:81:in `initialize': uninitialized constant FXScintilla at FreeRIDE::FoxRenderer::EditPane::Renderer (NameError) from ./plugins/rubyide_fox_gui/editpane.rb:47:in `new' from ./plugins/rubyide_fox_gui/editpane.rb:47:in `start' from ./plugins/rubyide_fox_gui/editpane.rb:32:in `call' from ./freebase/databus.rb:613:in `notify' from ./freebase/databus.rb:610:in `each_value' from ./freebase/databus.rb:610:in `notify' from ./freebase/databus.rb:619:in `notify' from ./freebase/databus.rb:215:in `initialize' ... 24 levels... from ./freebase/core.rb:35:in `new' from ./freebase/core.rb:35:in `startup' from freeride.rb:53:in `startup' from freeride.rb:66 So I went down the path to see if fxscintilla is working correctly. I took the simple program from the fxscintilla readme and compiled it and it worked! Now if I look in the FXRuby installation, there is a scintilla-test.rb in the examples directory. This fails, saying that the initialize should have 0 parameters instead of four. There is a file in FXRuby/ext/fox called scintilla_wrap.cpp.bak. Why is it a .bak? Answers to any of the above questions would be welcome. Thanks in advance, Steve Tuckner ------ extPart_000_0149_01C2D1CD.315D3C90 Content-Type: text/html; charset so-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=864555618-11022003><FONT face=Arial color=#0000ff size=2>Sorry to reply to my own post, but I found a config option from the fxruby.org website documentation appendix. I assume this will work. Sorry to have bothered yo'all :-(</FONT></SPAN></DIV> <DIV><SPAN class=864555618-11022003><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=864555618-11022003><FONT face=Arial color=#0000ff size=2>Steve</FONT></SPAN></DIV> <BLOCKQUOTE dir=ltr style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px"> <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Steve Tuckner [mailto:STUCKNER / MULTITECH.COM]<BR><B>Sent:</B> Tuesday, February 11, 2003 12:48 PM<BR><B>To:</B> ruby-talk ML<BR><B>Subject:</B> FreeRide and FXScintilla<BR><BR></FONT></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>Hello all,</FONT></SPAN></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>I am trying to get Free Ride running on my Red Hat 8.0 box and trying to get a fxscintilla window running for my own apps. Here is what I have done so far:</FONT></SPAN></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>1. I got fox 1.0.26, made it and installed it with the option --with-opengl=opengl. It worked fine, examples worked fine.</FONT></SPAN></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>2. I got FXRuby 1.0.19 and set it up and installed it (with no special options). It worked fine, examples worked fine.</FONT></SPAN></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>3. It got FXScintilla 1.49.1 made it and installed it (with no special options). It worked fine (as far as I can tell). There is no example program to run to see it come up on the screen with an editiing window.</FONT></SPAN></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>4. I untar free-ride version and then run 'sh run.bat'.</FONT></SPAN></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>Free ride comes up and then I select new from the menu and get an exception saying...</FONT></SPAN></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>./plugins/rubyide_fox_gui/editpane.rb:81:in `initialize': uninitialized constant<BR> FXScintilla at FreeRIDE::FoxRenderer::EditPane::Renderer (NameError)<BR> from ./plugins/rubyide_fox_gui/editpane.rb:47:in `new'<BR> from ./plugins/rubyide_fox_gui/editpane.rb:47:in `start'<BR> from ./plugins/rubyide_fox_gui/editpane.rb:32:in `call'<BR> from ./freebase/databus.rb:613:in `notify'<BR> from ./freebase/databus.rb:610:in `each_value'<BR> from ./freebase/databus.rb:610:in `notify'<BR> from ./freebase/databus.rb:619:in `notify'<BR> from ./freebase/databus.rb:215:in `initialize'<BR> ... 24 levels...<BR> from ./freebase/core.rb:35:in `new'<BR> from ./freebase/core.rb:35:in `startup'<BR> from freeride.rb:53:in `startup'<BR> from freeride.rb:66</FONT></SPAN></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>So I went down the path to see if fxscintilla is working correctly. I took the simple program from the fxscintilla readme and compiled it and it worked!</FONT></SPAN></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>Now if I look in the FXRuby installation, there is a scintilla-test.rb in the examples irectory. This fails, saying that the initialize should have 0 parameters instead of four. There is a file in FXRuby/ext/fox called scintilla_wrap.cpp.bak. Why is it a .bak? </FONT></SPAN></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>Answers to any of the above questions would be welcome.</FONT></SPAN></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>Thanks in advance,</FONT></SPAN></DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=934001317-11022003><FONT face=Arial size=2>Steve Tuckner</FONT></SPAN></DIV></BLOCKQUOTE></BODY></HTML> ------ extPart_000_0149_01C2D1CD.315D3C90--