dbTalk Databases Forums  

Re: [Mysqlpp-commits] r1169 - /branches/v2.1-bakefile/bootstrap

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss Re: [Mysqlpp-commits] r1169 - /branches/v2.1-bakefile/bootstrap in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chris Frey
 
Posts: n/a

Default Re: [Mysqlpp-commits] r1169 - /branches/v2.1-bakefile/bootstrap - 02-27-2006 , 03:09 PM






This seems like a bug in Bakefile.

- Chris

P.S. Bakefile support looks cool... unfortunately I don't have a lot of
time to play with it right now.


On Sat, Feb 25, 2006 at 06:08:32AM -0000, mysqlpp (AT) etr-usa (DOT) com wrote:
Quote:
Author: wyoung
Date: Sat Feb 25 07:08:30 2006
New Revision: 1169

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1169&view=rev
Log:
Added unix2dos call to convert *.dsw and *.dsp files created on a Unix
box to DOS text format, so VC++ doesn't yell about corrupt files.

Modified:
branches/v2.1-bakefile/bootstrap

Modified: branches/v2.1-bakefile/bootstrap
URL: http://svn.gna.org/viewcvs/mysqlpp/b...1169&view=diff
================================================== ============================
--- branches/v2.1-bakefile/bootstrap (original)
+++ branches/v2.1-bakefile/bootstrap Sat Feb 25 07:08:30 2006
@@ -11,6 +11,7 @@

bakefilize &&
bakefile_gen &&
+ unix2dos {.,examples,lib}/*.ds? &&
mv autoconf_inc.m4 config &&
rm {lib,examples}/autoconf_inc.m4 &&
aclocal -I config -I /usr/local/share/aclocal &&

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
  #2  
Old   
ABX
 
Posts: n/a

Default Re: r1169 - /branches/v2.1-bakefile/bootstrap - 02-28-2006 , 06:28 AM






Chris Frey napisal(a):
Quote:
This seems like a bug in Bakefile.
To be precise AFAIK it is not a bug but intentional feature/side effect
of how bakefile output is exchenged. Original motivation for creating
Bakefile was serving for wxWidgets development where each of developers
had own source tree echanged by CVS. To commit project files as text
files it is/was generated as native text file because windows users
were received it with dos/windows line endings during CVS checkouts. I
think this could be improved (customized) but it's more feature request
than bug report. HTH,

ABX



Reply With Quote
  #3  
Old   
Warren Young
 
Posts: n/a

Default Re: [Mysqlpp-commits] r1169 - /branches/v2.1-bakefile/bootstrap - 02-28-2006 , 04:59 PM



Chris Frey wrote:
Quote:
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.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.