Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <200104030912.f339CEo16900@capella.ssd.hal.com> Subject: Re: port of omniorb To: cygwin AT sourceware DOT cygnus DOT com (Cygwin Mailing List) Date: Tue, 3 Apr 2001 02:12:14 -0700 (PDT) In-Reply-To: from "Robert Collins" at Apr 03, 2001 09:09:33 AM From: "J. J. Farrell" X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > From: "Robert Collins" > > > From: bruno patin (travail) [mailto:bruno DOT patin AT wanadoo DOT fr] > > > > as a matter of fact, I'll speak of Mico. There is at least > > one problem > > with the porting. In the file mico/include/mico/os-misc.h, > > there is in > > an enumerate an initialisation with the value X_OK. But the file > > unistd.h (in sys) define this value as : define X_OK > > _cygwin_X_OK and it > > is not an integer so you have an error at the compilation of > > the file in > > mico that include os-misc.h. I replace X_OK directly by the > > value of one > > (not a great feat and subject to other error I know). But what is the > > meaning of this define of X_OK in cygwin ? > > It's exported from libcygwin.a > (look in unistd.h - you should see > extern const unsigned _cygwin_X_OK;) That looks like an implementation bug - X_OK is supposed to be defined as a constant in . -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple