我想在Ubuntu16.04LTS上安装晶体程序Coot,但似乎只存在14.04和18.04 版本。我试着安装18.04版本,但它开始抱怨缺少的库。我接下来所做的就是将库从coot文件夹复制到/usr/lib中,但现在仍然是这样:
::: DYLD_FALLBACK_LIBRARY_PATH is
/home/neitz/coot-Linux-x86_64-ubuntu-18.04.1-pre-release-gtk2-python/libexec/coot-bin: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not f
当我试图在Ubuntu14.04上安装VMWare工作站时,我会收到以下警告:
(vmware-installer.py): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine"
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
当我忽略这些
我最近安装了Jasperserver和Jaspersoft Studio来使用JasperReports。在创建到我的PostgreSQL数据库的数据库连接并从该数据库构建一个报表之后,我将在Jaspersoft Studio中得到以下警告,我无法解决这个问题。
Build path specifies execution environment JavaSE-1.6. There are no JREs installed in the workspace that are strictly compatible with this environment.
我发现配置没有关联的JRE系统库
我似乎需要四处走动,但我不知道到底该怎么做。看看这里的其他人谁有同样的问题,我已经安装了所有的软件包(我猜)。
leo@leo:~/Public/Tesla Sim Linux - light$ ./Tesla-Sim-Linux.x86
Set current directory to /home/leo/Public/Tesla Sim Linux - light
Found path: /home/leo/Public/Tesla Sim Linux - light/Tesla-Sim-Linux.x86
Mono path[0] = '/home/leo/Public/Tes
我在Linux()中编写了一个C GTK程序,并在Linux mint中用 way.now编译了它。当我单击windows 10中的a.exe文件时,我将a.exe文件发送到我的windows 10计算机上以执行it.but。
the program can't start because <some files that I have listed in notepad in scrennshot> is missing from your computer.try reinstalling the program to fix this problem
我的w
我安装了一个Linux命令行,也就是说,当我安装它时,我选择安装命令行版本。
我希望使用从命令行到弹出对话框等的zenity。我已经安装了zenity,但是当我尝试使用它时,我会得到一个gtk错误:
(zenity:22955): Gtk-WARNING **: cannot open display:
xf_pre_connect: failed to open display:
Please check that the $DISPLAY environment variable is properly set.
难道不能从Linux的命令行安装中获得乐趣吗?
我已经创建了一个应用程序,它通过Haskell中的gi-gtk使用GTK,依赖项由堆栈管理(lts-9.2)。我在Fedora 26上成功地编译了它。然后,我也成功地在其他Linux发行版上执行了二进制文件。
过了一会儿,我想在其他系统(初级操作系统)上编译同样的应用程序。我在项目目录中克隆了名为stack setup的存储库,然后克隆了stack build。它抱怨缺少一些依赖项,所以我安装了它们,最后,我从GHC那里得到了一个关于我自己的代码的错误:
Not in scope: 'GTK.popoverPopdown'
Perhaps you meant one of th