Displaying 20 results from an estimated 107 matches for "lgl".
Did you mean:
lg
2004 Apr 26
1
Segfault: .Call and classes with logical slots
...ollowing example aiming at a class containing a logical slot
segfaults under R-1.9.0 when `gctorture(on = TRUE)' is used:
Code code (dummy.c):
#include <Rdefines.h>
SEXP foo() {
SEXP ans;
PROTECT(ans = NEW_OBJECT(MAKE_CLASS("test")));
SET_SLOT(ans, install("lgl"), allocVector(LGLSXP, 1));
LOGICAL(GET_SLOT(ans, install("lgl")))[0] = TRUE;
UNPROTECT(1);
return(ans);
}
R code (dummy.R):
dyn.load("dummy.so")
setClass("test", representation = representation(lgl = "logical"))
a = .Call("foo"...
2017 Jan 12
3
rgl
...gl
>
>Then open the file 'rgl/config.log' with your favourite editor and search for "glEnd".
I actually had both on the system, removed the 32-bit version and reinstalled the 64-bit version but I am seeing only this in the config.log:
configure:4429: checking for glEnd in -lGL
configure:4454: gcc -o conftest -g -O2 -DHAVE_PNG_H -I/usr/include/libpng16 conftest.c -lGL -L/usr/lib64 -lpng16 -lX11 >&5
/usr/bin/ld: cannot find -lGL
collect2: error: ld returned 1 exit status
configure:4454: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_N...
2006 Oct 02
2
Re: compiling wine for amd64 on ubuntu dapper 6.06
On Mon, Oct 02, 2006 at 09:18:52AM -0400, Gerald Britton wrote:
> configure:9418: checking for glXCreateContext in -lGL
> configure:9453: gcc -m32 -o conftest -g -O2 conftest.c -lGL
> -L/usr/X11R6/lib -lXext -lX11 -lm >&5
> /usr/bin/ld: skipping incompatible
> /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../libGL.so when searching
> for -lGL
> /usr/bin/ld: skipping incompatible /usr/bin/.....
2010 Jan 12
1
rgl: bogus configure[.ac] (PR#14183)
...nce it does not include additional library pathes
at the right place and thus fails. E.g.:
$R_HOME/bin/R CMD INSTALL -l $PROTO/R/library \
--configure-args='--with-gl-includes=/usr/X11/include/NVIDIA
--with-gl-libs=/usr/X11/lib/NVIDIA/amd64' $TMPBUILD
And thus configure tries: cc ... -lGL -L/usr/X11/lib/NVIDIA/amd64
which obviously fails: the path needs to be placed before -l...
So the correct way is to add the path to LD_FLAGS instead of LIBS.
To get the path at the correct place into the to PKG_LIBS limitted Makevars,
one
needs to add the path, when the LIB expansion has been don...
2017 Jan 12
1
rgl
-----Original Message-----
From: Martyn Plummer [mailto:plummerm at iarc.fr]
Sent: Thursday, January 12, 2017 7:41 AM
To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org
Subject: Re: [R-sig-Fedora] rgl
>> configure:4429: checking for glEnd in -lGL
>> configure:4454: gcc -o conftest -g -O2??-DHAVE_PNG_H
>> -I/usr/include/libpng16??conftest.c -lGL???-L/usr/lib64 -lpng16 -lX11
>> >&5
>> /usr/bin/ld: cannot find -lGL
>
>Well that is odd. It means that the linker cannot find libGL even though it is installed o...
2017 Nov 24
4
installing "rgl" package
...nfigure: using libpng dynamic linkage
checking for X... libraries , headers
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for glEnd in -lGL... no
configure: error: missing required library GL
ERROR: configuration failed for package ?rgl?
* removing ?/data/R/lib/rgl?
Warning in install.packages :
installation of package ?rgl? had non-zero exit status
The error message as seen in config.log (after manually running
"./config...
2017 Nov 24
2
installing "rgl" package
...ty... yes
>>
>> checking GL/gl.h presence... yes
>>
>> checking for GL/gl.h... yes
>>
>> checking GL/glu.h usability... yes
>>
>> checking GL/glu.h presence... yes
>>
>> checking for GL/glu.h... yes
>>
>> checking for glEnd in -lGL... no
>>
>> configure: error: missing required library GL
>>
>> ERROR: configuration failed for package ?rgl?
>>
>> * removing ?/data/R/lib/rgl?
>>
>> Warning in install.packages :
>>
>> installation of package ?rgl? had non-zero exit s...
2017 Nov 24
0
installing "rgl" package
...eaders
>
> checking GL/gl.h usability... yes
>
> checking GL/gl.h presence... yes
>
> checking for GL/gl.h... yes
>
> checking GL/glu.h usability... yes
>
> checking GL/glu.h presence... yes
>
> checking for GL/glu.h... yes
>
> checking for glEnd in -lGL... no
>
> configure: error: missing required library GL
>
> ERROR: configuration failed for package ?rgl?
>
> * removing ?/data/R/lib/rgl?
>
> Warning in install.packages :
>
> installation of package ?rgl? had non-zero exit status
>
>
> The error me...
2007 Jul 03
2
wine on centos 5 amd 64 and opengl
...g directory `/home/silentm/wine-0.9.40/dlls/opengl32'
../../tools/winegcc/winegcc -B../../tools/winebuild
-shared ./opengl32.spec opengl_ext.o opengl_norm.o wgl.o
version.res -o opengl32.dll.so -luser32 -lgdi32 -ladvapi32
-lkernel32 -lntdll -L/usr/lib -lSM -lICE -lXxf86vm -lXext -lX11
-lGL ../../libs/port/libwine_port.a
wgl.o: In function `wglUseFontOutlines_common':
/home/silentm/wine-0.9.40/dlls/opengl32/wgl.c:388: undefined reference
to `gluNewTess'
/home/silentm/wine-0.9.40/dlls/opengl32/wgl.c:391: undefined reference
to `gluTessCallback'
/home/silentm/wine-0.9.40/d...
2017 Nov 24
0
installing "rgl" package
...yes
>
> checking GL/gl.h presence... yes
>
> checking for GL/gl.h... yes
>
> checking GL/glu.h usability... yes
>
> checking GL/glu.h presence... yes
>
> checking for GL/glu.h... yes
>
> checking for glEnd in -lGL... no
>
> configure: error: missing required library GL
>
> ERROR: configuration failed for package ?rgl?
>
> * removing ?/data/R/lib/rgl?
>
> Warning in install.packages :
>
> ? ?installation of package ?rgl? had non-zero...
2023 Oct 30
1
Missing shapes in legend with scale_shape_manual
...ood glucose versus date. I also record
conditions, such as missing the previous night's medications, and
missing exercise on the previous day. My data looks like:
> b2[68:74,]
# A tibble: 7 ? 5
Date Time bg missed_meds no_exercise
<date> <time> <dbl> <lgl> <lgl>
1 2023-10-17 08:50 128 TRUE FALSE
2 2023-10-16 06:58 144 FALSE FALSE
3 2023-10-15 09:17 137 FALSE TRUE
4 2023-10-14 09:04 115 FALSE FALSE
5 2023-10-13 08:44 136 FALSE TRUE
6 2023-10-12 08:55...
2017 Jan 12
0
rgl
...config.log' with your favourite editor and
> > search for "glEnd".
>
> I actually had both on the system, removed the 32-bit version and
> reinstalled the 64-bit version but I am seeing only this in the
> config.log:
>
> configure:4429: checking for glEnd in -lGL
> configure:4454: gcc -o conftest -g -O2??-DHAVE_PNG_H
> -I/usr/include/libpng16??conftest.c -lGL???-L/usr/lib64 -lpng16 -lX11
> >&5
> /usr/bin/ld: cannot find -lGL
Well that is odd. It means that the linker cannot find libGL even
though it is installed on the system. Try?
/sbi...
2017 Jan 11
2
rgl
...onfig
configure: using libpng dynamic linkage
checking for X... libraries , headers
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for glEnd in -lGL... no
configure: error: missing required library GL
ERROR: configuration failed for package 'rgl'
* removing '/usr/lib64/R/library/rgl'
The downloaded source packages are in
'/tmp/Rtmp0VF17F/downloaded_packages'
Updating HTML index of packages in '.Library'...
2017 Nov 24
0
installing "rgl" package
On 23 November 2017 at 15:05, Santosh wrote:
| I am trying to install 'rgl' package in Ubuntu.. Would highly appreciate
| your assistance .. I tried several leads available on various discussion
| fora and nothing helped so far.
Install the _pre-built binary package_ via
sudo apt install r-cran-rgl
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2017 Jan 12
2
rgl
...: [R-sig-Fedora] rgl
-----Original Message-----
From: Martyn Plummer [mailto:plummerm at iarc.fr]
Sent: Thursday, January 12, 2017 7:41 AM
To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org
Subject: Re: [R-sig-Fedora] rgl
>> configure:4429: checking for glEnd in -lGL
>> configure:4454: gcc -o conftest -g -O2??-DHAVE_PNG_H
>> -I/usr/include/libpng16??conftest.c -lGL???-L/usr/lib64 -lpng16 -lX11
>> >&5
>> /usr/bin/ld: cannot find -lGL
>
>Well that is odd. It means that the linker cannot find libGL even though it is installed o...
2001 Oct 13
2
Wine and OpenGL with NVdia
...sr/local --enable-opengl
The output of the script is the following:
<<<<
checking for GL/gl.h... yes
checking for GL/glx.h... yes
checking for GL/glext.h... yes
checking for up-to-date OpenGL version... yes
checking for thread-safe OpenGL version... no
checking for glXCreateContext in -lGL... no
checking for gluLookAt in -lGLU... no
>>>>
I installed the newest NVidia GLX and kernel drivers. When I run Half-Life
it says that the opengl-mode is not supported by my video card. So I think
Wine isn't compled with OpenGL.
There should be no Mesa-library on my system.
C...
2017 Nov 23
5
installing "rgl" package
...onfig
configure: using libpng dynamic linkage
checking for X... libraries , headers
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for glEnd in -lGL... noconfigure: error: missing required
library GLERROR: configuration failed for package ?rgl?* removing
?/data/R/lib/rgl?Warning in install.packages :
installation of package ?rgl? had non-zero exit status
Checking the system dependencies based on README..
system('dpkg -l |grep libgl1...
2009 Sep 04
6
Making wine use the correct OpenGL libraries
..., it finds the wrong OpenGL libraries by default, in other words, running ./configure with:
./configure CPPFLAGS='-I/usr/X11/include'
Results in:
checking for GL/gl.h... yes
checking for GL/glx.h... yes
checking for GL/glu.h... yes
checking for up-to-date OpenGL version... yes
checking for -lGL... libGL.1.dylib
checking for -lGLU... libGLU.1.dylib
But at runtime it can't find the .1 versions of the libraries - I'm guessing because those aren't in the OpenGL framework folder. So, to make this work I'm assuming it needs to use libGL.dylib file instead. So, in a desperate at...
2010 Jul 23
4
Equivalent of pxechain.com for (USB key based) syslinux
...enu that hands off to each
distribution's subdirectory.
A while back, when faced with a similar task on a PXE server, I came
across pxechain.com which elegantly solves this issue. With pxechain.com
I can say the following in my master pxelinux.cfg/default:
default menu.c32
prompt 0
menu title LGL PXE boot menu
timeout 100
LABEL KubuntuNet
menu Kubuntu network install
kernel pxechain.com
append ::kubuntu904/netboot/pxelinux.0
LABEL udpcast
menu label Udpcast
kernel pxechain.com
append ::udpcast/pxelinux.0
This correctly hands off to the (unm...
2009 Feb 07
0
Error installing MacPorts rb-fxruby...
...9;fox'' library prerequisite. It looks like it''s
having trouble generating the libraries: "-o .libs/libFOX-1.6.0.0.34.dylib"
and "-o libFOX-1.6.la". The errors generated are:
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: can''t locate file for:
-lGLU
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: file: -lGLU is not an
object file (not allowed in a library)
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: can''t locate file for:
-lGL
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: file: -lGL is not an
object file (not allowed i...