Displaying 7 results from an estimated 7 matches for "xdemo".
Did you mean:
demo
2011 Jan 21
1
glitch in building R package
...etc/i386/Makeconf
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
g++ -I"c:/R/R-2.12.0/include" -O2 -Wall -c XDemo.cpp -o XDemo.o
g++ -I"c:/R/R-2.12.0/include" -O2 -Wall -c XDemo_main.cpp -o XDemo_main
.o
g++ -shared -s -static-libgcc -o FirstPack.dll tmp.def XDemo.o XDemo_main.o -Lc:
/R/R-2.12.0/bin/i386 -lR
installing to c:/R/R-2.12.0/library/FirstPack/libs/i386
** R
** data
Warning: empty...
2009 Apr 01
1
problems with package tutorial
...oblem. Hopefully it won't
get sent out weirdly like it did earlier. ? The link to what I'm trying to
follow is
http://www.stat.columbia.edu/~gelman/stuff_for_blog/AlanRPackageTutorial.pdf
? I've been going through the tutorial but when I got to page 9 and did
R CMD SHLIB Xdemo.cc Xdemo_main.cc -o Xdemo.dll
I got the following error:
XDemo_res.rc:15:38: warning: missing terminating " character
XDemo_res.rc:23:34: warning: missing terminating ' character
c:\mark\research\Rtools\MinGW\bin\windres.exe: XDemo_res.rc:16: syntax error
Then XDemo_res.rc f...
2009 Mar 31
1
error when going through Alan Lenarcic's package Tutorial
Hi Everyone: I've been going through Alan Lenarcic's package tutorial but
when I did
R CMD SHLIB Xdemo.cc Xdemo_main.cc -o Xdemo.dll
I got the following error:
XDemo_res.rc:15:38: warning: missing terminating " character
XDemo_res.rc:23:34: warning: missing terminating ' character
c:\mark\research\Rtools\MinGW\bin\windres.exe: XDemo_res.rc:16: syntax error
make: *** [XDemo...
2010 Jan 29
2
swap control
...drirc/driconf still valid with dri2 ?
2) is it supported by mesa/gallium ? and nouveau ?
It looks like there were some related changes with dri2.2 but that
might not concern SGI/MESA swap_control extensions.
http://lists.x.org/archives/xorg-devel/2009-October/003209.html
Anyway when running progs/xdemos/glxswapcontrol with softpipe, I get
the following message :
Unable to set swap-interval. Neither GLX_SGI_swap_control nor
GLX_MESA_swap_control are supported.
And I do not get when using nouveau, so it seems these extensions are
announced but not supported.
Another mystery : right after the dri...
2008 Feb 15
0
Patch to fix latest mesa git undefined symbol
...'s beyond my
current code expertise to know if it can be copypasted. I would appreciate
comments or questions on why this patch is needed.
Also, if you still get "Direct Rendering: No" after applying the patch, here
is a way to debug more:
export LIBGL_DEBUG=verbose
mesa-git/progs/xdemos/glxinfo
It will tell you why Direct Rendering failed.
I like the project and I hope to work on 3D a bit with my nv15 and nv43.
There's a lot of sample mesa programs that work partially or not at all. I
appreciate all the hard work the team has put into this. Making 3D work for
brave tester...
2009 Aug 13
9
[Bug 23291] New: A slight problem in the NV50 nouveau driver in Mesa
http://bugs.freedesktop.org/show_bug.cgi?id=23291
Summary: A slight problem in the NV50 nouveau driver in Mesa
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: minor
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2011 Jan 22
0
how to call BayesX in R to see the graph
....0/etc/i386/Makeconf
CYGWIN environment variable option "nodosfilewarning" turns off this
warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
g++ -I"c:/R/R-2.12.0/include" -O2 -Wall -c XDemo.cpp -o XDemo.o
g++ -I"c:/R/R-2.12.0/include" -O2 -Wall -c XDemo_main.cpp -o
XDemo_main
.o
g++ -shared -s -static-libgcc -o FirstPack.dll tmp.def XDemo.o XDemo_main.o
-Lc:
/R/R-2.12.0/bin/i386 -lR
installing to c:/R/R-2.12.0/library/FirstPack/libs/i386
** R
** data
Warning: empty...