<div dir="ltr">岡田様<div><br></div><div>SVNからのビルド方法は以下のページで記述されています。</div><div><br></div><div><a href="http://openrtm.org/openrtm/ja/content/%E3%82%BD%E3%83%BC%E3%82%B9%E3%81%8B%E3%82%89%E3%81%AE%E3%83%93%E3%83%AB%E3%83%89-linux%E7%B7%A8">http://openrtm.org/openrtm/ja/content/%E3%82%BD%E3%83%BC%E3%82%B9%E3%81%8B%E3%82%89%E3%81%AE%E3%83%93%E3%83%AB%E3%83%89-linux%E7%B7%A8</a><br></div><div><br></div><div>今RELENG_1_1で試し、問題なしビルドできました。(環境はGentooです。)</div><div><br></div><div>この説明でもビルドできなかったら、リストにご連絡をお願いします。</div><div><br></div><div>ジェフ</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 17 September 2014 01:31, Kei Okada <span dir="ltr"><<a href="mailto:k-okada@jsk.t.u-tokyo.ac.jp" target="_blank">k-okada@jsk.t.u-tokyo.ac.jp</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">岡田です.<div>svn で落としてきたソースのコンパイル方法について,どこを参考にすればよいかご教示いただけると幸いです.<br></div><div><br></div><div>autoconf, automake, configure としてみたのですが,以下のようなエラーになります.</div><div><br></div><div><div>k-okada@kokada-t430s:/tmp/OpenRTM-aist$ autoconf</div><div><a href="http://configure.ac:23" target="_blank">configure.ac:23</a>: error: possibly undefined macro: AM_INIT_AUTOMAKE</div><div>      If this token and others are legitimate, please use m4_pattern_allow.</div><div>      See the Autoconf documentation.</div><div><a href="http://configure.ac:24" target="_blank">configure.ac:24</a>: error: possibly undefined macro: AM_CONFIG_HEADER</div><div><a href="http://configure.ac:74" target="_blank">configure.ac:74</a>: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL</div><div><a href="http://configure.ac:75" target="_blank">configure.ac:75</a>: error: possibly undefined macro: AC_PROG_LIBTOOL</div><div><a href="http://configure.ac:76" target="_blank">configure.ac:76</a>: error: possibly undefined macro: AM_WITH_DMALLOC</div><div><a href="http://configure.ac:1370" target="_blank">configure.ac:1370</a>: error: possibly undefined macro: AM_CONDITIONAL</div><div>k-okada@kokada-t430s:/tmp/OpenRTM-aist$ aclocal</div><div>aclocal: acinclude.m4:20: file `libtool.m4' does not exist</div><div>k-okada@kokada-t430s:/tmp/OpenRTM-aist$ automake</div><div><a href="http://configure.ac" target="_blank">configure.ac</a>: no proper invocation of AM_INIT_AUTOMAKE was found.</div><div><a href="http://configure.ac" target="_blank">configure.ac</a>: You should verify that <a href="http://configure.ac" target="_blank">configure.ac</a> invokes AM_INIT_AUTOMAKE,</div><div><a href="http://configure.ac" target="_blank">configure.ac</a>: that aclocal.m4 is present in the top-level directory,</div><div><a href="http://configure.ac" target="_blank">configure.ac</a>: and that aclocal.m4 was recently regenerated (using aclocal).</div><div><a href="http://configure.ac:73" target="_blank">configure.ac:73</a>: required file `./install-sh' not found</div><div><a href="http://configure.ac:73" target="_blank">configure.ac:73</a>:   `automake --add-missing' can install `install-sh'</div><div>examples/AutoTest/Makefile.am:76: Libtool library used but `LIBTOOL' is undefined</div><div>examples/AutoTest/Makefile.am:76:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>examples/AutoTest/Makefile.am:76:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/AutoTest/Makefile.am:76:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>examples/AutoTest/Makefile.am:76:   its definition is in aclocal's search path.</div><div>examples/AutoTest/Makefile.am: required file `./depcomp' not found</div><div>examples/AutoTest/Makefile.am:   `automake --add-missing' can install `depcomp'</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>: am__fastdepCXX does not appear in AM_CONDITIONAL</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>:   The usual way to define `am__fastdepCXX' is to add `AC_PROG_CXX'</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>: AMDEP does not appear in AM_CONDITIONAL</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>:   The usual way to define `AMDEP' is to add one of the compiler tests</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>:     AC_PROG_CC, AC_PROG_CXX, AC_PROG_CXX, AC_PROG_OBJC,</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>:     AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/Composite/Makefile.am:22: Libtool library used but `LIBTOOL' is undefined</div><div>examples/Composite/Makefile.am:22:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>examples/Composite/Makefile.am:22:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/Composite/Makefile.am:22:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>examples/Composite/Makefile.am:22:   its definition is in aclocal's search path.</div><div>examples/ConfigSample/Makefile.am:22: Libtool library used but `LIBTOOL' is undefined</div><div>examples/ConfigSample/Makefile.am:22:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>examples/ConfigSample/Makefile.am:22:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/ConfigSample/Makefile.am:22:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>examples/ConfigSample/Makefile.am:22:   its definition is in aclocal's search path.</div><div>examples/SeqIO/Makefile.am:22: Libtool library used but `LIBTOOL' is undefined</div><div>examples/SeqIO/Makefile.am:22:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>examples/SeqIO/Makefile.am:22:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/SeqIO/Makefile.am:22:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>examples/SeqIO/Makefile.am:22:   its definition is in aclocal's search path.</div><div>examples/SimpleIO/Makefile.am:22: Libtool library used but `LIBTOOL' is undefined</div><div>examples/SimpleIO/Makefile.am:22:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>examples/SimpleIO/Makefile.am:22:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/SimpleIO/Makefile.am:22:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>examples/SimpleIO/Makefile.am:22:   its definition is in aclocal's search path.</div><div>examples/SimpleService/Makefile.am:80: Libtool library used but `LIBTOOL' is undefined</div><div>examples/SimpleService/Makefile.am:80:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>examples/SimpleService/Makefile.am:80:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/SimpleService/Makefile.am:80:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>examples/SimpleService/Makefile.am:80:   its definition is in aclocal's search path.</div><div>src/ext/ec/artlinux/Makefile.am:19: Libtool library used but `LIBTOOL' is undefined</div><div>src/ext/ec/artlinux/Makefile.am:19:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/ext/ec/artlinux/Makefile.am:19:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/ext/ec/artlinux/Makefile.am:19:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/ext/ec/artlinux/Makefile.am:19:   its definition is in aclocal's search path.</div><div>src/ext/ec/rtpreempt/Makefile.am:17: Libtool library used but `LIBTOOL' is undefined</div><div>src/ext/ec/rtpreempt/Makefile.am:17:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/ext/ec/rtpreempt/Makefile.am:17:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/ext/ec/rtpreempt/Makefile.am:17:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/ext/ec/rtpreempt/Makefile.am:17:   its definition is in aclocal's search path.</div><div>src/ext/sdo/observer/Makefile.am:74: Libtool library used but `LIBTOOL' is undefined</div><div>src/ext/sdo/observer/Makefile.am:74:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/ext/sdo/observer/Makefile.am:74:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/ext/sdo/observer/Makefile.am:74:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/ext/sdo/observer/Makefile.am:74:   its definition is in aclocal's search path.</div><div>src/lib/rtm/Makefile.am:37: Libtool library used but `LIBTOOL' is undefined</div><div>src/lib/rtm/Makefile.am:37:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/lib/rtm/Makefile.am:37:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/lib/rtm/Makefile.am:37:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/lib/rtm/Makefile.am:37:   its definition is in aclocal's search path.</div><div>src/lib/rtm/idl/Makefile.am:19: ORB_IS_RTORB does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:44: ORB_IS_TAO does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:48: ORB_IS_OMNIORB does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:52: ORB_IS_MICO does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:56: ORB_IS_ORBIX does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:60: ORB_IS_ORBACUS does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:64: ORB_IS_ORBIT2 does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:74: ORB_IS_RTORB does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:190: ORB_IS_RTORB does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:188: Libtool library used but `LIBTOOL' is undefined</div><div>src/lib/rtm/idl/Makefile.am:188:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/lib/rtm/idl/Makefile.am:188:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/lib/rtm/idl/Makefile.am:188:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/lib/rtm/idl/Makefile.am:188:   its definition is in aclocal's search path.</div><div>src/lib/rtm/tests/CORBA_SeqUtil/Makefile.am:32: ORB_IS_ORBIT2 does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/tests/Manager/Makefile.am:39: Libtool library used but `LIBTOOL' is undefined</div><div>src/lib/rtm/tests/Manager/Makefile.am:39:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/lib/rtm/tests/Manager/Makefile.am:39:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/lib/rtm/tests/Manager/Makefile.am:39:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/lib/rtm/tests/Manager/Makefile.am:39:   its definition is in aclocal's search path.</div><div>src/lib/rtm/tests/ManagerServant/Makefile.am:50: Libtool library used but `LIBTOOL' is undefined</div><div>src/lib/rtm/tests/ManagerServant/Makefile.am:50:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/lib/rtm/tests/ManagerServant/Makefile.am:50:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/lib/rtm/tests/ManagerServant/Makefile.am:50:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/lib/rtm/tests/ManagerServant/Makefile.am:50:   its definition is in aclocal's search path.</div><div>src/lib/rtm/tests/ModuleManager/Makefile.am:42: Libtool library used but `LIBTOOL' is undefined</div><div>src/lib/rtm/tests/ModuleManager/Makefile.am:42:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/lib/rtm/tests/ModuleManager/Makefile.am:42:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/lib/rtm/tests/ModuleManager/Makefile.am:42:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/lib/rtm/tests/ModuleManager/Makefile.am:42:   its definition is in aclocal's search path.</div><div>Makefile.am: required file `./INSTALL' not found</div><div>Makefile.am:   `automake --add-missing' can install `INSTALL'</div><div>k-okada@kokada-t430s:/tmp/OpenRTM-aist$ automake --add-missing</div><div><a href="http://configure.ac" target="_blank">configure.ac</a>: no proper invocation of AM_INIT_AUTOMAKE was found.</div><div><a href="http://configure.ac" target="_blank">configure.ac</a>: You should verify that <a href="http://configure.ac" target="_blank">configure.ac</a> invokes AM_INIT_AUTOMAKE,</div><div><a href="http://configure.ac" target="_blank">configure.ac</a>: that aclocal.m4 is present in the top-level directory,</div><div><a href="http://configure.ac" target="_blank">configure.ac</a>: and that aclocal.m4 was recently regenerated (using aclocal).</div><div><a href="http://configure.ac:73" target="_blank">configure.ac:73</a>: installing `./install-sh'</div><div>examples/AutoTest/Makefile.am:76: Libtool library used but `LIBTOOL' is undefined</div><div>examples/AutoTest/Makefile.am:76:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>examples/AutoTest/Makefile.am:76:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/AutoTest/Makefile.am:76:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>examples/AutoTest/Makefile.am:76:   its definition is in aclocal's search path.</div><div>examples/AutoTest/Makefile.am: installing `./depcomp'</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>: am__fastdepCXX does not appear in AM_CONDITIONAL</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>:   The usual way to define `am__fastdepCXX' is to add `AC_PROG_CXX'</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>: AMDEP does not appear in AM_CONDITIONAL</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>:   The usual way to define `AMDEP' is to add one of the compiler tests</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>:     AC_PROG_CC, AC_PROG_CXX, AC_PROG_CXX, AC_PROG_OBJC,</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>:     AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC</div><div>/usr/share/automake-1.11/am/<a href="http://depend2.am" target="_blank">depend2.am</a>:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/Composite/Makefile.am:22: Libtool library used but `LIBTOOL' is undefined</div><div>examples/Composite/Makefile.am:22:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>examples/Composite/Makefile.am:22:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/Composite/Makefile.am:22:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>examples/Composite/Makefile.am:22:   its definition is in aclocal's search path.</div><div>examples/ConfigSample/Makefile.am:22: Libtool library used but `LIBTOOL' is undefined</div><div>examples/ConfigSample/Makefile.am:22:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>examples/ConfigSample/Makefile.am:22:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/ConfigSample/Makefile.am:22:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>examples/ConfigSample/Makefile.am:22:   its definition is in aclocal's search path.</div><div>examples/SeqIO/Makefile.am:22: Libtool library used but `LIBTOOL' is undefined</div><div>examples/SeqIO/Makefile.am:22:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>examples/SeqIO/Makefile.am:22:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/SeqIO/Makefile.am:22:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>examples/SeqIO/Makefile.am:22:   its definition is in aclocal's search path.</div><div>examples/SimpleIO/Makefile.am:22: Libtool library used but `LIBTOOL' is undefined</div><div>examples/SimpleIO/Makefile.am:22:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>examples/SimpleIO/Makefile.am:22:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/SimpleIO/Makefile.am:22:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>examples/SimpleIO/Makefile.am:22:   its definition is in aclocal's search path.</div><div>examples/SimpleService/Makefile.am:80: Libtool library used but `LIBTOOL' is undefined</div><div>examples/SimpleService/Makefile.am:80:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>examples/SimpleService/Makefile.am:80:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>examples/SimpleService/Makefile.am:80:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>examples/SimpleService/Makefile.am:80:   its definition is in aclocal's search path.</div><div>src/ext/ec/artlinux/Makefile.am:19: Libtool library used but `LIBTOOL' is undefined</div><div>src/ext/ec/artlinux/Makefile.am:19:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/ext/ec/artlinux/Makefile.am:19:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/ext/ec/artlinux/Makefile.am:19:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/ext/ec/artlinux/Makefile.am:19:   its definition is in aclocal's search path.</div><div>src/ext/ec/rtpreempt/Makefile.am:17: Libtool library used but `LIBTOOL' is undefined</div><div>src/ext/ec/rtpreempt/Makefile.am:17:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/ext/ec/rtpreempt/Makefile.am:17:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/ext/ec/rtpreempt/Makefile.am:17:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/ext/ec/rtpreempt/Makefile.am:17:   its definition is in aclocal's search path.</div><div>src/ext/sdo/observer/Makefile.am:74: Libtool library used but `LIBTOOL' is undefined</div><div>src/ext/sdo/observer/Makefile.am:74:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/ext/sdo/observer/Makefile.am:74:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/ext/sdo/observer/Makefile.am:74:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/ext/sdo/observer/Makefile.am:74:   its definition is in aclocal's search path.</div><div>src/lib/rtm/Makefile.am:37: Libtool library used but `LIBTOOL' is undefined</div><div>src/lib/rtm/Makefile.am:37:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/lib/rtm/Makefile.am:37:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/lib/rtm/Makefile.am:37:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/lib/rtm/Makefile.am:37:   its definition is in aclocal's search path.</div><div>src/lib/rtm/idl/Makefile.am:19: ORB_IS_RTORB does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:44: ORB_IS_TAO does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:48: ORB_IS_OMNIORB does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:52: ORB_IS_MICO does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:56: ORB_IS_ORBIX does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:60: ORB_IS_ORBACUS does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:64: ORB_IS_ORBIT2 does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:74: ORB_IS_RTORB does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:190: ORB_IS_RTORB does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/idl/Makefile.am:188: Libtool library used but `LIBTOOL' is undefined</div><div>src/lib/rtm/idl/Makefile.am:188:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/lib/rtm/idl/Makefile.am:188:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/lib/rtm/idl/Makefile.am:188:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/lib/rtm/idl/Makefile.am:188:   its definition is in aclocal's search path.</div><div>src/lib/rtm/tests/CORBA_SeqUtil/Makefile.am:32: ORB_IS_ORBIT2 does not appear in AM_CONDITIONAL</div><div>src/lib/rtm/tests/Manager/Makefile.am:39: Libtool library used but `LIBTOOL' is undefined</div><div>src/lib/rtm/tests/Manager/Makefile.am:39:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/lib/rtm/tests/Manager/Makefile.am:39:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/lib/rtm/tests/Manager/Makefile.am:39:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/lib/rtm/tests/Manager/Makefile.am:39:   its definition is in aclocal's search path.</div><div>src/lib/rtm/tests/ManagerServant/Makefile.am:50: Libtool library used but `LIBTOOL' is undefined</div><div>src/lib/rtm/tests/ManagerServant/Makefile.am:50:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/lib/rtm/tests/ManagerServant/Makefile.am:50:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/lib/rtm/tests/ManagerServant/Makefile.am:50:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/lib/rtm/tests/ManagerServant/Makefile.am:50:   its definition is in aclocal's search path.</div><div>src/lib/rtm/tests/ModuleManager/Makefile.am:42: Libtool library used but `LIBTOOL' is undefined</div><div>src/lib/rtm/tests/ModuleManager/Makefile.am:42:   The usual way to define `LIBTOOL' is to add `LT_INIT'</div><div>src/lib/rtm/tests/ModuleManager/Makefile.am:42:   to `<a href="http://configure.ac" target="_blank">configure.ac</a>' and run `aclocal' and `autoconf' again.</div><div>src/lib/rtm/tests/ModuleManager/Makefile.am:42:   If `LT_INIT' is in `<a href="http://configure.ac" target="_blank">configure.ac</a>', make sure</div><div>src/lib/rtm/tests/ModuleManager/Makefile.am:42:   its definition is in aclocal's search path.</div><div>Makefile.am: installing `./INSTALL'</div><div>k-okada@kokada-t430s:/tmp/OpenRTM-aist$ ./configure</div><div>./configure: line 2192: syntax error near unexpected token `dist-bzip2'</div><div>./configure: line 2192: `AM_INIT_AUTOMAKE(dist-bzip2 tar-pax)'</div></div></div>
<br>_______________________________________________<br>
openrtm-users mailing list<br>
<a href="mailto:openrtm-users@openrtm.org">openrtm-users@openrtm.org</a><br>
<a href="http://www.openrtm.org/mailman/listinfo/openrtm-users" target="_blank">http://www.openrtm.org/mailman/listinfo/openrtm-users</a><br>
<br></blockquote></div><br></div>