MacArthur, Ian (SELEX GALILEO, UK) wrote:
> Are you still building the test program with your Makefile? Or did you
> try building it just using fltk2-config...
> 
>       fltk2-config --compile mycode.cxx

        FWIW, I used his exact g++ command and it compiled+ran fine
        here on my ubuntu 8.04 machine (I had to add -lXcursor to prevent that
        new error the new fltk2.x is giving, which seems unrelated)

> Also, might be worth trying a fltk-1.3 version and see what it does, for
> comparison. 

        I think he's stuck in 2.x because of his use of dillo2 (in the OP).

        Eric: a shot in the dark:

                Do you have any language/locale specific environment variables
                configured?

        If so, try unsetting them in one of your shell windows, and then
        running the test app.. see if that makes it work.

        If it does, it might be your locale/lang variables are affecting
        the strncasecmp() that is in the fltk::font() lookup code,
        such that it's preventing the font lookup from working right.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to