Gonzalo wrote:
> I do agree Greg's makefile did not need to be changed, thou.  It is 
> however a bad practice to have a variable called FLTK2CONFIG and need 
> that to be set with different switches, thou.

        I did it that way so that folks could turn off fltk1 or fltk2,
        just by commenting out one of those top lines in the master Makefile,
        or leave them both enabled. README.txt covers that I think.

>>    gga, I think you must have a stale fltk2-config.in file.
>>    I just diffed yours against the current svn; the file you sent
>>    seems to have the LIBS lines missing which is why it works for us:
> 
> Nope.  Try the different fltk2-config switches I sent and you'll see 
> fltk2-config is doing all sorts of crappy stuff.

        I guess submit these as fltk bugs to get them addressed.

        I do see "consistent" results between fltk1 and fltk2, e.g.

% /usr/local/src/fltk-2.0-svn/fltk2-config --libs
/usr/local/src/fltk-2.0-svn/lib/libfltk2.a

% /usr/local/src/fltk-1.1.x-svn/fltk-config --libs
/usr/local/src/fltk-1.1.x-svn/lib/libfltk.a

        ..which might be OK.

        This one certainly looks wrong:

% /usr/local/src/fltk-2.0-svn/fltk2-config --use-images --libs
/usr/local/src/fltk-2.0-svn/lib/libfltk2.a

% /usr/local/src/fltk-1.1.x-svn/fltk-config --use-images --libs
/usr/local/src/fltk-1.1.x-svn/lib/libfltk.a

        ..as I'd expect to see libfltk_images.a in there.

Ian wrote:
>>      Hmm, actually, which Makefile did you build with on mingw?..
>>      If mods were needed, email em to me directly..
> 
> No mods are required - it works fine right out of the box.

        Wow, great.
        I guess I'll add that to the README.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to