JD は gtkmm/GTK+ を用いた2chブラウザです。
公式
http://jd4linux.sourceforge.jp/
sourceforge.jp
http://sourceforge.jp/projects/jd4linux/
JDサポートBBS
http://jd4linux.sourceforge.jp/cgi-bin/bbs/support/
2chスレ過去ログ
http://jd4linux.sourceforge.jp/old2ch/
JD開発ポリシー
http://jd4linux.sourceforge.jp/policy.txt
前スレ
[[[ 2ch ブラウザ JD 17 ]]] [無断転載禁止]©2ch.net
http://mao.5ch.net/test/read.cgi/linux/1494846782/
その前
2ch ブラウザ JD 16.1
http://hayabusa6.2ch.net/test/read.cgi/linux/1429177088/
[[[ 2ch ブラウザ JD 19]]]
■ このスレッドは過去ログ倉庫に格納されています
2017/10/06(金) 20:22:29.98ID:o5PufOFR
2017/10/06(金) 20:27:31.04ID:qcYQLtlW
2017/10/06(金) 20:29:38.32ID:o5PufOFR
>前スレの1000さん
>このスレは重複スレ
そうだったんだ
すっかり忘れてた(今も思い出せない)
ということで19にしてセーフ
という訳で
17が2個で18は欠番ですよ
前スレ
[[[ 2ch ブラウザ JD 17 ]]] [無断転載禁止]©2ch.net
http://mao.5ch.net/test/read.cgi/linux/1494846782/
その前
[[[ 2ch ブラウザ JD 17 ]]] [転載禁止]©2ch.net
http://mao.5ch.net/test/read.cgi/linux/1431339280/
と訂正いたします
>このスレは重複スレ
そうだったんだ
すっかり忘れてた(今も思い出せない)
ということで19にしてセーフ
という訳で
17が2個で18は欠番ですよ
前スレ
[[[ 2ch ブラウザ JD 17 ]]] [無断転載禁止]©2ch.net
http://mao.5ch.net/test/read.cgi/linux/1494846782/
その前
[[[ 2ch ブラウザ JD 17 ]]] [転載禁止]©2ch.net
http://mao.5ch.net/test/read.cgi/linux/1431339280/
と訂正いたします
2017/10/06(金) 20:37:02.76ID:KEQsIKc7
2017/10/06(金) 20:39:22.18ID:o5PufOFR
>>4
最近はブサメンでもスレ立て出来るんですよ
最近はブサメンでもスレ立て出来るんですよ
2017/10/06(金) 20:40:55.93ID:wXOu6zWj
2017/10/06(金) 20:48:20.67ID:o5PufOFR
2017/10/06(金) 20:55:02.29ID:vOzQo5MK
前スレの986です。
CentOS 6 64bit です。
https://github.com/yama-natuki/JD/tree/test
ここにあるJDをインストールしようとしてサイトに書いてある手順に従って
$ make したら
loader.cpp:571: error: ‘to_string’ is not a member of ‘std’
レスをくださった方を参考に
$ make CXXFLAGS+="-std=c++11"
すると
cc1plus: error: unrecognized command line option "-std=c++11"
>autoconf-archive入れれば良いんじゃね?
を参考に $ sudo yum install autoconf-archive すると
パッケージ autoconf-archive は利用できません。
Debian系にはあってもRedhat系にautoconf-archiveは無いみたいです。
>つかってるコンパイラが古くてjdが必要とする機能に対応してないからバージョン上げるしか無い
CentOS 6 からCentOS 7に変えなきゃ無理なのかな?
CentOS 6 64bit です。
https://github.com/yama-natuki/JD/tree/test
ここにあるJDをインストールしようとしてサイトに書いてある手順に従って
$ make したら
loader.cpp:571: error: ‘to_string’ is not a member of ‘std’
レスをくださった方を参考に
$ make CXXFLAGS+="-std=c++11"
すると
cc1plus: error: unrecognized command line option "-std=c++11"
>autoconf-archive入れれば良いんじゃね?
を参考に $ sudo yum install autoconf-archive すると
パッケージ autoconf-archive は利用できません。
Debian系にはあってもRedhat系にautoconf-archiveは無いみたいです。
>つかってるコンパイラが古くてjdが必要とする機能に対応してないからバージョン上げるしか無い
CentOS 6 からCentOS 7に変えなきゃ無理なのかな?
2017/10/06(金) 21:04:00.53ID:o5PufOFR
2017/10/06(金) 21:05:06.71ID:J+4ey0qa
2017/10/06(金) 21:06:26.58ID:91Kk7wyK
>>8
うまくいくかどうか分からないけど
c++でto_stringが使えないときの対処法について
http://turanegaku.hateblo.jp/entry/2015/12/31/220329
うまくいくかどうか分からないけど
c++でto_stringが使えないときの対処法について
http://turanegaku.hateblo.jp/entry/2015/12/31/220329
2017/10/06(金) 21:11:09.45ID:hr/lObup
よくわからないけどc++11の代わりにc++0xでダメなら
centos c++11でググッてg++のバージョン上げればいいんじゃないかと思いました。
centos c++11でググッてg++のバージョン上げればいいんじゃないかと思いました。
2017/10/06(金) 21:35:52.00ID:IJBRAl+1
2017/10/06(金) 22:13:51.44ID:o5PufOFR
2017/10/06(金) 22:14:57.73ID:XP0r9pNF
>>11
いわれてみりゃ確かに数値をstringにするだけなんで自前で置き換えちゃえばいいだけやな
かってにstdに作っちゃうのもアレだしざっと見る限りstd::to_string使ってるのはsrc/jdlib/loader.cppの571行目だけっぽいからそこだけ置き換えれば良いね
以下その場しのぎ&ビルド出来るかすら確認してないうんこぱっち
https://pastebin.com/kd99HV3K
正式に対応するなら他に元のjdと比べてC++11に依存する変更はないかとか考慮すべき点が色々あるだろうからissueで相談してみると良いかもね
いわれてみりゃ確かに数値をstringにするだけなんで自前で置き換えちゃえばいいだけやな
かってにstdに作っちゃうのもアレだしざっと見る限りstd::to_string使ってるのはsrc/jdlib/loader.cppの571行目だけっぽいからそこだけ置き換えれば良いね
以下その場しのぎ&ビルド出来るかすら確認してないうんこぱっち
https://pastebin.com/kd99HV3K
正式に対応するなら他に元のjdと比べてC++11に依存する変更はないかとか考慮すべき点が色々あるだろうからissueで相談してみると良いかもね
16login:Penguin
2017/10/06(金) 22:45:59.77ID:1xkLz7U2 m@m ~ $ sudo apt-get build-dep jd
E: jd のソースパッケージが見つかりません
m@m ~ $
m@m ~ $ sudo apt-get install build-essential automake autoconf-archive git
automake はすでに最新版です。
build-essential はすでに最新版です。
提案パッケージ:
git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk
gitweb git-arch git-bzr git-cvs git-mediawiki git-svn
以下のパッケージが新たにインストールされます:
autoconf-archive
以下のパッケージはアップグレードされます:
git
アップグレード: 1 個、新規インストール: 1 個、削除: 0 個、保留: 35 個。
2,962 kB 中 710 kB のアーカイブを取得する必要があります。
この操作後に追加で 5,263 kB のディスク容量が消費されます。
続行しますか? [Y/n] y
取得:1 http://archive.ubuntu.com/ubuntu/ trusty/universe autoconf-archive all 20131101-1 [710 kB]
710 kB を 1秒 で取得しました (402 kB/s)
以前に未選択のパッケージ autoconf-archive を選択しています。
(データベースを読み込んでいます ... 現在 261801 個のファイルとディレクトリがインストールされています。)
.../autoconf-archive_20131101-1_all.deb を展開する準備をしています ...
autoconf-archive (20131101-1) を展開しています...
.../git_1%3a1.9.1-1ubuntu0.7_amd64.deb を展開する準備をしています ...
git (1:1.9.1-1ubuntu0.7) で (1:1.9.1-1ubuntu0.6 に) 上書き展開しています ...
doc-base (0.10.5) のトリガを処理しています ...
doc-base ファイルを 1 個追加 を処理中...
scrollkeeper をドキュメントとして登録しています...
install-info (5.2.0.dfsg.1-2) のトリガを処理しています ...
E: jd のソースパッケージが見つかりません
m@m ~ $
m@m ~ $ sudo apt-get install build-essential automake autoconf-archive git
automake はすでに最新版です。
build-essential はすでに最新版です。
提案パッケージ:
git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk
gitweb git-arch git-bzr git-cvs git-mediawiki git-svn
以下のパッケージが新たにインストールされます:
autoconf-archive
以下のパッケージはアップグレードされます:
git
アップグレード: 1 個、新規インストール: 1 個、削除: 0 個、保留: 35 個。
2,962 kB 中 710 kB のアーカイブを取得する必要があります。
この操作後に追加で 5,263 kB のディスク容量が消費されます。
続行しますか? [Y/n] y
取得:1 http://archive.ubuntu.com/ubuntu/ trusty/universe autoconf-archive all 20131101-1 [710 kB]
710 kB を 1秒 で取得しました (402 kB/s)
以前に未選択のパッケージ autoconf-archive を選択しています。
(データベースを読み込んでいます ... 現在 261801 個のファイルとディレクトリがインストールされています。)
.../autoconf-archive_20131101-1_all.deb を展開する準備をしています ...
autoconf-archive (20131101-1) を展開しています...
.../git_1%3a1.9.1-1ubuntu0.7_amd64.deb を展開する準備をしています ...
git (1:1.9.1-1ubuntu0.7) で (1:1.9.1-1ubuntu0.6 に) 上書き展開しています ...
doc-base (0.10.5) のトリガを処理しています ...
doc-base ファイルを 1 個追加 を処理中...
scrollkeeper をドキュメントとして登録しています...
install-info (5.2.0.dfsg.1-2) のトリガを処理しています ...
17login:Penguin
2017/10/06(金) 22:50:17.80ID:1xkLz7U2 m@m ~ $ git clone -b test --depth 1 https://github.com/yama-natuki/JD.git jd
Cloning into 'jd'...
remote: Counting objects: 568, done.
remote: Compressing objects: 100% (549/549), done.
remote: Total 568 (delta 49), reused 349 (delta 18), pack-reused 0
Receiving objects: 100% (568/568), 935.58 KiB | 560.00 KiB/s, done.
Resolving deltas: 100% (49/49), done.
Checking connectivity... done.
m@m ~ $ cd jd
m@m ~/jd $ autoreconf -i
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:9: installing './compile'
configure.ac:15: installing './config.guess'
configure.ac:15: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
src/Makefile.am: installing './depcomp'
Cloning into 'jd'...
remote: Counting objects: 568, done.
remote: Compressing objects: 100% (549/549), done.
remote: Total 568 (delta 49), reused 349 (delta 18), pack-reused 0
Receiving objects: 100% (568/568), 935.58 KiB | 560.00 KiB/s, done.
Resolving deltas: 100% (49/49), done.
Checking connectivity... done.
m@m ~ $ cd jd
m@m ~/jd $ autoreconf -i
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:9: installing './compile'
configure.ac:15: installing './config.guess'
configure.ac:15: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
src/Makefile.am: installing './depcomp'
2017/10/06(金) 22:51:18.48ID:lTxhsMwh
>>16
で?何がしたいの?
で?何がしたいの?
19login:Penguin
2017/10/06(金) 22:52:47.29ID:1xkLz7U2 m@m ~/jd $ ./configure
checking for a BSD-compatible install... /usr/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 for style of include used by make... GNU
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 gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
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 for ANSI C header files... yes
checking how to run the C preprocessor... gcc -E
以下略ノーエラーで終了
checking for a BSD-compatible install... /usr/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 for style of include used by make... GNU
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 gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
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 for ANSI C header files... yes
checking how to run the C preprocessor... gcc -E
以下略ノーエラーで終了
20login:Penguin
2017/10/06(金) 22:54:56.20ID:1xkLz7U2 ノーエラーではなかった、指導を
os = linux-gnu
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTKMM... no
configure: error: Package requirements (gtkmm-2.4 >= 2.4.0) were not met:
No package 'gtkmm-2.4' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GTKMM_CFLAGS
and GTKMM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
m@m ~/jd $
os = linux-gnu
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTKMM... no
configure: error: Package requirements (gtkmm-2.4 >= 2.4.0) were not met:
No package 'gtkmm-2.4' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GTKMM_CFLAGS
and GTKMM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
m@m ~/jd $
2017/10/06(金) 23:00:07.50ID:lTxhsMwh
2017/10/06(金) 23:02:58.11ID:YCkwpsg8
sudo apt-get install libgtkmm-2.4-dev
で入れられるんじゃないかな
で入れられるんじゃないかな
2017/10/06(金) 23:04:47.84ID:YCkwpsg8
というか
sudo apt-get build-dep jd
で、libgtkmm-2.4-devなどJDのビルドに必要なパッケージが
インストールされるんじゃなかったっけ
sudo apt-get build-dep jd
で、libgtkmm-2.4-devなどJDのビルドに必要なパッケージが
インストールされるんじゃなかったっけ
24login:Penguin
2017/10/06(金) 23:13:39.25ID:1xkLz7U2 (synaptic:7682): GLib-CRITICAL **: g_child_watch_add_full: assertion 'pid > 0' failed
Selecting previously unselected package libsigc++-2.0-dev:amd64.
(Reading database ... 262827 files and directories currently installed.)
Preparing to unpack .../libsigc++-2.0-dev_2.2.10-0.2ubuntu2_amd64.deb ...
Unpacking libsigc++-2.0-dev:amd64 (2.2.10-0.2ubuntu2) ...
Selecting previously unselected package libglibmm-2.4-dev:amd64.
Preparing to unpack .../libglibmm-2.4-dev_2.39.93-0ubuntu1_amd64.deb ...
Unpacking libglibmm-2.4-dev:amd64 (2.39.93-0ubuntu1) ...
Selecting previously unselected package libatkmm-1.6-dev:amd64.
Preparing to unpack .../libatkmm-1.6-dev_2.22.7-2ubuntu1_amd64.deb ...
Unpacking libatkmm-1.6-dev:amd64 (2.22.7-2ubuntu1) ...
Selecting previously unselected package libcairomm-1.0-dev:amd64.
Preparing to unpack .../libcairomm-1.0-dev_1.10.0-1ubuntu3_amd64.deb ...
Unpacking libcairomm-1.0-dev:amd64 (1.10.0-1ubuntu3) ...
Selecting previously unselected package libpangomm-1.4-dev:amd64.
Preparing to unpack .../libpangomm-1.4-dev_2.34.0-1ubuntu1_amd64.deb ...
Unpacking libpangomm-1.4-dev:amd64 (2.34.0-1ubuntu1) ...
Selecting previously unselected package libgtkmm-2.4-dev:amd64.
Preparing to unpack .../libgtkmm-2.4-dev_1%3a2.24.4-1ubuntu1_amd64.deb ...
Unpacking libgtkmm-2.4-dev:amd64 (1:2.24.4-1ubuntu1) ...
Setting up libsigc++-2.0-dev:amd64 (2.2.10-0.2ubuntu2) ...
Setting up libglibmm-2.4-dev:amd64 (2.39.93-0ubuntu1) ...
Setting up libatkmm-1.6-dev:amd64 (2.22.7-2ubuntu1) ...
Setting up libcairomm-1.0-dev:amd64 (1.10.0-1ubuntu3) ...
Setting up libpangomm-1.4-dev:amd64 (2.34.0-1ubuntu1) ...
Setting up libgtkmm-2.4-dev:amd64 (1:2.24.4-1ubuntu1) ...
Selecting previously unselected package libsigc++-2.0-dev:amd64.
(Reading database ... 262827 files and directories currently installed.)
Preparing to unpack .../libsigc++-2.0-dev_2.2.10-0.2ubuntu2_amd64.deb ...
Unpacking libsigc++-2.0-dev:amd64 (2.2.10-0.2ubuntu2) ...
Selecting previously unselected package libglibmm-2.4-dev:amd64.
Preparing to unpack .../libglibmm-2.4-dev_2.39.93-0ubuntu1_amd64.deb ...
Unpacking libglibmm-2.4-dev:amd64 (2.39.93-0ubuntu1) ...
Selecting previously unselected package libatkmm-1.6-dev:amd64.
Preparing to unpack .../libatkmm-1.6-dev_2.22.7-2ubuntu1_amd64.deb ...
Unpacking libatkmm-1.6-dev:amd64 (2.22.7-2ubuntu1) ...
Selecting previously unselected package libcairomm-1.0-dev:amd64.
Preparing to unpack .../libcairomm-1.0-dev_1.10.0-1ubuntu3_amd64.deb ...
Unpacking libcairomm-1.0-dev:amd64 (1.10.0-1ubuntu3) ...
Selecting previously unselected package libpangomm-1.4-dev:amd64.
Preparing to unpack .../libpangomm-1.4-dev_2.34.0-1ubuntu1_amd64.deb ...
Unpacking libpangomm-1.4-dev:amd64 (2.34.0-1ubuntu1) ...
Selecting previously unselected package libgtkmm-2.4-dev:amd64.
Preparing to unpack .../libgtkmm-2.4-dev_1%3a2.24.4-1ubuntu1_amd64.deb ...
Unpacking libgtkmm-2.4-dev:amd64 (1:2.24.4-1ubuntu1) ...
Setting up libsigc++-2.0-dev:amd64 (2.2.10-0.2ubuntu2) ...
Setting up libglibmm-2.4-dev:amd64 (2.39.93-0ubuntu1) ...
Setting up libatkmm-1.6-dev:amd64 (2.22.7-2ubuntu1) ...
Setting up libcairomm-1.0-dev:amd64 (1.10.0-1ubuntu3) ...
Setting up libpangomm-1.4-dev:amd64 (2.34.0-1ubuntu1) ...
Setting up libgtkmm-2.4-dev:amd64 (1:2.24.4-1ubuntu1) ...
25login:Penguin
2017/10/06(金) 23:16:19.57ID:1xkLz7U2 m@m ~ $ sudo apt-get build-dep jd
E: jd のソースパッケージが見つかりません
-----------------------------------
と返事、放置。これの対策は?
E: jd のソースパッケージが見つかりません
-----------------------------------
と返事、放置。これの対策は?
26login:Penguin
2017/10/06(金) 23:21:08.82ID:1xkLz7U2 m@m ~ $ ./configure
bash: ./configure: そのようなファイルやディレクトリはありません
m@m ~ $ cd jd
中略
use socket
checking socket.h usability... no
checking socket.h presence... no
checking for socket.h... no
checking for socket in -lsocket... no
checking for X11... yes
checking for SMlib.h and ICElib.h... /usr/include
checking for libSM and libICE... could not find libSM and libICE.
use gnutls
checking for GNUTLS... no
configure: error: Package requirements (gnutls >= 1.2) were not met:
No package 'gnutls' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GNUTLS_CFLAGS
and GNUTLS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
m@m ~/jd $
bash: ./configure: そのようなファイルやディレクトリはありません
m@m ~ $ cd jd
中略
use socket
checking socket.h usability... no
checking socket.h presence... no
checking for socket.h... no
checking for socket in -lsocket... no
checking for X11... yes
checking for SMlib.h and ICElib.h... /usr/include
checking for libSM and libICE... could not find libSM and libICE.
use gnutls
checking for GNUTLS... no
configure: error: Package requirements (gnutls >= 1.2) were not met:
No package 'gnutls' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GNUTLS_CFLAGS
and GNUTLS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
m@m ~/jd $
27login:Penguin
2017/10/06(金) 23:27:47.07ID:1xkLz7U2 (synaptic:9135): GLib-CRITICAL **: g_child_watch_add_full: assertion 'pid > 0' failed
Selecting previously unselected package socket.
(Reading database ... 263944 files and directories currently installed.)
Preparing to unpack .../socket_1.1-10_amd64.deb ...
Unpacking socket (1.1-10) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up socket (1.1-10) ...
Selecting previously unselected package socket.
(Reading database ... 263944 files and directories currently installed.)
Preparing to unpack .../socket_1.1-10_amd64.deb ...
Unpacking socket (1.1-10) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up socket (1.1-10) ...
2017/10/06(金) 23:34:18.81ID:lTxhsMwh
>>26
sudo apt install libgnutls28-dev
sudo apt install libgnutls28-dev
2017/10/06(金) 23:35:17.12ID:wXOu6zWj
libgtkmm-2.4-dev 入れたなら後はこれでいけるだろ
sudo apt-get install autoconf libtool libgnutls28-dev
てかJDのビルドの説明読めば全部書いてなかったか確か
sudo apt-get install autoconf libtool libgnutls28-dev
てかJDのビルドの説明読めば全部書いてなかったか確か
30login:Penguin
2017/10/06(金) 23:39:12.95ID:1xkLz7U2 ありがとうございます
m@m ~ $
m@m ~ $ sudo apt install libgnutls28-dev
略
以下の特別パッケージがインストールされます:
libgmp-dev libgmpxx4ldbl libgnutls-dev libgnutlsxx28 libp11-kit-dev
libtasn1-6-dev nettle-dev
提案パッケージ:
libgmp10-doc libmpfr-dev gnutls-doc gnutls-bin guile-gnutls
推奨パッケージ:
libtasn1-doc
以下のパッケージが新たにインストールされます:
libgmp-dev libgmpxx4ldbl libgnutls-dev libgnutls28-dev libgnutlsxx28
libp11-kit-dev libtasn1-6-dev nettle-dev
アップグレード: 0 個、新規インストール: 8 個、削除: 0 個、保留: 35 個。
1,801 kB のアーカイブを取得する必要があります。
この操作後に追加で 8,018 kB のディスク容量が消費されます。
続行しますか? [Y/n] y
略
libgnutlsxx28:amd64 (3.3.15-5ubuntu2.0~1pmo3~trusty) を設定しています ...
libgmp-dev:amd64 (2:6.0.0+dfsg-6pmo1.1~trusty) を設定しています ...
nettle-dev (2.7.1-1ubuntu0.2) を設定しています ...
libtasn1-6-dev:amd64 (4.5-2pmo1~trusty) を設定しています ...
libp11-kit-dev:amd64 (0.23.1-2pmo1~trusty) を設定しています ...
libgnutls-dev:amd64 (3.3.15-5ubuntu2.0~1pmo3~trusty) を設定しています ...
libgnutls28-dev:amd64 (3.3.15-5ubuntu2.0~1pmo3~trusty) を設定しています ...
libc-bin (2.19-0ubuntu6.13) のトリガを処理しています ...
m@m ~ $
m@m ~ $
m@m ~ $ sudo apt install libgnutls28-dev
略
以下の特別パッケージがインストールされます:
libgmp-dev libgmpxx4ldbl libgnutls-dev libgnutlsxx28 libp11-kit-dev
libtasn1-6-dev nettle-dev
提案パッケージ:
libgmp10-doc libmpfr-dev gnutls-doc gnutls-bin guile-gnutls
推奨パッケージ:
libtasn1-doc
以下のパッケージが新たにインストールされます:
libgmp-dev libgmpxx4ldbl libgnutls-dev libgnutls28-dev libgnutlsxx28
libp11-kit-dev libtasn1-6-dev nettle-dev
アップグレード: 0 個、新規インストール: 8 個、削除: 0 個、保留: 35 個。
1,801 kB のアーカイブを取得する必要があります。
この操作後に追加で 8,018 kB のディスク容量が消費されます。
続行しますか? [Y/n] y
略
libgnutlsxx28:amd64 (3.3.15-5ubuntu2.0~1pmo3~trusty) を設定しています ...
libgmp-dev:amd64 (2:6.0.0+dfsg-6pmo1.1~trusty) を設定しています ...
nettle-dev (2.7.1-1ubuntu0.2) を設定しています ...
libtasn1-6-dev:amd64 (4.5-2pmo1~trusty) を設定しています ...
libp11-kit-dev:amd64 (0.23.1-2pmo1~trusty) を設定しています ...
libgnutls-dev:amd64 (3.3.15-5ubuntu2.0~1pmo3~trusty) を設定しています ...
libgnutls28-dev:amd64 (3.3.15-5ubuntu2.0~1pmo3~trusty) を設定しています ...
libc-bin (2.19-0ubuntu6.13) のトリガを処理しています ...
m@m ~ $
2017/10/06(金) 23:41:17.42ID:lTxhsMwh
>>30
ビルド出来たかな?
ビルド出来たかな?
32login:Penguin
2017/10/06(金) 23:42:35.23ID:1xkLz7U2 感謝
m@m ~/jd $ sudo apt-get install autoconf libtool libgnutls28-dev
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
autoconf はすでに最新版です。
libtool はすでに最新版です。
libgnutls28-dev はすでに最新版です。
アップグレード: 0 個、新規インストール: 0 個、削除: 0 個、保留: 35 個。
m@m ~/jd $
m@m ~/jd $ sudo apt-get install autoconf libtool libgnutls28-dev
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
autoconf はすでに最新版です。
libtool はすでに最新版です。
libgnutls28-dev はすでに最新版です。
アップグレード: 0 個、新規インストール: 0 個、削除: 0 個、保留: 35 個。
m@m ~/jd $
■ このスレッドは過去ログ倉庫に格納されています
ニュース
- 【サッカーW杯】日本、ブラジルに1-2の逆転負け…田中碧が号泣、上田綺世、久保建英の目にも涙 ★4 [鉄チーズ烏★]
- 【サッカーW杯】日本、ブラジルに1-2の逆転負け…田中碧が号泣、上田綺世、久保建英の目にも涙 ★3 [鉄チーズ烏★]
- 【W杯】森保監督がブラジル戦を総括 涙ながらに謝罪「監督の力が足りず、すみませんと伝えたい」 [王子★]
- ブラジル代表FWクーニャ、勝利後に塩貝健人を挑発 「5回優勝」を示すジェスチャー [王子★]
- 【W杯】森保監督がブラジル戦を総括 涙ながらに謝罪「監督の力が足りず、すみませんと伝えたい」★2 [王子★]
- ブラジル代表FWクーニャ、勝利後に塩貝健人を挑発 「5回優勝」を示すジェスチャー★2 [王子★]
- 【地上波/DAZNほか】 FIFAワールドカップ2026 総合スレ★258【メキシコ/カナダ/アメリカ】
- 【地上波/DAZNほか】 FIFAワールドカップ2026 総合スレ★259【メキシコ/カナダ/アメリカ】
- 【マターリ】日本vsブラジル ★2
- 【DAZN専用】ブラジル-日本 ★1
- 【ATP】テニス総合実況スレ2026 Part 68【WTA】
- こいせん 全レス転載禁止
- ブラジル人、Xで日本人を煽りまくるWWWWWWWWWWWWWWWWWWWWWWWWWWW [903775116]
- 山ピー大ファンの俺が山ピーについて知ってること
- 【動画】試合後ブラジル選手「ジャップよわ!こっちは5回優勝してるんだよw」 [268244553]
- 日本対ブラジル★14 反省会 [197015205]
- 【日常】トランプ「イランと協議する」 イラン「予定はない」 [309323212]
- 戦犯田中 [359572271]