public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Problem Compiling Cygwin Source
@ 2002-10-31 20:22 abarto
  2002-10-31 21:12 ` Max Bowsher
  0 siblings, 1 reply; 2+ messages in thread
From: abarto @ 2002-10-31 20:22 UTC (permalink / raw)
  To: cygwin

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problem Compiling Cygwin Source
  2002-10-31 20:22 Problem Compiling Cygwin Source abarto
@ 2002-10-31 21:12 ` Max Bowsher
  0 siblings, 0 replies; 2+ messages in thread
From: Max Bowsher @ 2002-10-31 21:12 UTC (permalink / raw)
  To: abarto, cygwin

abarto@efn.uncor.edu <abarto@efn.uncor.edu> wrote:
> I'm trying to compile compile the cygwin source and I get the
> following error: 

Diagnosis: http://cygwin.com/ml/cygwin/2002-10/msg01532.html

Max.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-01  1:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-31 20:22 Problem Compiling Cygwin Source abarto
2002-10-31 21:12 ` Max Bowsher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).