delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2008/08/26/11:59:24

X-Recipient: archive-cygwin AT delorie DOT com
X-Spam-Check-By: sourceware.org
Message-ID: <COL101-W267AEF3B7B8319EBA485D9E6660@phx.gbl>
From: Jay <jay DOT krell AT cornell DOT edu>
To: <cygwin AT cygwin DOT com>
Subject: building cygwin1.dll with gcc 4.3.1
Date: Tue, 26 Aug 2008 15:54:31 +0000
In-Reply-To: <1219504967.2349.ezmlm@cygwin.com>
References: <1219504967 DOT 2349 DOT ezmlm AT cygwin DOT com>
MIME-Version: 1.0
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m7QFxNut002767

gcc 4.3.1

In file included from /src/cygwin-snapshot-20080822-1/winsup/cygwin/dcrt0.cc:29:

/src/cygwin-snapshot-20080822-1/winsup/cygwin/shared_info.h:98: error: extra qua
lification 'mount_info::' on member 'create_root_entry'

class mount_info
{
...
<  void mount_info::create_root_entry (const PWCHAR root);
>  void create_root_entry (const PWCHAR root);
...
};


and const is almost meaningless here btw, probably
should be PCWSTR.


Haven't looked at these yet but they sound obvious:


/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc: In function 'bool handl
e_to_fn(void*, char*)':
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:973: error: jump to labe
l 'unknown'
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:874: error:   from here
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:878: error:   crosses in
itialization of 'size_t w32len'
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:877: error:   crosses in
itialization of 'WCHAR* w32'
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:973: error: jump to labe
l 'unknown'
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:867: error:   from here
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:878: error:   crosses in
itialization of 'size_t w32len'
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:877: error:   crosses in
itialization of 'WCHAR* w32'
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:973: error: jump to labe
l 'unknown'
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:858: error:   from here
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:878: error:   crosses in
itialization of 'size_t w32len'
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:877: error:   crosses in
itialization of 'WCHAR* w32'
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:862: error:   crosses in
itialization of 'NTSTATUS res'
/src/cygwin-snapshot-20080822-1/winsup/cygwin/dtable.cc:861: error:   crosses in
itialization of 'OBJECT_NAME_INFORMATION* ntfn'
make[3]: *** [dtable.o] Error 1
make[3]: Leaving directory `/obj/cygwin.1/i686-pc-cygwin/winsup/cygwin'
make[2]: *** [cygwin] Error 1
make[2]: Leaving directory `/obj/cygwin.1/i686-pc-cygwin/winsup'
make[1]: *** [all-target-winsup] Error 2
make[1]: Leaving directory `/obj/cygwin.1'
make: *** [all] Error 2


 - Jay

--
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/


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019