g++ -std=gnu++98 -Wall -I. -I. -Isamtools-1.3/htslib-1.3 -O3 -c -o extractRef.o extractRef.cpp
extractRef.cpp:1:17: fatal error: cstdio: No such file or directory
#include<cstdio>
^
compilation terminated.
make: *** [extractRef.o] Error 1
Somebody could help me ?
Thank you in advance,
Jean
Thank you for your quick answer.
I have the latest version of xcode installed (7.2.1). Recently, I experienced some compilation troubles due to clang Apple compiler. On the last program, I solved the problem by typing "export cc=clang", however it did not work for RSEM.
Best,
Jean
extractRef.cpp:1:17: fatal error: cstdio: No such file or directory
#include<cstdio>
^
compilation terminated.
make: *** [extractRef.o] Error 1
cd EBSeq && /Library/Developer/CommandLineTools/usr/bin/make all
./install
Le chargement a nécessité le package : blockmodeling
Le chargement a nécessité le package : gplots
Attachement du package : ‘gplots’
The following object is masked from ‘package:stats’:
lowess
Le chargement a nécessité le package : testthat
Le chargement a nécessité le package : methods
EBSeq v1.10.0 already exists.
It seems that it is correctly install but there is no rsem-run-ebseq command.
Best,
Jean