public inbox for insight-prs@sourceware.org
help / color / mirror / Atom feed
* Re: insight/182: Error making tkWarpPointer
@ 2002-09-10 16:03 Keith Seitz
0 siblings, 0 replies; 4+ messages in thread
From: Keith Seitz @ 2002-09-10 16:03 UTC (permalink / raw)
To: nobody; +Cc: insight-prs
The following reply was made to PR insight/182; it has been noted by GNATS.
From: Keith Seitz <keiths@redhat.com>
To: dgrimes@scvl.com
Cc: insight-gnats@sources.redhat.com
Subject: Re: insight/182: Error making tkWarpPointer
Date: Tue, 10 Sep 2002 15:56:40 -0700 (PDT)
On 10 Sep 2002 dgrimes@scvl.com wrote:
> 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
It looks like you've got a version of X which has "WarpPointer" defined...
Goofy. X uses "XWarpPointer". What version of X11 are you using?
Can you send the relevant conflicted prototype from Xlib.h? (Remember to
CC insight-gnats.)
You could simply rename WarpPointer and change
cyg_create_warp_pointer_command, or you could make WarpPointer static.
Keith
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: insight/182: Error making tkWarpPointer
@ 2002-11-19 20:07 kseitz
0 siblings, 0 replies; 4+ messages in thread
From: kseitz @ 2002-11-19 20:07 UTC (permalink / raw)
To: dgrimes, insight-prs, kseitz
Synopsis: Error making tkWarpPointer
State-Changed-From-To: feedback->closed
State-Changed-By: kseitz
State-Changed-When: Tue Nov 19 20:07:28 2002
State-Changed-Why:
Long time no hear. Assume fixed.
http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=182
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: insight/182: Error making tkWarpPointer
@ 2002-09-18 19:38 kseitz
0 siblings, 0 replies; 4+ messages in thread
From: kseitz @ 2002-09-18 19:38 UTC (permalink / raw)
To: dgrimes, insight-prs, kseitz, nobody
Synopsis: Error making tkWarpPointer
Responsible-Changed-From-To: unassigned->kseitz
Responsible-Changed-By: kseitz
Responsible-Changed-When: Wed Sep 18 19:38:46 2002
Responsible-Changed-Why:
mine
State-Changed-From-To: open->feedback
State-Changed-By: kseitz
State-Changed-When: Wed Sep 18 19:38:46 2002
State-Changed-Why:
Does making WarpPointer static work?
http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=182
^ permalink raw reply [flat|nested] 4+ messages in thread
* insight/182: Error making tkWarpPointer
@ 2002-09-10 15:43 dgrimes
0 siblings, 0 replies; 4+ messages in thread
From: dgrimes @ 2002-09-10 15:43 UTC (permalink / raw)
To: insight-gnats
>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:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-11-20 4:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-10 16:03 insight/182: Error making tkWarpPointer Keith Seitz
-- strict thread matches above, loose matches on Subject: below --
2002-11-19 20:07 kseitz
2002-09-18 19:38 kseitz
2002-09-10 15:43 dgrimes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).