This is the mail archive of the insight@sourceware.org mailing list for the Insight 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]

insight-weekly-6.8.50-20081103 fails to compile


Latest available snapshot fails to compile:

ftp://sourceware.org/pub/insight/snapshots/current/insight-weekly-6.8.50-20081103-tar.bz2

gcc -g -O2 -I. -I.././gdb -I.././gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I.././gdb/../include/opcode -I.././gdb/../readline/.. -I../bfd -I.././gdb/../bfd -I.././gdb/../include -I../libdecnumber -I.././gdb/../libdecnumber -I.././gdb/gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -DGDBTK -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wno-switch -Wno-char-subscripts -Werror -c -o gdbtk-cmds.o -MT gdbtk-cmds.o -MMD -MP -MF .deps/gdbtk-cmds.Tpo -I.././gdb/../libgui/src -I/home/martin/Download/src/tcl/generic -I/home/martin/Download/src/tk/generic -DGDBTK_LIBRARY=\"/usr/local/share/insight1.0\" -DSRC_DIR=\"/home/martin/Download/src/gdb\" .././gdb/gdbtk/generic/gdbtk-cmds.c
.././gdb/gdbtk/generic/gdbtk-cmds.c: In function ‘gdb_eval’:
.././gdb/gdbtk/generic/gdbtk-cmds.c:636: error: too many arguments to function ‘val_print’
cc1: warnings being treated as errors
.././gdb/gdbtk/generic/gdbtk-cmds.c: In function ‘gdb_update_mem’:
.././gdb/gdbtk/generic/gdbtk-cmds.c:2534: error: passing argument 3 of ‘print_scalar_formatted’ makes pointer from integer without a cast
make[2]: *** [gdbtk-cmds.o] Error 1
make[2]: Leaving directory `/home/martin/Download/src/gdb'
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory `/home/martin/Download/src'
make: *** [all] Error 2


I see no val_print defined which accepts 10 args. How this ever could be checked in?

It looks like the project is almost dead. What is the future for insight?

Martin


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