Child Tree

HOME HELP 新規作成 新着記事 ツリー表示 スレッド表示 トピック表示 発言ランク 検索 過去ログ

■119 / 9階層)  rdicインストール不具合
□投稿者/ ken -(2004/01/10(Sat) 19:53:51)
    daveさん、ext/cursesはありましたがどれもコンパイルされていないようです。
    インストール間違ったのでしょうか...

    > > $ cd ruby-1.8.1/ext/curses/
    > $ make
    > > するとどういうメッセージが表示されるでしょうか。

    「make: 'all'に対して行うべき事はありません。」と表示されます。

    > > また、ruby-1.8.1/ext/curses/mkmf.log の内容を
    > 貼り付けてもらえますか。
    > >

    ちょっと長いですが、ここから
    -------------------------------------------------
    have_library: checking for tgetent() in -ltinfo... -------------------- no

    "gcc -o conftest -I/opt/images/ruby-1.8.1 -I/opt/images/ruby-1.8.1 -g -O2 conftest.c -L"/opt/images/ruby-1.8.1" -L"/usr/local/lib" -lruby-static -ltinfo -ldl -lcrypt -lm -lc"
    /usr/bin/ld: cannot find -ltinfo
    collect2: ld はステータス 1 で終了しました
    checked program was:
    /* begin */

    /*top*/
    int main() { return 0; }
    int t() { tgetent(); return 0; }
    /* end */

    "gcc -o conftest -I/opt/images/ruby-1.8.1 -I/opt/images/ruby-1.8.1 -g -O2 conftest.c -L"/opt/images/ruby-1.8.1" -L"/usr/local/lib" -lruby-static -ltinfo -ldl -lcrypt -lm -lc"
    conftest.c: 関数 `t' 内:
    conftest.c:5: error: `tgetent' undeclared (first use in this function)
    conftest.c:5: error: (Each undeclared identifier is reported only once
    conftest.c:5: error: for each function it appears in.)
    checked program was:
    /* begin */


    /*top*/
    int main() { return 0; }
    int t() { void ((*volatile p)()); p = (void ((*)()))tgetent; return 0; }
    /* end */

    --------------------

    have_library: checking for tgetent() in -ltermcap... -------------------- no

    "gcc -o conftest -I/opt/images/ruby-1.8.1 -I/opt/images/ruby-1.8.1 -g -O2 conftest.c -L"/opt/images/ruby-1.8.1" -L"/usr/local/lib" -lruby-static -ltermcap -ldl -lcrypt -lm -lc"
    /usr/bin/ld: cannot find -ltermcap
    collect2: ld はステータス 1 で終了しました
    checked program was:
    /* begin */

    /*top*/
    int main() { return 0; }
    int t() { tgetent(); return 0; }
    /* end */

    "gcc -o conftest -I/opt/images/ruby-1.8.1 -I/opt/images/ruby-1.8.1 -g -O2 conftest.c -L"/opt/images/ruby-1.8.1" -L"/usr/local/lib" -lruby-static -ltermcap -ldl -lcrypt -lm -lc"
    conftest.c: 関数 `t' 内:
    conftest.c:5: error: `tgetent' undeclared (first use in this function)
    conftest.c:5: error: (Each undeclared identifier is reported only once
    conftest.c:5: error: for each function it appears in.)
    checked program was:
    /* begin */


    /*top*/
    int main() { return 0; }
    int t() { void ((*volatile p)()); p = (void ((*)()))tgetent; return 0; }
    /* end */

    --------------------

    have_header: checking for ncurses.h... -------------------- no

    "gcc -E -I/opt/images/ruby-1.8.1 -I/opt/images/ruby-1.8.1 -g -O2 conftest.c -o conftest.i"
    conftest.c:1:21: ncurses.h: そのようなファイルやディレクトリはありません
    checked program was:
    /* begin */
    #include <ncurses.h>
    /* end */

    --------------------

    have_header: checking for ncurses/curses.h... -------------------- no

    "gcc -E -I/opt/images/ruby-1.8.1 -I/opt/images/ruby-1.8.1 -g -O2 conftest.c -o conftest.i"
    conftest.c:1:28: ncurses/curses.h: そのようなファイルやディレクトリはありません
    checked program was:
    /* begin */
    #include <ncurses/curses.h>
    /* end */

    --------------------

    have_header: checking for curses_colr/curses.h... -------------------- no

    "gcc -E -I/opt/images/ruby-1.8.1 -I/opt/images/ruby-1.8.1 -g -O2 conftest.c -o conftest.i"
    conftest.c:1:32: curses_colr/curses.h: そのようなファイルやディレクトリはありません
    checked program was:
    /* begin */
    #include <curses_colr/curses.h>
    /* end */

    --------------------

    have_header: checking for curses.h... -------------------- no

    "gcc -E -I/opt/images/ruby-1.8.1 -I/opt/images/ruby-1.8.1 -g -O2 conftest.c -o conftest.i"
    conftest.c:1:20: curses.h: そのようなファイルやディレクトリはありません
    checked program was:
    /* begin */
    #include <curses.h>
    /* end */

    --------------------ここまで

[メール受信/OFF] 削除キー/

前の記事(元になった記事) 次の記事(この記事の返信)
←Re[8]: rdicインストール不具合 /dave →Re[10]: rdicインストール不具合 /dave
 
上記関連ツリー

Nomal rdicインストール不具合 / ken (03/12/29(Mon) 16:35) #109
Nomal Re[1]: rdicインストール不具合 / dave (03/12/29(Mon) 16:58) #110
  └Nomal Re[2]: rdicインストール不具合 / ken (03/12/29(Mon) 17:20) #111
    ├Nomal Re[3]: rdicインストール不具合 / dave (03/12/29(Mon) 18:38) #113
    └Nomal Re[3]: rdicインストール不具合 / ken (03/12/29(Mon) 18:35) #112
      └Nomal Re[4]: rdicインストール不具合 / dave (03/12/29(Mon) 18:42) #114
        └Nomal Re[5]: rdicインストール不具合 / ken (04/01/08(Thu) 11:29) #115
          └Nomal Re[6]: rdicインストール不具合 / dave (04/01/08(Thu) 15:04) #116
            └Nomal Re[7]: rdicインストール不具合 / ken (04/01/09(Fri) 13:36) #117
              └Nomal Re[8]: rdicインストール不具合 / dave (04/01/09(Fri) 20:05) #118
                └Nomal rdicインストール不具合 / ken (04/01/10(Sat) 19:53) #119 ←Now
                  └Nomal Re[10]: rdicインストール不具合 / dave (04/01/10(Sat) 21:43) #120
                    └Nomal 動きました!!ありがとうございます。 / ken (04/01/11(Sun) 18:42) #121 解決済み!

All 上記ツリーを一括表示 / 上記ツリーをトピック表示
 
上記の記事へ返信

Pass/

HOME HELP 新規作成 新着記事 ツリー表示 スレッド表示 トピック表示 発言ランク 検索 過去ログ

- Child Tree -