Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while compiling with make on cygwin 2.831 #18

Open
GoogleCodeExporter opened this issue Jan 26, 2016 · 1 comment
Open

Error while compiling with make on cygwin 2.831 #18

GoogleCodeExporter opened this issue Jan 26, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 5 Mar 2014 at 10:34

Attachments:

@GoogleCodeExporter
Copy link
Author

That is defined in IncludeDefine.h. Remove the COMPILE_FOR_MAC ifdef or change 
it to #ifdef __CYGWIN__ 

Original comment by [email protected] on 15 Jun 2015 at 2:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant