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]

Rebuilding GDB


I'm trying to build a Cygwin hosted GDB for debugging ARM and PowerPC
boards.  After running into a lot of problems, I tried to rebuild the
native GDB that Cygwin installed for me, and that didn't work either.

I'm up to date with Cygwin setup, and running on Win2k SP4. Below is the
end of the build where everything goes wrong:

make[3]: Entering directory `/tmp/inbuild/libgui/src'
gcc -DHAVE_CONFIG_H -I. -I/usr/src/gdb-20030919-1/libgui/src -I.. -DWIN32 -mwin3
2 -fwritable-strings -I/usr/include -I/usr/include -I"/netrel/src/libtcltk/tk/xl
ib" -DHAVE_NO_SEH=1 -DEXCEPTION_DISPOSITION=int   -I/usr/include/../unix -I/usr/
include/../win -DTBL_VERSION=\"2.7\" -DTBL_COMMAND=\"table\" -DTBL_RUNTIME=\"tkT
able.tcl\" -DTBL_RUNTIME_DIR=\"/usr/local/insight/share/redhat/gui\" -DSTATIC_BU
ILD    -g -O2 -c /usr/src/gdb-20030919-1/libgui/src/tclwinprint.c
/usr/src/gdb-20030919-1/libgui/src/tclwinprint.c:26:22: tkWinInt.h: No such file
 or directory
/usr/src/gdb-20030919-1/libgui/src/tclwinprint.c: In function `winprint_page_set
up_command':
/usr/src/gdb-20030919-1/libgui/src/tclwinprint.c:187: warning: assignment makes
pointer from integer without a cast
/usr/src/gdb-20030919-1/libgui/src/tclwinprint.c: In function `winprint_print_te
xt_dialog':
/usr/src/gdb-20030919-1/libgui/src/tclwinprint.c:360: warning: assignment makes
pointer from integer without a cast
/usr/src/gdb-20030919-1/libgui/src/tclwinprint.c: At top level:
/usr/src/gdb-20030919-1/libgui/src/tclwinprint.c:905: warning: initialization fr
om incompatible pointer type
/usr/src/gdb-20030919-1/libgui/src/tclwinprint.c:906: warning: initialization fr
om incompatible pointer type
/usr/src/gdb-20030919-1/libgui/src/tclwinprint.c:907: warning: initialization fr
om incompatible pointer type
/usr/src/gdb-20030919-1/libgui/src/tclwinprint.c:908: warning: initialization fr
om incompatible pointer type
make[3]: *** [tclwinprint.o] Error 1

Where should tkWinInt.h come from? I've got other Tcl/Tk header files in
/usr/include, but I'm missing this one.

- Adrian Cox
Humboldt Solutions Ltd.

Attachment: cygsetup
Description: Text document

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