Hello. I wanted to let know about that when I attempted to compile from the sources the ezremaster, I had recieved following g++ errors:
ezremaster.cxx: In function ‘void button_callback(Fl_Widget*, void*)’:
ezremaster.cxx:29:22: error: ‘unlink’ was not declared in this scope
unlink("scm.lst");
^
ezremaster.cxx:19:37: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system("gunzip info.lst.gz");
^
ezremaster.cxx:21:33: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system("rm -f info.lst");
^
ezremaster.cxx:34:49: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system("gunzip -c scm.lst.gz > scm.lst");
^
ezremaster.cxx:127:46: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system("rm -f /tmp/tmp_onboot.lst");
^
ezremaster.cxx:205:47: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system("rm -f /tmp/tmp_scmboot.lst");
^
ezremaster.cxx: In function ‘void make_iso_step1()’:
ezremaster.cxx:261:26: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system(command.c_str());
^
ezremaster.cxx:336:27: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system(command.c_str());
^
ezremaster.cxx: In function ‘void cb_extract_output(Fl_Output*, void*)’:
ezremaster.cxx:667:24: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system(command.c_str());
^
ezremaster.cxx: In function ‘void cb_image_output(Fl_Output*, void*)’:
ezremaster.cxx:659:24: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system(command.c_str());
^
Please fix it asap. Thanks