Ja nåt fel är det någonstans för jag ser att det finns andra som fått det att fungera:
Exempel:
http://beans.seartipy.com/2008/06/09...ndows-vistaxp/
Jag testade att uppdatera gem-systemet i sig med kommandot:
Vilket verkade behövas för den uppdaterade en hel drös med saker då....
Sen körde jag uppdatering av de paket jag installerat:
Det verkade också behövas för det var en ännu större drös med poaket som uppdaterades.
Jag såg bland annat att Bigdecimal uppdaterades och att jag fick följande information:
Kod:
Updating installed gems
Updating activeresource
Fetching: rails-observers-0.1.1.gem (100%)
Successfully installed rails-observers-0.1.1
Fetching: activeresource-4.0.0.gem (100%)
Successfully installed activeresource-4.0.0
Parsing documentation for rails-observers-0.1.1
Installing ri documentation for rails-observers-0.1.1
Installing darkfish documentation for rails-observers-0.1.1
Parsing documentation for activeresource-4.0.0
Installing ri documentation for activeresource-4.0.0
Installing darkfish documentation for activeresource-4.0.0
Updating bigdecimal
Fetching: bigdecimal-1.2.1.gem (100%)
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
Successfully installed bigdecimal-1.2.1
Parsing documentation for bigdecimal-1.2.1
unable to convert "\xE9" from ASCII-8BIT to UTF-8 for bigdecimal.o, skipping
unable to convert "\x90" from ASCII-8BIT to UTF-8 for bigdecimal.so, skipping
Installing ri documentation for bigdecimal-1.2.1
Installing darkfish documentation for bigdecimal-1.2.1
Updating builder
Fetching: builder-3.2.2.gem (100%)
Successfully installed builder-3.2.2
Parsing documentation for builder-3.2.2
Installing ri documentation for builder-3.2.2
Installing darkfish documentation for builder-3.2.2
Updating hashie
Fetching: hashie-2.0.5.gem (100%)
Successfully installed hashie-2.0.5
Parsing documentation for hashie-2.0.5
Installing ri documentation for hashie-2.0.5
Installing darkfish documentation for hashie-2.0.5
Updating json
Building native extensions. This could take a while...
Successfully installed json-1.8.0
Parsing documentation for json-1.8.0
unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/json/ext/generator.so, skipping
unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/json/ext/parser.so, skipping
Installing ri documentation for json-1.8.0
Installing darkfish documentation for json-1.8.0
Updating minitest
Fetching: minitest-5.0.6.gem (100%)
Successfully installed minitest-5.0.6
Parsing documentation for minitest-5.0.6
Installing ri documentation for minitest-5.0.6
Installing darkfish documentation for minitest-5.0.6
Updating rake
Fetching: rake-10.1.0.gem (100%)
rake's executable "rake" conflicts with c:/Projects/Ruby200/bin/rake
Overwrite the executable? [yN] y
Successfully installed rake-10.1.0
Parsing documentation for rake-10.1.0
Installing ri documentation for rake-10.1.0
Installing darkfish documentation for rake-10.1.0
Updating rdoc
Fetching: rdoc-4.0.1.gem (100%)
rdoc's executable "rdoc" conflicts with c:/Projects/Ruby200/bin/rdoc
Overwrite the executable? [yN] y
rdoc's executable "ri" conflicts with c:/Projects/Ruby200/bin/ri
Overwrite the executable? [yN] y
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Successfully installed rdoc-4.0.1
Parsing documentation for rdoc-4.0.1
Installing ri documentation for rdoc-4.0.1
Installing darkfish documentation for rdoc-4.0.1
Updating test-unit
Fetching: test-unit-2.5.5.gem (100%)
Successfully installed test-unit-2.5.5
Parsing documentation for test-unit-2.5.5
Installing ri documentation for test-unit-2.5.5
Installing darkfish documentation for test-unit-2.5.5
Updating tzinfo
Fetching: tzinfo-1.0.1.gem (100%)
TZInfo Timezone Data has Moved
==============================
The timezone data previously included with TZInfo as Ruby modules has now been
moved to a separate tzinfo-data gem. TZInfo also now supports using the system
zoneinfo files on Linux, Mac OS X and other Unix-like operating systems.
If you want to continue using the Ruby timezone modules, or you are using an
operating system that does not include zoneinfo files (such as
Microsoft Windows), you will need to install tzinfo-data by running:
gem install tzinfo-data
If tzinfo-data is installed then TZInfo will use the Ruby timezone modules.
Otherwise, it will attempt to find the system zoneinfo files. Please refer to
the TZInfo documentation (available from https://rubygems.org/gems/tzinfo) for
further information.
Successfully installed tzinfo-1.0.1
Parsing documentation for tzinfo-1.0.1
Installing ri documentation for tzinfo-1.0.1
Installing darkfish documentation for tzinfo-1.0.1
Gems updated: rails-observers activeresource bigdecimal builder hashie json minitest rake rdoc test-unit tzinfo
Om man kikar på de rader jag markerat med fetstil så verkar det som systemet ändå har lyckats compilera om Bigdecimal som är en "native extension", jag tolkar det som att den har lyckats kompilera C-programmet med MinGW. Vet dock inte hur jag ska kolla att det gått vägen ännu. ska kolla om jag kan utläsa något om datumen på filerna men det säger förmodligen inte så mycket.
Jag har förstått att det är <namespace> eller <module> man ska ha som parameter vid require(<parameter>) och att <gem-packetname> är något annat egentligen. men att det är vanligt att man döper dem till samma.
Jag får forska vidare....