> Looks like the Makefile macros "MKDIR" and "CP" are not defined. > Workaround is to add: > > MKDIR=mkdir > CP=cp > ..into ./makeinclude e.g. > > # programs we use... > HTMLDOC = > INSTALL = /usr/bin/install -c > LN = ln -s > NROFF = /usr/bin/nroff > RM = rm -f > RMDIR = rm -rf > MKDIR = mkdir <-- ADD THIS > CP = cp <-- ADD THIS > SHELL = /bin/sh > STRIP = strip > > ..and these will be picked up by the xutf8/Makefile, which is > where the build commands are failing. > > I guess the /real/ fixes need to be worked into the > configure/makeinclude.in so they can be defined based > on the platform.
Yes... I think I'll try and adjust the xutf8 Makefile to do its install in the same style as the other 1.1.8 libs, which should avoid this problem. SELEX Sensors and Airborne Systems Limited 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

