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]

Re: Insight broken with latest tcl/tk


Dave Lawrence wrote:
> 
> I also tried a snapshot of the latest insight sources, attempting to
> build these gives me various undefined references at build time, I'll
> list a few below:
> c_parse
> c_error
> f_parse
> f_error
> objc_parse
> java_error
> 

With the current CVS head I get this error. "read_pc" function (function
ptr?) is implicitly declared. How would you fix this? This is u9.04 and
x86_64.

gdb/../bfd -I../../insight_sources/gdb/../include -I../libdecnumber
-I../../insight_sources/gdb/../libdecnumber
-I../../insight_sources/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../../insight_sources/gdb/../libgui/src
-I/home/gene/insight/insight_sources/tcl/generic
-I/home/gene/insight/insight_sources/tk/generic
-DGDBTK_LIBRARY=\"/home/gene/eabi/install/share/insight1.0\"
-DSRC_DIR=\"/home/gene/insight/insight_sources/gdb\"
../../insight_sources/gdb/gdbtk/generic/gdbtk-cmds.c
cc1: warnings being treated as errors
../../insight_sources/gdb/gdbtk/generic/gdbtk-cmds.c: In function ‘gdb_loc’:
../../insight_sources/gdb/gdbtk/generic/gdbtk-cmds.c:2147: error:
implicit declaration of function ‘read_pc’
make[2]: *** [gdbtk-cmds.o] Error 1


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