<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Chizzle-0.02 Released</title>
	<atom:link href="http://onemanswalk.com/work/2004/07/09/chizzle-0-02-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://onemanswalk.com/work/2004/07/09/chizzle-0-02-released/</link>
	<description>jeremy lightsmith on agile, ruby, and consulting</description>
	<lastBuildDate>Thu, 29 Jul 2010 06:35:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Modifications to be compatible with Ruby 1.8.2 and wxRuby 0.6</title>
		<link>http://onemanswalk.com/work/2004/07/09/chizzle-0-02-released/comment-page-1/#comment-17</link>
		<dc:creator>Modifications to be compatible with Ruby 1.8.2 and wxRuby 0.6</dc:creator>
		<pubDate>Fri, 09 Jul 2004 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-17</guid>
		<description>Hi,



I had some problems to compile Chizzle with wxRuby0.6 (because of some new features) so I modified the sources of Chizzle to be compatible with

this versions. I also had to modify two other files to get rid of 1 error

and warnings during tests using Ruby 1.8.2



You can get modified version from: 



http://www.chorwacja.com/~masb/chizzle0.02-Ruby1.8.2-wxRuby0.6.tar.gz



Bartosz Blimke</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I had some problems to compile Chizzle with wxRuby0.6 (because of some new features) so I modified the sources of Chizzle to be compatible with</p>
<p>this versions. I also had to modify two other files to get rid of 1 error</p>
<p>and warnings during tests using Ruby 1.8.2</p>
<p>You can get modified version from: </p>
<p><a href="http://www.chorwacja.com/~masb/chizzle0.02-Ruby1.8.2-wxRuby0.6.tar.gz" rel="nofollow">http://www.chorwacja.com/~masb/chizzle0.02-Ruby1.8.2-wxRuby0.6.tar.gz</a></p>
<p>Bartosz Blimke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Popescu</title>
		<link>http://onemanswalk.com/work/2004/07/09/chizzle-0-02-released/comment-page-1/#comment-18</link>
		<dc:creator>Alex Popescu</dc:creator>
		<pubDate>Fri, 09 Jul 2004 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-18</guid>
		<description>Hi!



I am a completely Ruby newbie trying to install and run Chizzle. I have currently installed:
* ruby 1.8.2
* chizzle 0.2 (and have tried also the modified version)
* wxruby (v.0.6) (as told in INSTALL placed in under the same parent dir as chizzle)
* wxWindows 2.4.2 (placed also under the same parent dir as chizzle).



After running: ruby build_wxruby.rb I am seeing:
C:/programs/ruby/chizzle/chizzle-Ruby1.8.2-wxRuby0.6/wxruby/const.cpp -&gt; C:/programs/ruby/chizzle/wxruby/src/const.cpp
C:/programs/ruby/chizzle/chizzle-Ruby1.8.2-wxRuby0.6/wxruby/evthandler.cpp -&gt; C:/programs/ruby/chizzle/wxruby/src/evthandler.cpp
C:/programs/ruby/chizzle/chizzle-Ruby1.8.2-wxRuby0.6/wxruby/evthandler.h -&gt; C:/programs/ruby/chizzle/wxruby/src/evthandler.h
C:/programs/ruby/chizzle/chizzle-Ruby1.8.2-wxRuby0.6/wxruby/extconf.rb -&gt; C:/programs/ruby/chizzle/wxruby/src/extconf.rb


checking for main() in kernel32.lib... no

creating Makefile
running make...

and than when trying ruby -Csrc chizzle/test/AllTests.rb

C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__&#039;: No such file to load -- wxruby (LoadError)
from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require&#039;
from ./chizzle/dialogs/FindDialog.rb:1
from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__&#039;
from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require&#039;
from ./chizzle/dialogs/test/FindDialogTest.rb:2
from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__&#039;
from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require&#039;
from chizzle/test/AllTests.rb:16
from chizzle/test/AllTests.rb:16:in `each&#039;
from chizzle/test/AllTests.rb:16


Can you pls point me to the right direction?

tia,

--

:alex &#124;.::the_mindstorm::.&#124;</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I am a completely Ruby newbie trying to install and run Chizzle. I have currently installed:<br />
* ruby 1.8.2<br />
* chizzle 0.2 (and have tried also the modified version)<br />
* wxruby (v.0.6) (as told in INSTALL placed in under the same parent dir as chizzle)<br />
* wxWindows 2.4.2 (placed also under the same parent dir as chizzle).</p>
<p>After running: ruby build_wxruby.rb I am seeing:<br />
C:/programs/ruby/chizzle/chizzle-Ruby1.8.2-wxRuby0.6/wxruby/const.cpp -> C:/programs/ruby/chizzle/wxruby/src/const.cpp<br />
C:/programs/ruby/chizzle/chizzle-Ruby1.8.2-wxRuby0.6/wxruby/evthandler.cpp -> C:/programs/ruby/chizzle/wxruby/src/evthandler.cpp<br />
C:/programs/ruby/chizzle/chizzle-Ruby1.8.2-wxRuby0.6/wxruby/evthandler.h -> C:/programs/ruby/chizzle/wxruby/src/evthandler.h<br />
C:/programs/ruby/chizzle/chizzle-Ruby1.8.2-wxRuby0.6/wxruby/extconf.rb -> C:/programs/ruby/chizzle/wxruby/src/extconf.rb</p>
<p>checking for main() in kernel32.lib&#8230; no</p>
<p>creating Makefile<br />
running make&#8230;</p>
<p>and than when trying ruby -Csrc chizzle/test/AllTests.rb</p>
<p>C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__&#8217;: No such file to load &#8212; wxruby (LoadError)<br />
from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require&#8217;<br />
from ./chizzle/dialogs/FindDialog.rb:1<br />
from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__&#8217;<br />
from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require&#8217;<br />
from ./chizzle/dialogs/test/FindDialogTest.rb:2<br />
from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__&#8217;<br />
from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require&#8217;<br />
from chizzle/test/AllTests.rb:16<br />
from chizzle/test/AllTests.rb:16:in `each&#8217;<br />
from chizzle/test/AllTests.rb:16</p>
<p>Can you pls point me to the right direction?</p>
<p>tia,</p>
<p>&#8211;</p>
<p>:alex |.::the_mindstorm::.|</p>
]]></content:encoded>
	</item>
</channel>
</rss>
