我正在尝试建立我最近克隆的仓库。
我已经跑过./autogen.sh
。
我尝试运行:
./configure --enable-project=my-proj --prefix=${HOME}/my-dir
configure
然后进行大量检查,然后失败,并显示以下输出:
configure: error: miglayout not installed
如果我执行yum install miglayout
(正在运行RHEL7),则会得到以下信息:
Package miglayout-4.2-5.el7.myproj.7.10.noarch already installed and latest version
Nothing to do
是什么导致configure
看不到我安装的miglayout-4.2-5.el7.myproj.7.10.noarch
软件包满足其对miglayout
的要求?