On 16 Feb 2009, at 16:28, Stuart Henderson wrote:
On 2009/02/16 14:52, Richard Bonichon wrote:
Hi
I've attached an update to OCaml 3.11.0 , which is a significant
bump
over our existing 3.0.9 version.
Works here on i386. Testing soon on amd64 only if nobody else does
it.
However shouldn't the line
CONFIGURE_ARGS+=-tkdefs '-I${LOCALBASE}/include/tk8. <-- missing
num here
-I${LOCALBASE}/include/tcl8.4'
be more like
CONFIGURE_ARGS+=-tkdefs '-I${LOCALBASE}/include/tk8.5
-I${LOCALBASE}/include/tcl8.5' (or 8.4)
we now have a tk.port.mk module; please add MODULES=x11/tk and
use CONFIGURE_ARGS+=-I${MODTCL_INCDIR} (and any other variables
which make sense, I haven't checked the update yet).
thanks; just updating and recompiling to test it out. I'll send out
an updated set of diffs shortly (also upgraded findlib as well). I
forgot to cvs add a file in the omake update which Richard spotted
which will be in the new diffs.
The MODTCL_LIBDIR is a bit odd, since the actual C library is
installed in /usr/local/lib and not the subdirectory, so I can't use
it. INCDIR works though.
-anil