-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LoadError on line ["55"] of C: cannot load such file -- wdm #1410
Comments
Just run |
Isn't possible to make it a required gem (like sass is) only if you are on Windows (since |
I've just had a user run into this issue as well with north/generator-style-prototype#46 Having this gem be a dependency on Windows systems would greatly ease Windows onboarding confusion |
since we are moving away from having our own watcher in the 1.0 land and using sasses it may make sense to test and make sure you don't have issues with this using sass 3.3 watcher |
I just do'nt understand what's happening. Ive tried things others have said is working for htem. Only on this mac, I just can't get compass working Here is a stacktrace LoadError on line ["55"] of /usr/local/Cellar/ruby/2.4.1_1/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb: cannot load such file -- rgbapng |
After installing compass on Windows 7 using
running
produces
LoadError on line ["55"] of C: cannot load such file -- wdm
'C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in
require' C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-1.1.6/lib/listen/adapter.rb:199:in
load_dependent_adapter'C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-1.1.6/lib/listen/adapters/windows.rb:33:in
load_dependent_adapter' C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-1.1.6/lib/listen/adapter.rb:190:in
usable?'C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-1.1.6/lib/listen/adapters/windows.rb:25:in
usable?' C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-1.1.6/lib/listen/adapter.rb:182:in
usable_and_works?'C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-1.1.6/lib/listen/adapter.rb:49:in
block in select_and_initialize' C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-1.1.6/lib/listen/adapter.rb:47:in
each'C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-1.1.6/lib/listen/adapter.rb:47:in
select_and_initialize' C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-1.1.6/lib/listen/listener.rb:272:in
initialize_adapter'C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-1.1.6/lib/listen/listener.rb:264:in
setup' C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-1.1.6/lib/listen/listener.rb:64:in
start!'C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.13.alpha.7/lib/compass/watcher/project_watcher.rb:31:in
watch!' C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.13.alpha.7/lib/compass/commands/watch_project.rb:48:in
perform'C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.13.alpha.7/lib/compass/commands/base.rb:18:in
execute' C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.13.alpha.7/lib/compass/commands/project_base.rb:19:in
execute'C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.13.alpha.7/lib/compass/exec/sub_command_ui.rb:43:in
perform!' C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.13.alpha.7/lib/compass/exec/sub_command_ui.rb:15:in
run!'C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.13.alpha.7/bin/compass:30:in
block in <top (required)>' C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.13.alpha.7/bin/compass:44:in
call'C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.13.alpha.7/bin/compass:44:in
<top (required)>' C:/Ruby193/bin/compass:23:in
load'C:/Ruby193/bin/compass:23:in `
The text was updated successfully, but these errors were encountered: