Displaying 20 results from an estimated 20 matches for "devicemanag".
Did you mean:
devicemanager
2006 Feb 03
2
rgl install problem on Solaris 10 X86
Hi,
Could you help me to install the rgl package on Solaris 10 x86?
I tried and got the following error messages.
When I compiled my R as 64bit, I used the SUN ProW compilers.
However, gcc seems to being used below as well as missing some information.
Thank you in advance,
Dongseok
> install.packages("rgl")
--- Please select a CRAN mirror for use in this session ---
*
2004 Jun 25
4
rgl installation problems
...l/include -Wall -pedantic -fno-exceptions -fno-rtti -fPIC -O2 -g
-march=i
386 -mcpu=i686 -c device.cpp -o device.o
g++ -I/usr/lib/R/include -I/usr/X11R6/include -DHAVE_PNG_H -I/usr/include
-I/usr
/local/include -Wall -pedantic -fno-exceptions -fno-rtti -fPIC -O2 -g
-march=i
386 -mcpu=i686 -c devicemanager.cpp -o devicemanager.o
g++ -I/usr/lib/R/include -I/usr/X11R6/include -DHAVE_PNG_H -I/usr/include
-I/usr
/local/include -Wall -pedantic -fno-exceptions -fno-rtti -fPIC -O2 -g
-march=i
386 -mcpu=i686 -c rglview.cpp -o rglview.o
g++ -I/usr/lib/R/include -I/usr/X11R6/include -DHAVE_PNG_H -I/usr/i...
2006 Jun 26
1
Patch for rgl with gcc 4.0 in R 2.3.0 on OS X
...d allowed compilation.
-----RELEVANT SECTION OF rgl/src/api.cpp BEFORE ---
void rgl_user2window(int* successptr, int* idata, double* point, double*
pixel, double* model, double* proj, int* view)
{
int success = RGL_FAIL;
GLdouble* vertex = pixel;
int columns = idata[0];
Device* device = deviceManager->getAnyDevice();
if ( device ) {
for (int i=0; i<columns; i++) {
gluProject(point[0],point[1],point[2],model,proj,view,
vertex,vertex+1,vertex+2);
vertex[0] /= view[2];
vertex[1] /= view[3];
point +=...
2004 Aug 24
0
rgl installation problems
....2.rh90.i386.rpm ) so I don't know why it
>isn't working for you.
>>Here's what should happen on RH9 (with the latest libpng and gcc in /usr/local/lib)
>>
>>g++ -shared -L/usr/local/lib -o rgl.so x11lib.o x11gui.o types.o math.o fps.o pixmap.o gui.o api.o device.o devicemanager.o rglview.o scene.o
>>glgui.o -L/usr/X11R6/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lpng12 -lz -lm -lstdc++ -lX11 -lXext -lGL -lGLU -lpng12 -lz -lm
>>Note that he had no --shared but did have crt1.o, that is was trying to build a standalone executable and not a shared object...
2010 May 27
11
unistalling gplpv from win7x64 gives BSOD
I have installed the 210 gplpv (debug), when I try to update them with
current gplpv I get a BSOD even so when I try to uninstall them.
Now I have made a bootentry that specifies NOGPLPV, what gives me a
bootable system after such a crash, I found (uninstalling the leftover
driver packages after getting bsod during uninstall of the main package)
that uninstalling the net driver leads to bsod. Now
2006 Jul 20
2
failed installing rgl
...ceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables -c api.cpp -o api.o
In file included from glgui.hpp:9,
from gui.hpp:11,
from rglview.h:10,
from Device.hpp:11,
from DeviceManager.hpp:9,
from api.cpp:14:
opengl.hpp:23:20: error: GL/glu.h: No such file or directory
Disposable.hpp:13: warning: ???struct IDisposeListener??? has virtual functions
but non-virtual destructor
types.h:77: warning: ???class DestroyHandler??? has virtual functions but
non-virtual...
2004 Nov 22
1
Installing rgl in R2.0.1
...d, ignored otherwise
CC: Warning: Option -fno-exceptions passed to ld, if ld is invoked, ignored otherwise
...
erwise
CC: Warning: Option -fno-rtti passed to ld, if ld is invoked, ignored otherwise
CC -G -L/usr/local/lib -o rgl.so x11lib.o x11gui.o types.o math.o fps.o pixmap.o gui.o api.o device.o devicemanager.o rglview.o scene.o glgui.o -L/usr/openwin/lib -L/users/local/lib -R/users/local/lib -lpng12 -lz -lm -lstdc++ -lX11 -lXext -lGL -lGLU -lpng12 -lz -lm
ld: fatal: library -lstdc++: not found
ld: fatal: File processing errors. No output written to rgl.so
*** Error code 1
make: Fatal error: Command...
2007 Feb 19
4
Installing Package rgl - Compilation Fails
...exceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables -c api.cpp -o api.o
In file included from glgui.hpp:9,
from gui.hpp:11,
from rglview.h:10,
from Device.hpp:11,
from DeviceManager.hpp:9,
from api.cpp:14:
opengl.hpp:24:20: error: GL/glu.h: No such file or directory
Disposable.hpp:13: warning: ?struct IDisposeListener? has virtual
functions but non-virtual destructor
types.h:77: warning: ?class DestroyHandler? has virtual functions but
non-virtual destructor...
2011 May 23
3
RGL package installation problem on Centos
...AVE_FREETYPE -Iext/ftgl -I/usr/include/freetype2 -Iext
-I/usr/local/include -g -O2 -fpic -g -O2 -c device.cpp -o device.o
g++ -I/usr/local/lib64/R/include -DHAVE_PNG_H -I/usr/include/libpng12
-DHAVE_FREETYPE -Iext/ftgl -I/usr/include/freetype2 -Iext
-I/usr/local/include -g -O2 -fpic -g -O2 -c devicemanager.cpp -o
devicemanager.o
g++ -I/usr/local/lib64/R/include -DHAVE_PNG_H -I/usr/include/libpng12
-DHAVE_FREETYPE -Iext/ftgl -I/usr/include/freetype2 -Iext
-I/usr/local/include -g -O2 -fpic -g -O2 -c fps.cpp -o fps.o
g++ -I/usr/local/lib64/R/include -DHAVE_PNG_H -I/usr/include/libpng12
-DHAVE_FREET...
2008 Feb 20
1
Compilation error on installing rgl package
...ks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include
-I/System/Library/Frameworks/OpenGL.framework/Headers
-DHAVE_PNG_H -I/usr/local/include/libpng12
-I/usr/X11/include -DDarwin -DNO_GL_PREFIX
-I/usr/X11R6/include -Iext -I/usr/local/include -g
-O2 -fPIC -g -O2 -c devicemanager.cpp -o
devicemanager.o
g++ -arch x86_64
-I/Library/Frameworks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include
-I/System/Library/Frameworks/OpenGL.framework/Headers
-DHAVE_PNG_H -I/usr/local/include/libpng12
-I/usr/X11/include -DDarwin -DNO_GL_PREFIX
-I/usr/X11R6...
2004 Aug 08
2
R packages install problems linux - X not found (WhiteBoxEL 3)
...I/usr/X11R6/include -DHAVE_PNG_H
> -I/usr/include -I/usr/local/include -Wall -pedantic -fno-exceptions
> -fno-rtti -fPIC -O2 -g -march=i386 -mcpu=i686 -c glgui.cpp -o glgui.o
>
> g++ -L/usr/local/lib -o rgl.so x11lib.o x11gui.o types.o math.o fps.o
> pixmap.o gui.o api.o device.o devicemanager.o rglview.o scene.o glgui.o
> -L/usr/X11R6/lib -L/usr/lib -lstdc++ -lX11 -lXext -lGL -lGLU -lpng
> /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/../../../crt1.o(.text+0x18): In
> function `_start':
> : undefined reference to `main'
> x11lib.o(.text+0x84): In function `set_R_hand...
2004 Aug 08
0
FW: R packages install problems linux - X not found (WhiteBoxEL 3)
...++ -I/usr/lib/R/include -I/usr/X11R6/include -DHAVE_PNG_H
-I/usr/include -I/usr/local/include -Wall -pedantic -fno-exceptions
-fno-rtti -fPIC -O2 -g -march=i386 -mcpu=i686 -c glgui.cpp -o glgui.o
g++ -L/usr/local/lib -o rgl.so x11lib.o x11gui.o types.o math.o fps.o
pixmap.o gui.o api.o device.o devicemanager.o rglview.o scene.o glgui.o
-L/usr/X11R6/lib -L/usr/lib -lstdc++ -lX11 -lXext -lGL -lGLU -lpng
/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/../../../crt1.o(.text+0x18): In
function `_start':
: undefined reference to `main'
x11lib.o(.text+0x84): In function `set_R_handler':
/tmp/R.INSTALL....
2012 Jul 26
2
RGL
...-arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/System/Library/Frameworks/OpenGL.framework/Headers -DHAVE_PNG_H -DDarwin -DNO_GL_PREFIX -I/usr/X11R6/include -Iext -I/usr/local/include -g -O2 -fPIC -g -O2 -c devicemanager.cpp -o devicemanager.o
g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/System/Library/Frameworks/OpenGL.framework/Headers -DHAVE_PNG_H -DDarwin -DNO_GL_PREFIX -I/usr/X11R6/include -Iext -I/usr/local/inclu...
2019 Jun 02
3
rgl install for R 3.7
I?ve installed R 3.7.0 on a new laptop running macos 10.14.5 and have managed to get most of my usual packages
to compile from source with a ~/.R/Makevars file that looks like this:
CC=/usr/local/clang8/bin/clang
CXX=/usr/local/clang8/bin/clang++
LDFLAGS=-L/usr/local/clang8/lib
CPPFLAGS=-I/usr/local/clang8/include -I/opt/X11/include/freetype2
FC=/usr/local/gfortran/bin/gfortran
2019 Jun 02
0
rgl install for R 3.7
...BBoxDeco.o Background.o ClipPlane.o Color.o Disposable.o Light.o
LineSet.o LineStripSet.o Material.o NULLgui.o PlaneSet.o PointSet.o
PrimitiveSet.o RenderContext.o Shape.o SphereMesh.o SphereSet.o
SpriteSet.o String.o Surface.o TextSet.o Texture.o Viewpoint.o api.o
assert.o callbacks.o device.o devicemanager.o fps.o ftgl.o geom.o
gl2ps.o glErrors.o glgui.o gui.o init.o par3d.o pixmap.o platform.o
pretty.o render.o rglmath.o rglview.o scene.o select.o subscene.o
win32gui.o win32lib.o x11gui.o x11lib.o -lGLU -lGL -framework GLKit
-framework OpenGL -dylib_file
/System/Library/Frameworks/OpenGL.fram...
2011 Feb 14
0
package rgl installation failure due to png
...Iext -I/usr/local/include -g -O2 -fpic -g -O2
-c device.cpp -o device.o
g++ -I/usr/people/rim/zhangx2s/software/R/lib64/R/include -DHAVE_PNG_H
-I/usr/include/libpng12 -I/usr/X11R6/include -DHAVE_FREETYPE -Iext/ftgl
-I/usr/include/freetype2 -Iext -I/usr/local/include -g -O2 -fpic -g -O2
-c devicemanager.cpp -o devicemanager.o
g++ -I/usr/people/rim/zhangx2s/software/R/lib64/R/include -DHAVE_PNG_H
-I/usr/include/libpng12 -I/usr/X11R6/include -DHAVE_FREETYPE -Iext/ftgl
-I/usr/include/freetype2 -Iext -I/usr/local/include -g -O2 -fpic -g -O2
-c fps.cpp -o fps.o
g++ -I/usr/people/rim/zhangx2s/so...
2006 Jul 12
2
Error install rgl package on linux
...estructor
gui.hpp:56: warning: 'class gui::WindowImpl' has virtual functions but
non-virtual destructor
gui.hpp:90: warning: 'class gui::GUIFactory' has virtual functions but
non-virtual destructor
g++ -shared -L/usr/local/lib -o rgl.so api.o Background.o BBoxDeco.o
Color.o device.o devicemanager.o Disposable.o FaceSet.o fps.o geom.o
gl2ps.o glgui.o gui.o Light.o LineSet.o LineStripSet.o Material.o
math.o osxgui.o osxlib.o par3d.o pixmap.o PointSet.o PrimitiveSet.o
QuadSet.o RenderContext.o render.o rglview.o scene.o select.o Shape.o
SphereMesh.o SphereSet.o SpriteSet.o String.o Surface.o...
2010 Jun 05
1
rgl installation failure
...FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom
-fasynchronous-unwind-tables -fpic -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom
-fasynchronous-unwind-tables -c devicemanager.cpp -o devicemanager.o
g++ -m32 -I/usr/include/R -DHAVE_PNG_H -DHAVE_FREETYPE -Iext/ftgl
-I/usr/include/freetype2 -Iext -I/usr/local/include -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom
-fasynchronous-unwind-tab...
2011 May 18
90
Patches for VGA-Passthrough XEN 4.2 unstable
Hello, I have been working on VGA-passthrough in the last month.
When Xen was at his version 3.5 there was a few patches to make this work for some graphic cards using the patches developed by Han Weidong and posted here (http://lists.xensource.com/archives/html/xen-devel/2009-08/msg01176.html) and the same patches posted file by file are here
2011 May 18
90
Patches for VGA-Passthrough XEN 4.2 unstable
Hello, I have been working on VGA-passthrough in the last month.
When Xen was at his version 3.5 there was a few patches to make this work for some graphic cards using the patches developed by Han Weidong and posted here (http://lists.xensource.com/archives/html/xen-devel/2009-08/msg01176.html) and the same patches posted file by file are here