Alternatively try using the attached patch
from the Fedora 12 blt srpm. It looks like
a true fix. Cheers.
Jack
--- src/bltInit.c.orig 2008-03-17 18:42:09.000000000 -0700
+++ src/bltInit.c 2008-03-17 18:43:05.000000000 -0700
@@ -415,7 +415,7 @@
* Check that the versions of Tcl that have been loaded are
* the same ones that BLT was compiled against.
*/
- if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, EXACT) == NULL) {
+ if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 0) == NULL) {
return TCL_ERROR;
}
/* Set the "blt_version", "blt_patchLevel", and "blt_libPath"
Tcl
------------------------------------------------------------------------------
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-devel mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel