পুরানো গল্প (পরবর্তী শিরোনামের নীচে আপডেটটি সন্ধান করুন)
wdm
আমার কম্পিউটারে কেন ইনস্টল হবে না তা আমি খুঁজে পাচ্ছি না । আমি সাইগউইন ব্যাশ, উইন্ডোজ সেন্টিমিডি এবং জিআইটি ব্যাশ ব্যবহার করার চেষ্টা করেছি।
কনসোল আউটপুট:
$ gem install wdm
Building native extensions. This could take a while...
ERROR: Error installing wdm:
ERROR: Failed to build gem native extension.
c:/Ruby22-x64/bin/ruby.exe -r ./siteconf20151202-6644-1ws9slg.rb extconf.rb
checking for main() in -lkernel32... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=c:/Ruby22-x64/bin/$(RUBY_BASE_NAME)
--with-kernel32lib
--without-kernel32lib
c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:456:in `try_do': The compiler failed to gen
erate an executable file. (RuntimeError)
You have to install development tools first.
from c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:541:in `try_link0'
from c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:556:in `try_link'
from c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:735:in `try_func'
from c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:966:in `block in have_library'
from c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:911:in `block in checking_for'
from c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:351:in `block (2 levels) in po
stpone'
from c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:321:in `open'
from c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:351:in `block in postpone'
from c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:321:in `open'
from c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:347:in `postpone'
from c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:910:in `checking_for'
from c:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:961:in `have_library'
from extconf.rb:19:in `<main>'
extconf failed, exit code 1
Gem files will remain installed in c:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/wdm-0.
1.1 for inspection.
Results logged to c:/Ruby22-x6
এমকেএমএফ.লগ :
"x86_64-w64-mingw32-gcc -o conftest.exe -Ic:/Ruby22-x64/include/ruby-2.2.0/x64-mingw32 -Ic:/Ruby22-x64/include/ruby-2.2.0/ruby/backward -Ic:/Ruby22-x64/include/ruby-2.2.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D__MINGW_USE_VC2005_COMPAT -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat conftest.c -L. -Lc:/Ruby22-x64/lib -L. -lx64-msvcrt-ruby220 -lshell32 -lws2_32 -liphlpapi -limagehlp -lshlwapi "
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: #include <winsock2.h>
4: #include <windows.h>
5: int main(int argc, char **argv)
6: {
7: return 0;
8: }
/* end */
আপডেট 1
যদিও আমি একটি আছে Cygwin সঙ্গে পরিবেশ জিসিসি চলমান, বাক্য অন্তর্ভুক্ত "তুমি প্রথম ডেভেলপমেন্ট টুলস ইনস্টল করতে হবে" প্রো টিপ অনুসরণ করুন। আরও সুনির্দিষ্টভাবে বলতে গেলে আমার সংকলকের অভাব ছিল । আমি সোর্সফর্স থেকে ইনস্টলারটি ডাউনলোড করেছি (ইনস্টলার ডাউনলোডের লিঙ্কটি ফাইল তালিকার উপরে) এবং দ্বিতীয়বার চেষ্টা করে ইনস্টল করতে সক্ষম হয়েছি ( ডাউনলোডের ব্যর্থ বার্তায় প্রথম চেষ্টা ব্যর্থ হয়েছে ; এটি এলোমেলো বলে মনে হয়)।x86_64-w64-mingw32-gcc
তবে এটি এখনও কাজ করে না।
কনসোল আউটপুট:
$ gem install wdm
Building native extensions. This could take a while...
ERROR: Error installing wdm:
ERROR: Failed to build gem native extension.
কনসোল আউটপুট এছাড়াও, তবে এটি পাশাপাশি বিষয়বস্তু gem_make.out
:
c:/Ruby22-x64/bin/ruby.exe -r ./siteconf20151204-42084-zsi0td.rb extconf.rb
checking for main() in -lkernel32... yes
checking for windows.h... yes
checking for ruby.h... yes
checking for HAVE_RUBY_ENCODING_H... yes
checking for rb_thread_call_without_gvl()... yes
creating Makefile
make "DESTDIR=" clean
make "DESTDIR="
generating wdm_ext-x64-mingw32.def
/bin/sh: /c/Ruby22-x64/bin/ruby: No such file or directory
Makefile:260: recipe for target 'wdm_ext-x64-mingw32.def' failed
make: *** [wdm_ext-x64-mingw32.def] Error 127
make failed, exit code 2
আরও কনসোল আউটপুট:
Gem files will remain installed in c:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/wdm-0.
1.1 for inspection.
Results logged to c:/Ruby22-x64/lib/ruby/gems/2.2.0/extensions/x64-mingw32/2.2.0
/wdm-0.1.1/gem_make.out
লাইন /bin/sh: /c/Ruby22-x64/bin/ruby: No such file or directory
আমাকে বিভ্রান্ত করে। এই তিনটি শেল ঘটবে, Cygwin , এলেবেলে ব্যাশ সেইসাথে সিএমডি । ইন এলেবেলে ব্যাশ আমি পথ সমাধান করতে আছি /c/Ruby22-x64/bin/ruby
নিজে। এটি বিদ্যমান এবং কাজ করে। এছাড়াও which ruby
ডানে পয়েন্ট ruby
হিসাবে ভাল।