[Bf-committers] Re: Bullet compiling issues

Hans Lambermont hans at lambermont.dyndns.org
Thu Nov 30 09:17:07 CET 2006


erwin at erwincoumans.com wrote:

> Eugene Reilly writes: 
>>
>>C:\blender\blender\source\gameengine\Physics\Bullet\..\..\..\..\extern\bu
>>llet2\src\btBulletDynamicsCommon.h : error C4335: Mac file format
>>detected: please convert the source file to either DOS or UNIX format 
>
> It is quite annoying indeed. I did some development on my Mac, and the
> CVS commit apparently messes up the line endings. So we have unix, win
> and mac line-endings...  0d, 0d 0a, and 0d 0d 0a. 
> 
> I tried to run the to_dos script, but it doesn't work.

Can you try this :

find . -type f -exec perl -p -i -e "s/\r\r\n/\n/" {} \;

Hans


More information about the Bf-committers mailing list