Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Thu, 14 Nov 2002 17:23:57 EST To: cygwin-developers AT sources DOT redhat DOT com Subject: Re: later w32api package required to build cygwin Message-Id: From: Brian Keener Reply-To: bkeener AT thesoftwaresource DOT com In-Reply-To: <3DD3ED09.8050807@netscape.net> References: <3DD3E347 DOT 60703 AT yahoo DOT com> <3DD3EB49 DOT 6000306 AT netscape DOT net> <3DD3ED09 DOT 8050807 AT netscape DOT net> Nicholas Wourms wrote: > After investigating a few minutes, I found that in > Makefile.common changing: > > w32api_include:=-I$(w32api_source)/include > Gosh I was hoping that would work but I tried it and I still get the same error on IOCTL_DISK_UPDATE_DRIVE_SIZE as follows /usr/develop/src/winsup/cygwin/fhandler_floppy.cc: In member function `virtual int fhandler_dev_floppy::ioctl(unsigned int, void*)': /usr/develop/src/winsup/cygwin/fhandler_floppy.cc:278: ` IOCTL_DISK_UPDATE_DRIVE_SIZE' undeclared (first use this function) /usr/develop/src/winsup/cygwin/fhandler_floppy.cc:278: (Each undeclared identifier is reported only once for each function it appears in.) make[2]: *** [fhandler_floppy.o] Error 1 make[2]: Leaving directory `/usr/develop/obj/i686-pc-cygwin/winsup/cygwin' make[1]: *** [cygwin] Error 1 make[1]: Leaving directory `/usr/develop/obj/i686-pc-cygwin/winsup' make: *** [all-target-winsup] Error 2 Which leads me to believe I am still getting the wrong w32api. bk