rebase not compilable

Brian Dessent brian@dessent.net
Mon Jun 2 17:31:00 GMT 2008


Reini Urban wrote:

> I know.

Well then why didn't you say that so that I wouldn't have to waste my
time explaining.

> I wanted to hear some magic g++ --allow-non-ansi switch (-std=c89 or
> such for C++) or some INT2PTR macro.

The C++ parser was completely rewritten in gcc 3.4.  This is one of the
things that was removed as a result.  There is no switch that's going to
bring it back.

If you want to port the code, why not just change relocp such that it's
a char * and cast it to PIMAGE_BASE_RELOCATION when it's necessary to
access a field.  Or use a union of the two.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list