Well after a long time, I finally had to shift back to ROR development on Windows. I am running on Windows Vista, Rails 3, ruby 1.9.2. Things are not all that bad on windows, or at least, not as much as I thought they might be. But, we definitely keep on facing problems here and there. There is one such which you also might face if you try development on Rails 3 with ruby 1.9.2. There seems to be a bug with the gems that are installed with the one click windows ruby installer. I am not sure why, but you may lead to see the following error message once you start using rake:
`bin_path’: can’t find executable rake for rake-0.8.7 (Gem::Exception)
Now the solution to get away from this bug as of this writing is that you will have to remove the rake.gemspec file from the “your_path_to\Ruby192\lib\ruby\gems\1.9.1\specifications” folder.
And you are good to go now. I do not have really too much time to dig into the matter as to why this might be happening, but i worked for me.
from:
http://sanjusoftware.wordpress.com/2010/12/04/bin_path%E2%80%99-can%E2%80%99t-find-executable-rake-for-rake-0-8-7-gemexception/
分享到:
相关推荐
总之,解决"/usr/bin/ld: cannot find -lThreads"的关键在于确保CMakeLists.txt正确配置了线程库的链接。这通常包括使用`find_package(Threads REQUIRED)`、设置编译标志或直接使用`target_link_libraries`与`-...
解决 exec: "gcc": executable file not found in %PATH%,被墙了,搭梯下的,解压后直接配置 %path% 路径即可,亲测可用。
rootroot@cm-System-Product-Name:/home/wwt/softap_ap6212a0_tinav2.1$ find . -name netfilter.mk ./package/kernel/linux/modules/netfilter.mk ./build/netfilter.mk rootroot@cm-System-Product-Name:/home/...
这里根据模块类型选择`BUILD_SHARED_LIBRARY`(生成共享库)或`BUILD_EXECUTABLE`(生成可执行文件)。 ### 示例:`Android.mk` for 平台应用demo 假设我们有一个简单的Android应用,它只有一个Java类和一些本地...
《 Bin_RelocEditor_2008-7-23_21.12_RelocEdit:二进制重定位编辑器的探索》 在IT领域,二进制重定位(Binary Relocation)是一个关键的概念,它涉及到程序在内存中的布局调整。Bin_RelocEditor_2008-7-23_21.12_...
- `BUILD_EXECUTABLE`: 构建可执行程序。 #### 3. 设置模块标签 - **LOCAL_MODULE_TAGS**: 可以设置模块的标签,这些标签可以帮助区分模块的类型或者用途。例如: ```make LOCAL_MODULE_TAGS := optional ``` ...
frida-server-12.6.8-android-arm64仅用于arm64位的手机,直接push即可
获取当前包的二进制路径(使用package.json )。...例子const { getBinPathSync } = require ( 'get-bin-path' )// `binPath` is the absolute path to the current package's binaryconst binPath = getBinPathSyn
在IT行业中,尤其是在嵌入式系统和物联网(IoT)领域,蓝牙技术扮演着至关重要的角色,用于设备间的短距离无线通信。`rtk_hciattach`是一个与蓝牙相关的工具,它专门针对Realtek(瑞昱)的蓝牙芯片设计,用于在Linux...
Codeblocks安装时Can't find compiler executable in your configured search path's for GNU GCC Compiler.-附件资源
/usr/bin/make -j6 O=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot silentoldconfig make[1]: 正在进入目录 `/home/wwt/linux_r16/lichee/buildroot' GEN /home/wwt/linux_r16/lichee/out/sun...
BUILD_HOST_EXECUTABLE:= $(BUILD_SYSTEM)/host_executable.mk BUILD_PACKAGE:= $(BUILD_SYSTEM)/package.mk BUILD_PHONY_PACKAGE:= $(BUILD_SYSTEM)/phony_package.mk BUILD_HOST_PREBUILT:= $(BUILD_SYSTEM)/host_...
➵robin_hood无序地图和集合 robin_hood::unordered_map和robin_hood::...add_executable ( ${PROJECT_NAME} main.cpp) include ( ${CMAKE_BINARY_DIR} /conanbuildinfo.cmake) # Include Conan-generated file c
frida-server手机版安装包,arm64架构
- 主机的模板:`include $(BUILD_HOST_EXECUTABLE)`、`include $(BUILD_HOST_SHARED_LIBRARY)`、`include $(BUILD_HOST_STATIC_LIBRARY)` #### 四、安装路径的问题 在Android.mk文件中,可以通过指定`LOCAL_...
这个示例中,LOCAL_PATH变量用于定义当前路径,include $(CLEAR_VARS)用于清除LOCAL_XXX变量,LOCAL_MODULE变量用于标识模块名称,LOCAL_SRC_FILES变量用于指定源代码文件,include $(BUILD_SHARED_LIBRARY)用于生成...
标题中的“ARM-Executable-Image-for-lpc2132.rar”揭示了这个压缩包主要包含的是针对ARM架构的可执行映像文件,专门设计用于LPC2132微控制器。LPC2132是一款基于ARM7TDMI内核的微控制器,由NXP(原飞利浦半导体)...
frida-server手机版安装压缩包,x86 32位架构
在使用Linux系统时,有时会遇到执行特定程序时出现“权限不够”的错误,例如在尝试运行Java可执行文件时,可能会遇到"BASH: /HOME/JAVA/JDK1.8.0_221/BIN/JAVA: 权限不够"这样的提示。这个错误通常意味着当前用户...