Created
September 1, 2014 19:11
-
-
Save barik/722dd3463deaa0e0725b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* installing *source* package 'Matrix' ... | |
** package 'Matrix' successfully unpacked and MD5 sums checked | |
** libs | |
make[3]: Entering directory `/state/partition1/tmp/RtmpCw7v7G/R.INSTALL3227fa892a3/Matrix/src' | |
mpicc -I/home/tbarik/src/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/incl ude -fpic -I/home/tbarik/include -c CHMfactor.c -o CHMfactor.o | |
In file included from CHMfactor.h:4, | |
from CHMfactor.c:2: | |
Mutils.h: In function 'inv_permutation': | |
Mutils.h:270: error: 'for' loop initial declaration used outside C99 mode | |
In file included from Mutils.h:374, | |
from CHMfactor.h:4, | |
from CHMfactor.c:2: | |
t_sparseVector.c: In function 'dsparseVector_sub': | |
t_sparseVector.c:139: error: 'for' loop initial declaration used outside C99 mode | |
In file included from Mutils.h:377, | |
from CHMfactor.h:4, | |
from CHMfactor.c:2: | |
t_sparseVector.c: In function 'isparseVector_sub': | |
t_sparseVector.c:139: error: 'for' loop initial declaration used outside C99 mode | |
In file included from Mutils.h:380, | |
from CHMfactor.h:4, | |
from CHMfactor.c:2: | |
t_sparseVector.c: In function 'lsparseVector_sub': | |
t_sparseVector.c:139: error: 'for' loop initial declaration used outside C99 mode | |
In file included from Mutils.h:383, | |
from CHMfactor.h:4, | |
from CHMfactor.c:2: | |
t_sparseVector.c: In function 'nsparseVector_sub': | |
t_sparseVector.c:139: error: 'for' loop initial declaration used outside C99 mode | |
In file included from Mutils.h:386, | |
from CHMfactor.h:4, | |
from CHMfactor.c:2: | |
t_sparseVector.c: In function 'zsparseVector_sub': | |
t_sparseVector.c:139: error: 'for' loop initial declaration used outside C99 mode | |
make[3]: *** [CHMfactor.o] Error 1 | |
make[3]: Leaving directory `/state/partition1/tmp/RtmpCw7v7G/R.INSTALL3227fa892a3/Matrix/src' | |
ERROR: compilation failed for package 'Matrix' | |
* removing '/home/tbarik/src/R-3.1.1/library/Matrix' | |
make[2]: *** [Matrix.ts] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment