This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Integrating Ralf's rebase into setup.exe


> 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, thanks for this patch. I have applied it. 

Regards 
Ralf 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]