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

Cygwin compile error #4904

Closed
kishima opened this issue Dec 23, 2019 · 2 comments
Closed

Cygwin compile error #4904

kishima opened this issue Dec 23, 2019 · 2 comments

Comments

@kishima
Copy link
Contributor

kishima commented Dec 23, 2019

I faced following compile error with latest mruby on cygwin environment. I don't see this error with mruby 2.0.0.

$ rake
CC    src/array.c -> build/host/src/array.o
gcc: エラー: C:cygwin64homekishimawork_mrubykishima_mrubysrcarray.c: No such file or directory
gcc: 致命的エラー: 入力ファイルがありません
コンパイルを停止しました。
gcc: エラー: C:cygwin64homekishimawork_mrubykishima_mrubysrcarray.c: No such file or directory
gcc: 致命的エラー: 入力ファイルがありません
コンパイルを停止しました。
rake aborted!

I think double quotes is missing for cygwin because of the commit b7bc03a .
If I add double quotes for filenames, then this error disappeared.

kishima added a commit to kishima/mruby that referenced this issue Dec 23, 2019
matz added a commit that referenced this issue Dec 24, 2019
Add double quotes for cygwin filenames #4904
@matz
Copy link
Member

matz commented Dec 25, 2019

We have merged #4905. Did the problem disappear?

@kishima
Copy link
Contributor Author

kishima commented Dec 26, 2019

I confirmed this issue was solved in cygwin environment. Thank you!

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