Mat Nieuwenhoven wrote:
> I synced today fltk-1.1 to revision 6791 . When building with Watcom 1.8,
> it complained about a missing multimon.h , which is included from
> screen_xywh.cxx .
multimon.h is part of the Microsoft compiler's SDK (like windows.h)
Probably some new #ifdef'ing needs to be modified to support your
compiler.
Check the #ifdefs that are there in screen_xywh.h and see if you can
turn
off the feature that's enabling that include via the configure command
line,
or try to figure out if your compiler has some kind of equivalent for
multimon.h and suggest a patch.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev