can't use pastebin, ¿mind to upload it to github? also, paste your build command |
C16_main.cpp:1:9: fatal error: ../../lib_files/Lines_window_2.h: No such file or directory fltk.h:13:10: fatal error: Fl/Fl_JPEG_Image.H: No such file or directory My_Graph_lib.cpp:1:10: fatal error: My_Graph_lib.h: No such file or directory |
Menu(Point xy, int w, int h, Kind kk, const string& s);
doesn't exist.C16_main.cpp:1:9: fatal error: ../../lib_files/Lines_window_2.h: No such file or directory fltk.h:13:10: fatal error: Fl/Fl_JPEG_Image.H: No such file or directory My_Graph_lib.cpp:1:10: fatal error: My_Graph_lib.h: No such file or directory |
about your unresolved reference error http://www.cplusplus.com/forum/general/113904/ it complains that the implementation of Menu(Point xy, int w, int h, Kind kk, const string& s); doesn't exist.that function is commented out in GUI.cpp lines 55--58, ¿why? |