On Fedora 17 jasmine-webkit-specrunner doesn't compile #159
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fedora 17 changed where getopt lives - it is no longer in cstdlib. I had to edit specrunner.cpp manually and add #include "getopt.h" to get it to compile. There were no error messages when compiling via
gem install jasmine-headless-webkit
which made this very hard to track down.Also the lib/headless/runner.rb file could benefit from showing a warning that the system call out to jasmine-webkit-specrunner failed. When running jasmine-headless-webkit in my project it would just return back to bash with no notice of why it wasn't working.
Adjusting specrunner.cpp allows compilation to complete. Thanks!
Thanks!, just lost 2 hours.
Just what I was looking for!
use mocha tehe