Displaying 3 results from an estimated 3 matches for "xfreegc".
Did you mean:
xfree86
2002 Apr 11
1
segmentation violation when closing the data entry window (PR#1453)
...sewin() gets closed twice -
on the first time, the window closes, the second time I get the error.
This is with r-devel as of today, with "CFLAGS -g". I edited
closewin() in dataentry.c to show me when it is called:
void closewin(void)
{
printf("In routine closewin\n");
XFreeGC(iodisplay, iogc);
XDestroyWindow(iodisplay, iowindow);
XCloseDisplay(iodisplay);
}
% bin/R
> x <- edit(data.frame())
The data frame pops up. I just click on the Window manager close
button (not the "Quit" button):
In routine closewin
In routine closewin
Program receive...
2000 Mar 16
2
Need help compiling R
Hi,
I am trying to compile R but it keeps failing. My platform is HP-UX 10.20
and I am having trouble getting pass the configure stage. It continues
to fail at the warning "f90 and gcc disagree on int and double"
Here is some output:
+ gcc -g -O2 -c conftest.c
+ 1>& 5 2>& 5
+ gcc -o conftest conftest.o conftestf.o
/usr/bin/ld: Unsatisfied symbols:
FTN_DTOI$ (code)
1998 Oct 28
1
Request for help with compiling R on a DEC Alpha
...reateWindow
XDefaultRootWindow
XSetWMProtocols
XAllocColor
XAllocNamedColor
XChangeProperty
XCheckTypedEvent
XClearWindow
XCloseDisplay
XDefaultDepth
XDefaultScreen
XDefineCursor
XDestroyWindow
XDrawArc
XDrawLine
XDrawLines
XDrawRectangle
XFillArc
XFillPolygon
XFillRectangle
XFreeColors
XFreeCursor
XFreeGC
XMapWindow
XNextEvent
XPending
XSelectInput
XSetClipRectangles
XSetDashes
XSetFont
XSetLineAttributes
XSetState
XSetWindowBackground
XSync
XTextWidth
XUnloadFont
XFindContext
XSaveContext
XrmUniqueQuark
XCreateSimpleWindow
XBell
XChangeWindowAttributes
XClearArea
XCopyArea
XDrawImageString
XDrawStr...