Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Thu, 16 Nov 2000 20:28:23 EST X-Mailer: Virtual Access by Atlantic Coast PLC, http://www.atlantic-coast.com/va Message-Id: To: cygwin-developers Subject: Error 1 and error 2 compiling winsup From: Brian Keener Reply-To: bkeener AT thesoftwaresource DOT com I updated my src using cvs to get the updated cinstall and went ahead and got all of winsup as well on the night of Nov 13. I tried simply doing a make and got the following error 1 and error 2. I removed everything in my /build directory and reran configure and still got the following same errors. Anyone have a clue why this is happening or what might be wrong. /src/winsup/cygwin/sysconf.cc: In function `long int sysconf(int)': /src/winsup/cygwin/sysconf.cc:62: `_SC_NPROCESSORS_CONF' undeclared (first use t his function) /src/winsup/cygwin/sysconf.cc:62: (Each undeclared identifier is reported only o nce /src/winsup/cygwin/sysconf.cc:62: for each function it appears in.) /src/winsup/cygwin/sysconf.cc:63: `_SC_NPROCESSORS_ONLN' undeclared (first use t his function) /src/winsup/cygwin/sysconf.cc:67: `_SC_PHYS_PAGES' undeclared (first use this fu nction) /src/winsup/cygwin/sysconf.cc:68: `_SC_AVPHYS_PAGES' undeclared (first use this function) /src/winsup/cygwin/sysconf.cc:86: warning: unreachable code at beginning of swit ch statement gcc: file path prefix `/build/i586-pc-cygwin/newlib/' never used make[2]: *** [sysconf.o] Error 1 make[2]: Leaving directory `/build/i586-pc-cygwin/winsup/cygwin' make[1]: *** [cygwin] Error 2 make[1]: Leaving directory `/build/i586-pc-cygwin/winsup' make: *** [all-target-winsup] Error 2