tba123 / rna-star

Automatically exported from code.google.com/p/rna-star
0 stars 0 forks source link

Error while compiling with make on cygwin 2.831 #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download STAR_2.3.1q.tgz
2. Start cygwin 2.831
3. Extract and use command make in the folder STAR_2.3.1q

What is the expected output? What do you see instead?
I wanted to compile STAR_2.3.1q with the command make, but it produced the 
following error:
Genome.cpp:218:57: Fehler: »SHM_NORESERVE« was not declared in this scope

What version of the product are you using? On what operating system?
STAR_2.3.1q with cygwin 2.831

Please provide any additional information below.
Unfortunately my system language is in german, but I attached the whole error 
message and hope it helps. I am aware that cygwin is not supported officially, 
but I hoped maybe someone could help regardless as long as I must rely on 
cygwin.

Original issue reported on code.google.com by g.mc...@googlemail.com on 5 Mar 2014 at 10:34

Attachments:

GoogleCodeExporter commented 9 years ago
That is defined in IncludeDefine.h. Remove the COMPILE_FOR_MAC ifdef or change 
it to #ifdef __CYGWIN__ 

Original comment by benmarkf...@gmail.com on 15 Jun 2015 at 2:16