zhaoyanswill / RAPSearch2

Reduced Alphabet based Protein similarity Search
40 stars 15 forks source link

Install .o file missing #18

Open conmeehan opened 9 years ago

conmeehan commented 9 years ago

Hi,

When I am installing RAPSearch2 I get the following output: RAPSearch installer rm -f _.o rapsearch prerapsearch g++ -c -O3 -w HashSearch.cpp -o HashSearch.o -I ./ g++ -c -O3 -w BlastStat.cpp -o BlastStat.o -I ./ g++ -c -O3 -w Seg.cpp -o Seg.o -I ./ g++ -c -O3 -w mergeUnit.cpp -o mergeUnit.o -I ./ g++ -O3 -w -o rapsearch main.cpp HashSearch.o BlastStat.o Seg.o mergeUnit.o -I ./ -L ./ -lboost_serialization -lpthread -lboost_thread -lboost_system -lboostchrono error: unable to open output file 'Src/main-883f12.o': 'Error opening output file 'Src/main-883f12.o': No such file or directory' 1 error generated. make: ** [rapsearch] Error 1 mv: rename Src/rapsearch to bin/rapsearch: No such file or directory mv: rename Src/prerapsearch to bin/prerapsearch: No such file or directory

Executables are now installed under bin/

I am using OSX Mavericks and I installed Boost using brew and copied over the lboost files as needed. Any idea whats going on?

Cheers, Conor

xiaoxu9907 commented 7 years ago

did you solve it? I got the same problem and can't figure it... Could you please help me if you solve it finally?

zhaoyanswill commented 7 years ago

Hi All,

I’m looking into the problem. Could you try to use homebrew to install RAPSearch2? Thanks!

On Sep 3, 2017, at 8:45 AM, xiaoxu9907 notifications@github.com wrote:

did you solve it? I got the same problem and can't figure it... Could you please help me if you solve it finally?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zhaoyanswill/RAPSearch2/issues/18#issuecomment-326802809, or mute the thread https://github.com/notifications/unsubscribe-auth/AETkpzjiJYBGJnWZ_9mc95Rm0EodiqHtks5sep-CgaJpZM4Eqcru.

thh32 commented 5 years ago

I am currently getting the same issue, is it likely to be resolved soon?