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

Error on Windows with verifying and folder names with space characters #61

Open
nourikhalass opened this issue Aug 12, 2015 · 0 comments

Comments

@nourikhalass
Copy link

Issue:

When trying to run:

goingnative verify

On a Windows 8.1 (64bit) machine the program gives the following error:

 Could not properly compile test addon, error finding binding: Could not locate the binding file

Possible cause of issue:

The program can not handle being run from a (sub) directory that has a space character in the name. The displayed list of files it is trying to write/test/use are in a non existing directory. Say folder is called 'Fooz Baz' than it will run in C:\Users\Person\etc\Fooz\* instead of C:\Users\Person\etc\Fooz Baz\*

Running it from a directory without a space character in the name fixes the issue.

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

1 participant