From: Youhanna S. D. Ph.D. <ysa...@gm...> - 2019-03-07 16:11:56
|
Hello, I'm trying to install the mummer 4 beta under cygwin 64. and when i do "Make" the "make Install" there are error message reported below. could anyone please help me with this? also. how would i know that software installed properly regards John make makeall-am make[1]: Entering directory '/home/mummer-4.0.0beta2' CXXsrc/tigr/tigrinc.lo *src/tigr/tigrinc.cc:*In function ‘*FILE* File_Open(const char*, const char*)*’: *src/tigr/tigrinc.cc:19:14:*error: ‘*fileno*’ was not declared in this scope if(isatty(fileno(fp))) ^~~~~~ *src/tigr/tigrinc.cc:19:14:*note: suggested alternative: ‘*mblen*’ if(isatty(fileno(fp))) ^~~~~~ mblen make[1]: *** [Makefile:1861: src/tigr/tigrinc.lo] Error 1 make[1]: Leaving directory '/home/mummer-4.0.0beta2' make: *** [Makefile:1074: all] Error 2 makeinstall-am make[1]: Entering directory '/home/mummer-4.0.0beta2' CXXsrc/tigr/tigrinc.lo *src/tigr/tigrinc.cc:*In function ‘*FILE* File_Open(const char*, const char*)*’: *src/tigr/tigrinc.cc:19:14:*error: ‘*fileno*’ was not declared in this scope if(isatty(fileno(fp))) ^~~~~~ *src/tigr/tigrinc.cc:19:14:*note: suggested alternative: ‘*mblen*’ if(isatty(fileno(fp))) ^~~~~~ mblen make[1]: *** [Makefile:1861: src/tigr/tigrinc.lo] Error 1 make[1]: Leaving directory '/home/mummer-4.0.0beta2' make: *** [Makefile:2600: install] Error 2 |