tba123 / rna-star

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

Mac OSX compile problem #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I get this error using g++-4.9:

Genome.cpp:218:57: error: 'SHM_NORESERVE' was not declared in this scope
             shmID = shmget(shmKey, shmSize, IPC_CREAT | SHM_NORESERVE | 0666); //        shmID = shmget(shmKey, shmSize, IPC_CREAT | SHM_NORESERVE | SHM_HUGETLB | 0666);
                                                         ^
make: *** [Genome.o] Error 1

Original issue reported on code.google.com by gregor....@gmail.com on 22 Feb 2014 at 12:28

GoogleCodeExporter commented 9 years ago
For Mac OSX you need to compile with 'make STARforMac' - this problem should 
then disappear.

Please post your questions in the STAR forum 
https://groups.google.com/d/forum/rna-star for a faster reply.

Original comment by adobin@gmail.com on 25 Feb 2014 at 10:27