On 11/13/11 02:02, Bogdan Stochin wrote:
> A couple of files are missing from the 1.3.0 package
> (tree.cxx, tabs.cxx, resize.cxx, etc) from the IDE\VisualStudio2008 folder.

        Hmm, there shouldn't be any .cxx files in that folder.

        The .cxx files you're mentioning aren't included with fltk;
        they're created during the build process from other files, eg:

                tree.cxx is created by 'fluid' from the file tree.fl,
                tabs.cxx is created by 'fluid' from the file tabs.fl, etc

        When you build fltk, what should happen is the library
        is first built, then fluid is built, then the build should
        invoke fluid to generate {tree.cxx, tabs.cxx, resize.cxx}
        from the respective .fl files. Then it should go on to build
        those test apps.

> Also had to fetch CAIRO source files.

        Yes, Cairo is a large optional external package that's not included
        with fltk, as it has its own release cycles.

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to