From: Warren Young Date: February 28 2006 10:58pm Subject: Re: [Mysqlpp-commits] r1169 - /branches/v2.1-bakefile/bootstrap List-Archive: http://lists.mysql.com/plusplus/5510 Message-Id: <4404D5B1.90008@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Chris Frey wrote: > This seems like a bug in Bakefile. Not exactly. The files are being generated on a Linux box, so they get created with Unix line endings. Bakefile would have to make a special effort to write files in binary mode to get around it. It's not worth it, IMHO.