Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

On Fedora 17 jasmine-webkit-specrunner doesn't compile #159

Open
seamus-oconnor opened this issue Aug 7, 2012 · 4 comments
Open

On Fedora 17 jasmine-webkit-specrunner doesn't compile #159

seamus-oconnor opened this issue Aug 7, 2012 · 4 comments

Comments

@seamus-oconnor
Copy link

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.

@bradfordcp
Copy link

Adjusting specrunner.cpp allows compilation to complete. Thanks!

@ghost
Copy link

ghost commented Oct 8, 2012

Thanks!, just lost 2 hours.

@ketiko
Copy link

ketiko commented Jun 6, 2013

Just what I was looking for!

@ghost
Copy link

ghost commented Jun 6, 2013

use mocha tehe

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants