Ticket #345 (reopened defect)
Documentation necessary for Ferret installation...
| Reported by: | dlikhten | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
Currently the ferret installation claims that its simple to install just run
gem install ferret
Which is great, except that no pre-requisites section exists. For windows we obviously need visual studio runtime installed. However we also need to know what (if anything) is also necessary for running that install.
error received:
Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved.
c:\ruby\bin\ruby -e "puts 'EXPORTS', 'Init_ferret_ext'" > ferret_ext-i3
86-mswin32.def
cl -nologo -I. -Ic:/ruby/lib/ruby/1.8/i386-mswin32 -Ic:/ruby/lib/ruby/1.
8/i386-mswin32 -I. -MD -Zi -O2b2xg- -G6 -c -Tcanalysis.c cl : Command line warning D9035 : option 'Og-' has been deprecated and will be r emoved in a future release cl : Command line warning D9002 : ignoring unknown option '-G6' analysis.c c:\ruby\lib\ruby\1.8\i386-mswin32\config.h(2) : fatal error C1189: #error : MSC
version unmatch
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\cl.EXE"' : return code '0x2' Stop.
Gem files will remain installed in c:/ruby/lib/ruby/gems/1.8/gems/ferret-0.11.6 for inspection. Results logged to c:/ruby/lib/ruby/gems/1.8/gems/ferret-0.11.6/ext/gem_make.out
