Hi, I am a newbie and trying to build the solution that comes bundled with the FLTK tar.gz file. Selecting the Build option does not build the solution and results in several errors which are given below:
1>c1 : fatal error C1083: Cannot open source file: '..\..\zlib\gzio.c': No such file or directory 8>LINK : fatal error LNK1181: cannot open input file 'E:\cpp_libs\fltk-1.3.x-r8501\lib\fltkzlibd.lib' 12>c1xx : fatal error C1083: Cannot open source file: '..\..\test\tree.cxx': No such file or directory 17>LINK : fatal error LNK1181: cannot open input file 'E:\cpp_libs\fltk-1.3.x-r8501\lib\fltkzlibd.lib' 37>LINK : fatal error LNK1181: cannot open input file 'E:\cpp_libs\fltk-1.3.x-r8501\lib\fltkzlibd.lib' 42>LINK : fatal error LNK1181: cannot open input file 'E:\cpp_libs\fltk-1.3.x-r8501\lib\fltkzlibd.lib' 48>c1xx : fatal error C1083: Cannot open source file: '..\..\test\valuators.cxx': No such file or directory 49>c1xx : fatal error C1083: Cannot open source file: '..\..\test\tabs.cxx': No such file or directory 50>c1xx : fatal error C1083: Cannot open source file: '..\..\test\resize.cxx': No such file or directory 51>c1xx : fatal error C1083: Cannot open source file: '..\..\test\radio.cxx': No such file or directory 52>c1xx : fatal error C1083: Cannot open source file: '..\..\test\preferences.cxx': No such file or directory 53>..\..\test\mandelbrot.cxx(28): fatal error C1083: Cannot open include file: 'mandelbrot_ui.h': No such file or directory 54>c1xx : fatal error C1083: Cannot open source file: '..\..\test\inactive.cxx': No such file or directory 53>c1xx : fatal error C1083: Cannot open source file: '..\..\test\mandelbrot_ui.cxx': No such file or directory 60>c1xx : fatal error C1083: Cannot open source file: '..\..\test\fast_slow.cxx': No such file or directory 59>LINK : fatal error LNK1181: cannot open input file 'E:\cpp_libs\fltk-1.3.x-r8501\lib\fltkzlibd.lib' 61>LINK : fatal error LNK1181: cannot open input file 'E:\cpp_libs\fltk-1.3.x-r8501\test\fltkdlld.lib' 65>..\..\test\CubeMain.cxx(30): fatal error C1083: Cannot open include file: 'CubeViewUI.h': No such file or directory 65>c1xx : fatal error C1083: Cannot open source file: '..\..\test\CubeViewUI.cxx': No such file or directory 79>LINK : fatal error LNK1181: cannot open input file 'E:\cpp_libs\fltk-1.3.x-r8501\lib\fltkzlibd.lib' ========== Build: 59 succeeded, 20 failed, 0 up-to-date, 0 skipped ========== I do appreciate any help in this respect. Sincerely/Asif _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

