search for: devx11

Displaying 20 results from an estimated 83 matches for "devx11".

2001 Feb 13
0
devX11.c -- questions about expose events and XBell
...ther qualifies as a bug... 1) After a window id created in X11_Open and mapped, you "gobble the expose events". Not true, you gobble any event that comes along! The code below fixes this by using *XCheckTypedEvent*. Hmm, I'm not sure this right already, but better... *** devX11.c~ Tue Feb 13 17:24:40 2001 --- devX11.c Tue Feb 13 18:07:41 2001 *************** *** 1232,1242 **** /* Gobble expose events */ ! XNextEvent(display, &event); ! if (event.xany.type == Expose) { ! while (event.xexpose.count) ! XNextEvent(di...
2005 Aug 03
5
make error: X11/Intrinsic.h: No such,,,
Hi all, I'm trying to build R 2.1.1 on Ubuntu 5.04 i686-SMP. Configure goes well with: ./configure --with-BLAS --with-readline=no but once I run 'make', I get the following error: In file included from devX11.c:64: devX11.h:57:74: X11/Intrinsic.h: No such file or directory Any ideas? Thanks in advance, Jake
2019 Apr 24
0
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...rty graphics device package. See, for example, the 'tikzDevice' and 'svglite' packages on CRAN. Does that provide you with a way forward ? Paul On 20/04/2019 5:27 p.m., frederik at ofb.net wrote: > Dear R Devel, > > I know that someone put this line in src/modules/X11/devX11.c:2824 for > a reason, because commenting it out causes R to miss an important > ConfigureNotify event in my window manager. The result is that plots > are initially drawn off the window borders, unreadable. > > R_ProcessX11Events((void*) NULL); > > Unfortunately for me, th...
2004 Feb 02
0
problem building R on HPUX 11.23
When building the X11 modules under HPUX 11.23 I get the following errors ld: Unsatisfied symbol "Rf_isNull" in file dataentry.lo ld: Unsatisfied symbol "Rf_length" in file dataentry.lo ld: Unsatisfied symbol "Rf_warningcall" in file devX11.lo ld: Unsatisfied symbol "UNIMPLEMENTED" in file dataentry.lo ld: Unsatisfied symbol "R_alloc" in file devX11.lo ld: Unsatisfied symbol "R_GlobalEnv" in file dataentry.lo ld: Unsatisfied symbol "R_setX11Routines" in file devX11.lo ld: Unsatisfied symbol &quo...
2008 Apr 28
2
X11 window title setting in X11() Device (PR#11325)
--=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, I think I have found a very little bug in the new version of the X11() device in R 2.7.0, more precisely in the devX11.c file. The problem is that when you open a new window with X11(), the title of the window (the WM_NAME property) is not immediately set. It seems that the window is created, then it is displayed (mapped) with no title, and then the title is set. It is something absolutely invisible for the user,...
2006 Mar 10
2
Sharing of Libraries (S+ and R)
Hi, Can anyone please advise if there is a neat way to 'share' libraries of (previously developed) S+ code with R? Specifically, within S+ I can use the attach(what = "<Chapter Directory>", pos = 2) command, to retrieve previously developed functions and variables to position 2 in the search list. [Some may be intentionally masked by what's in the current working
2019 Apr 24
0
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...kzDevice' and 'svglite' packages on CRAN. Does that provide you with a way forward ? >> >> Paul >> >> On 20/04/2019 5:27 p.m., frederik at ofb.net wrote: >>> Dear R Devel, >>> >>> I know that someone put this line in src/modules/X11/devX11.c:2824 for >>> a reason, because commenting it out causes R to miss an important >>> ConfigureNotify event in my window manager. The result is that plots >>> are initially drawn off the window borders, unreadable. >>> >>> R_ProcessX11Events((void*) NU...
2019 Apr 20
3
src/modules/X11/devX11.c, can we remove "#if BUG" yet
Dear R Devel, I know that someone put this line in src/modules/X11/devX11.c:2824 for a reason, because commenting it out causes R to miss an important ConfigureNotify event in my window manager. The result is that plots are initially drawn off the window borders, unreadable. R_ProcessX11Events((void*) NULL); Unfortunately for me, this line is commented in the stan...
2005 Nov 25
1
Problems compiling R under AIX 4.3
...p to date. make[1]: Leaving directory `/home/mau/sy/R-2.2.0/src/modules/X11' make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11' /usr/local/bin/gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 -ljpeg -lpng -lz /usr/local/lib/gcc/powerpc-ibm-aix4.3.2.0/3.4.3/../../../../powerpc-ibm-aix4.3.2.0/bin/ld: -static and -shared may not be used together collect2: ld returned 1 exit status make[1]: *** [R_X11.so] Error 1 make[1]: Leaving directory `/home/...
2019 Apr 27
0
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...oes that provide you with a way forward ? >>>> >>>> Paul >>>> >>>> On 20/04/2019 5:27 p.m., frederik at ofb.net wrote: >>>>> Dear R Devel, >>>>> >>>>> I know that someone put this line in src/modules/X11/devX11.c:2824 for >>>>> a reason, because commenting it out causes R to miss an important >>>>> ConfigureNotify event in my window manager. The result is that plots >>>>> are initially drawn off the window borders, unreadable. >>>>> >>>...
2012 Jun 07
2
x11 icon and class
The X11 device driver does not provide the X window manager with an icon (_NET_WM_ICON) or, under some circumstances, with a class (WM_CLASS). This hinders usability under the new stable version of Ubuntu, which has a (new) user interface centered around icons. I am not sure if this was a conscious choice by r-core or simply a low priority. In case of the latter, I attach a patch against
2019 May 02
0
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...t;>> >>>>>> Paul >>>>>> >>>>>> On 20/04/2019 5:27 p.m., frederik at ofb.net wrote: >>>>>>> Dear R Devel, >>>>>>> >>>>>>> I know that someone put this line in src/modules/X11/devX11.c:2824 for >>>>>>> a reason, because commenting it out causes R to miss an important >>>>>>> ConfigureNotify event in my window manager. The result is that plots >>>>>>> are initially drawn off the window borders, unreadable. >>&g...
2000 Jul 18
5
X11 & dev2bitmap
...ght = 7, pointsize = 12, gamma = 1, colortype = getOption("X11colortype"), maxcubesize = 256) with no resistance, but no change in the result. I looked up files containing x11 or X11 on my systen and found: /usr/local/R_HOME/R-1.1.0/src/unix/X11 /usr/local/R_HOME/R-1.1.0/src/unix/X11/devX11.c /usr/local/R_HOME/R-1.1.0/src/unix/X11/devX11.d /usr/local/R_HOME/R-1.1.0/src/unix/X11/devX11.o /usr/local/R_HOME/R-1.1.0/bin/R_X11.so /usr/local/R_HOME/R-1.1.0/src/library/base/R/unix/x11.R /usr/local/R_HOME/R-1.1.0/src/library/base/R/windows/x11.R /usr/local/R_HOME/R-1.1.0/src/library/base/man/...
2005 Dec 05
0
Compiling R under AIX 4.3
...cal/bin/gcc" then I run into the following problem with dynamic linking: make[4]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11' /usr/local/bin/gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 -ljpeg -lpng -lz /usr/local/lib/gcc/powerpc-ibm-aix4.3.2.0/3.4.3/../../../../powerpc-ibm-aix4.3.2.0/bin/ld: -static and -shared may not be used together collect2: ld returned 1 exit status make[4]: *** [R_X11.so] Error 1 If I add -Wl,-G the same error!...
1999 Apr 09
1
Compilation problems with R-0.64.0
Hi, I have just tried to upgrade our AIX-machines to R-0.64.0 and encountered some problems which, I think, are not AIX-specific. 1) The static variable class in "devX11.c" conflicts with a function class() defined in math.h (using egcs-2.93.11). Therefore compilation stops with an error message. 2) After renaming class to Visualclass in devX11.c everything looks fine and an R binary file is created. However, it is not possible to open an X11 window: > x1...
2004 Dec 08
1
install bug with specific JPEG library by exporting CPPFLAGS variable
...the -ljpeg option doesn't work. I obtain the following message (in french sorry): ------------------------------------------------------------------------------ make[4]: Entre dans le repertoire `/mnt/softs/R/R-2.0.1/src/modules/X11' gcc -shared -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -L/usr/X11R6/lib -lX11 -ljpeg -lpng -lz -lreadline -ldl -lncurses -lm /usr/bin/ld: ne peut trouver -ljpeg collect2: ld a retourne 1 code d'?tat d'ex?cution make[4]: *** [R_X11.so] Erreur 1 make[4]: Quitte le repertoire `/mnt/softs/R/R-2.0.1/src/modules...
2005 Jan 18
1
X11 installation problem Linux X86_64
Hello all, This is my first time posting, so forgive my ignorance. I've searched high and low but haven't come across the specific answer to my questions. configure runs fine, then make gives this error: ... gcc -shared -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -L/usr/X11R6/lib -lX11 -ljpeg -lpng -lz -lreadline -ldl -lncurses -lm /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.so when searching for -lX11 /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.a when searching for -lX11 /usr/bin/ld: cannot find -l...
2005 Apr 20
3
Embedded R and x11
...ver, the x11-window does not respond to any events. E.g. clicking the close-button simply does not close the window and the contents in the window do not get refreshed when it was hidden by other windows. I figured that the reason for this might be, that R_ProcessEvents () and handleEvent () in devX11.c do not get called (of course I might be completely wrong?). So I tried calling R_ProcessEvents () manually, but I can't get that to link (unresolved symbol R_ProcessEvents). Any hints on how I can get this to work? Thanks Thomas
2019 Apr 24
2
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...ee, for example, the 'tikzDevice' and 'svglite' packages on CRAN. Does that provide you with a way forward ? > > Paul > > On 20/04/2019 5:27 p.m., frederik at ofb.net wrote: >> Dear R Devel, >> >> I know that someone put this line in src/modules/X11/devX11.c:2824 for >> a reason, because commenting it out causes R to miss an important >> ConfigureNotify event in my window manager. The result is that plots >> are initially drawn off the window borders, unreadable. >> >> R_ProcessX11Events((void*) NULL); >> >...
2002 Jun 15
2
Late Make Problem with Readline (PR#1673)
Full_Name: Jeremy Fox Version: 1.5.0 OS: Solaris 8, 64 bit Submission from: (NULL) (171.64.232.63) I am compiling R under Solaris and the compilation stops at this point. The problem only happens when I link in readline. The R binary is actually compiled and readlne works. The main problem with the compiled binary (other than that all the supporting files were not correctly installed) is that