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 $
2017/10/06(金) 23:46:37.20ID:mCV5ERFQ
前スレの969です。978さんが示してくれたURLを読んで./configure --with-nativeが通るようになりました
レスを下さった方々、どうもありがとうございました。自力で解決方法まで辿り着けるようにもっと検索技術を磨こうと思います
レスを下さった方々、どうもありがとうございました。自力で解決方法まで辿り着けるようにもっと検索技術を磨こうと思います
34login:Penguin
2017/10/06(金) 23:47:13.42ID: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
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
2017/10/06(金) 23:49:56.69ID:wXOu6zWj
./configure でエラー出なければ後は make するだけだよ
36login:Penguin
2017/10/06(金) 23:50:23.69ID:1xkLz7U2 checking how to run the C preprocessor... gcc -E
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
37login:Penguin
2017/10/06(金) 23:53:45.10ID:1xkLz7U2 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... yes
gnutls >= 1.2
checking gcrypt.h usability... no
checking gcrypt.h presence... no
checking for gcrypt.h... no
checking for gcry_md_hash_buffer in -lgcrypt... no
configure: error: gcrypt not found
m@m ~/jd $
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... yes
gnutls >= 1.2
checking gcrypt.h usability... no
checking gcrypt.h presence... no
checking for gcrypt.h... no
checking for gcry_md_hash_buffer in -lgcrypt... no
configure: error: gcrypt not found
m@m ~/jd $
2017/10/06(金) 23:56:29.42ID:vOzQo5MK
>>8 前スレの986です。
https://github.com/yama-natuki/JD/tree/test にあるjd-2.8.9-171003をインストールしようとしたのは
CentOS 6 64bit JD Ver 2.8.9-150226で 2chproxy.pl v1.2 https://pastebin.com/53GmdasL
を使用すると「設定ーネットワークープロキシ」でその他のサーバ用もチェックしないとスレの更新で読めなくなった。
だけどhttpsな画像リンクが取得できなくなる、チェック外すと画像を読み込む、と言う状態を改善できるかもと考えたからです。
jd-2.8.9-171003をインストール出来た結果、その他のサーバ用のチェックを入れないでもスレが更新できるようになり、
httpsな画像リンクも読めるようになりました。
>>10,12
c++11の代わりにc++0xを使用してみると
$ make CXXFLAGS+="-std=c++0x"
loader.cpp:571: error: call of overloaded ‘to_string(long int&)’ is ambiguous
のようになってしまった。それで
centos c++11で検索して
CentOS 6でC/C++開発環境を整える
http://goldilocks-engineering.blogspot.jp/2014/05/centos-64c.html
# cd /etc/yum.repos.d/
# wget http://people.centos.org/tru/devtools-2/devtools-2.repo
# yum install devtoolset-2-gcc devtoolset-2-binutils devtoolset-2-gcc-c++ devtoolset-2-gcc-gfortran
$ scl enable devtoolset-2 bash
$ g++ --version
g++ (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15) g++が4.7以上なのを確認して
$ git clone -b test --depth 1 https://github.com/yama-natuki/JD.git jd
$ cd jd
$ autoreconf -i
$ ./configure
$ make CXXFLAGS+="-std=c++11"
のコンパイルが通りました。
レスくれた皆さんありがとうございます。
https://github.com/yama-natuki/JD/tree/test にあるjd-2.8.9-171003をインストールしようとしたのは
CentOS 6 64bit JD Ver 2.8.9-150226で 2chproxy.pl v1.2 https://pastebin.com/53GmdasL
を使用すると「設定ーネットワークープロキシ」でその他のサーバ用もチェックしないとスレの更新で読めなくなった。
だけどhttpsな画像リンクが取得できなくなる、チェック外すと画像を読み込む、と言う状態を改善できるかもと考えたからです。
jd-2.8.9-171003をインストール出来た結果、その他のサーバ用のチェックを入れないでもスレが更新できるようになり、
httpsな画像リンクも読めるようになりました。
>>10,12
c++11の代わりにc++0xを使用してみると
$ make CXXFLAGS+="-std=c++0x"
loader.cpp:571: error: call of overloaded ‘to_string(long int&)’ is ambiguous
のようになってしまった。それで
centos c++11で検索して
CentOS 6でC/C++開発環境を整える
http://goldilocks-engineering.blogspot.jp/2014/05/centos-64c.html
# cd /etc/yum.repos.d/
# wget http://people.centos.org/tru/devtools-2/devtools-2.repo
# yum install devtoolset-2-gcc devtoolset-2-binutils devtoolset-2-gcc-c++ devtoolset-2-gcc-gfortran
$ scl enable devtoolset-2 bash
$ g++ --version
g++ (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15) g++が4.7以上なのを確認して
$ git clone -b test --depth 1 https://github.com/yama-natuki/JD.git jd
$ cd jd
$ autoreconf -i
$ ./configure
$ make CXXFLAGS+="-std=c++11"
のコンパイルが通りました。
レスくれた皆さんありがとうございます。
2017/10/06(金) 23:56:35.12ID:XXVYn9PK
libgcrypt20-devがないみたいだね
40login:Penguin
2017/10/07(土) 00:01:12.02ID:PoQs0+n7 (synaptic:15928): GLib-CRITICAL **: g_child_watch_add_full: assertion 'pid > 0' failed
Selecting previously unselected package libgpg-error-dev.
(Reading database ... 264199 files and directories currently installed.)
Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ...
Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ...
Selecting previously unselected package libgcrypt20-dev.
Preparing to unpack .../libgcrypt20-dev_1.6.1-2ubuntu1.14.04.1_amd64.deb ...
Unpacking libgcrypt20-dev (1.6.1-2ubuntu1.14.04.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up libgpg-error-dev (1.12-0.2ubuntu1) ...
Setting up libgcrypt20-dev (1.6.1-2ubuntu1.14.04.1) ...
Selecting previously unselected package libgpg-error-dev.
(Reading database ... 264199 files and directories currently installed.)
Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ...
Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ...
Selecting previously unselected package libgcrypt20-dev.
Preparing to unpack .../libgcrypt20-dev_1.6.1-2ubuntu1.14.04.1_amd64.deb ...
Unpacking libgcrypt20-dev (1.6.1-2ubuntu1.14.04.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up libgpg-error-dev (1.12-0.2ubuntu1) ...
Setting up libgcrypt20-dev (1.6.1-2ubuntu1.14.04.1) ...
2017/10/07(土) 00:01:27.71ID:0Vr8f+zI
>>37
sudo apt install libgcrypt20-dev
sudo apt install libgcrypt20-dev
2017/10/07(土) 00:03:31.41ID:ZQ4cifz9
2017/10/07(土) 00:04:15.02ID:1hx7arAb
まだ足りないのあるのかw
44login:Penguin
2017/10/07(土) 00:07:14.99ID:PoQs0+n7 通ったみたい。知識がないから判定できない、雰囲気でオッケーに見える
m@m ~ $ cd jd
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 ←このnoはいいのか?
略
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/skeleton/Makefile
config.status: creating src/message/Makefile
config.status: creating src/history/Makefile
config.status: creating src/config/Makefile
config.status: creating src/icons/Makefile
config.status: creating src/sound/Makefile
config.status: creating src/xml/Makefile
config.status: creating src/control/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
m@m ~/jd $
m@m ~ $ cd jd
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 ←このnoはいいのか?
略
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/skeleton/Makefile
config.status: creating src/message/Makefile
config.status: creating src/history/Makefile
config.status: creating src/config/Makefile
config.status: creating src/icons/Makefile
config.status: creating src/sound/Makefile
config.status: creating src/xml/Makefile
config.status: creating src/control/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
m@m ~/jd $
2017/10/07(土) 00:08:48.91ID:6AGfMUge
通った通った
2017/10/07(土) 00:09:34.18ID:0Vr8f+zI
>>44
通ってる。makeだ。
通ってる。makeだ。
47login:Penguin
2017/10/07(土) 00:53:13.72ID:PoQs0+n7 make[2]: ディレクトリ `/home/m/jd' に入ります
make[2]: ディレクトリ `/home/m/jd' から出ます
make[1]: ディレクトリ `/home/m/jd' から出ます
m@m ~/jd $
たった今通りました ありがとうございました まだ起動などさせていません
ubuntu mate 16.04側のjd 、一個前のビルドしたやつ
ガセネタをもとにグチョグチョにいじって元に戻せるか不明だが、可能なら、ギットプルのみでやりたい
mint17.2のv2c も、対策したい。しかし、とにかくストップしているcpu 関連の方へ戻りたい
未だ実際にjd使えるか不明なのに、「鬼が笑う」が
make[2]: ディレクトリ `/home/m/jd' から出ます
make[1]: ディレクトリ `/home/m/jd' から出ます
m@m ~/jd $
たった今通りました ありがとうございました まだ起動などさせていません
ubuntu mate 16.04側のjd 、一個前のビルドしたやつ
ガセネタをもとにグチョグチョにいじって元に戻せるか不明だが、可能なら、ギットプルのみでやりたい
mint17.2のv2c も、対策したい。しかし、とにかくストップしているcpu 関連の方へ戻りたい
未だ実際にjd使えるか不明なのに、「鬼が笑う」が
48login:Penguin
2017/10/07(土) 01:10:39.59ID:PoQs0+n7 m@m ~ $ cd 2chproxy.pl/
m@m ~/2chproxy.pl $ ./install.sh
Copying 2chproxy.pl to /home/m/bin
Copying jd.sh to /home/m/bin
Copying jd.desktop...
Backup to jd.conf
replace jd.conf
m@m ~/2chproxy.pl $
m@m ~/2chproxy.pl $ ./install.sh
Copying 2chproxy.pl to /home/m/bin
Copying jd.sh to /home/m/bin
Copying jd.desktop...
Backup to jd.conf
replace jd.conf
m@m ~/2chproxy.pl $
49login:Penguin
2017/10/07(土) 01:18:39.18ID:PoQs0+n7 端末の解釈と、コマンドを教えてくれたみんな!
ありがとう
「ガセネタをもとに」というのは大傲慢でした
みなで試行錯誤して、問題にチャレンジした大切な過程だったんですね
これからも俺達は協力して世界のトップを取ろう
いろいろ困難に遭遇するだろうが、決してリナックスの友を裏切ることは
しない、そう決意している
ありがとう
「ガセネタをもとに」というのは大傲慢でした
みなで試行錯誤して、問題にチャレンジした大切な過程だったんですね
これからも俺達は協力して世界のトップを取ろう
いろいろ困難に遭遇するだろうが、決してリナックスの友を裏切ることは
しない、そう決意している
50login:Penguin
2017/10/07(土) 01:24:01.75ID:PoQs0+n7 ./install.sh
しても起動しない
今夜は終わります
新しい5ちゃんねるよ
永遠たれ
しても起動しない
今夜は終わります
新しい5ちゃんねるよ
永遠たれ
2017/10/07(土) 01:26:17.53ID:9i+nfLVm
前スレこっちであってる?
なんか最近ゴチャゴチャしとる
[[[ 2ch ブラウザ JD 17 ]]] http://mao.2ch.net/test/read.cgi/linux/1494846782/
なんか最近ゴチャゴチャしとる
[[[ 2ch ブラウザ JD 17 ]]] http://mao.2ch.net/test/read.cgi/linux/1494846782/
2017/10/07(土) 01:36:28.76ID:NJ1mDwqq
2017/10/07(土) 01:52:41.28ID:XAtLM5FN
2017/10/07(土) 01:52:55.81ID:NJ1mDwqq
とりあえずやったこと
Mint18.2 cinnamon
俺環だからそのまま使えるかどうかはわからない
リポジトリのJDをそのまま使う方法
面倒だから2chproxy.plディレクトリを削除
新しくgit clone https://github.com/yama-natuki/2chproxy.pl.gitで2chproxy.plディレクトリを取得
cd 2chproxy.plで、chmod +x 2chproxy.pl
それから./install.sh
about:configの設定で板一覧を取得するサーバーをhttp://menu.5ch.net/bbsmenu.htmlに
プロキシ設定でその他のサーバーにもチェック
.jdのboards.xmlを編集して2chを5chに
vi .jd/boards.xml
:%s/2ch/5ch/g
:wq
これでJDそのものは触らずに使えるようになった
Mint18.2 cinnamon
俺環だからそのまま使えるかどうかはわからない
リポジトリのJDをそのまま使う方法
面倒だから2chproxy.plディレクトリを削除
新しくgit clone https://github.com/yama-natuki/2chproxy.pl.gitで2chproxy.plディレクトリを取得
cd 2chproxy.plで、chmod +x 2chproxy.pl
それから./install.sh
about:configの設定で板一覧を取得するサーバーをhttp://menu.5ch.net/bbsmenu.htmlに
プロキシ設定でその他のサーバーにもチェック
.jdのboards.xmlを編集して2chを5chに
vi .jd/boards.xml
:%s/2ch/5ch/g
:wq
これでJDそのものは触らずに使えるようになった
2017/10/07(土) 02:14:30.46ID:NJ1mDwqq
ちなみにプロキシ設定で書き込みのチェックはなくても書けるようになった
2017/10/07(土) 02:18:00.84ID:NSACoI7P
前スレで出てた
~/.jd/boards.xml の内容を 2chから5chに置換
geditで置き換えて、2chproxy.plを更新したら使えるようになった
ただこれだけ
~/.jd/boards.xml の内容を 2chから5chに置換
geditで置き換えて、2chproxy.plを更新したら使えるようになった
ただこれだけ
2017/10/07(土) 03:20:04.75ID:TMBKlGeU
>>54、56
ENABLE_2CH_TO_nCH =>の値いくつにしてる?
ENABLE_2CH_TO_nCH =>の値いくつにしてる?
2017/10/07(土) 03:25:47.59ID:TMBKlGeU
ああそうそう
みんな見てるとは思うけど
2chproxy.pl新しいの来てるよ
http://mao.5ch.net/test/read.cgi/linux/1429072845/528-531
>という事で反映しときますた
>ttps://github.com/yama-natuki/2chproxy.pl/commit/4bdc7b1f34d9f96ca1e8f4d69f7c60237cbabfb8
みんな見てるとは思うけど
2chproxy.pl新しいの来てるよ
http://mao.5ch.net/test/read.cgi/linux/1429072845/528-531
>という事で反映しときますた
>ttps://github.com/yama-natuki/2chproxy.pl/commit/4bdc7b1f34d9f96ca1e8f4d69f7c60237cbabfb8
59login:Penguin
2017/10/07(土) 06:01:45.13ID:FAFvC4bI >>58
そのアップデータって、手動で該当の行を上書きするの ?
そのアップデータって、手動で該当の行を上書きするの ?
6059
2017/10/07(土) 06:14:20.84ID:FAFvC4bI >次回からは作成されたディレクトリ、 2chproxy.pl/ に移動し、
git pull
すれば更新されます。
今使っているのがv0.17.xだから、新たにver1.2.2を導入しなければいけないんだ。
ということだよね。
git pull
すれば更新されます。
今使っているのがv0.17.xだから、新たにver1.2.2を導入しなければいけないんだ。
ということだよね。
2017/10/07(土) 08:02:46.75ID:NU12qwOL
boards.xmlってどこにありますか?
2017/10/07(土) 08:15:23.48ID:Sm/Yc3i8
上に書いてあるじゃない
読まないの?
読まないの?
2017/10/07(土) 09:03:06.87ID:8iZT/W8z
興味本位でJDのビルドやってるけど、随分時間かかるね
2017/10/07(土) 09:06:57.91ID:XAtLM5FN
画像ファイルをクリックしたときに、開けなくてブラウザで開いたら見れるのだが
ビュワーでも全部開く事って出来ないの?
ビュワーでも全部開く事って出来ないの?
2017/10/07(土) 09:20:00.47ID:8iZT/W8z
Makefile:503: ターゲット 'install-recursive' のレシピで失敗しました
2017/10/07(土) 09:28:44.76ID:zg8M4L+Q
>>54
ありがとう^^ みんな神です
自分もMint18.2です
自分は~/otherbuild/2chprocというディレクトリを作ってそこに2chprocを置いてます
今回やったこと、レポジトリのjdを使用しています。otherbuildディレクトリが説明に出てきますが
各自作ってください
~/otherbuild/2chprocを削除
~/otherbuild/2chprocに移動してgit clone https://github.com/yama-natuki/2chproxy.pl.git
当然そこに2chproxy.plディレクトリが出来るのでそこへ移動(cd 2chproxy.pl)
その中のjd.desktopの3行目フルパス記入(***は各自環境違うのでなおしてね)
Exec=/home/***/otherbuild/2chproc/2chproxy.pl/jd.sh
その中のjd.shの8行目フルパス記入(***は各自環境違うのでなおしてね)
PROXY="/home/***/otherbuild/2chproc/2chproxy.pl/2chproxy.pl"
それから./install.sh
そしてデスクトップにあるjdアイコンをクリックしてjs起動
設定メニュー(C)からネットワーク(N)のプロキシ設定でその他のサーバーにもチェック、
ホスト名は127.0.0.1ポート8080
about:configの板一覧を取得するサーバーは自動的に5chになってました
ファイルメニュー(F)から板一覧再読込(R)を実行すると最初少し時間かかりましたが
問題なく取得
ありがとう^^ みんな神です
自分もMint18.2です
自分は~/otherbuild/2chprocというディレクトリを作ってそこに2chprocを置いてます
今回やったこと、レポジトリのjdを使用しています。otherbuildディレクトリが説明に出てきますが
各自作ってください
~/otherbuild/2chprocを削除
~/otherbuild/2chprocに移動してgit clone https://github.com/yama-natuki/2chproxy.pl.git
当然そこに2chproxy.plディレクトリが出来るのでそこへ移動(cd 2chproxy.pl)
その中のjd.desktopの3行目フルパス記入(***は各自環境違うのでなおしてね)
Exec=/home/***/otherbuild/2chproc/2chproxy.pl/jd.sh
その中のjd.shの8行目フルパス記入(***は各自環境違うのでなおしてね)
PROXY="/home/***/otherbuild/2chproc/2chproxy.pl/2chproxy.pl"
それから./install.sh
そしてデスクトップにあるjdアイコンをクリックしてjs起動
設定メニュー(C)からネットワーク(N)のプロキシ設定でその他のサーバーにもチェック、
ホスト名は127.0.0.1ポート8080
about:configの板一覧を取得するサーバーは自動的に5chになってました
ファイルメニュー(F)から板一覧再読込(R)を実行すると最初少し時間かかりましたが
問題なく取得
■ このスレッドは過去ログ倉庫に格納されています
ニュース
- 【W杯】メッシがW杯史上最多ゴールを記録 圧巻2発で通算18得点…アルゼンチンが決勝T進出決定/アルゼンチン2-0オーストリア [征夷大将軍★]
- 【駄菓子】中野の「都こんぶ」 創業95年で初めて外国産昆布使用 「こだわりの国産」価格高騰で [ぐれ★]
- 「顔が激変した。それが全てだと思った」裁判員が記者会見 内田梨瑚被告への印象語る [パンナ・コッタ★]
- 明石家さんま、W杯特番対談で日本代表選手を「お前」呼びで物議…自分語り連発の “バラエティノリ” に募る疑問 [王子★]
- コメ余り懸念で安売り急増 食品スーパー、販売数量の85%が特売 ★3 [蚤の市★]
- 東海道新幹線で「当日出発・翌朝到着」の夜行新幹線8月運行 途中駅で夜間に長時間停車 東京−新大阪を約9時間 [七波羅探題★]
- 【地上波/DAZNほか】 FIFAワールドカップ2026 総合スレ★149【メキシコ/カナダ/アメリカ】
- 【地上波/DAZNほか】 FIFAワールドカップ2026 総合スレ★147【メキシコ/カナダ/アメリカ】
- 〓たかせん〓
- かもめせん
- こいせん 全レス転載禁止
- はません
- 【悲報】高市「皇室典範改正、定数削減法案、副首都法案😤この3本立てでいくわよ!」 [359965264]
- 竹中平蔵さん「今の若者は貧乏?でも都心の高級レストランには綺麗な身なりした若い人がたくさんいるよね。どこが貧乏?」 [643675351]
- 好きな顔の声優が阿座上洋平、伊東健人、大塚剛央、熊谷健太郎なんだが
- AIの加工力すげぇなw
- キオクシア「東芝から追放されたけど、日本一の企業になって見返してやる」←なろう系じゃん
- 部下を怒鳴る度に部下の手首の傷が一つ増えてってる