FedeDP / ncursesFM

Ncurses File Manager for linux
GNU General Public License v3.0
85 stars 2 forks source link

Error compiling under Xubuntu 16.04 #19

Closed JujuLand closed 7 years ago

JujuLand commented 7 years ago

Hi,

after having installed the required packets, I have this error:

annie@xubuntu-IMEDIA:/opt/TuxPrograms/trunks/ncurseFM$ make fm.c: In function \u2018recursive_copy\u2019: fm.c:408:13: error: \u2018len\u2019 undeclared (first use in this function) len = read(fd_from, buff, sizeof(buff)); ^ fm.c:408:13: note: each undeclared identifier is reported only once for each function it appears in makefile:93 : la recette pour la cible « objects » a échouée make: *** [objects] Erreur 1

Where do I failed ?

Thanks A+

FedeDP commented 7 years ago

Thanks for reporting this issue. I found the error and will fix as soon as possible :)