以前のリビジョンの文書です
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/parser/handler.php on line
1458
Warning: Declaration of syntax_plugin_note::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/lib/plugins/note/syntax.php on line
79
Warning: Declaration of syntax_plugin_note::render($mode, &$renderer, $indata) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/lib/plugins/note/syntax.php on line
101
Warning: preg_match(): Compilation failed: invalid range in character class at offset 3120 in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/parser/lexer.php on line
118
A PCRE internal error occured. This might be caused by a faulty plugin
====== source からコンパイル ======
* 以下、ほとんどにsudoが要るかも
* source ファイルを置く場所を作る(例えば /usr/local/src/root/)
* source を http://root.cern.ch/drupal/content/downloading-root ダウンロードしてきて(root_v5.34.19.source.tar.gz など)、/usr/local/src/root/ に置く
* tar zxvf root_v5.34.19.source.tar.gz で展開 (root/ というディレクトリができる)
* mv root root_v5.34.19 で名前を変える
*インストールする場所を作る(例えば /usr/local/root/root_v5.34.19/)
*/usr/local/src/root/root_v5.34.19/ で、
<code c_mac>
./configure --prefix=/usr/local/root/root_v5.34.19
make
make install
</code>