事象内容
Poedit をインストールするために、./configure コマンドを実行すると下記メッセージのエラーがでる。
configure: error:
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
‘wx-config –unicode –libs’ command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets is version 2.8.0 or above,
with Unicode build available.
[root@localhost poedit-1.5.7]# ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking for install location... /usr/local checking for gawk... (cached) gawk checking whether ln -s works... yes checking for ranlib... ranlib checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... gcc3 checking for wx-config... no configure: error: Please check that wx-config is in path, the directory where wxWidgets libraries are installed (returned by 'wx-config --unicode --libs' command) is in LD_LIBRARY_PATH or equivalent variable and wxWidgets is version 2.8.0 or above, with Unicode build available. [root@localhost poedit-1.5.7]#
解決方法
wxWidgets がインストールされていないことが原因であるため、wxWidgets のパッケージをインストールします。wxWidgets がインストール済みで上記エラーとなる場合には、別の原因である可能性があります。
まず、wxWidgets で必要となるソフトウェア開発環境のツール( Development Tools)、コンパイラとライブラリ( gcc、libtoo、make、libjpeg、libpng、libtiff、SDL、gtk2、gtk+-devel、gtk2-devel )をインストールします。
[root@localhost ~]# yum groupinstall -y "Development Tools" 読み込んだプラグイン:fastestmirror, langpacks There is no installed groups file. Maybe run: yum groups mark convert (see man yum) Loading mirror speeds from cached hostfile * base: ftp.riken.jp * epel: ftp.riken.jp * extras: ftp.riken.jp * updates: ftp.riken.jp 依存性の解決をしています There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help). --> トランザクションの確認を実行しています。 ---> パッケージ autoconf.noarch 0:2.69-11.el7 を インストール --> 依存性の処理をしています: m4 >= 1.4.14 のパッケージ: autoconf-2.69-11.el7.noarch ---> パッケージ automake.noarch 0:1.13.4-3.el7 を インストール --> 依存性の処理をしています: perl(Thread::Queue) のパッケージ: automake-1.13.4-3.el7.noarch --> 依存性の処理をしています: perl(TAP::Parser) のパッケージ: automake-1.13.4-3.el7.noarch ---> パッケージ bison.x86_64 0:3.0.4-2.el7 を インストール ---> パッケージ byacc.x86_64 0:1.9.20130304-3.el7 を インストール ---> パッケージ cscope.x86_64 0:15.8-10.el7 を インストール ---> パッケージ ctags.x86_64 0:5.8-13.el7 を インストール ---> パッケージ diffstat.x86_64 0:1.57-4.el7 を インストール ---> パッケージ doxygen.x86_64 1:1.8.5-3.el7 を インストール ---> パッケージ flex.x86_64 0:2.5.37-6.el7 を インストール ---> パッケージ gcc-gfortran.x86_64 0:4.8.5-36.el7 を インストール --> 依存性の処理をしています: libquadmath-devel = 4.8.5-36.el7 のパッケージ: gcc-gfortran-4.8.5-36.el7.x86_64 --> 依存性の処理をしています: libquadmath = 4.8.5-36.el7 のパッケージ: gcc-gfortran-4.8.5-36.el7.x86_64 --> 依存性の処理をしています: libgfortran = 4.8.5-36.el7 のパッケージ: gcc-gfortran-4.8.5-36.el7.x86_64 --> 依存性の処理をしています: libgfortran.so.3()(64bit) のパッケージ: gcc-gfortran-4.8.5-36.el7.x86_64 ---> パッケージ indent.x86_64 0:2.2.11-13.el7 を インストール ---> パッケージ intltool.noarch 0:0.50.2-7.el7 を インストール --> 依存性の処理をしています: perl(XML::Parser) のパッケージ: intltool-0.50.2-7.el7.noarch --> 依存性の処理をしています: gettext-devel のパッケージ: intltool-0.50.2-7.el7.noarch ---> パッケージ libtool.x86_64 0:2.4.2-22.el7_3 を インストール ---> パッケージ patch.x86_64 0:2.7.1-10.el7_5 を インストール ---> パッケージ patchutils.x86_64 0:0.3.3-4.el7 を インストール ---> パッケージ rcs.x86_64 0:5.9.0-5.el7 を インストール ---> パッケージ redhat-rpm-config.noarch 0:9.1.0-87.el7.centos を インストール --> 依存性の処理をしています: dwz >= 0.4 のパッケージ: redhat-rpm-config-9.1.0-87.el7.centos.noarch --> 依存性の処理をしています: perl-srpm-macros のパッケージ: redhat-rpm-config-9.1.0-87.el7.centos.noarch ---> パッケージ rpm-build.x86_64 0:4.11.3-35.el7 を インストール --> 依存性の処理をしています: rpm = 4.11.3-35.el7 のパッケージ: rpm-build-4.11.3-35.el7.x86_64 ---> パッケージ rpm-sign.x86_64 0:4.11.3-35.el7 を インストール --> 依存性の処理をしています: rpm-build-libs(x86-64) = 4.11.3-35.el7 のパッケージ: rpm-sign-4.11.3-35.el7.x86_64 ---> パッケージ subversion.x86_64 0:1.7.14-14.el7 を インストール --> 依存性の処理をしています: subversion-libs(x86-64) = 1.7.14-14.el7 のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_wc-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_subr-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_repos-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_ra_svn-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_ra_neon-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_ra_local-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_ra-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_fs_util-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_fs_fs-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_fs_base-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_fs-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_diff-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_delta-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libsvn_client-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libaprutil-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 --> 依存性の処理をしています: libapr-1.so.0()(64bit) のパッケージ: subversion-1.7.14-14.el7.x86_64 ---> パッケージ swig.x86_64 0:2.0.10-5.el7 を インストール ---> パッケージ systemtap.x86_64 0:3.3-3.el7 を インストール --> 依存性の処理をしています: systemtap-devel = 3.3-3.el7 のパッケージ: systemtap-3.3-3.el7.x86_64 --> 依存性の処理をしています: systemtap-client = 3.3-3.el7 のパッケージ: systemtap-3.3-3.el7.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ apr.x86_64 0:1.4.8-3.el7_4.1 を インストール ---> パッケージ apr-util.x86_64 0:1.5.2-6.el7 を インストール ---> パッケージ dwz.x86_64 0:0.11-3.el7 を インストール ---> パッケージ gettext-devel.x86_64 0:0.19.8.1-2.el7 を インストール --> 依存性の処理をしています: gettext-common-devel = 0.19.8.1-2.el7 のパッケージ: gettext-devel-0.19.8.1-2.el7.x86_64 ---> パッケージ libgfortran.x86_64 0:4.8.5-36.el7 を インストール ---> パッケージ libquadmath.x86_64 0:4.8.5-36.el7 を インストール ---> パッケージ libquadmath-devel.x86_64 0:4.8.5-36.el7 を インストール ---> パッケージ m4.x86_64 0:1.4.16-10.el7 を インストール ---> パッケージ perl-Test-Harness.noarch 0:3.28-3.el7 を インストール ---> パッケージ perl-Thread-Queue.noarch 0:3.02-2.el7 を インストール ---> パッケージ perl-XML-Parser.x86_64 0:2.41-10.el7 を インストール ---> パッケージ perl-srpm-macros.noarch 0:1-8.el7 を インストール ---> パッケージ rpm.x86_64 0:4.11.3-32.el7 を 更新 --> 依存性の処理をしています: rpm = 4.11.3-32.el7 のパッケージ: rpm-libs-4.11.3-32.el7.x86_64 --> 依存性の処理をしています: rpm = 4.11.3-32.el7 のパッケージ: rpm-python-4.11.3-32.el7.x86_64 ---> パッケージ rpm.x86_64 0:4.11.3-35.el7 を アップデート ---> パッケージ rpm-build-libs.x86_64 0:4.11.3-32.el7 を 更新 ---> パッケージ rpm-build-libs.x86_64 0:4.11.3-35.el7 を アップデート ---> パッケージ subversion-libs.x86_64 0:1.7.14-14.el7 を インストール ---> パッケージ systemtap-client.x86_64 0:3.3-3.el7 を インストール --> 依存性の処理をしています: systemtap-runtime = 3.3-3.el7 のパッケージ: systemtap-client-3.3-3.el7.x86_64 --> 依存性の処理をしています: mokutil のパッケージ: systemtap-client-3.3-3.el7.x86_64 ---> パッケージ systemtap-devel.x86_64 0:3.3-3.el7 を インストール --> トランザクションの確認を実行しています。 ---> パッケージ gettext-common-devel.noarch 0:0.19.8.1-2.el7 を インストール ---> パッケージ mokutil.x86_64 0:15-1.el7.centos を インストール --> 依存性の処理をしています: libefivar.so.1(libefivar.so.0)(64bit) のパッケージ: mokutil-15-1.el7.centos.x86_64 --> 依存性の処理をしています: libefivar.so.1(LIBEFIVAR_0.24)(64bit) のパッケージ: mokutil-15-1.el7.centos.x86_64 --> 依存性の処理をしています: libefivar.so.1()(64bit) のパッケージ: mokutil-15-1.el7.centos.x86_64 ---> パッケージ rpm-libs.x86_64 0:4.11.3-32.el7 を 更新 ---> パッケージ rpm-libs.x86_64 0:4.11.3-35.el7 を アップデート ---> パッケージ rpm-python.x86_64 0:4.11.3-32.el7 を 更新 ---> パッケージ rpm-python.x86_64 0:4.11.3-35.el7 を アップデート ---> パッケージ systemtap-runtime.x86_64 0:3.2-8.el7_5 を 更新 ---> パッケージ systemtap-runtime.x86_64 0:3.3-3.el7 を アップデート --> トランザクションの確認を実行しています。 ---> パッケージ efivar-libs.x86_64 0:36-11.el7 を インストール --> 依存性解決を終了しました。 依存性を解決しました ================================================================================================== Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================================== Installing for group install "開発ツール": autoconf noarch 2.69-11.el7 base 701 k automake noarch 1.13.4-3.el7 base 679 k bison x86_64 3.0.4-2.el7 base 674 k byacc x86_64 1.9.20130304-3.el7 base 65 k cscope x86_64 15.8-10.el7 base 203 k ctags x86_64 5.8-13.el7 base 155 k diffstat x86_64 1.57-4.el7 base 35 k doxygen x86_64 1:1.8.5-3.el7 base 3.6 M flex x86_64 2.5.37-6.el7 base 293 k gcc-gfortran x86_64 4.8.5-36.el7 base 6.7 M indent x86_64 2.2.11-13.el7 base 150 k intltool noarch 0.50.2-7.el7 base 59 k libtool x86_64 2.4.2-22.el7_3 base 588 k patch x86_64 2.7.1-10.el7_5 base 110 k patchutils x86_64 0.3.3-4.el7 base 104 k rcs x86_64 5.9.0-5.el7 base 230 k redhat-rpm-config noarch 9.1.0-87.el7.centos base 81 k rpm-build x86_64 4.11.3-35.el7 base 147 k rpm-sign x86_64 4.11.3-35.el7 base 48 k subversion x86_64 1.7.14-14.el7 base 1.0 M swig x86_64 2.0.10-5.el7 base 1.3 M systemtap x86_64 3.3-3.el7 base 148 k 依存性関連でのインストールをします: apr x86_64 1.4.8-3.el7_4.1 base 103 k apr-util x86_64 1.5.2-6.el7 base 92 k dwz x86_64 0.11-3.el7 base 99 k efivar-libs x86_64 36-11.el7 base 88 k gettext-common-devel noarch 0.19.8.1-2.el7 base 410 k gettext-devel x86_64 0.19.8.1-2.el7 base 320 k libgfortran x86_64 4.8.5-36.el7 base 300 k libquadmath x86_64 4.8.5-36.el7 base 189 k libquadmath-devel x86_64 4.8.5-36.el7 base 52 k m4 x86_64 1.4.16-10.el7 base 256 k mokutil x86_64 15-1.el7.centos base 42 k perl-Test-Harness noarch 3.28-3.el7 base 302 k perl-Thread-Queue noarch 3.02-2.el7 base 17 k perl-XML-Parser x86_64 2.41-10.el7 base 223 k perl-srpm-macros noarch 1-8.el7 base 4.6 k subversion-libs x86_64 1.7.14-14.el7 base 922 k systemtap-client x86_64 3.3-3.el7 base 3.5 M systemtap-devel x86_64 3.3-3.el7 base 2.1 M 依存性関連での更新をします: rpm x86_64 4.11.3-35.el7 base 1.2 M rpm-build-libs x86_64 4.11.3-35.el7 base 106 k rpm-libs x86_64 4.11.3-35.el7 base 277 k rpm-python x86_64 4.11.3-35.el7 base 83 k systemtap-runtime x86_64 3.3-3.el7 base 438 k トランザクションの要約 ================================================================================================== インストール 22 パッケージ (+18 個の依存関係のパッケージ) 更新 ( 5 個の依存関係のパッケージ) 総ダウンロード容量: 28 M Downloading packages: No Presto metadata available for base (1/45): apr-1.4.8-3.el7_4.1.x86_64.rpm | 103 kB 00:00:00 (2/45): apr-util-1.5.2-6.el7.x86_64.rpm | 92 kB 00:00:00 (3/45): automake-1.13.4-3.el7.noarch.rpm | 679 kB 00:00:00 (4/45): autoconf-2.69-11.el7.noarch.rpm | 701 kB 00:00:00 (5/45): bison-3.0.4-2.el7.x86_64.rpm | 674 kB 00:00:00 (6/45): byacc-1.9.20130304-3.el7.x86_64.rpm | 65 kB 00:00:00 (7/45): ctags-5.8-13.el7.x86_64.rpm | 155 kB 00:00:00 (8/45): cscope-15.8-10.el7.x86_64.rpm | 203 kB 00:00:00 (9/45): diffstat-1.57-4.el7.x86_64.rpm | 35 kB 00:00:00 (10/45): dwz-0.11-3.el7.x86_64.rpm | 99 kB 00:00:00 (11/45): efivar-libs-36-11.el7.x86_64.rpm | 88 kB 00:00:00 (12/45): doxygen-1.8.5-3.el7.x86_64.rpm | 3.6 MB 00:00:00 (13/45): flex-2.5.37-6.el7.x86_64.rpm | 293 kB 00:00:00 (14/45): gettext-common-devel-0.19.8.1-2.el7.noarch.rpm | 410 kB 00:00:00 (15/45): gettext-devel-0.19.8.1-2.el7.x86_64.rpm | 320 kB 00:00:00 (16/45): gcc-gfortran-4.8.5-36.el7.x86_64.rpm | 6.7 MB 00:00:00 (17/45): intltool-0.50.2-7.el7.noarch.rpm | 59 kB 00:00:00 (18/45): indent-2.2.11-13.el7.x86_64.rpm | 150 kB 00:00:00 (19/45): libgfortran-4.8.5-36.el7.x86_64.rpm | 300 kB 00:00:00 (20/45): libquadmath-devel-4.8.5-36.el7.x86_64.rpm | 52 kB 00:00:00 (21/45): libquadmath-4.8.5-36.el7.x86_64.rpm | 189 kB 00:00:00 (22/45): libtool-2.4.2-22.el7_3.x86_64.rpm | 588 kB 00:00:00 (23/45): m4-1.4.16-10.el7.x86_64.rpm | 256 kB 00:00:00 (24/45): mokutil-15-1.el7.centos.x86_64.rpm | 42 kB 00:00:00 (25/45): patchutils-0.3.3-4.el7.x86_64.rpm | 104 kB 00:00:00 (26/45): patch-2.7.1-10.el7_5.x86_64.rpm | 110 kB 00:00:00 (27/45): perl-Thread-Queue-3.02-2.el7.noarch.rpm | 17 kB 00:00:00 (28/45): perl-Test-Harness-3.28-3.el7.noarch.rpm | 302 kB 00:00:00 (29/45): perl-srpm-macros-1-8.el7.noarch.rpm | 4.6 kB 00:00:00 (30/45): perl-XML-Parser-2.41-10.el7.x86_64.rpm | 223 kB 00:00:00 (31/45): rcs-5.9.0-5.el7.x86_64.rpm | 230 kB 00:00:00 (32/45): redhat-rpm-config-9.1.0-87.el7.centos.noarch.rpm | 81 kB 00:00:00 (33/45): rpm-build-4.11.3-35.el7.x86_64.rpm | 147 kB 00:00:00 (34/45): rpm-4.11.3-35.el7.x86_64.rpm | 1.2 MB 00:00:00 (35/45): rpm-build-libs-4.11.3-35.el7.x86_64.rpm | 106 kB 00:00:00 (36/45): rpm-libs-4.11.3-35.el7.x86_64.rpm | 277 kB 00:00:00 (37/45): rpm-python-4.11.3-35.el7.x86_64.rpm | 83 kB 00:00:00 (38/45): rpm-sign-4.11.3-35.el7.x86_64.rpm | 48 kB 00:00:00 (39/45): subversion-libs-1.7.14-14.el7.x86_64.rpm | 922 kB 00:00:00 (40/45): subversion-1.7.14-14.el7.x86_64.rpm | 1.0 MB 00:00:00 (41/45): systemtap-3.3-3.el7.x86_64.rpm | 148 kB 00:00:00 (42/45): swig-2.0.10-5.el7.x86_64.rpm | 1.3 MB 00:00:00 (43/45): systemtap-devel-3.3-3.el7.x86_64.rpm | 2.1 MB 00:00:00 (44/45): systemtap-runtime-3.3-3.el7.x86_64.rpm | 438 kB 00:00:00 (45/45): systemtap-client-3.3-3.el7.x86_64.rpm | 3.5 MB 00:00:01 -------------------------------------------------------------------------------------------------- 合計 6.1 MB/s | 28 MB 00:00:04 Running transaction check Running transaction test Transaction test succeeded Running transaction 更新します : rpm-4.11.3-35.el7.x86_64 1/50 更新します : rpm-libs-4.11.3-35.el7.x86_64 2/50 更新します : rpm-build-libs-4.11.3-35.el7.x86_64 3/50 インストール中 : apr-1.4.8-3.el7_4.1.x86_64 4/50 インストール中 : libquadmath-4.8.5-36.el7.x86_64 5/50 インストール中 : m4-1.4.16-10.el7.x86_64 6/50 インストール中 : autoconf-2.69-11.el7.noarch 7/50 インストール中 : apr-util-1.5.2-6.el7.x86_64 8/50 インストール中 : patch-2.7.1-10.el7_5.x86_64 9/50 インストール中 : perl-Thread-Queue-3.02-2.el7.noarch 10/50 インストール中 : subversion-libs-1.7.14-14.el7.x86_64 11/50 インストール中 : libquadmath-devel-4.8.5-36.el7.x86_64 12/50 インストール中 : libgfortran-4.8.5-36.el7.x86_64 13/50 インストール中 : systemtap-devel-3.3-3.el7.x86_64 14/50 インストール中 : perl-srpm-macros-1-8.el7.noarch 15/50 インストール中 : dwz-0.11-3.el7.x86_64 16/50 インストール中 : redhat-rpm-config-9.1.0-87.el7.centos.noarch 17/50 インストール中 : gettext-common-devel-0.19.8.1-2.el7.noarch 18/50 インストール中 : gettext-devel-0.19.8.1-2.el7.x86_64 19/50 インストール中 : perl-Test-Harness-3.28-3.el7.noarch 20/50 インストール中 : automake-1.13.4-3.el7.noarch 21/50 インストール中 : efivar-libs-36-11.el7.x86_64 22/50 インストール中 : mokutil-15-1.el7.centos.x86_64 23/50 インストール中 : perl-XML-Parser-2.41-10.el7.x86_64 24/50 更新します : systemtap-runtime-3.3-3.el7.x86_64 25/50 インストール中 : systemtap-client-3.3-3.el7.x86_64 26/50 インストール中 : systemtap-3.3-3.el7.x86_64 27/50 インストール中 : intltool-0.50.2-7.el7.noarch 28/50 インストール中 : libtool-2.4.2-22.el7_3.x86_64 29/50 インストール中 : rpm-build-4.11.3-35.el7.x86_64 30/50 インストール中 : gcc-gfortran-4.8.5-36.el7.x86_64 31/50 インストール中 : subversion-1.7.14-14.el7.x86_64 32/50 インストール中 : flex-2.5.37-6.el7.x86_64 33/50 インストール中 : bison-3.0.4-2.el7.x86_64 34/50 更新します : rpm-python-4.11.3-35.el7.x86_64 35/50 インストール中 : rpm-sign-4.11.3-35.el7.x86_64 36/50 インストール中 : diffstat-1.57-4.el7.x86_64 37/50 インストール中 : cscope-15.8-10.el7.x86_64 38/50 インストール中 : patchutils-0.3.3-4.el7.x86_64 39/50 インストール中 : indent-2.2.11-13.el7.x86_64 40/50 インストール中 : swig-2.0.10-5.el7.x86_64 41/50 インストール中 : rcs-5.9.0-5.el7.x86_64 42/50 インストール中 : 1:doxygen-1.8.5-3.el7.x86_64 43/50 インストール中 : byacc-1.9.20130304-3.el7.x86_64 44/50 インストール中 : ctags-5.8-13.el7.x86_64 45/50 整理中 : rpm-python-4.11.3-32.el7.x86_64 46/50 整理中 : rpm-build-libs-4.11.3-32.el7.x86_64 47/50 整理中 : rpm-libs-4.11.3-32.el7.x86_64 48/50 整理中 : rpm-4.11.3-32.el7.x86_64 49/50 整理中 : systemtap-runtime-3.2-8.el7_5.x86_64 50/50 検証中 : ctags-5.8-13.el7.x86_64 1/50 検証中 : rpm-python-4.11.3-35.el7.x86_64 2/50 検証中 : rpm-build-4.11.3-35.el7.x86_64 3/50 検証中 : systemtap-runtime-3.3-3.el7.x86_64 4/50 検証中 : perl-XML-Parser-2.41-10.el7.x86_64 5/50 検証中 : gettext-devel-0.19.8.1-2.el7.x86_64 6/50 検証中 : byacc-1.9.20130304-3.el7.x86_64 7/50 検証中 : rpm-libs-4.11.3-35.el7.x86_64 8/50 検証中 : automake-1.13.4-3.el7.noarch 9/50 検証中 : mokutil-15-1.el7.centos.x86_64 10/50 検証中 : m4-1.4.16-10.el7.x86_64 11/50 検証中 : systemtap-client-3.3-3.el7.x86_64 12/50 検証中 : 1:doxygen-1.8.5-3.el7.x86_64 13/50 検証中 : efivar-libs-36-11.el7.x86_64 14/50 検証中 : subversion-1.7.14-14.el7.x86_64 15/50 検証中 : perl-Test-Harness-3.28-3.el7.noarch 16/50 検証中 : rpm-4.11.3-35.el7.x86_64 17/50 検証中 : gcc-gfortran-4.8.5-36.el7.x86_64 18/50 検証中 : perl-Thread-Queue-3.02-2.el7.noarch 19/50 検証中 : intltool-0.50.2-7.el7.noarch 20/50 検証中 : redhat-rpm-config-9.1.0-87.el7.centos.noarch 21/50 検証中 : rcs-5.9.0-5.el7.x86_64 22/50 検証中 : swig-2.0.10-5.el7.x86_64 23/50 検証中 : gettext-common-devel-0.19.8.1-2.el7.noarch 24/50 検証中 : libtool-2.4.2-22.el7_3.x86_64 25/50 検証中 : rpm-sign-4.11.3-35.el7.x86_64 26/50 検証中 : indent-2.2.11-13.el7.x86_64 27/50 検証中 : libquadmath-4.8.5-36.el7.x86_64 28/50 検証中 : apr-util-1.5.2-6.el7.x86_64 29/50 検証中 : flex-2.5.37-6.el7.x86_64 30/50 検証中 : patch-2.7.1-10.el7_5.x86_64 31/50 検証中 : systemtap-3.3-3.el7.x86_64 32/50 検証中 : apr-1.4.8-3.el7_4.1.x86_64 33/50 検証中 : patchutils-0.3.3-4.el7.x86_64 34/50 検証中 : systemtap-devel-3.3-3.el7.x86_64 35/50 検証中 : cscope-15.8-10.el7.x86_64 36/50 検証中 : bison-3.0.4-2.el7.x86_64 37/50 検証中 : autoconf-2.69-11.el7.noarch 38/50 検証中 : libquadmath-devel-4.8.5-36.el7.x86_64 39/50 検証中 : subversion-libs-1.7.14-14.el7.x86_64 40/50 検証中 : libgfortran-4.8.5-36.el7.x86_64 41/50 検証中 : dwz-0.11-3.el7.x86_64 42/50 検証中 : diffstat-1.57-4.el7.x86_64 43/50 検証中 : rpm-build-libs-4.11.3-35.el7.x86_64 44/50 検証中 : perl-srpm-macros-1-8.el7.noarch 45/50 検証中 : rpm-python-4.11.3-32.el7.x86_64 46/50 検証中 : rpm-build-libs-4.11.3-32.el7.x86_64 47/50 検証中 : systemtap-runtime-3.2-8.el7_5.x86_64 48/50 検証中 : rpm-libs-4.11.3-32.el7.x86_64 49/50 検証中 : rpm-4.11.3-32.el7.x86_64 50/50 インストール: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 bison.x86_64 0:3.0.4-2.el7 byacc.x86_64 0:1.9.20130304-3.el7 cscope.x86_64 0:15.8-10.el7 ctags.x86_64 0:5.8-13.el7 diffstat.x86_64 0:1.57-4.el7 doxygen.x86_64 1:1.8.5-3.el7 flex.x86_64 0:2.5.37-6.el7 gcc-gfortran.x86_64 0:4.8.5-36.el7 indent.x86_64 0:2.2.11-13.el7 intltool.noarch 0:0.50.2-7.el7 libtool.x86_64 0:2.4.2-22.el7_3 patch.x86_64 0:2.7.1-10.el7_5 patchutils.x86_64 0:0.3.3-4.el7 rcs.x86_64 0:5.9.0-5.el7 redhat-rpm-config.noarch 0:9.1.0-87.el7.centos rpm-build.x86_64 0:4.11.3-35.el7 rpm-sign.x86_64 0:4.11.3-35.el7 subversion.x86_64 0:1.7.14-14.el7 swig.x86_64 0:2.0.10-5.el7 systemtap.x86_64 0:3.3-3.el7 依存性関連をインストールしました: apr.x86_64 0:1.4.8-3.el7_4.1 apr-util.x86_64 0:1.5.2-6.el7 dwz.x86_64 0:0.11-3.el7 efivar-libs.x86_64 0:36-11.el7 gettext-common-devel.noarch 0:0.19.8.1-2.el7 gettext-devel.x86_64 0:0.19.8.1-2.el7 libgfortran.x86_64 0:4.8.5-36.el7 libquadmath.x86_64 0:4.8.5-36.el7 libquadmath-devel.x86_64 0:4.8.5-36.el7 m4.x86_64 0:1.4.16-10.el7 mokutil.x86_64 0:15-1.el7.centos perl-Test-Harness.noarch 0:3.28-3.el7 perl-Thread-Queue.noarch 0:3.02-2.el7 perl-XML-Parser.x86_64 0:2.41-10.el7 perl-srpm-macros.noarch 0:1-8.el7 subversion-libs.x86_64 0:1.7.14-14.el7 systemtap-client.x86_64 0:3.3-3.el7 systemtap-devel.x86_64 0:3.3-3.el7 依存性を更新しました: rpm.x86_64 0:4.11.3-35.el7 rpm-build-libs.x86_64 0:4.11.3-35.el7 rpm-libs.x86_64 0:4.11.3-35.el7 rpm-python.x86_64 0:4.11.3-35.el7 systemtap-runtime.x86_64 0:3.3-3.el7 完了しました! [root@localhost ~]#
[root@localhost ~]# yum install gcc 読み込んだプラグイン:fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.riken.jp * epel: ftp.riken.jp * extras: ftp.riken.jp * updates: ftp.riken.jp パッケージ gcc-4.8.5-36.el7.x86_64 はインストール済みか最新バージョンです 何もしません [root@localhost ~]#
[root@localhost ~]# yum install libtool 読み込んだプラグイン:fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.riken.jp * epel: ftp.riken.jp * extras: ftp.riken.jp * updates: ftp.riken.jp パッケージ libtool-2.4.2-22.el7_3.x86_64 はインストール済みか最新バージョンです 何もしません [root@localhost ~]#
[root@localhost ~]# yum install make 読み込んだプラグイン:fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.riken.jp * epel: ftp.riken.jp * extras: ftp.riken.jp * updates: ftp.riken.jp パッケージ 1:make-3.82-23.el7.x86_64 はインストール済みか最新バージョンです 何もしません [root@localhost ~]#
[root@localhost ~]# yum install libjpeg* 読み込んだプラグイン:fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.riken.jp * epel: ftp.riken.jp * extras: ftp.riken.jp * updates: ftp.riken.jp 依存性の解決をしています There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help). --> トランザクションの確認を実行しています。 ---> パッケージ libjpeg-turbo.x86_64 0:1.2.90-5.el7 を 更新 ---> パッケージ libjpeg-turbo.x86_64 0:1.2.90-6.el7 を アップデート ---> パッケージ libjpeg-turbo-devel.x86_64 0:1.2.90-6.el7 を インストール ---> パッケージ libjpeg-turbo-static.x86_64 0:1.2.90-6.el7 を インストール ---> パッケージ libjpeg-turbo-utils.x86_64 0:1.2.90-6.el7 を インストール --> 依存性解決を終了しました。 依存性を解決しました ================================================================================================== Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================================== インストール中: libjpeg-turbo-devel x86_64 1.2.90-6.el7 base 99 k libjpeg-turbo-static x86_64 1.2.90-6.el7 base 120 k libjpeg-turbo-utils x86_64 1.2.90-6.el7 base 76 k 更新します: libjpeg-turbo x86_64 1.2.90-6.el7 base 134 k トランザクションの要約 ================================================================================================== インストール 3 パッケージ 更新 1 パッケージ 総ダウンロード容量: 429 k Is this ok [y/d/N]: y Downloading packages: No Presto metadata available for base (1/4): libjpeg-turbo-devel-1.2.90-6.el7.x86_64.rpm | 99 kB 00:00:00 (2/4): libjpeg-turbo-1.2.90-6.el7.x86_64.rpm | 134 kB 00:00:00 (3/4): libjpeg-turbo-utils-1.2.90-6.el7.x86_64.rpm | 76 kB 00:00:00 (4/4): libjpeg-turbo-static-1.2.90-6.el7.x86_64.rpm | 120 kB 00:00:00 -------------------------------------------------------------------------------------------------- 合計 1.3 MB/s | 429 kB 00:00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction 更新します : libjpeg-turbo-1.2.90-6.el7.x86_64 1/5 インストール中 : libjpeg-turbo-devel-1.2.90-6.el7.x86_64 2/5 インストール中 : libjpeg-turbo-static-1.2.90-6.el7.x86_64 3/5 インストール中 : libjpeg-turbo-utils-1.2.90-6.el7.x86_64 4/5 整理中 : libjpeg-turbo-1.2.90-5.el7.x86_64 5/5 検証中 : libjpeg-turbo-devel-1.2.90-6.el7.x86_64 1/5 検証中 : libjpeg-turbo-static-1.2.90-6.el7.x86_64 2/5 検証中 : libjpeg-turbo-utils-1.2.90-6.el7.x86_64 3/5 検証中 : libjpeg-turbo-1.2.90-6.el7.x86_64 4/5 検証中 : libjpeg-turbo-1.2.90-5.el7.x86_64 5/5 インストール: libjpeg-turbo-devel.x86_64 0:1.2.90-6.el7 libjpeg-turbo-static.x86_64 0:1.2.90-6.el7 libjpeg-turbo-utils.x86_64 0:1.2.90-6.el7 更新: libjpeg-turbo.x86_64 0:1.2.90-6.el7 完了しました! [root@localhost ~]#
[root@localhost ~]# yum install libpng-devel 読み込んだプラグイン:fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.riken.jp * epel: ftp.riken.jp * extras: ftp.riken.jp * updates: ftp.riken.jp 依存性の解決をしています There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help). --> トランザクションの確認を実行しています。 ---> パッケージ libpng-devel.x86_64 2:1.5.13-7.el7_2 を インストール --> 依存性解決を終了しました。 依存性を解決しました ================================================================================================== Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================================== インストール中: libpng-devel x86_64 2:1.5.13-7.el7_2 base 122 k トランザクションの要約 ================================================================================================== インストール 1 パッケージ 総ダウンロード容量: 122 k インストール容量: 211 k Is this ok [y/d/N]: y Downloading packages: libpng-devel-1.5.13-7.el7_2.x86_64.rpm | 122 kB 00:00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction インストール中 : 2:libpng-devel-1.5.13-7.el7_2.x86_64 1/1 検証中 : 2:libpng-devel-1.5.13-7.el7_2.x86_64 1/1 インストール: libpng-devel.x86_64 2:1.5.13-7.el7_2 完了しました! [root@localhost ~]#
[root@localhost ~]# yum install libtiff-devel 読み込んだプラグイン:fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.riken.jp * epel: ftp.riken.jp * extras: ftp.riken.jp * updates: ftp.riken.jp 依存性の解決をしています There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help). --> トランザクションの確認を実行しています。 ---> パッケージ libtiff-devel.x86_64 0:4.0.3-27.el7_3 を インストール --> 依存性解決を終了しました。 依存性を解決しました ================================================================================================== Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================================== インストール中: libtiff-devel x86_64 4.0.3-27.el7_3 base 473 k トランザクションの要約 ================================================================================================== インストール 1 パッケージ 総ダウンロード容量: 473 k インストール容量: 1.3 M Is this ok [y/d/N]: y Downloading packages: libtiff-devel-4.0.3-27.el7_3.x86_64.rpm | 473 kB 00:00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction インストール中 : libtiff-devel-4.0.3-27.el7_3.x86_64 1/1 検証中 : libtiff-devel-4.0.3-27.el7_3.x86_64 1/1 インストール: libtiff-devel.x86_64 0:4.0.3-27.el7_3 完了しました! [root@localhost ~]#
[root@localhost ~]# yum install SDL-static 読み込んだプラグイン:fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.riken.jp * epel: ftp.riken.jp * extras: ftp.riken.jp * updates: ftp.riken.jp 依存性の解決をしています There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help). --> トランザクションの確認を実行しています。 ---> パッケージ SDL-static.x86_64 0:1.2.15-14.el7 を インストール --> 依存性の処理をしています: SDL-devel(x86-64) = 1.2.15-14.el7 のパッケージ: SDL-static-1.2.15-14.el7.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ SDL-devel.x86_64 0:1.2.15-14.el7 を インストール --> 依存性の処理をしています: SDL(x86-64) = 1.2.15-14.el7 のパッケージ: SDL-devel-1.2.15-14.el7.x86_64 --> 依存性の処理をしています: mesa-libGLU-devel のパッケージ: SDL-devel-1.2.15-14.el7.x86_64 --> 依存性の処理をしています: mesa-libGL-devel のパッケージ: SDL-devel-1.2.15-14.el7.x86_64 --> 依存性の処理をしています: libXrender-devel のパッケージ: SDL-devel-1.2.15-14.el7.x86_64 --> 依存性の処理をしています: libXrandr-devel のパッケージ: SDL-devel-1.2.15-14.el7.x86_64 --> 依存性の処理をしています: libXext-devel のパッケージ: SDL-devel-1.2.15-14.el7.x86_64 --> 依存性の処理をしています: alsa-lib-devel のパッケージ: SDL-devel-1.2.15-14.el7.x86_64 --> 依存性の処理をしています: libSDL-1.2.so.0()(64bit) のパッケージ: SDL-devel-1.2.15-14.el7.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ SDL.x86_64 0:1.2.15-14.el7 を インストール ---> パッケージ alsa-lib-devel.x86_64 0:1.1.6-2.el7 を インストール --> 依存性の処理をしています: alsa-lib = 1.1.6-2.el7 のパッケージ: alsa-lib-devel-1.1.6-2.el7.x86_64 ---> パッケージ libXext-devel.x86_64 0:1.3.3-3.el7 を インストール ---> パッケージ libXrandr-devel.x86_64 0:1.5.1-2.el7 を インストール ---> パッケージ libXrender-devel.x86_64 0:0.9.10-1.el7 を インストール ---> パッケージ mesa-libGL-devel.x86_64 0:18.0.5-3.el7 を インストール --> 依存性の処理をしています: mesa-libGL = 18.0.5-3.el7 のパッケージ: mesa-libGL-devel-18.0.5-3.el7.x86_64 --> 依存性の処理をしています: pkgconfig(xdamage) >= 1.1 のパッケージ: mesa-libGL-devel-18.0.5-3.el7.x86_64 --> 依存性の処理をしています: pkgconfig(libdrm) >= 2.4.75 のパッケージ: mesa-libGL-devel-18.0.5-3.el7.x86_64 --> 依存性の処理をしています: pkgconfig(xxf86vm) のパッケージ: mesa-libGL-devel-18.0.5-3.el7.x86_64 --> 依存性の処理をしています: pkgconfig(xfixes) のパッケージ: mesa-libGL-devel-18.0.5-3.el7.x86_64 --> 依存性の処理をしています: libglvnd-devel(x86-64) のパッケージ: mesa-libGL-devel-18.0.5-3.el7.x86_64 --> 依存性の処理をしています: gl-manpages のパッケージ: mesa-libGL-devel-18.0.5-3.el7.x86_64 ---> パッケージ mesa-libGLU-devel.x86_64 0:9.0.0-4.el7 を インストール --> 依存性の処理をしています: mesa-libGLU(x86-64) = 9.0.0-4.el7 のパッケージ: mesa-libGLU-devel-9.0.0-4.el7.x86_64 --> 依存性の処理をしています: libGLU.so.1()(64bit) のパッケージ: mesa-libGLU-devel-9.0.0-4.el7.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ alsa-lib.x86_64 0:1.1.4.1-2.el7 を 更新 ---> パッケージ alsa-lib.x86_64 0:1.1.6-2.el7 を アップデート ---> パッケージ gl-manpages.noarch 0:1.1-7.20130122.el7 を インストール ---> パッケージ libXdamage-devel.x86_64 0:1.1.4-4.1.el7 を インストール ---> パッケージ libXfixes-devel.x86_64 0:5.0.3-1.el7 を インストール ---> パッケージ libXxf86vm-devel.x86_64 0:1.1.4-1.el7 を インストール ---> パッケージ libdrm-devel.x86_64 0:2.4.91-3.el7 を インストール --> 依存性の処理をしています: libdrm = 2.4.91-3.el7 のパッケージ: libdrm-devel-2.4.91-3.el7.x86_64 ---> パッケージ libglvnd-devel.x86_64 1:1.0.1-0.8.git5baa1e5.el7 を インストール --> 依存性の処理をしています: libglvnd-opengl(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 のパッケージ: 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 --> 依存性の処理をしています: libglvnd-glx(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 のパッケージ: 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 --> 依存性の処理をしています: libglvnd-gles(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 のパッケージ: 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 --> 依存性の処理をしています: libglvnd-egl(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 のパッケージ: 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 --> 依存性の処理をしています: libglvnd-core-devel(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 のパッケージ: 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 --> 依存性の処理をしています: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 のパッケージ: 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 --> 依存性の処理をしています: libOpenGL.so.0()(64bit) のパッケージ: 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 --> 依存性の処理をしています: libGLdispatch.so.0()(64bit) のパッケージ: 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 --> 依存性の処理をしています: libGLX.so.0()(64bit) のパッケージ: 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 --> 依存性の処理をしています: libGLESv1_CM.so.1()(64bit) のパッケージ: 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 --> 依存性の処理をしています: libGL.so.1()(64bit) のパッケージ: 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 ---> パッケージ mesa-libGL.x86_64 0:17.2.3-8.20171019.el7 を 更新 ---> パッケージ mesa-libGL.x86_64 0:18.0.5-3.el7 を アップデート --> 依存性の処理をしています: mesa-libglapi = 18.0.5-3.el7 のパッケージ: mesa-libGL-18.0.5-3.el7.x86_64 ---> パッケージ mesa-libGLU.x86_64 0:9.0.0-4.el7 を インストール --> トランザクションの確認を実行しています。 ---> パッケージ libdrm.x86_64 0:2.4.83-2.el7 を 更新 ---> パッケージ libdrm.x86_64 0:2.4.91-3.el7 を アップデート ---> パッケージ libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 を インストール ---> パッケージ libglvnd-core-devel.x86_64 1:1.0.1-0.8.git5baa1e5.el7 を インストール ---> パッケージ libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 を インストール ---> パッケージ libglvnd-gles.x86_64 1:1.0.1-0.8.git5baa1e5.el7 を インストール ---> パッケージ libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 を インストール ---> パッケージ libglvnd-opengl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 を インストール ---> パッケージ mesa-libglapi.x86_64 0:17.2.3-8.20171019.el7 を 更新 --> 依存性の処理をしています: mesa-libglapi = 17.2.3-8.20171019.el7 のパッケージ: mesa-libGLES-17.2.3-8.20171019.el7.x86_64 --> 依存性の処理をしています: mesa-libglapi = 17.2.3-8.20171019.el7 のパッケージ: mesa-libgbm-17.2.3-8.20171019.el7.x86_64 ---> パッケージ mesa-libglapi.x86_64 0:18.0.5-3.el7 を アップデート --> トランザクションの確認を実行しています。 ---> パッケージ mesa-libGLES.x86_64 0:17.2.3-8.20171019.el7 を 更新 ---> パッケージ mesa-libGLES.x86_64 0:18.0.5-3.el7 を アップデート ---> パッケージ mesa-libgbm.x86_64 0:17.2.3-8.20171019.el7 を 更新 --> 依存性の処理をしています: mesa-libgbm = 17.2.3-8.20171019.el7 のパッケージ: mesa-libEGL-17.2.3-8.20171019.el7.x86_64 ---> パッケージ mesa-libgbm.x86_64 0:18.0.5-3.el7 を アップデート --> トランザクションの確認を実行しています。 ---> パッケージ mesa-libEGL.x86_64 0:17.2.3-8.20171019.el7 を 更新 ---> パッケージ mesa-libEGL.x86_64 0:18.0.5-3.el7 を アップデート --> 依存性解決を終了しました。 依存性を解決しました ================================================================================================== Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================================== インストール中: SDL-static x86_64 1.2.15-14.el7 base 212 k 依存性関連でのインストールをします: SDL x86_64 1.2.15-14.el7 base 204 k SDL-devel x86_64 1.2.15-14.el7 base 355 k alsa-lib-devel x86_64 1.1.6-2.el7 base 961 k gl-manpages noarch 1.1-7.20130122.el7 base 994 k libXdamage-devel x86_64 1.1.4-4.1.el7 base 9.7 k libXext-devel x86_64 1.3.3-3.el7 base 75 k libXfixes-devel x86_64 5.0.3-1.el7 base 13 k libXrandr-devel x86_64 1.5.1-2.el7 base 21 k libXrender-devel x86_64 0.9.10-1.el7 base 17 k libXxf86vm-devel x86_64 1.1.4-1.el7 base 18 k libdrm-devel x86_64 2.4.91-3.el7 base 131 k libglvnd x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 89 k libglvnd-core-devel x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 20 k libglvnd-devel x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 11 k libglvnd-egl x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 44 k libglvnd-gles x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 34 k libglvnd-glx x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 125 k libglvnd-opengl x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 43 k mesa-libGL-devel x86_64 18.0.5-3.el7 base 160 k mesa-libGLU x86_64 9.0.0-4.el7 base 196 k mesa-libGLU-devel x86_64 9.0.0-4.el7 base 9.0 k 依存性関連での更新をします: alsa-lib x86_64 1.1.6-2.el7 base 424 k libdrm x86_64 2.4.91-3.el7 base 153 k mesa-libEGL x86_64 18.0.5-3.el7 base 101 k mesa-libGL x86_64 18.0.5-3.el7 base 162 k mesa-libGLES x86_64 18.0.5-3.el7 base 15 k mesa-libgbm x86_64 18.0.5-3.el7 base 38 k mesa-libglapi x86_64 18.0.5-3.el7 base 44 k トランザクションの要約 ================================================================================================== インストール 1 パッケージ (+21 個の依存関係のパッケージ) 更新 ( 7 個の依存関係のパッケージ) 総ダウンロード容量: 4.6 M Is this ok [y/d/N]: y Downloading packages: No Presto metadata available for base (1/29): SDL-1.2.15-14.el7.x86_64.rpm | 204 kB 00:00:00 (2/29): SDL-static-1.2.15-14.el7.x86_64.rpm | 212 kB 00:00:00 (3/29): SDL-devel-1.2.15-14.el7.x86_64.rpm | 355 kB 00:00:00 (4/29): alsa-lib-1.1.6-2.el7.x86_64.rpm | 424 kB 00:00:00 (5/29): alsa-lib-devel-1.1.6-2.el7.x86_64.rpm | 961 kB 00:00:00 (6/29): gl-manpages-1.1-7.20130122.el7.noarch.rpm | 994 kB 00:00:00 (7/29): libXdamage-devel-1.1.4-4.1.el7.x86_64.rpm | 9.7 kB 00:00:00 (8/29): libXfixes-devel-5.0.3-1.el7.x86_64.rpm | 13 kB 00:00:00 (9/29): libXext-devel-1.3.3-3.el7.x86_64.rpm | 75 kB 00:00:00 (10/29): libXrender-devel-0.9.10-1.el7.x86_64.rpm | 17 kB 00:00:00 (11/29): libXrandr-devel-1.5.1-2.el7.x86_64.rpm | 21 kB 00:00:00 (12/29): libXxf86vm-devel-1.1.4-1.el7.x86_64.rpm | 18 kB 00:00:00 (13/29): libdrm-devel-2.4.91-3.el7.x86_64.rpm | 131 kB 00:00:00 (14/29): libdrm-2.4.91-3.el7.x86_64.rpm | 153 kB 00:00:00 (15/29): libglvnd-core-devel-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 20 kB 00:00:00 (16/29): libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 89 kB 00:00:00 (17/29): libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 11 kB 00:00:00 (18/29): libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 44 kB 00:00:00 (19/29): libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 34 kB 00:00:00 (20/29): libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 125 kB 00:00:00 (21/29): libglvnd-opengl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 43 kB 00:00:00 (22/29): mesa-libGL-18.0.5-3.el7.x86_64.rpm | 162 kB 00:00:00 (23/29): mesa-libGL-devel-18.0.5-3.el7.x86_64.rpm | 160 kB 00:00:00 (24/29): mesa-libEGL-18.0.5-3.el7.x86_64.rpm | 101 kB 00:00:00 (25/29): mesa-libGLES-18.0.5-3.el7.x86_64.rpm | 15 kB 00:00:00 (26/29): mesa-libGLU-devel-9.0.0-4.el7.x86_64.rpm | 9.0 kB 00:00:00 (27/29): mesa-libGLU-9.0.0-4.el7.x86_64.rpm | 196 kB 00:00:00 (28/29): mesa-libgbm-18.0.5-3.el7.x86_64.rpm | 38 kB 00:00:00 (29/29): mesa-libglapi-18.0.5-3.el7.x86_64.rpm | 44 kB 00:00:00 -------------------------------------------------------------------------------------------------- 合計 3.5 MB/s | 4.6 MB 00:00:01 Running transaction check Running transaction test Transaction test succeeded Running transaction インストール中 : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 1/36 更新します : mesa-libglapi-18.0.5-3.el7.x86_64 2/36 インストール中 : libXext-devel-1.3.3-3.el7.x86_64 3/36 更新します : libdrm-2.4.91-3.el7.x86_64 4/36 更新します : mesa-libGL-18.0.5-3.el7.x86_64 5/36 インストール中 : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 6/36 インストール中 : libXfixes-devel-5.0.3-1.el7.x86_64 7/36 インストール中 : libXrender-devel-0.9.10-1.el7.x86_64 8/36 インストール中 : gl-manpages-1.1-7.20130122.el7.noarch 9/36 インストール中 : libXrandr-devel-1.5.1-2.el7.x86_64 10/36 インストール中 : libXdamage-devel-1.1.4-4.1.el7.x86_64 11/36 インストール中 : mesa-libGLU-9.0.0-4.el7.x86_64 12/36 インストール中 : libdrm-devel-2.4.91-3.el7.x86_64 13/36 更新します : mesa-libgbm-18.0.5-3.el7.x86_64 14/36 インストール中 : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 15/36 更新します : mesa-libEGL-18.0.5-3.el7.x86_64 16/36 インストール中 : 1:libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64 17/36 インストール中 : libXxf86vm-devel-1.1.4-1.el7.x86_64 18/36 インストール中 : 1:libglvnd-opengl-1.0.1-0.8.git5baa1e5.el7.x86_64 19/36 インストール中 : SDL-1.2.15-14.el7.x86_64 20/36 更新します : alsa-lib-1.1.6-2.el7.x86_64 21/36 インストール中 : alsa-lib-devel-1.1.6-2.el7.x86_64 22/36 インストール中 : 1:libglvnd-core-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 23/36 インストール中 : 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 24/36 インストール中 : mesa-libGL-devel-18.0.5-3.el7.x86_64 25/36 インストール中 : mesa-libGLU-devel-9.0.0-4.el7.x86_64 26/36 インストール中 : SDL-devel-1.2.15-14.el7.x86_64 27/36 インストール中 : SDL-static-1.2.15-14.el7.x86_64 28/36 更新します : mesa-libGLES-18.0.5-3.el7.x86_64 29/36 整理中 : mesa-libEGL-17.2.3-8.20171019.el7.x86_64 30/36 整理中 : mesa-libgbm-17.2.3-8.20171019.el7.x86_64 31/36 整理中 : mesa-libGLES-17.2.3-8.20171019.el7.x86_64 32/36 整理中 : mesa-libGL-17.2.3-8.20171019.el7.x86_64 33/36 整理中 : libdrm-2.4.83-2.el7.x86_64 34/36 整理中 : mesa-libglapi-17.2.3-8.20171019.el7.x86_64 35/36 整理中 : alsa-lib-1.1.4.1-2.el7.x86_64 36/36 検証中 : 1:libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 1/36 検証中 : mesa-libGL-devel-18.0.5-3.el7.x86_64 2/36 検証中 : libdrm-devel-2.4.91-3.el7.x86_64 3/36 検証中 : 1:libglvnd-core-devel-1.0.1-0.8.git5baa1e5.el7.x86_64 4/36 検証中 : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 5/36 検証中 : mesa-libGL-18.0.5-3.el7.x86_64 6/36 検証中 : libXdamage-devel-1.1.4-4.1.el7.x86_64 7/36 検証中 : mesa-libGLU-devel-9.0.0-4.el7.x86_64 8/36 検証中 : libXrandr-devel-1.5.1-2.el7.x86_64 9/36 検証中 : SDL-devel-1.2.15-14.el7.x86_64 10/36 検証中 : libdrm-2.4.91-3.el7.x86_64 11/36 検証中 : mesa-libgbm-18.0.5-3.el7.x86_64 12/36 検証中 : alsa-lib-1.1.6-2.el7.x86_64 13/36 検証中 : SDL-1.2.15-14.el7.x86_64 14/36 検証中 : gl-manpages-1.1-7.20130122.el7.noarch 15/36 検証中 : mesa-libglapi-18.0.5-3.el7.x86_64 16/36 検証中 : alsa-lib-devel-1.1.6-2.el7.x86_64 17/36 検証中 : SDL-static-1.2.15-14.el7.x86_64 18/36 検証中 : mesa-libGLES-18.0.5-3.el7.x86_64 19/36 検証中 : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 20/36 検証中 : 1:libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64 21/36 検証中 : libXrender-devel-0.9.10-1.el7.x86_64 22/36 検証中 : libXxf86vm-devel-1.1.4-1.el7.x86_64 23/36 検証中 : libXext-devel-1.3.3-3.el7.x86_64 24/36 検証中 : mesa-libGLU-9.0.0-4.el7.x86_64 25/36 検証中 : 1:libglvnd-opengl-1.0.1-0.8.git5baa1e5.el7.x86_64 26/36 検証中 : mesa-libEGL-18.0.5-3.el7.x86_64 27/36 検証中 : libXfixes-devel-5.0.3-1.el7.x86_64 28/36 検証中 : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 29/36 検証中 : mesa-libEGL-17.2.3-8.20171019.el7.x86_64 30/36 検証中 : mesa-libGL-17.2.3-8.20171019.el7.x86_64 31/36 検証中 : mesa-libglapi-17.2.3-8.20171019.el7.x86_64 32/36 検証中 : mesa-libGLES-17.2.3-8.20171019.el7.x86_64 33/36 検証中 : alsa-lib-1.1.4.1-2.el7.x86_64 34/36 検証中 : mesa-libgbm-17.2.3-8.20171019.el7.x86_64 35/36 検証中 : libdrm-2.4.83-2.el7.x86_64 36/36 インストール: SDL-static.x86_64 0:1.2.15-14.el7 依存性関連をインストールしました: SDL.x86_64 0:1.2.15-14.el7 SDL-devel.x86_64 0:1.2.15-14.el7 alsa-lib-devel.x86_64 0:1.1.6-2.el7 gl-manpages.noarch 0:1.1-7.20130122.el7 libXdamage-devel.x86_64 0:1.1.4-4.1.el7 libXext-devel.x86_64 0:1.3.3-3.el7 libXfixes-devel.x86_64 0:5.0.3-1.el7 libXrandr-devel.x86_64 0:1.5.1-2.el7 libXrender-devel.x86_64 0:0.9.10-1.el7 libXxf86vm-devel.x86_64 0:1.1.4-1.el7 libdrm-devel.x86_64 0:2.4.91-3.el7 libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libglvnd-core-devel.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libglvnd-devel.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libglvnd-gles.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libglvnd-opengl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 mesa-libGL-devel.x86_64 0:18.0.5-3.el7 mesa-libGLU.x86_64 0:9.0.0-4.el7 mesa-libGLU-devel.x86_64 0:9.0.0-4.el7 依存性を更新しました: alsa-lib.x86_64 0:1.1.6-2.el7 libdrm.x86_64 0:2.4.91-3.el7 mesa-libEGL.x86_64 0:18.0.5-3.el7 mesa-libGL.x86_64 0:18.0.5-3.el7 mesa-libGLES.x86_64 0:18.0.5-3.el7 mesa-libgbm.x86_64 0:18.0.5-3.el7 mesa-libglapi.x86_64 0:18.0.5-3.el7 完了しました! [root@localhost ~]#
[root@localhost ~]# yum install SDL_* 読み込んだプラグイン:fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.riken.jp * epel: ftp.riken.jp * extras: ftp.riken.jp * updates: ftp.riken.jp 依存性の解決をしています There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help). --> トランザクションの確認を実行しています。 ---> パッケージ SDL_Pango.x86_64 0:0.1.2-21.el7 を インストール ---> パッケージ SDL_Pango-devel.x86_64 0:0.1.2-21.el7 を インストール --> 依存性の処理をしています: pkgconfig(pango) のパッケージ: SDL_Pango-devel-0.1.2-21.el7.x86_64 --> 依存性の処理をしています: pango-devel のパッケージ: SDL_Pango-devel-0.1.2-21.el7.x86_64 ---> パッケージ SDL_gfx.x86_64 0:2.0.25-3.el7 を インストール ---> パッケージ SDL_gfx-devel.x86_64 0:2.0.25-3.el7 を インストール ---> パッケージ SDL_image.x86_64 0:1.2.12-11.el7 を インストール ---> パッケージ SDL_image-devel.x86_64 0:1.2.12-11.el7 を インストール ---> パッケージ SDL_mixer.x86_64 0:1.2.12-4.el7 を インストール --> 依存性の処理をしています: libmikmod のパッケージ: SDL_mixer-1.2.12-4.el7.x86_64 ---> パッケージ SDL_mixer-devel.x86_64 0:1.2.12-4.el7 を インストール --> 依存性の処理をしています: libvorbis-devel のパッケージ: SDL_mixer-devel-1.2.12-4.el7.x86_64 ---> パッケージ SDL_net.x86_64 0:1.2.8-1.el7 を インストール ---> パッケージ SDL_net-devel.x86_64 0:1.2.8-1.el7 を インストール ---> パッケージ SDL_ttf.x86_64 0:2.0.11-6.el7 を インストール ---> パッケージ SDL_ttf-devel.x86_64 0:2.0.11-6.el7 を インストール --> トランザクションの確認を実行しています。 ---> パッケージ libmikmod.x86_64 0:3.2.0-21.el7 を インストール ---> パッケージ libvorbis-devel.x86_64 1:1.3.3-8.el7.1 を インストール --> 依存性の処理をしています: libogg-devel >= 2:1.1 のパッケージ: 1:libvorbis-devel-1.3.3-8.el7.1.x86_64 --> 依存性の処理をしています: pkgconfig(ogg) のパッケージ: 1:libvorbis-devel-1.3.3-8.el7.1.x86_64 ---> パッケージ pango-devel.x86_64 0:1.42.4-1.el7 を インストール --> 依存性の処理をしています: pango(x86-64) = 1.42.4-1.el7 のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> 依存性の処理をしています: glib2-devel(x86-64) >= 2.33.12 のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> 依存性の処理をしています: freetype-devel(x86-64) >= 2.1.5 のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> 依存性の処理をしています: fontconfig-devel(x86-64) >= 2.11.91 のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> 依存性の処理をしています: cairo-devel(x86-64) >= 1.12.10 のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> 依存性の処理をしています: pkgconfig(xft) のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> 依存性の処理をしています: pkgconfig(harfbuzz) のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> 依存性の処理をしています: pkgconfig(gobject-2.0) のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> 依存性の処理をしています: pkgconfig(glib-2.0) のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> 依存性の処理をしています: pkgconfig(fribidi) のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> 依存性の処理をしています: pkgconfig(freetype2) のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> 依存性の処理をしています: pkgconfig(fontconfig) のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> 依存性の処理をしています: pkgconfig(cairo) のパッケージ: pango-devel-1.42.4-1.el7.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ cairo-devel.x86_64 0:1.15.12-3.el7 を インストール --> 依存性の処理をしています: cairo(x86-64) = 1.15.12-3.el7 のパッケージ: cairo-devel-1.15.12-3.el7.x86_64 --> 依存性の処理をしています: pkgconfig(pixman-1) >= 0.30.0 のパッケージ: cairo-devel-1.15.12-3.el7.x86_64 --> 依存性の処理をしています: pkgconfig(egl) のパッケージ: cairo-devel-1.15.12-3.el7.x86_64 ---> パッケージ fontconfig-devel.x86_64 0:2.13.0-4.3.el7 を インストール --> 依存性の処理をしています: fontconfig(x86-64) = 2.13.0-4.3.el7 のパッケージ: fontconfig-devel-2.13.0-4.3.el7.x86_64 --> 依存性の処理をしています: pkgconfig(uuid) のパッケージ: fontconfig-devel-2.13.0-4.3.el7.x86_64 --> 依存性の処理をしています: pkgconfig(expat) のパッケージ: fontconfig-devel-2.13.0-4.3.el7.x86_64 ---> パッケージ freetype-devel.x86_64 0:2.8-12.el7 を インストール --> 依存性の処理をしています: freetype = 2.8-12.el7 のパッケージ: freetype-devel-2.8-12.el7.x86_64 ---> パッケージ fribidi-devel.x86_64 0:1.0.2-1.el7 を インストール --> 依存性の処理をしています: fribidi(x86-64) = 1.0.2-1.el7 のパッケージ: fribidi-devel-1.0.2-1.el7.x86_64 --> 依存性の処理をしています: libfribidi.so.0()(64bit) のパッケージ: fribidi-devel-1.0.2-1.el7.x86_64 ---> パッケージ glib2-devel.x86_64 0:2.56.1-2.el7 を インストール --> 依存性の処理をしています: glib2(x86-64) = 2.56.1-2.el7 のパッケージ: glib2-devel-2.56.1-2.el7.x86_64 --> 依存性の処理をしています: pkgconfig(libpcre) のパッケージ: glib2-devel-2.56.1-2.el7.x86_64 ---> パッケージ harfbuzz-devel.x86_64 0:1.7.5-2.el7 を インストール --> 依存性の処理をしています: harfbuzz-icu(x86-64) = 1.7.5-2.el7 のパッケージ: harfbuzz-devel-1.7.5-2.el7.x86_64 --> 依存性の処理をしています: harfbuzz(x86-64) = 1.7.5-2.el7 のパッケージ: harfbuzz-devel-1.7.5-2.el7.x86_64 --> 依存性の処理をしています: pkgconfig(icu-uc) のパッケージ: harfbuzz-devel-1.7.5-2.el7.x86_64 --> 依存性の処理をしています: pkgconfig(graphite2) のパッケージ: harfbuzz-devel-1.7.5-2.el7.x86_64 ---> パッケージ libXft-devel.x86_64 0:2.3.2-2.el7 を インストール ---> パッケージ libogg-devel.x86_64 2:1.3.0-7.el7 を インストール ---> パッケージ pango.x86_64 0:1.40.4-1.el7 を 更新 ---> パッケージ pango.x86_64 0:1.42.4-1.el7 を アップデート --> トランザクションの確認を実行しています。 ---> パッケージ cairo.x86_64 0:1.14.8-2.el7 を 更新 --> 依存性の処理をしています: cairo(x86-64) = 1.14.8-2.el7 のパッケージ: cairo-gobject-1.14.8-2.el7.x86_64 ---> パッケージ cairo.x86_64 0:1.15.12-3.el7 を アップデート ---> パッケージ expat-devel.x86_64 0:2.1.0-10.el7_3 を インストール ---> パッケージ fontconfig.x86_64 0:2.10.95-11.el7 を 更新 ---> パッケージ fontconfig.x86_64 0:2.13.0-4.3.el7 を アップデート ---> パッケージ freetype.x86_64 0:2.4.11-15.el7 を 更新 ---> パッケージ freetype.x86_64 0:2.8-12.el7 を アップデート ---> パッケージ fribidi.x86_64 0:1.0.2-1.el7 を インストール ---> パッケージ glib2.x86_64 0:2.54.2-2.el7 を 更新 ---> パッケージ glib2.x86_64 0:2.56.1-2.el7 を アップデート ---> パッケージ graphite2-devel.x86_64 0:1.3.10-1.el7_3 を インストール ---> パッケージ harfbuzz.x86_64 0:1.3.2-1.el7 を 更新 ---> パッケージ harfbuzz.x86_64 0:1.7.5-2.el7 を アップデート ---> パッケージ harfbuzz-icu.x86_64 0:1.3.2-1.el7 を 更新 ---> パッケージ harfbuzz-icu.x86_64 0:1.7.5-2.el7 を アップデート ---> パッケージ libicu-devel.x86_64 0:50.1.2-17.el7 を インストール --> 依存性の処理をしています: libicu(x86-64) = 50.1.2-17.el7 のパッケージ: libicu-devel-50.1.2-17.el7.x86_64 ---> パッケージ libuuid-devel.x86_64 0:2.23.2-59.el7 を インストール --> 依存性の処理をしています: libuuid = 2.23.2-59.el7 のパッケージ: libuuid-devel-2.23.2-59.el7.x86_64 ---> パッケージ mesa-libEGL-devel.x86_64 0:18.0.5-3.el7 を インストール ---> パッケージ pcre-devel.x86_64 0:8.32-17.el7 を インストール ---> パッケージ pixman-devel.x86_64 0:0.34.0-1.el7 を インストール --> トランザクションの確認を実行しています。 ---> パッケージ cairo-gobject.x86_64 0:1.14.8-2.el7 を 更新 ---> パッケージ cairo-gobject.x86_64 0:1.15.12-3.el7 を アップデート ---> パッケージ libicu.x86_64 0:50.1.2-15.el7 を 更新 ---> パッケージ libicu.x86_64 0:50.1.2-17.el7 を アップデート ---> パッケージ libuuid.x86_64 0:2.23.2-52.el7_5.1 を 更新 --> 依存性の処理をしています: libuuid = 2.23.2-52.el7_5.1 のパッケージ: libblkid-2.23.2-52.el7_5.1.x86_64 --> 依存性の処理をしています: libuuid = 2.23.2-52.el7_5.1 のパッケージ: libmount-2.23.2-52.el7_5.1.x86_64 --> 依存性の処理をしています: libuuid = 2.23.2-52.el7_5.1 のパッケージ: util-linux-2.23.2-52.el7_5.1.x86_64 ---> パッケージ libuuid.x86_64 0:2.23.2-59.el7 を アップデート --> トランザクションの確認を実行しています。 ---> パッケージ libblkid.x86_64 0:2.23.2-52.el7_5.1 を 更新 ---> パッケージ libblkid.x86_64 0:2.23.2-59.el7 を アップデート ---> パッケージ libmount.x86_64 0:2.23.2-52.el7_5.1 を 更新 ---> パッケージ libmount.x86_64 0:2.23.2-59.el7 を アップデート ---> パッケージ util-linux.x86_64 0:2.23.2-52.el7_5.1 を 更新 ---> パッケージ util-linux.x86_64 0:2.23.2-59.el7 を アップデート --> 依存性の処理をしています: libsmartcols = 2.23.2-59.el7 のパッケージ: util-linux-2.23.2-59.el7.x86_64 --> 依存性の処理をしています: libsmartcols.so.1(SMARTCOLS_2.25)(64bit) のパッケージ: util-linux-2.23.2-59.el7.x86_64 --> 依存性の処理をしています: libsmartcols.so.1()(64bit) のパッケージ: util-linux-2.23.2-59.el7.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ libsmartcols.x86_64 0:2.23.2-59.el7 を インストール --> 依存性解決を終了しました。 依存性を解決しました ================================================================================================== Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================================== インストール中: SDL_Pango x86_64 0.1.2-21.el7 epel 25 k SDL_Pango-devel x86_64 0.1.2-21.el7 epel 24 k SDL_gfx x86_64 2.0.25-3.el7 epel 50 k SDL_gfx-devel x86_64 2.0.25-3.el7 epel 17 k SDL_image x86_64 1.2.12-11.el7 epel 42 k SDL_image-devel x86_64 1.2.12-11.el7 epel 11 k SDL_mixer x86_64 1.2.12-4.el7 epel 91 k SDL_mixer-devel x86_64 1.2.12-4.el7 epel 20 k SDL_net x86_64 1.2.8-1.el7 epel 18 k SDL_net-devel x86_64 1.2.8-1.el7 epel 12 k SDL_ttf x86_64 2.0.11-6.el7 epel 23 k SDL_ttf-devel x86_64 2.0.11-6.el7 epel 10 k 依存性関連でのインストールをします: cairo-devel x86_64 1.15.12-3.el7 base 267 k expat-devel x86_64 2.1.0-10.el7_3 base 57 k fontconfig-devel x86_64 2.13.0-4.3.el7 base 138 k freetype-devel x86_64 2.8-12.el7 base 446 k fribidi x86_64 1.0.2-1.el7 base 79 k fribidi-devel x86_64 1.0.2-1.el7 base 25 k glib2-devel x86_64 2.56.1-2.el7 base 453 k graphite2-devel x86_64 1.3.10-1.el7_3 base 40 k harfbuzz-devel x86_64 1.7.5-2.el7 base 167 k libXft-devel x86_64 2.3.2-2.el7 base 19 k libicu-devel x86_64 50.1.2-17.el7 base 702 k libmikmod x86_64 3.2.0-21.el7 epel 138 k libogg-devel x86_64 2:1.3.0-7.el7 base 13 k libsmartcols x86_64 2.23.2-59.el7 base 140 k libuuid-devel x86_64 2.23.2-59.el7 base 91 k libvorbis-devel x86_64 1:1.3.3-8.el7.1 base 21 k mesa-libEGL-devel x86_64 18.0.5-3.el7 base 34 k pango-devel x86_64 1.42.4-1.el7 base 320 k pcre-devel x86_64 8.32-17.el7 base 480 k pixman-devel x86_64 0.34.0-1.el7 base 20 k 依存性関連での更新をします: cairo x86_64 1.15.12-3.el7 base 741 k cairo-gobject x86_64 1.15.12-3.el7 base 25 k fontconfig x86_64 2.13.0-4.3.el7 base 254 k freetype x86_64 2.8-12.el7 base 380 k glib2 x86_64 2.56.1-2.el7 base 2.5 M harfbuzz x86_64 1.7.5-2.el7 base 267 k harfbuzz-icu x86_64 1.7.5-2.el7 base 12 k libblkid x86_64 2.23.2-59.el7 base 181 k libicu x86_64 50.1.2-17.el7 base 6.9 M libmount x86_64 2.23.2-59.el7 base 182 k libuuid x86_64 2.23.2-59.el7 base 82 k pango x86_64 1.42.4-1.el7 base 280 k util-linux x86_64 2.23.2-59.el7 base 2.0 M トランザクションの要約 ================================================================================================== インストール 12 パッケージ (+20 個の依存関係のパッケージ) 更新 ( 13 個の依存関係のパッケージ) 総ダウンロード容量: 18 M Is this ok [y/d/N]: y Downloading packages: No Presto metadata available for base (1/45): SDL_Pango-0.1.2-21.el7.x86_64.rpm | 25 kB 00:00:00 (2/45): SDL_Pango-devel-0.1.2-21.el7.x86_64.rpm | 24 kB 00:00:00 (3/45): SDL_gfx-2.0.25-3.el7.x86_64.rpm | 50 kB 00:00:00 (4/45): SDL_gfx-devel-2.0.25-3.el7.x86_64.rpm | 17 kB 00:00:00 (5/45): SDL_image-1.2.12-11.el7.x86_64.rpm | 42 kB 00:00:00 (6/45): SDL_image-devel-1.2.12-11.el7.x86_64.rpm | 11 kB 00:00:00 (7/45): SDL_mixer-1.2.12-4.el7.x86_64.rpm | 91 kB 00:00:00 (8/45): SDL_mixer-devel-1.2.12-4.el7.x86_64.rpm | 20 kB 00:00:00 (9/45): SDL_net-1.2.8-1.el7.x86_64.rpm | 18 kB 00:00:00 (10/45): SDL_net-devel-1.2.8-1.el7.x86_64.rpm | 12 kB 00:00:00 (11/45): SDL_ttf-2.0.11-6.el7.x86_64.rpm | 23 kB 00:00:00 (12/45): SDL_ttf-devel-2.0.11-6.el7.x86_64.rpm | 10 kB 00:00:00 (13/45): cairo-devel-1.15.12-3.el7.x86_64.rpm | 267 kB 00:00:00 (14/45): cairo-gobject-1.15.12-3.el7.x86_64.rpm | 25 kB 00:00:00 (15/45): cairo-1.15.12-3.el7.x86_64.rpm | 741 kB 00:00:00 (16/45): fontconfig-2.13.0-4.3.el7.x86_64.rpm | 254 kB 00:00:00 (17/45): fontconfig-devel-2.13.0-4.3.el7.x86_64.rpm | 138 kB 00:00:00 (18/45): expat-devel-2.1.0-10.el7_3.x86_64.rpm | 57 kB 00:00:00 (19/45): freetype-2.8-12.el7.x86_64.rpm | 380 kB 00:00:00 (20/45): fribidi-1.0.2-1.el7.x86_64.rpm | 79 kB 00:00:00 (21/45): fribidi-devel-1.0.2-1.el7.x86_64.rpm | 25 kB 00:00:00 (22/45): freetype-devel-2.8-12.el7.x86_64.rpm | 446 kB 00:00:00 (23/45): glib2-devel-2.56.1-2.el7.x86_64.rpm | 453 kB 00:00:00 (24/45): graphite2-devel-1.3.10-1.el7_3.x86_64.rpm | 40 kB 00:00:00 (25/45): glib2-2.56.1-2.el7.x86_64.rpm | 2.5 MB 00:00:00 (26/45): harfbuzz-1.7.5-2.el7.x86_64.rpm | 267 kB 00:00:00 (27/45): harfbuzz-devel-1.7.5-2.el7.x86_64.rpm | 167 kB 00:00:00 (28/45): harfbuzz-icu-1.7.5-2.el7.x86_64.rpm | 12 kB 00:00:00 (29/45): libXft-devel-2.3.2-2.el7.x86_64.rpm | 19 kB 00:00:00 (30/45): libblkid-2.23.2-59.el7.x86_64.rpm | 181 kB 00:00:00 (31/45): libicu-devel-50.1.2-17.el7.x86_64.rpm | 702 kB 00:00:00 (32/45): libmount-2.23.2-59.el7.x86_64.rpm | 182 kB 00:00:00 (33/45): libogg-devel-1.3.0-7.el7.x86_64.rpm | 13 kB 00:00:00 (34/45): libicu-50.1.2-17.el7.x86_64.rpm | 6.9 MB 00:00:00 (35/45): libuuid-2.23.2-59.el7.x86_64.rpm | 82 kB 00:00:00 (36/45): libsmartcols-2.23.2-59.el7.x86_64.rpm | 140 kB 00:00:00 (37/45): libuuid-devel-2.23.2-59.el7.x86_64.rpm | 91 kB 00:00:00 (38/45): libvorbis-devel-1.3.3-8.el7.1.x86_64.rpm | 21 kB 00:00:00 (39/45): mesa-libEGL-devel-18.0.5-3.el7.x86_64.rpm | 34 kB 00:00:00 (40/45): pango-devel-1.42.4-1.el7.x86_64.rpm | 320 kB 00:00:00 (41/45): pcre-devel-8.32-17.el7.x86_64.rpm | 480 kB 00:00:00 (42/45): pixman-devel-0.34.0-1.el7.x86_64.rpm | 20 kB 00:00:00 (43/45): pango-1.42.4-1.el7.x86_64.rpm | 280 kB 00:00:00 (44/45): util-linux-2.23.2-59.el7.x86_64.rpm | 2.0 MB 00:00:00 (45/45): libmikmod-3.2.0-21.el7.x86_64.rpm | 138 kB 00:00:01 -------------------------------------------------------------------------------------------------- 合計 3.7 MB/s | 18 MB 00:00:04 Running transaction check Running transaction test Transaction test succeeded Running transaction 更新します : freetype-2.8-12.el7.x86_64 1/58 更新します : libuuid-2.23.2-59.el7.x86_64 2/58 更新します : fontconfig-2.13.0-4.3.el7.x86_64 3/58 インストール中 : freetype-devel-2.8-12.el7.x86_64 4/58 更新します : libblkid-2.23.2-59.el7.x86_64 5/58 更新します : libmount-2.23.2-59.el7.x86_64 6/58 更新します : glib2-2.56.1-2.el7.x86_64 7/58 更新します : cairo-1.15.12-3.el7.x86_64 8/58 更新します : harfbuzz-1.7.5-2.el7.x86_64 9/58 更新します : libicu-50.1.2-17.el7.x86_64 10/58 インストール中 : fribidi-1.0.2-1.el7.x86_64 11/58 更新します : pango-1.42.4-1.el7.x86_64 12/58 インストール中 : SDL_Pango-0.1.2-21.el7.x86_64 13/58 インストール中 : fribidi-devel-1.0.2-1.el7.x86_64 14/58 更新します : harfbuzz-icu-1.7.5-2.el7.x86_64 15/58 インストール中 : libicu-devel-50.1.2-17.el7.x86_64 16/58 インストール中 : libuuid-devel-2.23.2-59.el7.x86_64 17/58 インストール中 : SDL_ttf-2.0.11-6.el7.x86_64 18/58 インストール中 : SDL_gfx-2.0.25-3.el7.x86_64 19/58 インストール中 : pixman-devel-0.34.0-1.el7.x86_64 20/58 インストール中 : libsmartcols-2.23.2-59.el7.x86_64 21/58 インストール中 : libmikmod-3.2.0-21.el7.x86_64 22/58 インストール中 : SDL_mixer-1.2.12-4.el7.x86_64 23/58 インストール中 : SDL_net-1.2.8-1.el7.x86_64 24/58 インストール中 : graphite2-devel-1.3.10-1.el7_3.x86_64 25/58 インストール中 : expat-devel-2.1.0-10.el7_3.x86_64 26/58 インストール中 : fontconfig-devel-2.13.0-4.3.el7.x86_64 27/58 インストール中 : libXft-devel-2.3.2-2.el7.x86_64 28/58 インストール中 : 2:libogg-devel-1.3.0-7.el7.x86_64 29/58 インストール中 : 1:libvorbis-devel-1.3.3-8.el7.1.x86_64 30/58 インストール中 : pcre-devel-8.32-17.el7.x86_64 31/58 インストール中 : glib2-devel-2.56.1-2.el7.x86_64 32/58 インストール中 : harfbuzz-devel-1.7.5-2.el7.x86_64 33/58 インストール中 : SDL_image-1.2.12-11.el7.x86_64 34/58 インストール中 : mesa-libEGL-devel-18.0.5-3.el7.x86_64 35/58 インストール中 : cairo-devel-1.15.12-3.el7.x86_64 36/58 インストール中 : pango-devel-1.42.4-1.el7.x86_64 37/58 インストール中 : SDL_Pango-devel-0.1.2-21.el7.x86_64 38/58 インストール中 : SDL_image-devel-1.2.12-11.el7.x86_64 39/58 インストール中 : SDL_mixer-devel-1.2.12-4.el7.x86_64 40/58 インストール中 : SDL_net-devel-1.2.8-1.el7.x86_64 41/58 更新します : util-linux-2.23.2-59.el7.x86_64 42/58 インストール中 : SDL_gfx-devel-2.0.25-3.el7.x86_64 43/58 インストール中 : SDL_ttf-devel-2.0.11-6.el7.x86_64 44/58 更新します : cairo-gobject-1.15.12-3.el7.x86_64 45/58 整理中 : pango-1.40.4-1.el7.x86_64 46/58 整理中 : cairo-gobject-1.14.8-2.el7.x86_64 47/58 整理中 : cairo-1.14.8-2.el7.x86_64 48/58 整理中 : util-linux-2.23.2-52.el7_5.1.x86_64 49/58 整理中 : harfbuzz-icu-1.3.2-1.el7.x86_64 50/58 整理中 : harfbuzz-1.3.2-1.el7.x86_64 51/58 整理中 : glib2-2.54.2-2.el7.x86_64 52/58 整理中 : libmount-2.23.2-52.el7_5.1.x86_64 53/58 整理中 : libblkid-2.23.2-52.el7_5.1.x86_64 54/58 整理中 : fontconfig-2.10.95-11.el7.x86_64 55/58 整理中 : freetype-2.4.11-15.el7.x86_64 56/58 整理中 : libuuid-2.23.2-52.el7_5.1.x86_64 57/58 整理中 : libicu-50.1.2-15.el7.x86_64 58/58 検証中 : libXft-devel-2.3.2-2.el7.x86_64 1/58 検証中 : mesa-libEGL-devel-18.0.5-3.el7.x86_64 2/58 検証中 : fontconfig-2.13.0-4.3.el7.x86_64 3/58 検証中 : SDL_image-1.2.12-11.el7.x86_64 4/58 検証中 : cairo-devel-1.15.12-3.el7.x86_64 5/58 検証中 : SDL_ttf-devel-2.0.11-6.el7.x86_64 6/58 検証中 : pcre-devel-8.32-17.el7.x86_64 7/58 検証中 : 2:libogg-devel-1.3.0-7.el7.x86_64 8/58 検証中 : SDL_mixer-devel-1.2.12-4.el7.x86_64 9/58 検証中 : expat-devel-2.1.0-10.el7_3.x86_64 10/58 検証中 : freetype-2.8-12.el7.x86_64 11/58 検証中 : pango-1.42.4-1.el7.x86_64 12/58 検証中 : harfbuzz-icu-1.7.5-2.el7.x86_64 13/58 検証中 : fontconfig-devel-2.13.0-4.3.el7.x86_64 14/58 検証中 : glib2-2.56.1-2.el7.x86_64 15/58 検証中 : graphite2-devel-1.3.10-1.el7_3.x86_64 16/58 検証中 : SDL_ttf-2.0.11-6.el7.x86_64 17/58 検証中 : libuuid-2.23.2-59.el7.x86_64 18/58 検証中 : SDL_net-1.2.8-1.el7.x86_64 19/58 検証中 : pango-devel-1.42.4-1.el7.x86_64 20/58 検証中 : fribidi-1.0.2-1.el7.x86_64 21/58 検証中 : SDL_Pango-devel-0.1.2-21.el7.x86_64 22/58 検証中 : glib2-devel-2.56.1-2.el7.x86_64 23/58 検証中 : SDL_gfx-devel-2.0.25-3.el7.x86_64 24/58 検証中 : libuuid-devel-2.23.2-59.el7.x86_64 25/58 検証中 : SDL_Pango-0.1.2-21.el7.x86_64 26/58 検証中 : harfbuzz-devel-1.7.5-2.el7.x86_64 27/58 検証中 : harfbuzz-1.7.5-2.el7.x86_64 28/58 検証中 : SDL_net-devel-1.2.8-1.el7.x86_64 29/58 検証中 : libmikmod-3.2.0-21.el7.x86_64 30/58 検証中 : libmount-2.23.2-59.el7.x86_64 31/58 検証中 : fribidi-devel-1.0.2-1.el7.x86_64 32/58 検証中 : util-linux-2.23.2-59.el7.x86_64 33/58 検証中 : libsmartcols-2.23.2-59.el7.x86_64 34/58 検証中 : cairo-1.15.12-3.el7.x86_64 35/58 検証中 : libblkid-2.23.2-59.el7.x86_64 36/58 検証中 : pixman-devel-0.34.0-1.el7.x86_64 37/58 検証中 : freetype-devel-2.8-12.el7.x86_64 38/58 検証中 : libicu-devel-50.1.2-17.el7.x86_64 39/58 検証中 : cairo-gobject-1.15.12-3.el7.x86_64 40/58 検証中 : SDL_image-devel-1.2.12-11.el7.x86_64 41/58 検証中 : SDL_mixer-1.2.12-4.el7.x86_64 42/58 検証中 : 1:libvorbis-devel-1.3.3-8.el7.1.x86_64 43/58 検証中 : SDL_gfx-2.0.25-3.el7.x86_64 44/58 検証中 : libicu-50.1.2-17.el7.x86_64 45/58 検証中 : fontconfig-2.10.95-11.el7.x86_64 46/58 検証中 : freetype-2.4.11-15.el7.x86_64 47/58 検証中 : harfbuzz-1.3.2-1.el7.x86_64 48/58 検証中 : cairo-1.14.8-2.el7.x86_64 49/58 検証中 : harfbuzz-icu-1.3.2-1.el7.x86_64 50/58 検証中 : libmount-2.23.2-52.el7_5.1.x86_64 51/58 検証中 : cairo-gobject-1.14.8-2.el7.x86_64 52/58 検証中 : libuuid-2.23.2-52.el7_5.1.x86_64 53/58 検証中 : pango-1.40.4-1.el7.x86_64 54/58 検証中 : libblkid-2.23.2-52.el7_5.1.x86_64 55/58 検証中 : glib2-2.54.2-2.el7.x86_64 56/58 検証中 : libicu-50.1.2-15.el7.x86_64 57/58 検証中 : util-linux-2.23.2-52.el7_5.1.x86_64 58/58 インストール: SDL_Pango.x86_64 0:0.1.2-21.el7 SDL_Pango-devel.x86_64 0:0.1.2-21.el7 SDL_gfx.x86_64 0:2.0.25-3.el7 SDL_gfx-devel.x86_64 0:2.0.25-3.el7 SDL_image.x86_64 0:1.2.12-11.el7 SDL_image-devel.x86_64 0:1.2.12-11.el7 SDL_mixer.x86_64 0:1.2.12-4.el7 SDL_mixer-devel.x86_64 0:1.2.12-4.el7 SDL_net.x86_64 0:1.2.8-1.el7 SDL_net-devel.x86_64 0:1.2.8-1.el7 SDL_ttf.x86_64 0:2.0.11-6.el7 SDL_ttf-devel.x86_64 0:2.0.11-6.el7 依存性関連をインストールしました: cairo-devel.x86_64 0:1.15.12-3.el7 expat-devel.x86_64 0:2.1.0-10.el7_3 fontconfig-devel.x86_64 0:2.13.0-4.3.el7 freetype-devel.x86_64 0:2.8-12.el7 fribidi.x86_64 0:1.0.2-1.el7 fribidi-devel.x86_64 0:1.0.2-1.el7 glib2-devel.x86_64 0:2.56.1-2.el7 graphite2-devel.x86_64 0:1.3.10-1.el7_3 harfbuzz-devel.x86_64 0:1.7.5-2.el7 libXft-devel.x86_64 0:2.3.2-2.el7 libicu-devel.x86_64 0:50.1.2-17.el7 libmikmod.x86_64 0:3.2.0-21.el7 libogg-devel.x86_64 2:1.3.0-7.el7 libsmartcols.x86_64 0:2.23.2-59.el7 libuuid-devel.x86_64 0:2.23.2-59.el7 libvorbis-devel.x86_64 1:1.3.3-8.el7.1 mesa-libEGL-devel.x86_64 0:18.0.5-3.el7 pango-devel.x86_64 0:1.42.4-1.el7 pcre-devel.x86_64 0:8.32-17.el7 pixman-devel.x86_64 0:0.34.0-1.el7 依存性を更新しました: cairo.x86_64 0:1.15.12-3.el7 cairo-gobject.x86_64 0:1.15.12-3.el7 fontconfig.x86_64 0:2.13.0-4.3.el7 freetype.x86_64 0:2.8-12.el7 glib2.x86_64 0:2.56.1-2.el7 harfbuzz.x86_64 0:1.7.5-2.el7 harfbuzz-icu.x86_64 0:1.7.5-2.el7 libblkid.x86_64 0:2.23.2-59.el7 libicu.x86_64 0:50.1.2-17.el7 libmount.x86_64 0:2.23.2-59.el7 libuuid.x86_64 0:2.23.2-59.el7 pango.x86_64 0:1.42.4-1.el7 util-linux.x86_64 0:2.23.2-59.el7 完了しました! [root@localhost ~]#
[root@localhost ~]# yum install -y gtk2 読み込んだプラグイン:fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.riken.jp * epel: ftp.riken.jp * extras: ftp.riken.jp * updates: ftp.riken.jp パッケージ gtk2-2.24.31-1.el7.x86_64 はインストール済みか最新バージョンです 何もしません [root@localhost ~]#
[root@localhost ~]# yum install -y gtk+-devel gtk2-devel 読み込んだプラグイン:fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.riken.jp * epel: ftp.riken.jp * extras: ftp.riken.jp * updates: ftp.riken.jp 依存性の解決をしています There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help). --> トランザクションの確認を実行しています。 ---> パッケージ gtk+-devel.x86_64 1:1.2.10-77.el7 を インストール --> 依存性の処理をしています: gtk+ = 1:1.2.10-77.el7 のパッケージ: 1:gtk+-devel-1.2.10-77.el7.x86_64 --> 依存性の処理をしています: pkgconfig(glib) のパッケージ: 1:gtk+-devel-1.2.10-77.el7.x86_64 --> 依存性の処理をしています: libXt-devel のパッケージ: 1:gtk+-devel-1.2.10-77.el7.x86_64 --> 依存性の処理をしています: libXi-devel のパッケージ: 1:gtk+-devel-1.2.10-77.el7.x86_64 --> 依存性の処理をしています: glib-devel のパッケージ: 1:gtk+-devel-1.2.10-77.el7.x86_64 --> 依存性の処理をしています: libgtk-1.2.so.0()(64bit) のパッケージ: 1:gtk+-devel-1.2.10-77.el7.x86_64 --> 依存性の処理をしています: libgdk-1.2.so.0()(64bit) のパッケージ: 1:gtk+-devel-1.2.10-77.el7.x86_64 ---> パッケージ gtk2-devel.x86_64 0:2.24.31-1.el7 を インストール --> 依存性の処理をしています: atk-devel >= 1.29.4-2 のパッケージ: gtk2-devel-2.24.31-1.el7.x86_64 --> 依存性の処理をしています: pkgconfig(gdk-pixbuf-2.0) のパッケージ: gtk2-devel-2.24.31-1.el7.x86_64 --> 依存性の処理をしています: pkgconfig(atk) のパッケージ: gtk2-devel-2.24.31-1.el7.x86_64 --> 依存性の処理をしています: libXinerama-devel のパッケージ: gtk2-devel-2.24.31-1.el7.x86_64 --> 依存性の処理をしています: libXcursor-devel のパッケージ: gtk2-devel-2.24.31-1.el7.x86_64 --> 依存性の処理をしています: libXcomposite-devel のパッケージ: gtk2-devel-2.24.31-1.el7.x86_64 --> 依存性の処理をしています: gdk-pixbuf2-devel のパッケージ: gtk2-devel-2.24.31-1.el7.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ atk-devel.x86_64 0:2.28.1-1.el7 を インストール --> 依存性の処理をしています: atk(x86-64) = 2.28.1-1.el7 のパッケージ: atk-devel-2.28.1-1.el7.x86_64 ---> パッケージ gdk-pixbuf2-devel.x86_64 0:2.36.12-3.el7 を インストール --> 依存性の処理をしています: gdk-pixbuf2(x86-64) = 2.36.12-3.el7 のパッケージ: gdk-pixbuf2-devel-2.36.12-3.el7.x86_64 ---> パッケージ glib-devel.x86_64 1:1.2.10-41.el7 を インストール --> 依存性の処理をしています: glib = 1:1.2.10-41.el7 のパッケージ: 1:glib-devel-1.2.10-41.el7.x86_64 --> 依存性の処理をしています: libgthread-1.2.so.0()(64bit) のパッケージ: 1:glib-devel-1.2.10-41.el7.x86_64 --> 依存性の処理をしています: libgmodule-1.2.so.0()(64bit) のパッケージ: 1:glib-devel-1.2.10-41.el7.x86_64 --> 依存性の処理をしています: libglib-1.2.so.0()(64bit) のパッケージ: 1:glib-devel-1.2.10-41.el7.x86_64 ---> パッケージ gtk+.x86_64 1:1.2.10-77.el7 を インストール ---> パッケージ libXcomposite-devel.x86_64 0:0.4.4-4.1.el7 を インストール ---> パッケージ libXcursor-devel.x86_64 0:1.1.15-1.el7 を インストール --> 依存性の処理をしています: libXcursor = 1.1.15-1.el7 のパッケージ: libXcursor-devel-1.1.15-1.el7.x86_64 ---> パッケージ libXi-devel.x86_64 0:1.7.9-1.el7 を インストール ---> パッケージ libXinerama-devel.x86_64 0:1.1.3-2.1.el7 を インストール ---> パッケージ libXt-devel.x86_64 0:1.1.5-3.el7 を インストール --> 依存性の処理をしています: pkgconfig(sm) のパッケージ: libXt-devel-1.1.5-3.el7.x86_64 --> 依存性の処理をしています: pkgconfig(ice) のパッケージ: libXt-devel-1.1.5-3.el7.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ atk.x86_64 0:2.22.0-3.el7 を 更新 ---> パッケージ atk.x86_64 0:2.28.1-1.el7 を アップデート ---> パッケージ gdk-pixbuf2.x86_64 0:2.36.5-1.el7 を 更新 ---> パッケージ gdk-pixbuf2.x86_64 0:2.36.12-3.el7 を アップデート ---> パッケージ glib.x86_64 1:1.2.10-41.el7 を インストール ---> パッケージ libICE-devel.x86_64 0:1.0.9-9.el7 を インストール ---> パッケージ libSM-devel.x86_64 0:1.2.2-2.el7 を インストール ---> パッケージ libXcursor.x86_64 0:1.1.14-8.el7 を 更新 ---> パッケージ libXcursor.x86_64 0:1.1.15-1.el7 を アップデート --> 依存性解決を終了しました。 依存性を解決しました ================================================================================================== Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================================== インストール中: gtk+-devel x86_64 1:1.2.10-77.el7 epel 298 k gtk2-devel x86_64 2.24.31-1.el7 base 3.0 M 依存性関連でのインストールをします: atk-devel x86_64 2.28.1-1.el7 base 184 k gdk-pixbuf2-devel x86_64 2.36.12-3.el7 base 215 k glib x86_64 1:1.2.10-41.el7 epel 137 k glib-devel x86_64 1:1.2.10-41.el7 epel 40 k gtk+ x86_64 1:1.2.10-77.el7 epel 841 k libICE-devel x86_64 1.0.9-9.el7 base 50 k libSM-devel x86_64 1.2.2-2.el7 base 13 k libXcomposite-devel x86_64 0.4.4-4.1.el7 base 16 k libXcursor-devel x86_64 1.1.15-1.el7 base 24 k libXi-devel x86_64 1.7.9-1.el7 base 105 k libXinerama-devel x86_64 1.1.3-2.1.el7 base 13 k libXt-devel x86_64 1.1.5-3.el7 base 446 k 依存性関連での更新をします: atk x86_64 2.28.1-1.el7 base 263 k gdk-pixbuf2 x86_64 2.36.12-3.el7 base 570 k libXcursor x86_64 1.1.15-1.el7 base 30 k トランザクションの要約 ================================================================================================== インストール 2 パッケージ (+12 個の依存関係のパッケージ) 更新 ( 3 個の依存関係のパッケージ) 総ダウンロード容量: 6.1 M Downloading packages: No Presto metadata available for base (1/17): atk-devel-2.28.1-1.el7.x86_64.rpm | 184 kB 00:00:00 (2/17): gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm | 570 kB 00:00:00 (3/17): atk-2.28.1-1.el7.x86_64.rpm | 263 kB 00:00:00 (4/17): gdk-pixbuf2-devel-2.36.12-3.el7.x86_64.rpm | 215 kB 00:00:00 (5/17): glib-1.2.10-41.el7.x86_64.rpm | 137 kB 00:00:00 (6/17): glib-devel-1.2.10-41.el7.x86_64.rpm | 40 kB 00:00:02 (7/17): gtk+-1.2.10-77.el7.x86_64.rpm | 841 kB 00:00:10 (8/17): libICE-devel-1.0.9-9.el7.x86_64.rpm | 50 kB 00:00:00 (9/17): libSM-devel-1.2.2-2.el7.x86_64.rpm | 13 kB 00:00:00 (10/17): gtk2-devel-2.24.31-1.el7.x86_64.rpm | 3.0 MB 00:00:01 (11/17): libXcomposite-devel-0.4.4-4.1.el7.x86_64.rpm | 16 kB 00:00:00 (12/17): libXi-devel-1.7.9-1.el7.x86_64.rpm | 105 kB 00:00:00 (13/17): libXinerama-devel-1.1.3-2.1.el7.x86_64.rpm | 13 kB 00:00:00 (14/17): libXcursor-1.1.15-1.el7.x86_64.rpm | 30 kB 00:00:00 (15/17): libXcursor-devel-1.1.15-1.el7.x86_64.rpm | 24 kB 00:00:00 (16/17): libXt-devel-1.1.5-3.el7.x86_64.rpm | 446 kB 00:00:00 (17/17): gtk+-devel-1.2.10-77.el7.x86_64.rpm | 298 kB 00:00:05 -------------------------------------------------------------------------------------------------- 合計 312 kB/s | 6.1 MB 00:00:20 Running transaction check Running transaction test Transaction test succeeded Running transaction 更新します : atk-2.28.1-1.el7.x86_64 1/20 更新します : gdk-pixbuf2-2.36.12-3.el7.x86_64 2/20 インストール中 : libXi-devel-1.7.9-1.el7.x86_64 3/20 更新します : libXcursor-1.1.15-1.el7.x86_64 4/20 インストール中 : 1:glib-1.2.10-41.el7.x86_64 5/20 インストール中 : libICE-devel-1.0.9-9.el7.x86_64 6/20 インストール中 : libSM-devel-1.2.2-2.el7.x86_64 7/20 インストール中 : libXt-devel-1.1.5-3.el7.x86_64 8/20 インストール中 : 1:gtk+-1.2.10-77.el7.x86_64 9/20 インストール中 : 1:glib-devel-1.2.10-41.el7.x86_64 10/20 インストール中 : libXcursor-devel-1.1.15-1.el7.x86_64 11/20 インストール中 : gdk-pixbuf2-devel-2.36.12-3.el7.x86_64 12/20 インストール中 : atk-devel-2.28.1-1.el7.x86_64 13/20 インストール中 : libXinerama-devel-1.1.3-2.1.el7.x86_64 14/20 インストール中 : libXcomposite-devel-0.4.4-4.1.el7.x86_64 15/20 インストール中 : gtk2-devel-2.24.31-1.el7.x86_64 16/20 インストール中 : 1:gtk+-devel-1.2.10-77.el7.x86_64 17/20 整理中 : atk-2.22.0-3.el7.x86_64 18/20 整理中 : gdk-pixbuf2-2.36.5-1.el7.x86_64 19/20 整理中 : libXcursor-1.1.14-8.el7.x86_64 20/20 検証中 : 1:gtk+-devel-1.2.10-77.el7.x86_64 1/20 検証中 : atk-devel-2.28.1-1.el7.x86_64 2/20 検証中 : libICE-devel-1.0.9-9.el7.x86_64 3/20 検証中 : libXt-devel-1.1.5-3.el7.x86_64 4/20 検証中 : libXcursor-devel-1.1.15-1.el7.x86_64 5/20 検証中 : libXcomposite-devel-0.4.4-4.1.el7.x86_64 6/20 検証中 : 1:gtk+-1.2.10-77.el7.x86_64 7/20 検証中 : gtk2-devel-2.24.31-1.el7.x86_64 8/20 検証中 : gdk-pixbuf2-devel-2.36.12-3.el7.x86_64 9/20 検証中 : 1:glib-1.2.10-41.el7.x86_64 10/20 検証中 : 1:glib-devel-1.2.10-41.el7.x86_64 11/20 検証中 : libXcursor-1.1.15-1.el7.x86_64 12/20 検証中 : libXi-devel-1.7.9-1.el7.x86_64 13/20 検証中 : gdk-pixbuf2-2.36.12-3.el7.x86_64 14/20 検証中 : atk-2.28.1-1.el7.x86_64 15/20 検証中 : libSM-devel-1.2.2-2.el7.x86_64 16/20 検証中 : libXinerama-devel-1.1.3-2.1.el7.x86_64 17/20 検証中 : atk-2.22.0-3.el7.x86_64 18/20 検証中 : libXcursor-1.1.14-8.el7.x86_64 19/20 検証中 : gdk-pixbuf2-2.36.5-1.el7.x86_64 20/20 インストール: gtk+-devel.x86_64 1:1.2.10-77.el7 gtk2-devel.x86_64 0:2.24.31-1.el7 依存性関連をインストールしました: atk-devel.x86_64 0:2.28.1-1.el7 gdk-pixbuf2-devel.x86_64 0:2.36.12-3.el7 glib.x86_64 1:1.2.10-41.el7 glib-devel.x86_64 1:1.2.10-41.el7 gtk+.x86_64 1:1.2.10-77.el7 libICE-devel.x86_64 0:1.0.9-9.el7 libSM-devel.x86_64 0:1.2.2-2.el7 libXcomposite-devel.x86_64 0:0.4.4-4.1.el7 libXcursor-devel.x86_64 0:1.1.15-1.el7 libXi-devel.x86_64 0:1.7.9-1.el7 libXinerama-devel.x86_64 0:1.1.3-2.1.el7 libXt-devel.x86_64 0:1.1.5-3.el7 依存性を更新しました: atk.x86_64 0:2.28.1-1.el7 gdk-pixbuf2.x86_64 0:2.36.12-3.el7 libXcursor.x86_64 0:1.1.15-1.el7 完了しました! [root@localhost ~]#
wxWidgets のモジュールをダウンロードします。
[root@localhost ~]# wget https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.3/wxWidgets-3.0.3.tar.bz2 --2018-12-07 20:03:45-- https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.3/wxWidgets-3.0.3.tar.bz2 github.com (github.com) をDNSに問いあわせています... 192.30.255.113, 192.30.255.112 github.com (github.com)|192.30.255.113|:443 に接続しています... 接続しました。 HTTP による接続要求を送信しました、応答を待っています... 302 Found 場所: https://github-production-release-asset-2e65be.s3.amazonaws.com/1764646/d76b60a0-2ec7-11e7-9ba5-16d4d30db9b8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181207%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181207T110346Z&X-Amz-Expires=300&X-Amz-Signature=5797ee4e4566351bb6b05efcfef5325517918012b79299189f630b8fc7bd5c97&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3DwxWidgets-3.0.3.tar.bz2&response-content-type=application%2Foctet-stream [続く] --2018-12-07 20:03:46-- https://github-production-release-asset-2e65be.s3.amazonaws.com/1764646/d76b60a0-2ec7-11e7-9ba5-16d4d30db9b8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181207%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181207T110346Z&X-Amz-Expires=300&X-Amz-Signature=5797ee4e4566351bb6b05efcfef5325517918012b79299189f630b8fc7bd5c97&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3DwxWidgets-3.0.3.tar.bz2&response-content-type=application%2Foctet-stream github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com) をDNSに問いあわせています... 52.216.236.147 github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.236.147|:443 に接続しています... 接続しました。 HTTP による接続要求を送信しました、応答を待っています... 200 OK 長さ: 20054446 (19M) [application/octet-stream] `wxWidgets-3.0.3.tar.bz2' に保存中 100%[========================================================>] 20,054,446 88.0KB/s 時間 3m 23s 2018-12-07 20:07:10 (96.3 KB/s) - `wxWidgets-3.0.3.tar.bz2' へ保存完了 [20054446/20054446] [root@localhost ~]#
ダウンロードした wxWidgets モジュールを解凍します。
[root@localhost wxwidgets]# tar -xvf wxWidgets-3.0.3.tar.bz2 〜(省略)〜 wxWidgets-3.0.3/build/bakefiles/wxpresets/presets/ wxWidgets-3.0.3/build/bakefiles/wxpresets/presets/wx_win32.bkl wxWidgets-3.0.3/build/bakefiles/wxpresets/presets/wx.bkl wxWidgets-3.0.3/build/bakefiles/wxpresets/presets/wx_presets.py wxWidgets-3.0.3/build/bakefiles/wxpresets/presets/wx_unix.bkl wxWidgets-3.0.3/build/bakefiles/wxpresets/presets/wx_xrc.bkl wxWidgets-3.0.3/build/bakefiles/wxpresets/sample/ wxWidgets-3.0.3/build/bakefiles/wxpresets/sample/configure.in wxWidgets-3.0.3/build/bakefiles/wxpresets/sample/minimal.bkl wxWidgets-3.0.3/build/bakefiles/wxpresets/sample/minimal.cpp wxWidgets-3.0.3/build/bakefiles/wxpresets/bakefile_quickstart.txt wxWidgets-3.0.3/build/bakefiles/wxpresets/libsample/ wxWidgets-3.0.3/build/bakefiles/wxpresets/libsample/libsample.bkl wxWidgets-3.0.3/build/bakefiles/wxpresets/libsample/libsample.cpp wxWidgets-3.0.3/build/bakefiles/wxpresets/libsample/configure.in wxWidgets-3.0.3/mkinstalldirs [root@localhost wxwidgets]#
解凍したファイルをフォルダ毎、wxWidgets を起動するディレクトリへ移動します。ここでは、/usr/local/bin/ のディレクトリに wxWidgets フォルダを移動しています。
[root@localhost ~]# mv wxWidgets-3.0.3 /usr/local/bin/ [root@localhost ~]#
移動した wxWidgets ディレクトリに移動します。
[root@localhost ~]# cd /usr/local/bin/wxWidgets-3.0.3 [root@localhost wxWidgets-3.0.3]#
インストールするための Makefile ファイルを作成します。
[root@localhost wxWidgets-3.0.3]# ./configure --with-gtk checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for --disable-gui... no checking for --enable-monolithic... no checking for --enable-plugins... no checking for --without-subdirs... no checking for --enable-official_build... no checking for --disable-all-features... no checking for --enable-universal... no checking for --enable-nanox... no checking for --enable-gpe... no checking for toolkit... gtk checking for --with-libpng... yes checking for --with-libjpeg... yes checking for --with-libtiff... yes checking for --without-libjbig... no checking for --without-liblzma... no checking for --with-libxpm... yes checking for --with-libiconv... yes checking for --with-libmspack... no checking for --without-gtkprint... no checking for --with-gnomevfs... no checking for --with-libnotify... yes checking for --with-hildon... no checking for --with-opengl... auto checking for --with-dmalloc... no checking for --with-sdl... no checking for --with-regex... yes checking for --with-zlib... yes checking for --with-expat... yes checking for --with-macosx-sdk... checking for --with-macosx-version-min... checking for --enable-debug... default checking for --disable-debug_flag... no checking for --enable-debug_info... no checking for --enable-debug_gdb... no checking for --enable-debug_cntxt... no checking for --enable-mem_tracing... no checking for --disable-shared... no checking for --enable-stl... no checking for --enable-std_containers... no checking for --enable-std_iostreams... yes checking for --enable-std_string... yes checking for --enable-std_string_conv_in_wxstring... no checking for --disable-unicode... no checking for --enable-mslu... no checking for --enable-utf8... no checking for --enable-utf8only... no checking for --enable-extended_rtti... no checking for --disable-optimise... no checking for --enable-profile... no checking for --enable-no_rtti... no checking for --enable-no_exceptions... no checking for --enable-permissive... no checking for --enable-no_deps... no checking for --disable-vararg_macros... no checking for --enable-universal_binary... no checking for --enable-macosx_arch... no checking for --enable-compat26... no checking for --disable-compat28... no checking for --disable-rpath... no checking for --enable-objc_uniquifying... no checking for --disable-visibility... no checking for --disable-tls... no checking for --enable-intl... yes checking for --enable-xlocale... yes checking for --enable-config... yes checking for --enable-protocols... yes checking for --enable-ftp... yes checking for --enable-http... yes checking for --enable-fileproto... yes checking for --enable-sockets... yes checking for --enable-ipv6... no checking for --enable-ole... yes checking for --enable-dataobj... yes checking for --enable-ipc... yes checking for --enable-baseevtloop... yes checking for --enable-epollloop... yes checking for --enable-selectloop... yes checking for --enable-any... yes checking for --enable-apple_ieee... yes checking for --enable-arcstream... yes checking for --enable-base64... yes checking for --enable-backtrace... yes checking for --enable-catch_segvs... yes checking for --enable-cmdline... yes checking for --enable-datetime... yes checking for --enable-debugreport... yes checking for --enable-dialupman... yes checking for --enable-dynlib... yes checking for --enable-dynamicloader... yes checking for --enable-exceptions... yes checking for --enable-ffile... yes checking for --enable-file... yes checking for --enable-filehistory... yes checking for --enable-filesystem... yes checking for --enable-fontenum... yes checking for --enable-fontmap... yes checking for --enable-fs_archive... yes checking for --enable-fs_inet... yes checking for --enable-fs_zip... yes checking for --enable-fsvolume... yes checking for --enable-fswatcher... yes checking for --enable-geometry... yes checking for --enable-log... yes checking for --enable-longlong... yes checking for --enable-mimetype... yes checking for --enable-printfposparam... yes checking for --enable-snglinst... yes checking for --enable-sound... yes checking for --enable-stdpaths... yes checking for --enable-stopwatch... yes checking for --enable-streams... yes checking for --enable-sysoptions... yes checking for --enable-tarstream... yes checking for --enable-textbuf... yes checking for --enable-textfile... yes checking for --enable-timer... yes checking for --enable-variant... yes checking for --enable-zipstream... yes checking for --enable-url... yes checking for --enable-protocol... yes checking for --enable-protocol_http... yes checking for --enable-protocol_ftp... yes checking for --enable-protocol_file... yes checking for --enable-threads... yes checking for --enable-iniconf... no checking for --enable-regkey... yes checking for --enable-docview... yes checking for --enable-help... yes checking for --enable-mshtmlhelp... yes checking for --enable-html... yes checking for --enable-htmlhelp... yes checking for --enable-xrc... yes checking for --enable-aui... yes checking for --enable-propgrid... yes checking for --enable-ribbon... yes checking for --enable-stc... yes checking for --enable-constraints... yes checking for --enable-loggui... yes checking for --enable-logwin... yes checking for --enable-logdialog... yes checking for --enable-mdi... yes checking for --enable-mdidoc... yes checking for --enable-mediactrl... auto checking for --enable-gstreamer8... no checking for --enable-richtext... yes checking for --enable-postscript... yes checking for --enable-printarch... yes checking for --enable-svg... yes checking for --enable-webkit... yes checking for --enable-webview... yes checking for --enable-graphics_ctx... yes checking for --enable-clipboard... yes checking for --enable-dnd... yes checking for --disable-controls... no checking for --enable-markup... yes checking for --enable-accel... yes checking for --enable-animatectrl... yes checking for --enable-bannerwindow... yes checking for --enable-artstd... yes checking for --enable-arttango... auto checking for --enable-bmpbutton... yes checking for --enable-bmpcombobox... yes checking for --enable-button... yes checking for --enable-calendar... yes checking for --enable-caret... yes checking for --enable-checkbox... yes checking for --enable-checklst... yes checking for --enable-choice... yes checking for --enable-choicebook... yes checking for --enable-collpane... yes checking for --enable-colourpicker... yes checking for --enable-combobox... yes checking for --enable-comboctrl... yes checking for --enable-commandlinkbutton... yes checking for --enable-dataviewctrl... yes checking for --enable-datepick... yes checking for --enable-detect_sm... yes checking for --enable-dirpicker... yes checking for --enable-display... yes checking for --enable-editablebox... yes checking for --enable-filectrl... yes checking for --enable-filepicker... yes checking for --enable-fontpicker... yes checking for --enable-gauge... yes checking for --enable-grid... yes checking for --enable-headerctrl... yes checking for --enable-hyperlink... yes checking for --enable-imaglist... yes checking for --enable-infobar... yes checking for --enable-listbook... yes checking for --enable-listbox... yes checking for --enable-listctrl... yes checking for --enable-notebook... yes checking for --enable-notifmsg... yes checking for --enable-odcombobox... yes checking for --enable-popupwin... yes checking for --enable-prefseditor... yes checking for --enable-radiobox... yes checking for --enable-radiobtn... yes checking for --enable-richmsgdlg... yes checking for --enable-richtooltip... yes checking for --enable-rearrangectrl... yes checking for --enable-sash... yes checking for --enable-scrollbar... yes checking for --enable-searchctrl... yes checking for --enable-slider... yes checking for --enable-spinbtn... yes checking for --enable-spinctrl... yes checking for --enable-splitter... yes checking for --enable-statbmp... yes checking for --enable-statbox... yes checking for --enable-statline... yes checking for --enable-stattext... yes checking for --enable-statusbar... yes checking for --enable-taskbaricon... yes checking for --enable-tbarnative... yes checking for --enable-textctrl... yes checking for --enable-datepick... yes checking for --enable-tipwindow... yes checking for --enable-togglebtn... yes checking for --enable-toolbar... yes checking for --enable-toolbook... yes checking for --enable-treebook... yes checking for --enable-treectrl... yes checking for --enable-treelist... yes checking for --enable-commondlg... yes checking for --enable-aboutdlg... yes checking for --enable-choicedlg... yes checking for --enable-coldlg... yes checking for --enable-filedlg... yes checking for --enable-finddlg... yes checking for --enable-fontdlg... yes checking for --enable-dirdlg... yes checking for --enable-msgdlg... yes checking for --enable-numberdlg... yes checking for --enable-splash... yes checking for --enable-textdlg... yes checking for --enable-tipdlg... yes checking for --enable-progressdlg... yes checking for --enable-wizarddlg... yes checking for --enable-menus... yes checking for --enable-miniframe... yes checking for --enable-tooltips... yes checking for --enable-splines... yes checking for --enable-mousewheel... yes checking for --enable-validators... yes checking for --enable-busyinfo... yes checking for --enable-hotkey... auto checking for --enable-joystick... yes checking for --enable-metafile... auto checking for --enable-dragimage... yes checking for --enable-accessibility... no checking for --enable-uiactionsim... yes checking for --enable-dctransform... yes checking for --enable-webviewwebkit... yes checking for --enable-palette... yes checking for --enable-image... yes checking for --enable-gif... yes checking for --enable-pcx... yes checking for --enable-tga... yes checking for --enable-iff... yes checking for --enable-pnm... yes checking for --enable-xpm... yes checking for --enable-ico_cur... yes checking for --enable-dccache... yes checking for --enable-ps-in-msw... yes checking for --enable-ownerdrawn... yes checking for --enable-uxtheme... yes checking for --enable-wxdib... yes checking for --enable-webviewie... yes checking for --enable-autoidman... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether we are using the Intel C compiler... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether gcc needs -traditional... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether we are using the Intel C++ compiler... no checking whether we are using the Sun C++ compiler... no checking for ar... ar checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for langinfo.h... yes checking for wchar.h... yes checking for sys/select.h... yes checking for cxxabi.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking size of short... 2 checking size of void *... 8 checking size of int... 4 checking size of long... 8 checking size of size_t... 8 checking size of long long... 8 checking size of wchar_t... 4 checking for va_copy... yes checking whether the compiler supports variadic macros... yes checking for _FILE_OFFSET_BITS value needed for large files... 64 checking if large file support is available... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking whether byte ordering is bigendian... no checking for iostream... yes checking if C++ compiler supports the explicit keyword... yes checking for std::wstring in <string>... yes checking for std::istream... yes checking for std::ostream... yes checking how to run the C++ preprocessor... g++ -E checking type_traits usability... no checking type_traits presence... no checking for type_traits... no checking tr1/type_traits usability... yes checking tr1/type_traits presence... yes checking for tr1/type_traits... yes checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... yes checking for libraries directories... /usr/lib64 checking for cos... no checking for floor... no checking if floating point functions link without -lm... no checking for sin... yes checking for ceil... yes checking if floating point functions link with -lm... yes checking for strtoull... yes configure: WARNING: Defaulting to the builtin regex library for Unicode build. checking for zlib.h >= 1.1.4... yes checking for zlib.h... (cached) yes checking for deflate in -lz... yes checking for png.h > 0.90... yes checking for png.h... (cached) yes checking for png_sig_cmp in -lpng... yes checking for jpeglib.h... yes checking for jpeg_read_header in -ljpeg... yes checking for tiffio.h... yes checking for TIFFError in -ltiff... yes checking for expat.h... yes checking if expat.h is valid C++ header... yes checking for XML_ParserCreate in -lexpat... yes checking for GTK+ version... checking for pkg-config... /bin/pkg-config checking for GTK+ - version >= 2.6.0... yes (version 2.24.31) checking if GTK+ is version >= 2.18... yes checking for X11/Xlib.h... yes checking for X11/XKBlib.h... yes checking for Xxf86vm... yes checking for X11/extensions/xf86vmode.h... yes checking for SM... yes checking for OpenGL headers... found in /usr/include checking for GL/gl.h... yes checking for GL/glu.h... yes checking for GL... yes checking for GLU... yes checking if the linker accepts --version-script... yes checking for symbols visibility support... yes checking for broken libstdc++ visibility... no checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking if size_t is unsigned int... no checking if size_t is unsigned long... yes checking if wchar_t is separate type... yes checking for pw_gecos in struct passwd... yes checking for wcslen... yes checking for wcsftime... yes checking for strnlen... yes checking for wcsdup... yes checking for wcsnlen... yes checking for wcscasecmp... yes checking for wcsncasecmp... yes checking for mbstate_t... yes checking for wcsrtombs... yes checking for snprintf... yes checking for vsnprintf... yes checking for vsscanf... yes checking for vsnprintf declaration... yes checking if vsnprintf declaration is broken... no checking for snprintf declaration... yes checking if snprintf supports positional arguments... yes checking for vsscanf declaration... yes checking if vsscanf() declaration is broken... no checking for putws... no checking for fputws... yes checking for wprintf... yes checking for vswprintf... yes checking for vswscanf... yes checking for _vsnwprintf... no checking for fsync... yes checking for round... yes checking for iconv... yes checking if iconv needs const... no checking for sigaction... yes checking for sa_handler type... int checking for backtrace() in <execinfo.h>... checking for library containing backtrace... none required yes checking for __cxa_demangle() in <cxxabi.h>... yes checking for mkstemp... yes checking for statfs... yes checking for statfs declaration... yes checking for fcntl... yes checking for setenv... yes checking for unsetenv... yes checking for nanosleep... yes checking for uname... yes checking for strtok_r... yes checking for inet_addr... yes checking for inet_aton... yes checking for fdopen... yes checking for sysconf... yes checking for getpwuid_r... yes checking for getgrgid_r... yes checking whether pthreads work with -pthread... yes checking if more special flags are required for pthreads... no checking for pthread_setconcurrency... yes checking for pthread_cleanup_push/pop... yes checking for sched.h... yes checking for sched_yield... yes checking for pthread_attr_getschedpolicy... yes checking for pthread_attr_setschedparam... yes checking for sched_get_priority_max... yes checking for pthread_cancel... yes checking for pthread_mutex_timedlock... yes checking for pthread_attr_setstacksize... yes checking for pthread_mutexattr_t... yes checking for pthread_mutexattr_settype declaration... yes checking for __thread keyword... yes checking if gcc accepts -dumpversion option... yes checking gxx version... 4.8.5 checking whether __thread support in g++ is usable... yes, it works checking for abi::__forced_unwind() in <cxxabi.h>... yes checking for localtime_r... yes checking for gmtime_r... yes checking how many arguments gethostbyname_r() takes... six checking how many arguments getservbyname_r() takes... six checking for dlopen... no checking for dlopen in -ldl... yes checking for dlerror... no checking for dlerror in -ldl... yes checking for sys/inotify.h... yes checking for SNDCTL_DSP_SPEED in sys/soundcard.h... yes checking pkg-config is at least version 0.9.0... yes checking for GTKPRINT... yes checking for LIBNOTIFY... checking for LIBNOTIFY... configure: WARNING: libnotify not found, wxNotificationMessage will use generic implementation. checking for locale_t... yes checking for sys/epoll.h... yes checking for gettimeofday... yes checking whether gettimeofday takes two arguments... yes checking for timezone variable in <time.h>... timezone checking for localtime... yes checking for tm_gmtoff in struct tm... yes checking for setpriority... yes checking for socket... yes checking what is the type of the third argument of getsockname... socklen_t checking what is the type of the fifth argument of getsockopt... socklen_t checking for linux/joystick.h... yes checking for python... /bin/python checking for WEBKIT... configure: WARNING: webkitgtk not found. configure: WARNING: WebKit not available, disabling wxWebView checking for CAIRO... yes checking for cairo_push_group... yes checking for GST... configure: WARNING: GStreamer 1.0 not available, falling back to 0.10 checking for GST... configure: WARNING: GStreamer 0.10 not available, falling back to 0.8 configure: WARNING: GStreamer not available... disabling wxMediaCtrl checking CXXWARNINGS for gcc -Woverloaded-virtual... -Woverloaded-virtual checking for gcc precompiled header bug... no checking for a BSD-compatible install... /bin/install -c checking for ranlib... ranlib checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for ar... (cached) ar checking for strip... strip checking for nm... nm checking if make is GNU make... yes checking for dependency tracking method... gcc checking if the compiler supports precompiled headers... yes checking whether make sets $(MAKE)... (cached) yes checking for cppunit-config... no checking for Cppunit - version >= 1.8.0... no configure: creating ./config.status config.status: creating lib/wx/config/gtk2-unicode-3.0 config.status: creating lib/wx/config/inplace-gtk2-unicode-3.0 config.status: creating utils/ifacecheck/rungccxml.sh config.status: creating version-script config.status: creating Makefile config.status: creating samples/xrc/Makefile config.status: creating samples/wrapsizer/Makefile config.status: creating samples/wizard/Makefile config.status: creating samples/widgets/Makefile config.status: creating samples/vscroll/Makefile config.status: creating samples/validate/Makefile config.status: creating samples/uiaction/Makefile config.status: creating samples/typetest/Makefile config.status: creating samples/treelist/Makefile config.status: creating samples/treectrl/Makefile config.status: creating samples/toolbar/Makefile config.status: creating samples/thread/Makefile config.status: creating samples/text/Makefile config.status: creating samples/taskbar/Makefile config.status: creating samples/taborder/Makefile config.status: creating samples/svg/Makefile config.status: creating samples/stc/Makefile config.status: creating samples/statbar/Makefile config.status: creating samples/splitter/Makefile config.status: creating samples/splash/Makefile config.status: creating samples/sound/Makefile config.status: creating samples/sockets/Makefile config.status: creating samples/shaped/Makefile config.status: creating samples/scroll/Makefile config.status: creating samples/sashtest/Makefile config.status: creating samples/richtext/Makefile config.status: creating samples/ribbon/Makefile config.status: creating samples/render/Makefile config.status: creating samples/propgrid/Makefile config.status: creating samples/printing/Makefile config.status: creating samples/popup/Makefile config.status: creating samples/opengl/penguin/Makefile config.status: creating samples/opengl/isosurf/Makefile config.status: creating samples/opengl/cube/Makefile config.status: creating samples/opengl/Makefile config.status: creating samples/notebook/Makefile config.status: creating samples/minimal/Makefile config.status: creating samples/menu/Makefile config.status: creating samples/mdi/Makefile config.status: creating samples/listctrl/Makefile config.status: creating samples/layout/Makefile config.status: creating samples/keyboard/Makefile config.status: creating samples/joytest/Makefile config.status: creating samples/ipc/Makefile config.status: creating samples/internat/Makefile config.status: creating samples/image/Makefile config.status: creating samples/html/zip/Makefile config.status: creating samples/html/widget/Makefile config.status: creating samples/html/virtual/Makefile config.status: creating samples/html/test/Makefile config.status: creating samples/html/printing/Makefile config.status: creating samples/html/helpview/Makefile config.status: creating samples/html/help/Makefile config.status: creating samples/html/about/Makefile config.status: creating samples/html/Makefile config.status: creating samples/htlbox/Makefile config.status: creating samples/help/Makefile config.status: creating samples/grid/Makefile config.status: creating samples/fswatcher/Makefile config.status: creating samples/font/Makefile config.status: creating samples/exec/Makefile config.status: creating samples/except/Makefile config.status: creating samples/event/Makefile config.status: creating samples/erase/Makefile config.status: creating samples/drawing/Makefile config.status: creating samples/dragimag/Makefile config.status: creating samples/docview/Makefile config.status: creating samples/dnd/Makefile config.status: creating samples/display/Makefile config.status: creating samples/dialup/Makefile config.status: creating samples/dialogs/Makefile config.status: creating samples/debugrpt/Makefile config.status: creating samples/dataview/Makefile config.status: creating samples/controls/Makefile config.status: creating samples/console/Makefile config.status: creating samples/config/Makefile config.status: creating samples/combo/Makefile config.status: creating samples/collpane/Makefile config.status: creating samples/clipboard/Makefile config.status: creating samples/caret/Makefile config.status: creating samples/calendar/Makefile config.status: creating samples/aui/Makefile config.status: creating samples/artprov/Makefile config.status: creating samples/animate/Makefile config.status: creating samples/Makefile config.status: creating demos/Makefile config.status: creating demos/fractal/Makefile config.status: creating demos/forty/Makefile config.status: creating demos/poem/Makefile config.status: creating demos/bombs/Makefile config.status: creating demos/life/Makefile config.status: creating utils/wxrc/Makefile config.status: creating utils/Makefile config.status: creating utils/helpview/Makefile config.status: creating utils/helpview/src/Makefile config.status: creating utils/emulator/Makefile config.status: creating utils/emulator/src/Makefile config.status: creating utils/screenshotgen/Makefile config.status: creating utils/screenshotgen/src/Makefile config.status: creating utils/ifacecheck/src/Makefile config.status: creating utils/hhp2cached/Makefile config.status: creating utils/execmon/Makefile config.status: creating lib/wx/include/gtk2-unicode-3.0/wx/setup.h config.status: executing wx-config commands Configured wxWidgets 3.0.3 for `x86_64-unknown-linux-gnu' Which GUI toolkit should wxWidgets use? GTK+ 2 with support for GTK+ printing libnotify Should wxWidgets be compiled into single library? no Should wxWidgets be linked as a shared library? yes Should wxWidgets support Unicode? yes (using wchar_t) What level of wxWidgets compatibility should be enabled? wxWidgets 2.6 no wxWidgets 2.8 yes Which libraries should wxWidgets use? STL no jpeg sys png sys regex builtin tiff sys zlib sys expat sys libmspack no sdl no [root@localhost wxWidgets-3.0.3]#
wxWidgets パッケージをコンパイルします。
[root@localhost wxWidgets-3.0.3]# make 〜(省略)〜 make[1]: ディレクトリ `/tmp/wxwidgets/wxWidgets-3.0.3/utils/wxrc' に入ります /tmp/wxwidgets/wxWidgets-3.0.3/bk-deps g++ -c -o wxrc_wxrc.o -D__WXGTK__ -I. -DWXUSINGDLL -DwxUSE_GUI=0 -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -D_FILE_OFFSET_BITS=64 -I/tmp/wxwidgets/wxWidgets-3.0.3/lib/wx/include/gtk2-unicode-3.0 -I../../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -DWX_PRECOMP -pthread -O2 -fno-strict-aliasing -pthread -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -fvisibility=hidden -fvisibility-inlines-hidden ./wxrc.cpp g++ -o wxrc wxrc_wxrc.o -L/tmp/wxwidgets/wxWidgets-3.0.3/lib -pthread -lwx_baseu_xml-3.0 -lexpat -lwx_baseu-3.0 -lwxregexu-3.0 -pthread -Wl,--version-script,/tmp/wxwidgets/wxWidgets-3.0.3/version-script -lz -ldl -lm -lz -ldl -lm make[1]: ディレクトリ `/tmp/wxwidgets/wxWidgets-3.0.3/utils/wxrc' から出ます [root@localhost wxWidgets-3.0.3]#
コンパイルした wxWidgets パッケージをインストールします。
[root@localhost wxWidgets-3.0.3]# make install mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_baseu-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_baseu-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_baseu-3.0.so libwx_baseu-3.0.so.0; ln -s libwx_baseu-3.0.so.0.3.0 libwx_baseu-3.0.so.0; ln -s libwx_baseu-3.0.so.0 libwx_baseu-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_baseu_net-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_baseu_net-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_baseu_net-3.0.so libwx_baseu_net-3.0.so.0; ln -s libwx_baseu_net-3.0.so.0.3.0 libwx_baseu_net-3.0.so.0; ln -s libwx_baseu_net-3.0.so.0 libwx_baseu_net-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_core-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_core-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_gtk2u_core-3.0.so libwx_gtk2u_core-3.0.so.0; ln -s libwx_gtk2u_core-3.0.so.0.3.0 libwx_gtk2u_core-3.0.so.0; ln -s libwx_gtk2u_core-3.0.so.0 libwx_gtk2u_core-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_adv-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_adv-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_gtk2u_adv-3.0.so libwx_gtk2u_adv-3.0.so.0; ln -s libwx_gtk2u_adv-3.0.so.0.3.0 libwx_gtk2u_adv-3.0.so.0; ln -s libwx_gtk2u_adv-3.0.so.0 libwx_gtk2u_adv-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_html-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_html-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_gtk2u_html-3.0.so libwx_gtk2u_html-3.0.so.0; ln -s libwx_gtk2u_html-3.0.so.0.3.0 libwx_gtk2u_html-3.0.so.0; ln -s libwx_gtk2u_html-3.0.so.0 libwx_gtk2u_html-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_qa-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_qa-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_gtk2u_qa-3.0.so libwx_gtk2u_qa-3.0.so.0; ln -s libwx_gtk2u_qa-3.0.so.0.3.0 libwx_gtk2u_qa-3.0.so.0; ln -s libwx_gtk2u_qa-3.0.so.0 libwx_gtk2u_qa-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_baseu_xml-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_baseu_xml-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_baseu_xml-3.0.so libwx_baseu_xml-3.0.so.0; ln -s libwx_baseu_xml-3.0.so.0.3.0 libwx_baseu_xml-3.0.so.0; ln -s libwx_baseu_xml-3.0.so.0 libwx_baseu_xml-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_xrc-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_xrc-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_gtk2u_xrc-3.0.so libwx_gtk2u_xrc-3.0.so.0; ln -s libwx_gtk2u_xrc-3.0.so.0.3.0 libwx_gtk2u_xrc-3.0.so.0; ln -s libwx_gtk2u_xrc-3.0.so.0 libwx_gtk2u_xrc-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_aui-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_aui-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_gtk2u_aui-3.0.so libwx_gtk2u_aui-3.0.so.0; ln -s libwx_gtk2u_aui-3.0.so.0.3.0 libwx_gtk2u_aui-3.0.so.0; ln -s libwx_gtk2u_aui-3.0.so.0 libwx_gtk2u_aui-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_ribbon-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_ribbon-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_gtk2u_ribbon-3.0.so libwx_gtk2u_ribbon-3.0.so.0; ln -s libwx_gtk2u_ribbon-3.0.so.0.3.0 libwx_gtk2u_ribbon-3.0.so.0; ln -s libwx_gtk2u_ribbon-3.0.so.0 libwx_gtk2u_ribbon-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_propgrid-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_propgrid-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_gtk2u_propgrid-3.0.so libwx_gtk2u_propgrid-3.0.so.0; ln -s libwx_gtk2u_propgrid-3.0.so.0.3.0 libwx_gtk2u_propgrid-3.0.so.0; ln -s libwx_gtk2u_propgrid-3.0.so.0 libwx_gtk2u_propgrid-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_richtext-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_richtext-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_gtk2u_richtext-3.0.so libwx_gtk2u_richtext-3.0.so.0; ln -s libwx_gtk2u_richtext-3.0.so.0.3.0 libwx_gtk2u_richtext-3.0.so.0; ln -s libwx_gtk2u_richtext-3.0.so.0 libwx_gtk2u_richtext-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_stc-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_stc-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_gtk2u_stc-3.0.so libwx_gtk2u_stc-3.0.so.0; ln -s libwx_gtk2u_stc-3.0.so.0.3.0 libwx_gtk2u_stc-3.0.so.0; ln -s libwx_gtk2u_stc-3.0.so.0 libwx_gtk2u_stc-3.0.so) mkdir -p /usr/local/lib /bin/install -c -m 644 /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_gl-3.0.so /usr/local/lib /bin/install -c /tmp/wxwidgets/wxWidgets-3.0.3/lib/libwx_gtk2u_gl-3.0.so.0.3.0 /usr/local/lib (cd /usr/local/lib ; rm -f libwx_gtk2u_gl-3.0.so libwx_gtk2u_gl-3.0.so.0; ln -s libwx_gtk2u_gl-3.0.so.0.3.0 libwx_gtk2u_gl-3.0.so.0; ln -s libwx_gtk2u_gl-3.0.so.0 libwx_gtk2u_gl-3.0.so) (if test -f utils/wxrc/Makefile ; then cd utils/wxrc && make all ; fi) make[1]: ディレクトリ `/tmp/wxwidgets/wxWidgets-3.0.3/utils/wxrc' に入ります make[1]: `all' に対して行うべき事はありません. make[1]: ディレクトリ `/tmp/wxwidgets/wxWidgets-3.0.3/utils/wxrc' から出ます (if test -f utils/wxrc/Makefile ; then cd utils/wxrc && make install ; fi) make[1]: ディレクトリ `/tmp/wxwidgets/wxWidgets-3.0.3/utils/wxrc' に入ります mkdir -p /usr/local/bin /bin/install -c wxrc /usr/local/bin rm -f /usr/local/bin/wxrc /usr/local/bin/wxrc-3.0 /bin/install -c wxrc /usr/local/bin mv -f /usr/local/bin/wxrc /usr/local/bin/wxrc-3.0 (cd /usr/local/bin && ln -s wxrc-3.0 wxrc) make[1]: ディレクトリ `/tmp/wxwidgets/wxWidgets-3.0.3/utils/wxrc' から出ます mkdir -p /usr/local/bin mkdir -p /usr/local/lib/wx/config /bin/install -c lib/wx/config/gtk2-unicode-3.0 /usr/local/lib/wx/config (cd /usr/local/bin && rm -f wx-config && ln -s /usr/local/lib/wx/config/gtk2-unicode-3.0 wx-config || cp -p /usr/local/lib/wx/config/gtk2-unicode-3.0 wx-config) mkdir -p /usr/local/share/locale for l in ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk zh zh_CN zh_TW ; do \ mkdir -p /usr/local/share/locale/$l ; \ mkdir -p /usr/local/share/locale/$l/LC_MESSAGES ; \ if test -f ./locale/$l.mo ; then \ /bin/install -c -m 644 ./locale/$l.mo /usr/local/share/locale/$l/LC_MESSAGES/wxstd.mo ; \ fi ; \ done mkdir -p /usr/local/share/locale for l in it ; do \ mkdir -p /usr/local/share/locale/$l ; \ mkdir -p /usr/local/share/locale/$l/LC_MESSAGES ; \ if test -f ./locale/msw/$l.mo ; then \ /bin/install -c -m 644 ./locale/msw/$l.mo /usr/local/share/locale/$l/LC_MESSAGES/wxmsw.mo ; \ fi ; \ done mkdir -p /usr/local/share/aclocal (cd . ; /bin/install -c -m 644 wxwin.m4 /usr/local/share/aclocal) mkdir -p /usr/local/share/bakefile/presets (cd ./build/bakefiles/wxpresets/presets ; /bin/install -c -m 644 wx.bkl wx_unix.bkl wx_win32.bkl wx_xrc.bkl wx_presets.py /usr/local/share/bakefile/presets) mkdir -p /usr/local/lib/wx/include/gtk2-unicode-3.0/wx for f in setup.h ; do \ if test ! -d /usr/local/lib/wx/include/gtk2-unicode-3.0/wx/`dirname $f` ; then \ mkdir -p /usr/local/lib/wx/include/gtk2-unicode-3.0/wx/`dirname $f`; \ fi; \ /bin/install -c -m 644 ./lib/wx/include/gtk2-unicode-3.0/wx/$f /usr/local/lib/wx/include/gtk2-unicode-3.0/wx/$f; \ done mkdir -p /usr/local/include/wx-3.0 for f in wx/afterstd.h wx/any.h wx/anystr.h wx/app.h wx/apptrait.h wx/archive.h wx/arrimpl.cpp wx/arrstr.h wx/atomic.h wx/base64.h wx/beforestd.h wx/buffer.h wx/build.h wx/chartype.h wx/checkeddelete.h wx/chkconf.h wx/clntdata.h wx/cmdargs.h wx/cmdline.h wx/compiler.h wx/confbase.h wx/config.h wx/convauto.h wx/containr.h wx/cpp.h wx/crt.h wx/datetime.h wx/datstrm.h wx/dde.h wx/debug.h wx/defs.h wx/dir.h wx/dlimpexp.h wx/dlist.h wx/dynarray.h wx/dynlib.h wx/dynload.h wx/encconv.h wx/event.h wx/eventfilter.h wx/evtloop.h wx/except.h wx/features.h wx/flags.h wx/ffile.h wx/file.h wx/fileconf.h wx/filefn.h wx/filename.h wx/filesys.h wx/fontenc.h wx/fontmap.h wx/fs_arc.h wx/fs_filter.h wx/fs_mem.h wx/fs_zip.h wx/hash.h wx/hashmap.h wx/hashset.h wx/html/forcelnk.h wx/iconloc.h wx/init.h wx/intl.h wx/iosfwrap.h wx/ioswrap.h wx/ipc.h wx/ipcbase.h wx/kbdstate.h wx/language.h wx/link.h wx/list.h wx/listimpl.cpp wx/log.h wx/longlong.h wx/math.h wx/memconf.h wx/memory.h wx/memtext.h wx/mimetype.h wx/module.h wx/mousestate.h wx/msgout.h wx/msgqueue.h wx/mstream.h wx/numformatter.h wx/object.h wx/platform.h wx/platinfo.h wx/power.h wx/process.h wx/ptr_scpd.h wx/ptr_shrd.h wx/recguard.h wx/regex.h wx/rtti.h wx/scopedarray.h wx/scopedptr.h wx/scopeguard.h wx/sharedptr.h wx/snglinst.h wx/sstream.h wx/stack.h wx/stackwalk.h wx/stdpaths.h wx/stdstream.h wx/stockitem.h wx/stopwatch.h wx/strconv.h wx/stream.h wx/string.h wx/stringimpl.h wx/stringops.h wx/strvararg.h wx/sysopt.h wx/tarstrm.h wx/textbuf.h wx/textfile.h wx/thread.h wx/thrimpl.cpp wx/time.h wx/timer.h wx/tls.h wx/tokenzr.h wx/tracker.h wx/translation.h wx/txtstrm.h wx/typeinfo.h wx/types.h wx/unichar.h wx/uri.h wx/ustring.h wx/utils.h wx/variant.h wx/vector.h wx/version.h wx/versioninfo.h wx/volume.h wx/weakref.h wx/wfstream.h wx/wx.h wx/wxchar.h wx/wxcrt.h wx/wxcrtbase.h wx/wxcrtvararg.h wx/wxprec.h wx/xlocale.h wx/xti.h wx/xti2.h wx/xtistrm.h wx/xtictor.h wx/xtihandler.h wx/xtiprop.h wx/xtitypes.h wx/zipstrm.h wx/zstream.h wx/meta/convertible.h wx/meta/if.h wx/meta/implicitconversion.h wx/meta/int2type.h wx/meta/movable.h wx/meta/pod.h wx/meta/removeref.h wx/fswatcher.h wx/generic/fswatcher.h wx/unix/app.h wx/unix/apptbase.h wx/unix/apptrait.h wx/unix/chkconf.h wx/unix/evtloop.h wx/unix/evtloopsrc.h wx/unix/pipe.h wx/unix/stdpaths.h wx/unix/stackwalk.h wx/unix/tls.h wx/unix/fswatcher_kqueue.h wx/private/streamtempinput.h wx/private/pipestream.h wx/unix/private/pipestream.h wx/unix/execute.h wx/unix/mimetype.h wx/unix/fswatcher_inotify.h wx/fs_inet.h wx/protocol/file.h wx/protocol/ftp.h wx/protocol/http.h wx/protocol/log.h wx/protocol/protocol.h wx/sckaddr.h wx/sckipc.h wx/sckstrm.h wx/socket.h wx/url.h wx/xml/xml.h wx/xtixml.h wx/affinematrix2dbase.h wx/affinematrix2d.h wx/anybutton.h wx/bmpbuttn.h wx/brush.h wx/button.h wx/checkbox.h wx/checklst.h wx/choicdlg.h wx/choice.h wx/cmndata.h wx/collpane.h wx/combo.h wx/combobox.h wx/compositewin.h wx/control.h wx/ctrlsub.h wx/cursor.h wx/custombgwin.h wx/dc.h wx/dcclient.h wx/dcgraph.h wx/dcmemory.h wx/dcprint.h wx/dcscreen.h wx/dcsvg.h wx/dialog.h wx/dirdlg.h wx/dragimag.h wx/encinfo.h wx/filedlg.h wx/frame.h wx/gauge.h wx/gbsizer.h wx/gdicmn.h wx/generic/accel.h wx/generic/buttonbar.h wx/generic/choicdgg.h wx/generic/colrdlgg.h wx/generic/combo.h wx/generic/custombgwin.h wx/generic/dcpsg.h wx/generic/dirctrlg.h wx/generic/dragimgg.h wx/generic/filectrlg.h wx/generic/headerctrlg.h wx/generic/infobar.h wx/generic/logg.h wx/generic/msgdlgg.h wx/generic/numdlgg.h wx/generic/notebook.h wx/generic/panelg.h wx/generic/prntdlgg.h wx/generic/printps.h wx/generic/progdlgg.h wx/generic/richmsgdlgg.h wx/generic/scrolwin.h wx/generic/spinctlg.h wx/generic/splitter.h wx/generic/srchctlg.h wx/generic/statbmpg.h wx/generic/stattextg.h wx/generic/textdlgg.h wx/generic/treectlg.h wx/graphics.h wx/headercol.h wx/headerctrl.h wx/helphtml.h wx/icon.h wx/infobar.h wx/itemid.h wx/layout.h wx/listbox.h wx/mdi.h wx/menu.h wx/modalhook.h wx/mousemanager.h wx/msgdlg.h wx/nativewin.h wx/numdlg.h wx/overlay.h wx/palette.h wx/panel.h wx/pen.h wx/position.h wx/preferences.h wx/radiobox.h wx/radiobut.h wx/range.h wx/rearrangectrl.h wx/renderer.h wx/richmsgdlg.h wx/scrolbar.h wx/scrolbar.h wx/scrolwin.h wx/selstore.h wx/settings.h wx/sizer.h wx/slider.h wx/statbmp.h wx/statbox.h wx/stattext.h wx/statusbr.h wx/testing.h wx/textcompleter.h wx/textctrl.h wx/textdlg.h wx/textentry.h wx/textwrapper.h wx/toolbar.h wx/validate.h wx/valtext.h wx/valnum.h wx/window.h wx/windowid.h wx/windowptr.h wx/withimages.h wx/wrapsizer.h wx/wupdlock.h wx/accel.h wx/access.h wx/anidecod.h wx/animdecod.h wx/artprov.h wx/bitmap.h wx/bookctrl.h wx/busyinfo.h wx/generic/busyinfo.h wx/caret.h wx/choicebk.h wx/clipbrd.h wx/clrpicker.h wx/cmdproc.h wx/colordlg.h wx/colour.h wx/colourdata.h wx/cshelp.h wx/dataobj.h wx/dcmirror.h wx/dcps.h wx/dialup.h wx/dirctrl.h wx/display.h wx/display_impl.h wx/dnd.h wx/docmdi.h wx/docview.h wx/effects.h wx/evtloopsrc.h wx/fdrepdlg.h wx/filectrl.h wx/filehistory.h wx/filepicker.h wx/fontpicker.h wx/fmappriv.h wx/font.h wx/fontdata.h wx/fontdlg.h wx/fontenum.h wx/fontutil.h wx/gdiobj.h wx/geometry.h wx/gifdecod.h wx/help.h wx/helpbase.h wx/helpwin.h wx/iconbndl.h wx/imagbmp.h wx/image.h wx/imaggif.h wx/imagiff.h wx/imagjpeg.h wx/imaglist.h wx/imagpcx.h wx/imagpng.h wx/imagpnm.h wx/imagtga.h wx/imagtiff.h wx/imagxpm.h wx/listbase.h wx/listbook.h wx/listctrl.h wx/matrix.h wx/menuitem.h wx/metafile.h wx/minifram.h wx/nonownedwnd.h wx/notebook.h wx/ownerdrw.h wx/paper.h wx/persist.h wx/persist/bookctrl.h wx/persist/splitter.h wx/persist/toplevel.h wx/persist/treebook.h wx/persist/window.h wx/pickerbase.h wx/popupwin.h wx/print.h wx/printdlg.h wx/prntbase.h wx/progdlg.h wx/quantize.h wx/rawbmp.h wx/region.h wx/scopeguard.h wx/simplebook.h wx/spinbutt.h wx/spinctrl.h wx/splitter.h wx/srchctrl.h wx/statline.h wx/tbarbase.h wx/tglbtn.h wx/tipwin.h wx/toolbook.h wx/tooltip.h wx/toplevel.h wx/treebase.h wx/treebook.h wx/treectrl.h wx/uiaction.h wx/valgen.h wx/vidmode.h wx/vlbox.h wx/vms_x_fix.h wx/vscroll.h wx/xpmdecod.h wx/xpmhand.h wx/xrc/xmlreshandler.h wx/generic/caret.h wx/generic/imaglist.h wx/unix/fontutil.h wx/unix/utilsx11.h wx/generic/icon.h wx/generic/paletteg.h wx/gtk/app.h wx/gtk/assertdlg_gtk.h wx/gtk/bitmap.h wx/gtk/brush.h wx/gtk/clipbrd.h wx/gtk/colour.h wx/gtk/cursor.h wx/gtk/dataform.h wx/gtk/dataobj.h wx/gtk/dataobj2.h wx/gtk/dnd.h wx/gtk/evtloop.h wx/gtk/evtloopsrc.h wx/gtk/font.h wx/gtk/filehistory.h wx/gtk/minifram.h wx/gtk/nonownedwnd.h wx/gtk/pen.h wx/gtk/popupwin.h wx/gtk/region.h wx/gtk/tooltip.h wx/gtk/toplevel.h wx/gtk/window.h wx/generic/fdrepdlg.h wx/generic/filepickerg.h wx/generic/listctrl.h wx/generic/statusbr.h wx/gtk/accel.h wx/gtk/anybutton.h wx/gtk/bmpbuttn.h wx/gtk/button.h wx/gtk/checkbox.h wx/gtk/checklst.h wx/gtk/chkconf.h wx/gtk/collpane.h wx/gtk/colordlg.h wx/gtk/choice.h wx/gtk/combobox.h wx/gtk/control.h wx/gtk/clrpicker.h wx/gtk/dialog.h wx/gtk/dirdlg.h wx/gtk/filectrl.h wx/gtk/filedlg.h wx/gtk/fontpicker.h wx/gtk/filepicker.h wx/gtk/fontdlg.h wx/gtk/frame.h wx/gtk/gauge.h wx/gtk/gnome/gvfs.h wx/gtk/infobar.h wx/gtk/listbox.h wx/gtk/mdi.h wx/gtk/menu.h wx/gtk/menuitem.h wx/gtk/msgdlg.h wx/gtk/notebook.h wx/gtk/print.h wx/gtk/radiobox.h wx/gtk/radiobut.h wx/gtk/scrolbar.h wx/gtk/scrolwin.h wx/gtk/slider.h wx/gtk/spinbutt.h wx/gtk/spinctrl.h wx/gtk/statbmp.h wx/gtk/statbox.h wx/gtk/statline.h wx/gtk/stattext.h wx/gtk/toolbar.h wx/gtk/textctrl.h wx/gtk/textentry.h wx/gtk/tglbtn.h wx/generic/fontdlgg.h wx/aboutdlg.h wx/animate.h wx/bannerwindow.h wx/bmpcbox.h wx/calctrl.h wx/commandlinkbutton.h wx/dataview.h wx/datectrl.h wx/dateevt.h wx/datetimectrl.h wx/dcbuffer.h wx/dvrenderers.h wx/editlbox.h wx/generic/aboutdlgg.h wx/generic/bmpcbox.h wx/generic/calctrlg.h wx/generic/datectrl.h wx/generic/dataview.h wx/generic/dvrenderer.h wx/generic/dvrenderers.h wx/generic/grid.h wx/generic/gridctrl.h wx/generic/grideditors.h wx/generic/gridsel.h wx/generic/helpext.h wx/generic/hyperlink.h wx/generic/laywin.h wx/generic/notifmsg.h wx/generic/propdlg.h wx/generic/sashwin.h wx/generic/splash.h wx/generic/timectrl.h wx/generic/wizard.h wx/grid.h wx/hyperlink.h wx/joystick.h wx/laywin.h wx/notifmsg.h wx/odcombo.h wx/propdlg.h wx/richtooltip.h wx/sashwin.h wx/sound.h wx/splash.h wx/taskbar.h wx/timectrl.h wx/tipdlg.h wx/treelist.h wx/wizard.h wx/unix/joystick.h wx/unix/sound.h wx/unix/taskbarx11.h wx/gtk/notifmsg.h wx/gtk/taskbar.h wx/gtk/hildon/notifmsg.h wx/gtk/animate.h wx/gtk/bmpcbox.h wx/gtk/calctrl.h wx/gtk/dataview.h wx/gtk/dvrenderer.h wx/gtk/dvrenderers.h wx/gtk/hyperlink.h wx/mediactrl.h wx/html/helpctrl.h wx/html/helpdata.h wx/html/helpdlg.h wx/html/helpfrm.h wx/html/helpwnd.h wx/html/htmlcell.h wx/html/htmldefs.h wx/html/htmlfilt.h wx/html/htmlpars.h wx/html/htmlproc.h wx/html/htmltag.h wx/html/htmlwin.h wx/html/htmprint.h wx/html/m_templ.h wx/html/styleparams.h wx/html/winpars.h wx/wxhtml.h wx/htmllbox.h wx/glcanvas.h wx/gtk/glcanvas.h wx/unix/glx11.h wx/debugrpt.h wx/xrc/xh_all.h wx/xrc/xh_animatctrl.h wx/xrc/xh_bannerwindow.h wx/xrc/xh_bmpbt.h wx/xrc/xh_bmp.h wx/xrc/xh_bmpcbox.h wx/xrc/xh_bttn.h wx/xrc/xh_cald.h wx/xrc/xh_chckb.h wx/xrc/xh_chckl.h wx/xrc/xh_choic.h wx/xrc/xh_choicbk.h wx/xrc/xh_clrpicker.h wx/xrc/xh_cmdlinkbn.h wx/xrc/xh_collpane.h wx/xrc/xh_combo.h wx/xrc/xh_comboctrl.h wx/xrc/xh_datectrl.h wx/xrc/xh_dirpicker.h wx/xrc/xh_dlg.h wx/xrc/xh_editlbox.h wx/xrc/xh_filectrl.h wx/xrc/xh_filepicker.h wx/xrc/xh_fontpicker.h wx/xrc/xh_frame.h wx/xrc/xh_mdi.h wx/xrc/xh_gauge.h wx/xrc/xh_gdctl.h wx/xrc/xh_grid.h wx/xrc/xh_html.h wx/xrc/xh_hyperlink.h wx/xrc/xh_listb.h wx/xrc/xh_listbk.h wx/xrc/xh_listc.h wx/xrc/xh_menu.h wx/xrc/xh_notbk.h wx/xrc/xh_odcombo.h wx/xrc/xh_panel.h wx/xrc/xh_propdlg.h wx/xrc/xh_radbt.h wx/xrc/xh_radbx.h wx/xrc/xh_scrol.h wx/xrc/xh_scwin.h wx/xrc/xh_htmllbox.h wx/xrc/xh_simplebook.h wx/xrc/xh_sizer.h wx/xrc/xh_slidr.h wx/xrc/xh_spin.h wx/xrc/xh_split.h wx/xrc/xh_srchctrl.h wx/xrc/xh_statbar.h wx/xrc/xh_stbmp.h wx/xrc/xh_stbox.h wx/xrc/xh_stlin.h wx/xrc/xh_sttxt.h wx/xrc/xh_text.h wx/xrc/xh_tglbtn.h wx/xrc/xh_timectrl.h wx/xrc/xh_toolb.h wx/xrc/xh_toolbk.h wx/xrc/xh_tree.h wx/xrc/xh_treebk.h wx/xrc/xh_unkwn.h wx/xrc/xh_wizrd.h wx/xrc/xmlres.h wx/aui/framemanager.h wx/aui/dockart.h wx/aui/floatpane.h wx/aui/auibook.h wx/aui/auibar.h wx/aui/tabmdi.h wx/aui/aui.h wx/aui/tabart.h wx/xrc/xh_auinotbk.h wx/aui/tabartgtk.h wx/propgrid/advprops.h wx/propgrid/editors.h wx/propgrid/manager.h wx/propgrid/property.h wx/propgrid/propgrid.h wx/propgrid/propgriddefs.h wx/propgrid/propgridiface.h wx/propgrid/propgridpagestate.h wx/propgrid/props.h wx/ribbon/art.h wx/ribbon/art_internal.h wx/ribbon/bar.h wx/ribbon/buttonbar.h wx/ribbon/control.h wx/ribbon/gallery.h wx/ribbon/page.h wx/ribbon/panel.h wx/ribbon/toolbar.h wx/xrc/xh_ribbon.h wx/richtext/richtextbackgroundpage.h wx/richtext/richtextborderspage.h wx/richtext/richtextbuffer.h wx/richtext/richtextbulletspage.h wx/richtext/richtextctrl.h wx/richtext/richtextdialogpage.h wx/richtext/richtextfontpage.h wx/richtext/richtextformatdlg.h wx/richtext/richtexthtml.h wx/richtext/richtextimagedlg.h wx/richtext/richtextindentspage.h wx/richtext/richtextliststylepage.h wx/richtext/richtextmarginspage.h wx/richtext/richtextprint.h wx/richtext/richtextsizepage.h wx/richtext/richtextstyledlg.h wx/richtext/richtextstylepage.h wx/richtext/richtextstyles.h wx/richtext/richtextsymboldlg.h wx/richtext/richtexttabspage.h wx/richtext/richtextuicustomization.h wx/richtext/richtextxml.h wx/xrc/xh_richtext.h wx/stc/stc.h wx/gtk/webviewhistoryitem_webkit.h wx/gtk/webview_webkit.h wx/webview.h wx/webviewarchivehandler.h wx/webviewfshandler.h; do \ if test ! -d /usr/local/include/wx-3.0/`dirname $f` ; then \ mkdir -p /usr/local/include/wx-3.0/`dirname $f`; \ fi; \ /bin/install -c -m 644 ./include/$f /usr/local/include/wx-3.0/$f; \ done ------------------------------------------------------ The installation of wxWidgets is finished. On certain platforms (e.g. Linux) you'll now have to run ldconfig if you installed a shared library and also modify the LD_LIBRARY_PATH (or equivalent) environment variable. wxWidgets comes with no guarantees and doesn't claim to be suitable for any purpose. Read the wxWindows Licence on licencing conditions. ------------------------------------------------------ [root@localhost wxWidgets-3.0.3]#
wx-config ファイルを /usr/local/bin へコピーします。
[root@localhost wxWidgets-3.0.3]# cp wx-config /usr/local/bin/ cp: `/usr/local/bin/wx-config' を上書きしますか? y [root@localhost wxWidgets-3.0.3]#
コピーした /usr/local/bin/wx-config ファイルのアクセス権限を変更します。
[root@localhost wxWidgets-3.0.3]# chmod 755 /usr/local/bin/wx-config [root@localhost wxWidgets-3.0.3]#