This is the mail archive of the cygwin 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]

setup crashes


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/


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