alachins / raisd

RAiSD: software to detect positive selection based on multiple signatures of a selective sweep and SNP vectors
33 stars 13 forks source link

Compilation issue #47

Open glaudelrio opened 9 months ago

glaudelrio commented 9 months ago

Hi, I have used RAiSD in the past, but now I am facing issues when trying to compile it in my new computer. I followed the tips with gel, and I have it now (version 2.7.1), installed locally and right path assigned. However I am still facing the following error:

Compiling: sources/RAiSD_Support.c -> build/release/RAiSD_Support.o sources/RAiSD_Support.c:45:29: error: invalid output constraint '=a' in asm asm volatile("rdtsc" : "=a" (a), "=d" (d)); ^

Any tips on how to solve it? Thank you

alachins commented 8 months ago

Hi. You can try to comment out line 45 in file sources/RAiSD_Support.c by adding // in the front. Nikos A.