Can't compile spats (SHAPE-SEQ analysis pipeline)
1
0
Entering edit mode
9.7 years ago

I am trying to compile spats on a 64-bit ubuntu machine.

I have boost libraries installed and ./configure does not complain.

However, when the compilation fails with error: 'feof' was not declared in this scope message.

Anybody compiled this package successfully? What am I missing?

SHAPE-Seq shape-seq rna RNA • 1.8k views
ADD COMMENT
0
Entering edit mode
9.7 years ago
pld 5.1k

Looks like somewhere in the source a file is missing cstdio, you may want to write the author about this.

ADD COMMENT
0
Entering edit mode

That's what I gathered from googling around but when I add #include <cstdio> to the top of the reads.cpp file I get this in another file: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]

Wrong compilation flag? Sorry, cpp is not really my cup of tea...

ADD REPLY
0
Entering edit mode

I'm not sure, I'd try and contact the authors. I'd like to know if this works, we have an interest in SHAPE.

ADD REPLY

Login before adding your answer.

Traffic: 1941 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6