wpilibsuite / VisionBuildSamples

ARCHIVED - Samples for building Vision code for desktop and coprocessors
18 stars 7 forks source link

Build problems #6

Closed Team319 closed 7 years ago

Team319 commented 7 years ago

Can't seem to get vision build samples to run. I am new to linux so probably something on my end. Any help? screenshot

AustinShalit commented 7 years ago

It looks like the file is using CRLF line terminators.

PeterJohnson commented 7 years ago

You can run dos2unix gradlew to convert the file to unix line endings.

PeterJohnson commented 7 years ago

You may also need to make gradlew executable with chmod a+x gradlew

Team319 commented 7 years ago

Build successful , used dos2unix did not need to chmod a+x gradlew

Thank you

PeterJohnson commented 7 years ago

Thanks for letting us know that worked. Should be fixed for others via #7.