Package Details: blt 2.4z-12

Git Clone URL: https://aur.archlinux.org/blt.git (read-only, click to copy)
Package Base: blt
Description: Adds new commands and widgets to the Tcl interpreter.
Upstream URL: http://blt.sourceforge.net
Licenses: custom
Conflicts: blt_tcl85
Submitter: None
Maintainer: yhfudev
Last Packager: b00rt00s
Votes: 17
Popularity: 0.000000
First Submitted: 2005-09-24 18:23 (UTC)
Last Updated: 2017-06-06 18:18 (UTC)

Dependencies (2)

Required by (3)

Sources (2)

Latest Comments

1 2 3 4 Next › Last »

b00rt00s commented on 2017-05-29 18:17 (UTC)

Ok, I've created new package: https://aur.archlinux.org/packages/blt-git/ The new package works much better for me, so I'm dropping this one. Anyone cane take it. Cheers.

b00rt00s commented on 2017-05-29 15:20 (UTC)

@thillux, thank you very much. I'll take a look at it as soon as I'll find some time.

thillux commented on 2017-05-27 08:43 (UTC)

There has been some recent activity in the original blt repository over at sourceforge: https://sourceforge.net/p/blt/src/ci/master/tree/. You may consider switching the code repo for this package.

b00rt00s commented on 2016-09-13 14:36 (UTC)

I've looked at the problem and I'm searching for solution. It looks like it's a wrong #include statement in bltMath.h, but after fixing this, the linking error occurs.

cyph3r commented on 2016-09-11 12:03 (UTC)

I keep getting this error when trying to build blt from aur. ---------- bltVecObjCmd.c: In function ‘InRange’: bltMath.h:94:21: error: ‘BLT_DBL_EPSILON’ undeclared (first use in this function) #define DBL_EPSILON BLT_DBL_EPSILON ^ bltVecObjCmd.c:892:17: note: in expansion of macro ‘DBL_EPSILON’ if (range < DBL_EPSILON) { ^~~~~~~~~~~ bltMath.h:94:21: note: each undeclared identifier is reported only once for each function it appears in #define DBL_EPSILON BLT_DBL_EPSILON ^ bltVecObjCmd.c:892:17: note: in expansion of macro ‘DBL_EPSILON’ if (range < DBL_EPSILON) { ^~~~~~~~~~~ ---------- Do you know what might be the issue?

aspirogrammer commented on 2016-02-23 06:15 (UTC)

I get the following error: ==> Building and installing package ==> ERROR: license should be an array ==> ERROR: Makepkg was unable to build blt. Adding parentheses around the license should do the trick.

b00rt00s commented on 2013-09-01 17:20 (UTC)

Ok. I've updated the package. P.S. It builds but it doesn't work properly with gsas-expgui-svn + tcl (ver. 8.6) + tk (ver. 8.6). However, I don't know which package is to blame.

<deleted-account> commented on 2013-09-01 16:23 (UTC)

I've made it build on my 64-bit Arch machine again. You may obtain my package from https://github.com/thillux/archlinux-packages.

b00rt00s commented on 2013-07-11 09:57 (UTC)

The biggest problem with blt is that it is unmaintained for years and nobody fixes the errors...