Following up.

        Did a little more on this, because I happen to be working
        on something similar.

        In total, I think all these files are missing from the
        CPPFILES section of the src/CMakeList.txt file:

fl_encoding_latin1.cxx
fl_encoding_mac_roman.cxx
fl_utf8.cxx

        ..and these files are missing from the CFILES section:

case.c
fl_utf.c
is_right2left.c
is_spacing.c
keysym2Ucs.c
utf8Input.c
utf8Utils.c
utf8Wrap.c

        So if you add all those to the correct sections of
        src/CMakeList.txt, you can maybe get the FLTK
        libraries and tools to build correctly.

        Other CMakeList.txt files may be out of date as well,
        so your build may still fail somewhere else.. as I
        mentioned, I have no way to test cmake.

        Let us know. If that helps, I can check in the above
        mods for that file.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to