You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: