> Well i ran the make here and it was most satisfying to watch it go, > i left it running in background, it was running for quite a while, > when i checked back to see if had finished it had this on screen> > > Info: resolving vtable for __cxxabiv1::__cla > TVN10__cxxabiv117__class_type_infoE (auto-im > Info: resolving vtable for __cxxabiv1::__vmi > ___ZTVN10__cxxabiv121__vmi_class_type_infoE > e:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../ > uto-importing has been activated without --e > ommand line. > This should work unless it involves constant > from auto-imported DLLs.
This is badly cropped, so I can't see all of the error report. However, I think it is referring to a change the gcc/mingw folks are making / have made to the way they handle libs, that may be a problem for us, but is probably OK for now... There was some discussion of this recently in this list, so a search through the archives might turn up something useful. I assume from your other posts that the demo's all work OK, then? > === making documentation === > Formatting src/fltk.man... > /bin/sh: man: command not found > Formatting src/fltk-config.man... > /bin/sh: man: command not found > Formatting src/fluid.man... > /bin/sh: man: command not found > Formatting src/blocks.man... > /bin/sh: man: command not found > Formatting src/checkers.man... > /bin/sh: man: command not found > Formatting src/sudoku.man... > /bin/sh: man: command not found > > pro...@au_vostro200_02 /e/mingw/fltk13 > $ > > So does this mean that something in the documentation could not > be completed but i expecwt everything else is ok? This is attempting to build the unix man pages (that's short for "manual") - since you are running in a posix-like shell (Msys), the makefile assumes you are on a unix-like host so goes ahead and builds the man pages. Which as you have noticed does not work - though if you want to you can add the various man-page tools to your Msys install and it then will work. I doubt that would be all that useful to you though, and a WinXX system. SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

