From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12079 invoked by alias); 31 Jan 2004 00:20:35 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 12053 invoked from network); 31 Jan 2004 00:20:33 -0000 Received: from unknown (HELO web10003.mail.yahoo.com) (216.136.130.39) by sources.redhat.com with SMTP; 31 Jan 2004 00:20:33 -0000 Message-ID: <20040131002032.39685.qmail@web10003.mail.yahoo.com> Received: from [67.5.134.138] by web10003.mail.yahoo.com via HTTP; Fri, 30 Jan 2004 16:20:32 PST Date: Sat, 31 Jan 2004 06:04:00 -0000 From: james pentland Subject: setup crashes To: cygwin@cygwin.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-01/txt/msg01431.txt.bz2 i want to compile setup 2.415-1 so i can debug it, since it crashes nearly every time i use it. make wants a file RECTWrapper.h, which is missing from the distribution. where should i find it? if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKA GE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"setup\" -DVERSION=\"0\" -DST DC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_S TRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT _H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ERRNO_H=1 -DHAV E_STRING=1 -DHAVE_STRING_H=1 -I. -I. -I./bz2lib -I./libgetopt++/include -Werr or -Wall -Wpointer-arith -Wcomments -Wcast-align -Wwrite-strings -Wstrict-protot ypes -Wmissing-prototypes -g -O2 -MT window.o -MD -MP -MF ".deps/window.Tpo" \ -c -o window.o `test -f 'window.cc' || echo './'`window.cc; \ then mv -f ".deps/window.Tpo" ".deps/window.Po"; \ else rm -f ".deps/window.Tpo"; exit 1; \ fi window.cc:23:25: RECTWrapper.h: No such file or directory window.cc: In member function `bool Window::MoveWindow(const RECTWrapper&, bool)': window.cc:216: invalid use of undefined type `struct RECTWrapper' window.h:26: forward declaration of `struct RECTWrapper' window.cc:216: invalid use of undefined type `struct RECTWrapper' window.h:26: forward declaration of `struct RECTWrapper' window.cc:216: invalid use of undefined type `struct RECTWrapper' window.h:26: forward declaration of `struct RECTWrapper' window.cc:216: invalid use of undefined type `struct RECTWrapper' window.h:26: forward declaration of `struct RECTWrapper' make[2]: *** [window.o] Error 1 make[2]: Leaving directory `/ntd/setup/setup-0' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/ntd/setup/setup-0' make: *** [all] Error 2 __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/