gcc v3 compile problem

Christopher Faylor cgf@redhat.com
Mon Jan 21 19:30:00 GMT 2002


On Mon, Jan 21, 2002 at 08:49:23PM -0500, Christopher Faylor wrote:
>I discussed the problems building setup.exe with gcc v3 and libstdc++-v3
>with DJ.  He told me that they shouldn't be too hard to fix.
>
>I actually had some changes in my sandbox that got rid of a couple of the
>more obvious problems.  I've checked them in.
>
>However, I'm now seeing the compile problem below.  Robert is this something
>that is easy to fix?  I didn't want to make a guess as to how you wanted
>to deal with this.

Nevermind.  This seems to fix it.

As usual, I saw this two seconds after sending the email.

cgf

Index: choose.h
===================================================================
RCS file: /cvs/uberbaum/winsup/cinstall/choose.h,v
retrieving revision 2.12
diff -u -p -r2.12 choose.h
--- choose.h	2002/01/19 13:33:17	2.12
+++ choose.h	2002/01/22 01:51:16
@@ -143,8 +143,8 @@ private:
 
 class view
 {
-  class views;
 public:
+  class views;
   int num_columns;
   views get_view_mode () 
   {



More information about the Cygwin-apps mailing list