ruby - error installing calabash android on windows -


i'm trying install calabash running command:

gem install calabash-android 

i'm still getting error:

fetching: builder-3.2.2.gem (100%) installed builder-3.2.2 fetching: diff-lcs-1.2.5.gem (100%) installed diff-lcs-1.2.5 fetching: multi_json-1.11.2.gem (100%) installed multi_json-1.11.2 fetching: gherkin-2.12.2-x86-mingw32.gem (100%) installed gherkin-2.12.2-x86-mingw32 fetching: multi_test-0.1.2.gem (100%) installed multi_test-0.1.2 fetching: cucumber-1.3.20.gem (100%) installed cucumber-1.3.20 fetching: json-1.8.3.gem (100%) temporarily enhancing path include devkit... building native extensions.  take while... creating makefile       0 [main] make 4044 handle_exceptions: exception: status_access_violation   73797 [main] make 4044 open_stackdumpfile: dumping stack trace make.exe.stackdump msys-1.0.17 build:2011-04-24 23:39 exception: status_access_violation @ eip=10002840 eax=00000000 ebx=00000000 ecx=7554cdf7 edx=001a0000 esi=00000024 edi=00000001 ebp=0028d5f8 esp=0028d460 program=c:\ruby200\devkit\bin\make.exe cs=0023 ds=002b es=002b fs=0053 gs=002b ss=002b stack trace: frame     function  args 0028d5f8  10002840  (0028e6b0, 00000000, 6089e54c, 6089e54c) 0028ea18  6085bdbc  (00000000, 0028ea80, 10075700, 10075560) 0028ea48  6085cdb6  (00000000, 00000003, 0028ea80, 10075700) 0028ea68  6080e236  (0028ea80, 10075700, 00000000, 00000000) 0028ee98  60882726  (100757b0, 10075700, 0041c410, 10060178) 0028eec8  0040ecae  (10075700, 10075560, 10075700, 10075560) 0028ef38  0040e157  (10075538, 000000c8, 0028ef68, 00404e71) 0028ef68  0040e230  (10075538, 10071200, 10074f80, 00000006) 0028efe8  0040e5ea  (10071200, 00000000, 00000000, 00000000) 0028f058  004193ea  (10071200, 00000004, 00000000, 00000003) 0028f078  004189ad  (10071200, 00000004, 10070fe0, 10071180) 0028f0b8  00419e28  (10071200, 00000003, 00000001, 00000000) 0028f128  00418ce6  (100710e8, 00000002, 00000000, 00000001) 0028f148  004189ad  (100710e8, 00000002, 00000011, 10070fe0) 0028f188  00419e28  (100710e8, 00000001, 00000001, 00000000) 0028f1f8  00418ce6  (1006cfd8, 00000000, 00000000, 1006cfd8) end of stack trace (more stack frames may present) 

any idea i'm still doing wrong?

do have non-ascii characters in %path% or %temp% system variables? correct , try once more.

or can try install gem --platform=ruby parameter. , 1 more variant - install json-pure, avoid compiling.

(usually installing devkit finishes installing json - try once more time)


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -