Skip to content

Cygwin compile error #4904

@kishima

Description

@kishima

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions