From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25074 invoked by alias); 10 Sep 2002 22:43:00 -0000 Mailing-List: contact insight-prs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sources.redhat.com Received: (qmail 25059 invoked by uid 71); 10 Sep 2002 22:43:00 -0000 Resent-Date: 10 Sep 2002 22:43:00 -0000 Resent-Message-ID: <20020910224300.25058.qmail@sources.redhat.com> Resent-From: insight-gnats@sources.redhat.com (GNATS Filer) Resent-Cc: insight-prs@sources.redhat.com Resent-Reply-To: insight-gnats@sources.redhat.com, dgrimes@scvl.com Received: (qmail 23898 invoked by uid 61); 10 Sep 2002 22:37:48 -0000 Message-Id: <20020910223748.23897.qmail@sources.redhat.com> Date: Tue, 10 Sep 2002 15:43:00 -0000 From: dgrimes@scvl.com Reply-To: dgrimes@scvl.com To: insight-gnats@sources.redhat.com X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: insight/182: Error making tkWarpPointer X-SW-Source: 2002-q3/txt/msg00030.txt.bz2 List-Id: >Number: 182 >Category: insight >Synopsis: Error making tkWarpPointer >Confidential: no >Severity: critical >Priority: high >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Tue Sep 10 15:43:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: dgrimes@scvl.com >Release: insight-5.2.1 >Organization: >Environment: Compaq Tru64 5.1a gcc 3.1 and Compaq cc 6.4 GNU make 3.79 >Description: I am receiving the following error during make: gcc -DHAVE_CONFIG_H -I. -I. -I.. -fwritable-strings -I/user01/dgrimes/cdev/insight-5.2.1/tcl/generic -I/user01/dgrimes/cdev/insight-5.2.1/tk/generic -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DUSE_FIONBIO=1 -DSTATIC_BUILD=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_PW_GECOS=1 -DSTATIC_BUILD=1 -I/user01/dgrimes/cdev/insight-5.2.1/tk/generic/../unix -I/user01/dgrimes/cdev/insight-5.2.1/tk/generic/../win -DTBL_VERSION=\"2.7\" -DTBL_COMMAND=\"table\" -DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"/usr/local/share/redhat/gui\" -DSTATIC_BUILD -g -O2 -c tkWarpPointer.c tkWarpPointer.c: In function `WarpPointer': tkWarpPointer.c:39: argument `clientData' doesn't match prototype /usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.1/include/X11/Xlib.h:4141: prototype declaration tkWarpPointer.c:39: argument `interp' doesn't match prototype /usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.1/include/X11/Xlib.h:4141: prototype declaration tkWarpPointer.c:39: argument `objc' doesn't match prototype /usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.1/include/X11/Xlib.h:4141: prototype declaration tkWarpPointer.c:39: argument `objv' doesn't match prototype /usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.1/include/X11/Xlib.h:4141: prototype declaration tkWarpPointer.c:39: number of arguments doesn't match prototype /usr/local/lib/gcc-lib/alphaev68-dec-osf5.1/3.1/include/X11/Xlib.h:4141: prototype declaration tkWarpPointer.c: In function `cyg_create_warp_pointer_command': tkWarpPointer.c:75: warning: passing arg 3 of `Tcl_CreateObjCommand' from incompatible pointer type make[3]: *** [tkWarpPointer.o] Error 1 make[3]: Leaving directory `/user01/dgrimes/cdev/insight-5.2.1/libgui/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/user01/dgrimes/cdev/insight-5.2.1/libgui' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/user01/dgrimes/cdev/insight-5.2.1/libgui' make: *** [all-libgui] Error 2 If I comment out references to twWarpPointer in libgui/src/tkWarpPointer.c I can continue but later I get unresolved symbol issues. >How-To-Repeat: configure make >Fix: >Release-Note: >Audit-Trail: >Unformatted: