Hi everyone, I am trying to install UMAKE following this instruction http://genome.sph.umich.edu/wiki/UMAKE#Download_UMAKE
I got this message:
Please tell me how to fix it. Thanks in advance!
I got this message:
Code:
Assembler messages:
Fatal error: can't create obj/Chromosome.o: Permission denied
In file included from GenomeSequence.h:34:0,
from Chromosome.h:4,
from Chromosome.cpp:2:
MemoryMapArray.h: In member function ‘int MemoryMapArray<elementT, indexT, cookieVal, versionVal, accessorFunc, setterFunc, elementCount2BytesFunc, arrayHeaderClass>::create(const char*, indexT, int)’:
MemoryMapArray.h:230:47: error: there are no arguments to ‘gethostname’ that depend on a template parameter, so a declaration of ‘gethostname’ must be available [-fpermissive]
MemoryMapArray.h:230:47: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
Comment