This is the mail archive of the insight-prs@sources.redhat.com 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/182: Error making tkWarpPointer


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


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