From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3029 invoked by alias); 16 May 2013 07:46:31 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 2938 invoked by uid 89); 16 May 2013 07:46:30 -0000 X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_VIA_APNIC,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_BT,TW_DB autolearn=ham version=3.3.1 Received: from mailout1.w1.samsung.com (HELO mailout1.w1.samsung.com) (210.118.77.11) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 16 May 2013 07:46:29 +0000 Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout1.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MMV00GJLS40QN20@mailout1.w1.samsung.com> for insight@sourceware.org; Thu, 16 May 2013 08:46:26 +0100 (BST) Received: from eusync2.samsung.com ( [203.254.199.212]) by eucpsbgm2.samsung.com (EUCPMTA) with SMTP id 04.E8.07878.2DE84915; Thu, 16 May 2013 08:46:26 +0100 (BST) Received: from fedinw7x64 ([106.109.9.113]) by eusync2.samsung.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPA id <0MMV00LEPS9D9D60@eusync2.samsung.com> for insight@sourceware.org; Thu, 16 May 2013 08:46:26 +0100 (BST) From: Fedin Pavel To: insight@sourceware.org References: <000701ce5206$f8a4e2c0$e9eea840$%fedin@samsung.com> In-reply-to: <000701ce5206$f8a4e2c0$e9eea840$%fedin@samsung.com> Subject: RE: Problem building Insight Date: Thu, 16 May 2013 07:46:00 -0000 Message-id: <001501ce5209$77fc2680$67f47380$%fedin@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-SW-Source: 2013-q2/txt/msg00006.txt.bz2 And one more such problem: --- cut --- gcc -O2 -isystem /mingw/include -D__USE_MINGW_ACCESS -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../b fd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib/import -Ibuild-gnulib/import -DGDBTK -I/mingw/include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno- unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wno-format -Werror -c -o gdbtk-register.o -MT gdbtk-register.o -MMD -M P -MF .deps/gdbtk-register.Tpo -I./../libgui/src -I/e/Projects/insight/src/tcl/generic -I/e/Projects/insight/src/tk/generic -I"/e/Projects/insight/src/tk/xlib" -DGDBTK_LIBRARY=\"/usr/local/share/insight1. 0\" -DSRC_DIR=\"/e/Projects/insight/src/gdb\" ./gdbtk/generic/gdbtk-register.c cc1.exe: warnings being treated as errors ./gdbtk/generic/gdbtk-register.c: In function 'register_changed_p': ./gdbtk/generic/gdbtk-register.c:449:8: error: pointer targets in passing argument 3 of 'deprecated_frame_register_read' differ in signedness ./frame.h:673:12: note: expected 'gdb_byte *' but argument is of type 'char *' make[2]: *** [gdbtk-register.o] Error 1 make[2]: Leaving directory `/e/Projects/insight/src/gdb' --- cut --- Fixed by changing type of 'raw_buffer' from char to gdb_byte. Kind regards.