Skip to content
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

can't use on windows #1

Open
gok6tm opened this issue Sep 21, 2011 · 2 comments
Open

can't use on windows #1

gok6tm opened this issue Sep 21, 2011 · 2 comments

Comments

@gok6tm
Copy link

gok6tm commented Sep 21, 2011

Hi i try to test sc--docs on a windows environnement.
i install ruby 1.9.2 then sproutcore then sc-docs

when i want to launch it, in preview or generate mode, i always see :
C:/Ruby192/lib/ruby/gems/1.9.1/gems/sc-docs-0.0.3/lib/sc_docs/generator.rb:55:in
``': Exec format error - C:/Ruby192/lib/ruby/gems/1.9.1/gems/sc-docs-0.0.3/vend
or/jsdoc/app/run.js -a -v -r=20 -t="C:/Ruby192/lib/ruby/gems/1.9.1/gems/sc-docs-
0.0.3/lib/sc_docs/templates/sc_fixture" "[...]" -f=class.js -l=Docs.Class (
Errno::ENOEXEC)

@gok6tm
Copy link
Author

gok6tm commented Sep 21, 2011

i have editing generator.rb to change line 55
from :
verbose ? system(command) : #{command}
to
verbose ? system(command) : "#{command}"

so no more error, but nothing was documented i only see search field. sames if i try to document the sproutcore framework directory.

Have you an idea ?

@j-Anderson
Copy link

Please can someone have a look to get sc-docs working on windows XP.

Thanks

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

No branches or pull requests

2 participants