charmedlabs / pixy

pixy CMUcam5
Other
337 stars 242 forks source link

Windows line endings #9

Open trumpetmagic opened 10 years ago

trumpetmagic commented 10 years ago

I believe windows line endings were commited in the commit "edited gitignore". I has broken building on linux. Resetting to a commit before this point fixed the issue. The tell tale sign is that the commit message is associated with every file in the project.

You may wish to revert this commit.

johnleimon commented 10 years ago

Edwin,

Could you please send me your build output (that includes the compilation error)?

Thanks, John

On Aug 15, 2014 2:18 AM, "Edwin Davis" notifications@github.com wrote:

I believe windows line endings were commited in the commit "edited gitignore". I has broken building on linux. Resetting to a commit before this point fixed the issue. The tell tale sign is that the commit message is associated with every file in the project.

You may wish to revert this commit.

— Reply to this email directly or view it on GitHub https://github.com/charmedlabs/pixy/issues/9.

johnleimon commented 10 years ago

Edwin,

Try the latest commit. I fixed a break in the bash build scripts for pixymon by removing the windows line endings. This may be the same issue your having.

Thanks, John

trumpetmagic commented 10 years ago

Hi John,

Sorry about the slow reply. Yes that was indeed the issue. I gave it a try last night and it works great.

Cheers, Edwin