This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem Compiling Cygwin Source


I'm trying to compile compile the cygwin source and I get the following error:

c++ -L/tmp/i686-pc-cygwin/winsup -L/tmp/i686-pc-cygwin/winsup/cygwin -L/tmp/i686
-pc-cygwin/winsup/w32api/lib -isystem /usr/src/cygwin-1.3.14-1/winsup/include -i
system /usr/src/cygwin-1.3.14-1/winsup/cygwin/include -isystem /usr/src/cygwin-1
.3.14-1/winsup/w32api/include -isystem /usr/src/cygwin-1.3.14-1/newlib/libc/sys/
cygwin -isystem /usr/src/cygwin-1.3.14-1/newlib/libc/sys/cygwin32 -B/tmp/i686-pc
-cygwin/newlib/ -isystem /tmp/i686-pc-cygwin/newlib/targ-include -isystem /usr/s
rc/cygwin-1.3.14-1/newlib/libc/include -c -nostdinc++ -nostdinc -
DHAVE_CONFIG_H
 -g -O2 -Wall -Wwrite-strings -fno-common -pipe -Winline -fbuiltin  -I.  -I/usr/
src/cygwin-1.3.14-1/winsup/cygwin    -I/usr/src/cygwin-1.3.14-1/newlib/libc/sys/
cygwin/include  -I/usr/src/cygwin-1.3.14-1/winsup/cygwin/config/i386 -I/usr/lib/
gcc-lib/i686-pc-cygwin/3.2//include -fno-rtti -fno-exceptions -o ./tty.o /usr/sr
c/cygwin-1.3.14-1/winsup/cygwin/tty.cc
/usr/src/cygwin-1.3.14-1/winsup/cygwin/tty.cc: In member function `int
   tty_list::allocate_tty(int)':
/usr/src/cygwin-1.3.14-1/winsup/cygwin/tty.cc:196: `GetConsoleWindow'
   undeclared (first use this function)
/usr/src/cygwin-1.3.14-1/winsup/cygwin/tty.cc:196: (Each undeclared identifier
   is reported only once for each function it appears in.)
make[2]: *** [tty.o] Error 1
make[2]: Leaving directory `/tmp/i686-pc-cygwin/winsup/cygwin'
make[1]: *** [cygwin] Error 1
make[1]: Leaving directory `/tmp/i686-pc-cygwin/winsup'
make: *** [all-target-winsup] Error 2

I've seen this same error posted before but I couldn't find a workaround for it.

Agustin

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]