c - Hudson : gcc: fatal error: no input files -
i've created job in hudson compile c project in cygwin environment.
the project compiled fine command line in cygwin console, fails when try compile in hudson job.
here error trace :
[cc] ../../../../some/path/file_1.c gcc: error: ../../../../ome/path/file_1.c: no such file or directory gcc: fatal error: no input files compilation terminated.
what might problem?? thank you!
Comments
Post a Comment