dincarnato / SHAPEwarp

SHAPE-guided RNA structural homology search
GNU General Public License v3.0
9 stars 0 forks source link

This happened when I trying to compile #1

Closed sfsdfd62 closed 2 years ago

sfsdfd62 commented 2 years ago

Unknown file type: ffi/Cargo.toml at /usr/local/lib/x86_64-linux-gnu/perl/5.30.0/FFI/Build/MM.pm line 149. Could you help me with it? I offer my sincerest thanks to you !

dincarnato commented 2 years ago

Dear sfsdfd62,

this error comes from the FFI::Platypus Perl module. I have a hunch... did you forget to install FFI::Platypus::Lang::Rust?

Danny

sfsdfd62 commented 2 years ago

Dear dincarnato,

Thank you for your reply. I checked my installation, and it seems that my FFI::Platypus::Lang::Rust has been updated to the newest version. And when I tried to run "make test ", this pops up.(Compiling procedure seems went fine)

image

I am just a undergraduate and never expected receiving reply from people like you. Again I offer my heart-felt thanks. This really means a lot to me.

sfsdfd62

dincarnato commented 2 years ago

Dear sfsdfd62,

the screenshot you shared suggests that the issue is connected with the fact that you did not install the RNA Framework (or, that you did not add the path to RNA Framework's "lib/" folder to your PERL5LIB).

Danny

dincarnato commented 2 years ago

Dear sfsdfd62,

can I assume you solved the issue?

Danny