【问题标题】:Installation of Transcriber (http://trans.sourceforge.net/en/install.php)转录器的安装 (http://trans.sourceforge.net/en/install.php)
【发布时间】:2020-04-08 03:31:37
【问题描述】:

我在 Ubuntu 中安装 Transcriber 时没有成功。非常困难:s

我按照上面链接的所有步骤进行操作,但无法通过首先安装 tcltk 的这一部分 - ./configure --enable-gcc --enable-shared --prefix=/用户/本地 制作

它不起作用并给出一堆错误。所以我决定在这里搜索并安装 tcltk - Install TCL/TK without root

所以我尝试了代码但它没有再次工作,从这里开始 sudo ./configure --prefix=/opt/tcltk

这是说我在 opt 中没有权限,所以我找到了一种创建 tcltk 文件夹的方法,很好,但是当我输入 sudo 时,它出现了: checking whether to use symlinks for manpages... no checking whether to compress the manpages... no checking whether to add a package name suffix for the manpages... no checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH Seeconfig.log' 了解更多详情。 `

我厌倦了这些家伙,如果你能帮我安装这个,我将非常感激。我对ubuntu了解不多。谢谢!

【问题讨论】:

  • sudo apt install build-essential 将安装编译器。

标签: tcl tk tcltk


【解决方案1】:

没有编译器(和链接器)就无法编译。他们通常对安装在用户目录中不太满意。

sudo apt install build-essential

或者,如果您只想运行 Tcl 代码而不安装,您可以使用KitCreator 来获取您自己的单文件可执行文件。 (是的,那个站点会为你构建一个 While-U-Wait。编写它的人对花哨的 CSS 并不了解,甚至比我还多,但他确实做出了很好的技术部署。)还有其他选择,但它们要么较旧,要么不太易于使用,无法安装编译器等。

【讨论】:

    猜你喜欢
    • 2012-01-16
    • 1970-01-01
    • 1970-01-01
    • 2018-09-18
    • 1970-01-01
    • 1970-01-01
    • 2020-09-01
    • 1970-01-01
    • 2012-04-21
    相关资源
    最近更新 更多