Displaying 20 results from an estimated 300 matches similar to: "Problem with configure's detection of glob on 2.6.0 (PR#10468)"
2008 Dec 09
1
errors with compilation
Hi,
i'm trying to compile R on a Cray XT3 using pgi/7.2.1 - CNL (compute
node linux)
The R version is 2.8.0
this is the option
-enable-R-static-lib=yes
--disable-R-shlib
CPICFLAGS=fpic
FPICFLAGS=fpic
CXXPICFLAGS=fpic
SHLIB_LDFLAGS=shared
--with-x=no
SHLIB_CXXLDFLAGS=shared
--disable-BLAS-shlib
CFLAGS="-g -O2 -Kieee"
FFLAGS="-g -O2 -Kieee"
CXXFLAGS="-g -O2
2006 Mar 09
1
R2.2.1-patched build failed with PGI 6.1 on x86-64
Hi All,
While attempting to build R-patched using the Portland Group compiler suite
on our dual Opteron 250 box running Scyld 29cz5 (based on RH, kernel
2.4.29), I get:
make[5]: Leaving directory
`/home/andy/Rbuild/R221-pgi/src/library/tools/src'
make[5]: Entering directory
`/home/andy/Rbuild/R221-pgi/src/library/tools/src'
pgcc -I../../../../include -I/include -I/include/CC -fpic
2006 Mar 10
2
problem building R-patched on x86-64 with PGI 6.1
Dear R-devel,
[I'm not sure if this is appropriate for R-devel. If not, I'm more than
happy to move it to R-help.]
As those of you who saw my post on R-help know, I've been trying to build
R-patched on a dual Opteron box running Scyld Beowulf, using the PGI 6.1
compilers. The build went fine, but I couldn't get it to pass make
check-all. Jennifer Lai, who reported success with
2006 May 11
0
PGI 6.1 compile error
I am trying to compile R-2.3.0 (both first release and patched
2006-05-10) on Red Hat Enterprise Linux AS release 3 (Taroon Update 7)
using the Portland Group compiler version 6.1 and the notes from
Jennifer Lai on p33 of "R Installation and Administration" version 2.3.0
(2006-04-24). I have not used this compiler before, so it is possible
things are messed up more than usual, even
2006 May 18
0
R-devel and PGI 6.0 compile error
I am trying to compile R-devel (R-devel_2006-05-17.tar.gz) on Red Hat
Enterprise Linux AS release 3 (Taroon Update 7) using the Portland Group
compiler 6.0. (I have not yet successful compiled R on this
configuration, so I don't know if this is a new problem.) I get an error
pgcc -L/usr/local/pgi/linux86-64/6.0/libso -L/usr/lib64 -o dftables
dftables.o
../dftables chartables.h
2005 May 30
1
Question about MVect in decode.c
Good day!
Could you please explain me the following:
In case of playback of video stream theora, MS Visual Studio .NET 2003 shows a warning message in every frame about the
usage of not initialized variable MVect in the file decode.c (run-time
check).
In case of key-frames playback no warning appears.
When I disable the run-time check, the video stream plays normally, but it is undesirable.
2005 Aug 23
1
compile R with Portland Group compiler
Hi,
Can anyone advise me on how to compile R with Portland Group
compiler on a Opeteron machine with Red Hat Enterprise Linux WS release
4 installed?
I've edit config.site file to pick portland group compilers instead of
gcc. Here is the list of modified flags:
CC=/usr/pgi/linux86-64/6.0/bin/pgcc
CFLAGS='-g -O2'
CPPFLAGS='-I/usr/pgi/linux86-64/6.0/include
2004 Apr 01
1
Theora MVect not defined in coding mode 0
Just wondering if someone can help me out...
I'm testing the core of my decoder filter (win32)... and when i get into this function:
tatic void DecodeMVectors ( PB_INSTANCE *pbi,ogg_uint32_t SBRows,ogg_uint32_t SBCols )
The decoding mode is 0.
When it attempts to do these lines....
pbi->FragMVect[FragIndex + 1].x = MVect[1].x;pbi->FragMVect[FragIndex + 1].y = MVect[1].y;
2004 Oct 02
2
Theora decode problem
I am trying to write a sample app that uses Theora for encoding/decoding
a network video stream. Unfortunately, I keep running into this error:
Run-Time Check Failure #3 - The variable 'MVect' is being used without
being defined.
It always happens on decryption, line 467 in decode.c. The issue is
that CodingMethod is equal to 5 (CODE_GOLDENFRAME), which doesn't
initialize the
2004 Aug 29
0
theora issues
I did a quick test integration of theora into our engine and ran into a
couple of issues listed below.
.dsp files in the alpha 3 zip are in unix format.
Additional include path for the static theora library project is wrong.
Library relies on libogg - would be nice to have a single zip including
all dependencies.
dumpvideo sample relies on global structures being zero initialized
though does
2004 Aug 29
0
theora a3 issues
I did a quick test integration of theora into our engine and ran into a
couple of issues listed below.
.dsp files in the alpha 3 zip are in unix format.
Additional include path for the static theora library project is wrong.
Library relies on libogg - would be nice to have a single zip including
all dependencies.
dumpvideo sample relies on global structures being zero initialized
though does
2011 Mar 24
1
Various typo in spec
Hi,
I have few questions on the specification.
* Just to understand :
- What is the interest of super blocks ? Is it to save place when
recording coded block flags (7.3) ?
- What is the advantage of using the coded order ? it is more often
easier with raster order (especially to find neighbor in 7.8.1 for
exemple). Is it to simplify the correspondence between block, macro
block
2013 May 11
1
How to repeat 2 functions in succession for 400 times? (microarray data)
Hi,
May be this helps:
?set.seed(24)
?mydata4<- as.data.frame(matrix(sample(1:100,10*38,replace=TRUE),ncol=38))
?dim(mydata4)
#[1] 10 38
?library(matrixStats)
res<-do.call(cbind,lapply(1:400, function(i) {permutation<-sample(mydata4); (rowMeans(permutation[,1:27])-rowMeans(permutation[,28:38]))/(rowSds(permutation[,1:27])+rowSds(permutation[,28:38]))} ))
?dim(res)
#[1]? 10 400
A.K.
2015 Jul 14
3
[PATCH] avoid build fail without COMPOSITE
---
src/nouveau_dri2.c | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/src/nouveau_dri2.c b/src/nouveau_dri2.c
index f22e319..4398559 100644
--- a/src/nouveau_dri2.c
+++ b/src/nouveau_dri2.c
@@ -142,6 +142,7 @@ nouveau_dri2_copy_region2(ScreenPtr pScreen, DrawablePtr pDraw, RegionPtr pRegio
NVPtr pNv = NVPTR(xf86ScreenToScrn(pScreen));
RegionPtr pCopyClip;
2009 Mar 20
12
[Bug 20780] New: nouveau corrupts and crashes on 7800gt when NoAccel= false after a few drawing operations
http://bugs.freedesktop.org/show_bug.cgi?id=20780
Summary: nouveau corrupts and crashes on 7800gt when
NoAccel=false after a few drawing operations
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2009 Jun 12
17
[Bug 22253] New: KMS Nouveau - wfb crash
http://bugs.freedesktop.org/show_bug.cgi?id=22253
Summary: KMS Nouveau - wfb crash
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2001 Mar 20
1
[2.5.2p1] openbsd-compat/glob.c: ARG_MAX not defined, alternative
Hi.
On sparc-sun-sunos4.1.4 (i.e., -DSUNOS4), ARG_MAX is not defined
anywhere, although <sys/limits.h> has the following line:
#define _POSIX_ARG_MAX 4096
This is more a minimum imposed by POSIX than anything else. The
proper solution revolves around this:
========================================================================
bash$ cat > x.c
#include <unistd.h>
2015 Jul 14
2
[PATCH] avoid build fail without COMPOSITE
Well, I don't pretend to know anything about X, but this is the commit
that added the code in question:
commit 297fd0d0755bda698be1d0b30cc60a41d7673c0b
Author: Dave Airlie <airlied at redhat.com>
Date: Tue Oct 16 16:15:16 2012 +1000
nouveau/dri2: fix pixmap/window offset calcs.
This should fix prime rendering under kwin, and not break it under the
others.
2005 Jun 23
2
compiling gap on mac os x
Hi, I am having trouble compiling package gap
http://www.hgmp.mrc.ac.uk/~jzhao/r-progs.htm on Tiger. I have installed
XcodeTools 2.1. The binary version of gap currently available on CRAN
has some bug and is fixed in the latest version.
The message I get from R is below. Any help is greatly appreciated.
best regards,
Kenny Ye
tar: Read 1536 bytes from -
* Installing *source* package
2011 May 20
14
[Bug 37398] New: some applications (like wine) crash nouveau and leave it in an unworkable state
https://bugs.freedesktop.org/show_bug.cgi?id=37398
Summary: some applications (like wine) crash nouveau and leave
it in an unworkable state
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: