[shoes] constant crashing
- From:
- Yiling Cao
- Date:
- 2010-08-23 @ 08:44
Hi all,
I have used intensively shoes r1514, but I am experience constant crashing
on many of my apps (on multiple win7 ultimate x64 English machines with
chinese PRC as locale, I haven't tested on other machines.). Sometimes even
including (Shoes Manual in Shoes.exe). Wondering anyone experienced similar
thing?
I have a sample code below I have problem with (which works on previous rev
of shoes, not now), when clicking on canvas crash happens:
note (need to supply one of ur image named as 1.jpg under the same folder)
Shoes.app :width => 1000, :height => 600, :resize => false do
background "111".."369"
image "1.jpg"
crood = subtitle "0, 0", :left => 500 , :top => 5 , :stroke => white
fill "#341"
botRect = rect(0, 400, 1000, 800)
$clicked = false
$released = false
def changeRect
lineColor = white
$lineH0.remove unless $lineH0.nil?
$lineH1.remove unless $lineH1.nil?
$lineV0.remove unless $lineV0.nil?
$lineV1.remove unless $lineV1.nil?
$lineH0 = line $x0, $y0, $x, $y0, :stroke => lineColor
$lineH1 = line $x0, $y, $x, $y, :stroke => lineColor
$lineV0 = line $x0, $y0, $x0, $y, :stroke => lineColor
$lineV1 = line $x, $y0, $x, $y, :stroke => lineColor
end
def updateText
$pos0.remove unless $pos0.nil?
$pos1.remove unless $pos1.nil?
$pos0 = para "x0 = #{$x0}, y0 =#{$y0}", :left => 500, :top => 80,
:stroke => orange
$pos1 = para "x1 = #{$x1}, y1 =#{$y1}", :left => 500, :top => 100,
:stroke => orange
subtitle "done", :left=>60, :top => 450, :stroke => red
end
#buttons
subtitle "1 chop", :left => 10, :top=>410, :stroke=>white
subtitle "2 setDesk", :left => 300, :top=>410, :stroke=>white
subtitle "3 upload", :left => 600, :top=>410, :stroke=>white
click{ |left|
$clicked= true
$released=false
$x0 = $x
$y0 = $y
# startRect
}
release{ |left|
$released=true
$clicked =false
$x1 = $x
$y1 = $y
updateText
}
motion do |left, top|
$x = left
$y = top
crood.text="x=#{left}, y=#{top}"
if $clicked
changeRect
end
end
end
Re: [shoes] constant crashing
- From:
- ashbb
- Date:
- 2010-08-23 @ 14:23
Hi Yiling,
I confirmed your code with Shoes 3 (0.r1514) on my Windows 7 32bit laptop.
There was no crash.
> which works on previous rev of shoes, not now
Umm,... yes, I deleted debug option from 0.r1514. So, distribution binary
file (shoes3.exe) became smaller than previous ones.
But, I don't believe that is the problem...
Shoes3.exe is built on my Window 7 32bit pc.
So, there may be lack of compatibility with Windows 7 64bit pc.
If you have time, could you build Shoes from source code with your Windows 7
64bit pc? ;-)
ashbb
Re: [shoes] constant crashing
- From:
- Yiling Cao
- Date:
- 2010-08-24 @ 11:29
Thanks ashbb, I will try it tomorrow at work.
On Mon, Aug 23, 2010 at 10:23 PM, ashbb <ashbbb@gmail.com> wrote:
> Hi Yiling,
>
> I confirmed your code with Shoes 3 (0.r1514) on my Windows 7 32bit laptop.
> There was no crash.
>
> > which works on previous rev of shoes, not now
> Umm,... yes, I deleted debug option from 0.r1514. So, distribution binary
> file (shoes3.exe) became smaller than previous ones.
> But, I don't believe that is the problem...
>
> Shoes3.exe is built on my Window 7 32bit pc.
> So, there may be lack of compatibility with Windows 7 64bit pc.
>
> If you have time, could you build Shoes from source code with your Windows
> 7 64bit pc? ;-)
>
> ashbb
>
Re: [shoes] constant crashing
- From:
- ashbb
- Date:
- 2010-08-23 @ 14:24
Hi Yiling,
I confirmed your code with Shoes 3 (0.r1514) on my Windows 7 32bit laptop.
There was no crash.
> which works on previous rev of shoes, not now
Umm,... yes, I deleted debug option from 0.r1514. So, distribution binary
file (shoes3.exe) became smaller than previous ones.
But, I don't believe that is the problem...
Shoes3.exe is built on my Window 7 32bit pc.
So, there may be lack of compatibility with Windows 7 64bit pc.
If you have time, could you build Shoes from source code with your Windows 7
64bit pc? ;-)
ashbb
Re: [shoes] constant crashing
- From:
- Yiling Cao
- Date:
- 2010-08-25 @ 03:54
On Mon, Aug 23, 2010 at 10:24 PM, ashbb <ashbbb@gmail.com> wrote:
> Hi Yiling,
>
> I confirmed your code with Shoes 3 (0.r1514) on my Windows 7 32bit laptop.
> There was no crash.
>
>
> > which works on previous rev of shoes, not now
> Umm,... yes, I deleted debug option from 0.r1514. So, distribution binary
> file (shoes3.exe) became smaller than previous ones.
> But, I don't believe that is the problem...
>
> Shoes3.exe is built on my Window 7 32bit pc.
> So, there may be lack of compatibility with Windows 7 64bit pc.
>
> If you have time, could you build Shoes from source code with your Windows
> 7 64bit pc? ;-)
>
>
Hi ashbb,
I have followed your guide and try to compile it on
Win7 x64 Ultimate English.
It seems http://wiki.github.com/shoes/shoes/buildingshoesonwindows says:
Currently the only supported platform is Windows XP. Build status on Vista
and Windows 7 is unknown.
I got following message while building Environment & Dependencies for Shoes:
(seems something wrong with 7z command?)
C:\shoes_dev>rake
(in C:/shoes_dev)
"extracting #<OpenStruct release=\"current\", version=\"3.4.5\", url=\"
http://ea
synews.dl.sourceforge.net/mingw\", target=\"sandbox/mingw\",
files=[\"mingwrt-3.
15.2-mingw32-dll.tar.gz\", \"mingwrt-3.15.2-mingw32-dev.tar.gz\",
\"w32api-3.13-
mingw32-dev.tar.gz\", \"binutils-2.19.1-mingw32-bin.tar.gz\",
\"gcc-core-3.4.5-2
0060117-3.tar.gz\", \"gcc-g++-3.4.5-20060117-3.tar.gz\",
\"gdb-6.8-mingw-3.tar.b
z2\"]>"
rake aborted!
Command failed with status (2):
["C:/shoes_dev/sandbox/extract_utils/7z.exe...]
(See full trace by running task with --trace)
C:\shoes_dev>
If you have time, can you point me some directions? thanks!
> ashbb
>
Re: [shoes] constant crashing
- From:
- i5m
- Date:
- 2010-08-25 @ 11:54
Yilling,
yes, it's probably this bit of the wiki that is relevant to you:
http://wiki.github.com/shoes/shoes/buildingshoeswithmingw
quote:
"Rake may fail to extract some of the downloads. If this happens it is
because the file format is incorrect. For example: you may have downloaded
the file “example.tar.gz” which is actually just a “Tar” file. You can
use 7zip to check whether this is the case and also to fix the problem.
Rename the problem file to “*.tar” and use 7zip to compress them to Gzip
files."
I'm not sure why this happens. I did fix the files and send to ashbb and he
replaced them, but I often had this error when building on Windows. Oddly,
although I can find the email thread in my gmail account, I can't find it on
the Librelist archive.
Here is a copy of my email:
---------- Forwarded message ----------
From: i5m <i5ivem@googlemail.com>
Date: Tue, Apr 20, 2010 at 11:45 AM
Subject: Re: Shoes MingW
To: shoes@librelist.com
On Thu, Jan 21, 2010 at 5:02 PM, jonty <jontyjont@btinternet.com> wrote:
> Thanks for support - the rake task now runs.
>
> First problem was that pa_snapshot.tgz caused it to bail out, on
> investigation it was a bug in the extracttask.rb
> - the script thought 7za.exe would need to use the temp directory to store
> the first extraction which it presumed would be a .tar
> In fact it completely extracts this extension so I hacked the case
> statement to put the output straight into the sandbox.
>
I also came across this issue. Basically it's because the following files
are not what they say they are:
binutils-2.17.50-20060824-1.tar.gz
gcc-core-3.4.5-20060117-3.tar.gz
gcc-g++-3.4.5-20060117-3.tar.gz
mingw-runtime-3.14.tar.gz
mingw-utils-0.3.tar.gz
w32api-3.11.tar.gz
pa_snapshot.tgz
These are all actually just 'tar' files. So the simple fix is to remove the
'gz' suffix and use 7zip to compress them using gzip (similarly with the
pa_snapshot).
-----------------------
i5m.co.uk
GPG Key: 0xA18A602B
On Wed, Aug 25, 2010 at 4:54 AM, Yiling Cao <yiling.cao@cndevteam.com>wrote:
>
>
> On Mon, Aug 23, 2010 at 10:24 PM, ashbb <ashbbb@gmail.com> wrote:
>
>> Hi Yiling,
>>
>> I confirmed your code with Shoes 3 (0.r1514) on my Windows 7 32bit laptop.
>> There was no crash.
>>
>>
>> > which works on previous rev of shoes, not now
>> Umm,... yes, I deleted debug option from 0.r1514. So, distribution binary
>> file (shoes3.exe) became smaller than previous ones.
>> But, I don't believe that is the problem...
>>
>> Shoes3.exe is built on my Window 7 32bit pc.
>> So, there may be lack of compatibility with Windows 7 64bit pc.
>>
>> If you have time, could you build Shoes from source code with your Windows
>> 7 64bit pc? ;-)
>>
>>
> Hi ashbb,
>
> I have followed your guide and try to compile it on
> Win7 x64 Ultimate English.
>
> It seems http://wiki.github.com/shoes/shoes/buildingshoesonwindows says:
> Currently the only supported platform is Windows XP. Build status on Vista
> and Windows 7 is unknown.
>
> I got following message while building Environment & Dependencies for
> Shoes: (seems something wrong with 7z command?)
>
> C:\shoes_dev>rake
> (in C:/shoes_dev)
> "extracting #<OpenStruct release=\"current\", version=\"3.4.5\", url=\"
> http://ea
> synews.dl.sourceforge.net/mingw\<http://synews.dl.sourceforge.net/mingw%5C>",
> target=\"sandbox/mingw\", files=[\"mingwrt-3.
> 15.2-mingw32-dll.tar.gz\", \"mingwrt-3.15.2-mingw32-dev.tar.gz\",
> \"w32api-3.13-
> mingw32-dev.tar.gz\", \"binutils-2.19.1-mingw32-bin.tar.gz\",
> \"gcc-core-3.4.5-2
> 0060117-3.tar.gz\", \"gcc-g++-3.4.5-20060117-3.tar.gz\",
> \"gdb-6.8-mingw-3.tar.b
> z2\"]>"
> rake aborted!
> Command failed with status (2):
> ["C:/shoes_dev/sandbox/extract_utils/7z.exe...]
>
> (See full trace by running task with --trace)
>
> C:\shoes_dev>
>
>
> If you have time, can you point me some directions? thanks!
>
>
>
>> ashbb
>>
>
>
Re: [shoes] constant crashing
- From:
- ashbb
- Date:
- 2010-08-25 @ 12:57
Hi Yiling, i5m et al,
I looked at this page again: http://www.7-zip.org/
Oops, you (Windows x64) may need to use 7z915-x64.msi instead of 7z915.exe.
When you use 7z915-x64.msi, need to edite this line:
http://github.com/ashbb/rubyinstaller/blob/master/config/ruby_installer.rb#L146
I can't confirm, though...
ashbb
Re: [shoes] constant crashing
- From:
- Yiling Cao
- Date:
- 2010-08-25 @ 17:37
Cool, I try it again tomorrow morning, will let you guys know.
On Wed, Aug 25, 2010 at 8:57 PM, ashbb <ashbbb@gmail.com> wrote:
> Hi Yiling, i5m et al,
>
> I looked at this page again: http://www.7-zip.org/
>
> Oops, you (Windows x64) may need to use 7z915-x64.msi instead of 7z915.exe.
>
> When you use 7z915-x64.msi, need to edite this line:
>
> http://github.com/ashbb/rubyinstaller/blob/master/config/ruby_installer.rb#L146
>
> I can't confirm, though...
> ashbb
>
>
Re: [shoes] constant crashing
- From:
- Yiling Cao
- Date:
- 2010-08-26 @ 04:46
Hi i5m and ashbb,
I have fixed 7zip problem, it's not 64/32 bit problem, 7z (32bit) works on
64bit. I knew this.
Turns out that line in rake\extracttask.rb
seven_zip target, File.join(tmpdir, "#{File.basename($1)}.tar"
is buggy, What i fixed is:
# based on filetypes, extract the intermediate file into the temporary
folder
puts file
seven_zip target, file
=begin
case file
# tar.z, tar.gz and tar.bz2 contains .tar files inside, extract into
# temp first
when /(^.+\.tar)\.z$/, /(^.+\.tar)\.gz$/, /(^.+\.tar)\.bz2$/,
/(^.+\.tar)\.lzma$/
seven_zip tmpdir, file
seven_zip target, File.join(tmpdir, File.basename($1))
when /(^.+)\.tgz$/
seven_zip tmpdir, file
seven_zip target, File.join(tmpdir, "#{File.basename($1)}.tar")
when /(^.+\.zip$)/, /(^.+\.exe$)/
seven_zip(target, $1)
else
raise "Unknown file extension! (for file #{file})"
end
=end
Everything extract successfully, you guys can have a look, or commit it into
git.
Afterwards, I do receive some other errors:
cd C:/shoes_dev/sandbox/ruby_build_1_9
"C:/shoes_dev/sandbox/msys/bin/bash.exe" --login -i -c
"../ruby_1_9/configure --
enable-shared --disable-install-doc --enable-shared
--prefix=C:/shoes_dev/sandbo
x/mingw"
bash.exe": ../ruby_1_9/configure: No such file or directory
rake aborted!
Command failed with status (127): ["C:/shoes_dev/sandbox/msys/bin/bash.exe"
-...
]
c:/Ruby191/lib/ruby/1.9.1/rake.rb:968:in `block in sh'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:981:in `call'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:981:in `sh'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:1065:in `sh'
C:/shoes_dev/recipes/compiler/msys.rake:40:in `msys_sh'
C:/shoes_dev/recipes/interpreter/ruby19.rake:32:in `block (4 levels) in <top
(re
quired)>'
c:/Ruby191/lib/ruby/1.9.1/fileutils.rb:121:in `chdir'
c:/Ruby191/lib/ruby/1.9.1/fileutils.rb:121:in `cd'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:1065:in `cd'
C:/shoes_dev/recipes/interpreter/ruby19.rake:31:in `block (3 levels) in <top
(re
quired)>'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:613:in `call'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:613:in `block in execute'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:608:in `each'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:608:in `execute'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:574:in `block in invoke_with_call_chain'
c:/Ruby191/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:567:in `invoke_with_call_chain'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:584:in `block in invoke_prerequisites'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:581:in `each'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:581:in `invoke_prerequisites'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:573:in `block in invoke_with_call_chain'
c:/Ruby191/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:567:in `invoke_with_call_chain'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:584:in `block in invoke_prerequisites'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:581:in `each'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:581:in `invoke_prerequisites'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:573:in `block in invoke_with_call_chain'
c:/Ruby191/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:567:in `invoke_with_call_chain'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:584:in `block in invoke_prerequisites'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:581:in `each'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:581:in `invoke_prerequisites'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:573:in `block in invoke_with_call_chain'
c:/Ruby191/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:567:in `invoke_with_call_chain'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:560:in `invoke'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:2012:in `invoke_task'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:1990:in `block (2 levels) in top_level'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:1990:in `each'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:1990:in `block in top_level'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:2029:in `standard_exception_handling'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:1984:in `top_level'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:1963:in `block in run'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:2029:in `standard_exception_handling'
c:/Ruby191/lib/ruby/1.9.1/rake.rb:1960:in `run'
c:/Ruby191/bin/rake:31:in `<main>'
C:\>shoes_dev>
I don't have "../ruby_1_9/configure"
wondering if this is know error/bug? thanks.
On Thu, Aug 26, 2010 at 1:37 AM, Yiling Cao <yiling.cao@cndevteam.com>wrote:
> Cool, I try it again tomorrow morning, will let you guys know.
>
>
> On Wed, Aug 25, 2010 at 8:57 PM, ashbb <ashbbb@gmail.com> wrote:
>
>> Hi Yiling, i5m et al,
>>
>> I looked at this page again: http://www.7-zip.org/
>>
>> Oops, you (Windows x64) may need to use 7z915-x64.msi instead of
>> 7z915.exe.
>>
>> When you use 7z915-x64.msi, need to edite this line:
>>
>> http://github.com/ashbb/rubyinstaller/blob/master/config/ruby_installer.rb#L146
>>
>> I can't confirm, though...
>> ashbb
>>
>>
>
Re: [shoes] constant crashing
- From:
- Yiling Cao
- Date:
- 2010-08-26 @ 04:54
Hang on, I think the above problem was caused of my version of git, I will
keep you updated. Im off to lunch now.
On Thu, Aug 26, 2010 at 12:46 PM, Yiling Cao <yiling.cao@cndevteam.com>wrote:
> Hi i5m and ashbb,
>
> I have fixed 7zip problem, it's not 64/32 bit problem, 7z (32bit) works on
> 64bit. I knew this.
>
> Turns out that line in rake\extracttask.rb
> seven_zip target, File.join(tmpdir, "#{File.basename($1)}.tar"
>
> is buggy, What i fixed is:
>
> # based on filetypes, extract the intermediate file into the temporary
> folder
> puts file
> seven_zip target, file
> =begin
> case file
> # tar.z, tar.gz and tar.bz2 contains .tar files inside, extract into
> # temp first
> when /(^.+\.tar)\.z$/, /(^.+\.tar)\.gz$/, /(^.+\.tar)\.bz2$/,
> /(^.+\.tar)\.lzma$/
> seven_zip tmpdir, file
> seven_zip target, File.join(tmpdir, File.basename($1))
> when /(^.+)\.tgz$/
> seven_zip tmpdir, file
> seven_zip target, File.join(tmpdir, "#{File.basename($1)}.tar")
> when /(^.+\.zip$)/, /(^.+\.exe$)/
> seven_zip(target, $1)
> else
> raise "Unknown file extension! (for file #{file})"
> end
> =end
>
>
>
> Everything extract successfully, you guys can have a look, or commit it
> into git.
>
> Afterwards, I do receive some other errors:
>
>
> cd C:/shoes_dev/sandbox/ruby_build_1_9
> "C:/shoes_dev/sandbox/msys/bin/bash.exe" --login -i -c
> "../ruby_1_9/configure --
> enable-shared --disable-install-doc --enable-shared
> --prefix=C:/shoes_dev/sandbo
> x/mingw"
> bash.exe": ../ruby_1_9/configure: No such file or directory
> rake aborted!
> Command failed with status (127): ["C:/shoes_dev/sandbox/msys/bin/bash.exe"
> -...
> ]
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:968:in `block in sh'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:981:in `call'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:981:in `sh'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:1065:in `sh'
> C:/shoes_dev/recipes/compiler/msys.rake:40:in `msys_sh'
> C:/shoes_dev/recipes/interpreter/ruby19.rake:32:in `block (4 levels) in
> <top (re
> quired)>'
> c:/Ruby191/lib/ruby/1.9.1/fileutils.rb:121:in `chdir'
> c:/Ruby191/lib/ruby/1.9.1/fileutils.rb:121:in `cd'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:1065:in `cd'
> C:/shoes_dev/recipes/interpreter/ruby19.rake:31:in `block (3 levels) in
> <top (re
> quired)>'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:613:in `call'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:613:in `block in execute'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:608:in `each'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:608:in `execute'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:574:in `block in invoke_with_call_chain'
> c:/Ruby191/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:567:in `invoke_with_call_chain'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:584:in `block in invoke_prerequisites'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:581:in `each'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:581:in `invoke_prerequisites'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:573:in `block in invoke_with_call_chain'
> c:/Ruby191/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:567:in `invoke_with_call_chain'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:584:in `block in invoke_prerequisites'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:581:in `each'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:581:in `invoke_prerequisites'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:573:in `block in invoke_with_call_chain'
> c:/Ruby191/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:567:in `invoke_with_call_chain'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:584:in `block in invoke_prerequisites'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:581:in `each'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:581:in `invoke_prerequisites'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:573:in `block in invoke_with_call_chain'
> c:/Ruby191/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:567:in `invoke_with_call_chain'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:560:in `invoke'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:2012:in `invoke_task'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:1990:in `block (2 levels) in top_level'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:1990:in `each'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:1990:in `block in top_level'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:2029:in `standard_exception_handling'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:1984:in `top_level'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:1963:in `block in run'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:2029:in `standard_exception_handling'
> c:/Ruby191/lib/ruby/1.9.1/rake.rb:1960:in `run'
> c:/Ruby191/bin/rake:31:in `<main>'
>
> C:\>shoes_dev>
>
>
> I don't have "../ruby_1_9/configure"
> wondering if this is know error/bug? thanks.
>
>
>
> On Thu, Aug 26, 2010 at 1:37 AM, Yiling Cao <yiling.cao@cndevteam.com>wrote:
>
>> Cool, I try it again tomorrow morning, will let you guys know.
>>
>>
>> On Wed, Aug 25, 2010 at 8:57 PM, ashbb <ashbbb@gmail.com> wrote:
>>
>>> Hi Yiling, i5m et al,
>>>
>>> I looked at this page again: http://www.7-zip.org/
>>>
>>> Oops, you (Windows x64) may need to use 7z915-x64.msi instead of
>>> 7z915.exe.
>>>
>>> When you use 7z915-x64.msi, need to edite this line:
>>>
>>>
http://github.com/ashbb/rubyinstaller/blob/master/config/ruby_installer.rb#L146
>>>
>>> I can't confirm, though...
>>> ashbb
>>>
>>>
>>
>