SHZ66 / zinba

Automatically exported from code.google.com/p/zinba
1 stars 1 forks source link

Install error #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1) What operating system are you using?
OSX Version 10.9.5

2) What error message was displayed?
inferring 'repos = NULL' from 'pkgs'
* installing *source* package ‘zinba’ ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  
-I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC 
 -Wall -mtune=core2 -g -O2  -c aliType.c -o aliType.o
aliType.c:5:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
static char const rcsid[] = "$Id: aliType.c,v 1.4 2003/05/06 07:33:41 kate Exp 
$";
                  ^
1 warning generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  
-I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC 
 -Wall -mtune=core2 -g -O2  -c alignAdjust.cc -o alignAdjust.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  
-I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC 
 -Wall -mtune=core2 -g -O2  -c analysis.cc -o analysis.o
In file included from analysis.cc:18:
./analysis.h:10:10: fatal error: 'ext/slist' file not found
#include <ext/slist>
         ^
1 error generated.
make: *** [analysis.o] Error 1
ERROR: compilation failed for package ‘zinba’
* removing 
‘/Library/Frameworks/R.framework/Versions/3.2/Resources/library/zinba’
Warning message:
In install.packages("path/zinba_2.02.03.tar.gz") :
  installation of package ‘path/zinba_2.02.03.tar.gz’ had non-zero exit status

3) What was the exact command you used that resulted in the error?
install.packages("path/zinba_2.02.03.tar.gz")

4) Please copy and paste any additional screen output that resulted from
running the command

Original issue reported on code.google.com by shabana....@gmail.com on 14 May 2015 at 10:50

GoogleCodeExporter commented 8 years ago
Can you try installing using:
https://github.com/saketkc/zinba/archive/2.02.04.tar.gz

Original comment by sake...@gmail.com on 24 May 2015 at 9:36

FaezeK commented 7 years ago

I have the same issue on OS X 10.12.2 and installing Zinba from the above link does not help!