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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -