Integrating Ralf's rebase into setup.exe

Charles Wilson cwilson@ece.gatech.edu
Tue Dec 31 12:42:00 GMT 2002


Still missing a lot of the errors that were fixed in my patch.  Here's 
the remainder:

1) 'hex' and 'endl' are also in the std:: namespace
2) unbind_main.cc needs 'using namespace std;'
3) (new) rebind_main will rebind the first commandline argument over and 
over; it needs to use argv[i] not argv[1]
4) fiximage.cc and rebaseimage.cc seem not have gotten any of the std:: 
fixes.

errmmm...why not inspect the patch below for correctness, and then apply 
& commit, rather than implementing all of the fixes by hand, which 
invariably will skip/miss some?

--Chuck
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rebase_06_2.patch
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20021231/f1151a23/attachment.ksh>


More information about the Cygwin-apps mailing list