Thread: [orbitcpp-list] errors when running autogen.sh
Status: Beta
Brought to you by:
philipd
From: Mark G. <mar...@ya...> - 2000-04-13 02:34:37
|
Hello all, I am trying to build everything from cvs, but I get the following errors when running autogen.sh. (Note I was able to build everything from *.tar.gz file. From the looks of the error messages, I'm assuming I need to specify some values, but I'm not sure what or where. Is there something else I need to do before I run autogen.sh? Any help would be greatly appreciated. Thanks, Mark Error output: I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. processing . You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. aclocal: configure.in: 82: macro `AM_PATH_ORBIT' not found in library Makefile.am:5: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL configure.in: 96: required file `orb/orbitcpp_config.hh.in' not found orb/Makefile.am:31: variable `ORBIT_LIBS' not defined test/idl-torture/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL test/basic/Makefile.am:4: variable `ORBIT_LIBS' not defined test/basic/Makefile.am:4: variable `ORBIT_LIBS' not defined test/basic/generated/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL test/string/Makefile.am:6: variable `ORBIT_LIBS' not defined test/string/Makefile.am:6: variable `ORBIT_LIBS' not defined test/string/generated/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL test/boolean/Makefile.am:6: variable `ORBIT_LIBS' not defined test/boolean/Makefile.am:6: variable `ORBIT_LIBS' not defined test/boolean/generated/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL test/everything/Makefile.am:6: variable `ORBIT_LIBS' not defined test/everything/Makefile.am:6: variable `ORBIT_LIBS' not defined test/everything/generated/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL test/everything-typedef/Makefile.am:6: variable `ORBIT_LIBS' not defined test/everything-typedef/Makefile.am:6: variable `ORBIT_LIBS' not defined test/everything-typedef/generated/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL Running ./configure --enable-maintainer-mode loading cache ./config.cache ./configure: line 552: syntax error near unexpected token `AM_INIT_AUTOMAKE($PACKAGE,' ./configure: line 552: `AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)' Now type 'make' to compile ORBit-C++. __________________________________________________ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com |
From: Mark G. <mar...@ya...> - 2000-04-13 02:35:18
|
Hello all, I am trying to build everything from cvs, but I get the following errors when running autogen.sh. (Note I was able to build everything from *.tar.gz file. From the looks of the error messages, I'm assuming I need to specify some values, but I'm not sure what or where. Is there something else I need to do before I run autogen.sh? Any help would be greatly appreciated. Thanks, Mark Error output: I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. processing . You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. aclocal: configure.in: 82: macro `AM_PATH_ORBIT' not found in library Makefile.am:5: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL configure.in: 96: required file `orb/orbitcpp_config.hh.in' not found orb/Makefile.am:31: variable `ORBIT_LIBS' not defined test/idl-torture/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL test/basic/Makefile.am:4: variable `ORBIT_LIBS' not defined test/basic/Makefile.am:4: variable `ORBIT_LIBS' not defined test/basic/generated/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL test/string/Makefile.am:6: variable `ORBIT_LIBS' not defined test/string/Makefile.am:6: variable `ORBIT_LIBS' not defined test/string/generated/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL test/boolean/Makefile.am:6: variable `ORBIT_LIBS' not defined test/boolean/Makefile.am:6: variable `ORBIT_LIBS' not defined test/boolean/generated/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL test/everything/Makefile.am:6: variable `ORBIT_LIBS' not defined test/everything/Makefile.am:6: variable `ORBIT_LIBS' not defined test/everything/generated/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL test/everything-typedef/Makefile.am:6: variable `ORBIT_LIBS' not defined test/everything-typedef/Makefile.am:6: variable `ORBIT_LIBS' not defined test/everything-typedef/generated/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL Running ./configure --enable-maintainer-mode loading cache ./config.cache ./configure: line 552: syntax error near unexpected token `AM_INIT_AUTOMAKE($PACKAGE,' ./configure: line 552: `AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)' Now type 'make' to compile ORBit-C++. __________________________________________________ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com |
From: Phil D. <ph...@us...> - 2000-04-13 19:17:15
|
Mark Gunn wrote: > > Hello all, > > I am trying to build everything from cvs, but I get > the following errors when running autogen.sh. (Note I > was able to build everything from *.tar.gz file. From > the looks of the error messages, I'm assuming I need > to specify some values, but I'm not sure what or > where. > > Is there something else I need to do before I run > autogen.sh? > > Any help would be greatly appreciated. > Thanks, > Mark > Hey Mark, I think the problem might be an ORBit version mismatch. You need ORBit 0.5.1 to be able to run orbitcpp from CVS. I don't believe the AM_PATH_ORBIT macro existed in previous versions of ORBit. If you've already got 0.5.1 installed then it might be picking up the wrong version of ORBit.m4. Have a hunt around your system to see if there's more than one (try /usr/share/aclocal/ and usr/local/share/aclocal/) Hope this helps, Phil. |
From: Andreas K. <ak...@ix...> - 2000-04-13 19:30:34
|
all this really looks like ORBit.m4 is not in /usr/share/aclocal (or whatever you have configured as autoconf repository, ymmv) furthermore, it looks like your autoconf doesn't honor acinclude.m4. what version do you run? try and install a new version, try adding ORBit.m4 to the rep. cya andy Mark Gunn wrote: > > Hello all, > > I am trying to build everything from cvs, but I get > the following errors when running autogen.sh. (Note I > was able to build everything from *.tar.gz file. From > the looks of the error messages, I'm assuming I need > to specify some values, but I'm not sure what or > where. > > Is there something else I need to do before I run > autogen.sh? > > Any help would be greatly appreciated. > Thanks, > Mark > > Error output: > > I am going to run ./configure with no arguments - if > you wish > to pass any to it, please specify them on the > ./autogen.sh command line. > processing . > You should add the contents of > `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. > aclocal: configure.in: 82: macro `AM_PATH_ORBIT' not > found in library > Makefile.am:5: HAVE_ORBIT_IDL_BACKENDDIR does not > appear in AM_CONDITIONAL > configure.in: 96: required file > `orb/orbitcpp_config.hh.in' not found > orb/Makefile.am:31: variable `ORBIT_LIBS' not defined > test/idl-torture/Makefile.am:21: > HAVE_ORBIT_IDL_BACKENDDIR does not appear in > AM_CONDITIONAL > test/basic/Makefile.am:4: variable `ORBIT_LIBS' not > defined > test/basic/Makefile.am:4: variable `ORBIT_LIBS' not > defined > test/basic/generated/Makefile.am:21: > HAVE_ORBIT_IDL_BACKENDDIR does not appear in > AM_CONDITIONAL > test/string/Makefile.am:6: variable `ORBIT_LIBS' not > defined > test/string/Makefile.am:6: variable `ORBIT_LIBS' not > defined > test/string/generated/Makefile.am:21: > HAVE_ORBIT_IDL_BACKENDDIR does not appear in > AM_CONDITIONAL > test/boolean/Makefile.am:6: variable `ORBIT_LIBS' not > defined > test/boolean/Makefile.am:6: variable `ORBIT_LIBS' not > defined > test/boolean/generated/Makefile.am:21: > HAVE_ORBIT_IDL_BACKENDDIR does not appear in > AM_CONDITIONAL > test/everything/Makefile.am:6: variable `ORBIT_LIBS' > not defined > test/everything/Makefile.am:6: variable `ORBIT_LIBS' > not defined > test/everything/generated/Makefile.am:21: > HAVE_ORBIT_IDL_BACKENDDIR does not appear in > AM_CONDITIONAL > test/everything-typedef/Makefile.am:6: variable > `ORBIT_LIBS' not defined > test/everything-typedef/Makefile.am:6: variable > `ORBIT_LIBS' not defined > test/everything-typedef/generated/Makefile.am:21: > HAVE_ORBIT_IDL_BACKENDDIR does not appear in > AM_CONDITIONAL > Running ./configure --enable-maintainer-mode > loading cache ./config.cache > ./configure: line 552: syntax error near unexpected > token `AM_INIT_AUTOMAKE($PACKAGE,' > ./configure: line 552: `AM_INIT_AUTOMAKE($PACKAGE, > $VERSION, no-define)' > > Now type 'make' to compile ORBit-C++. > > __________________________________________________ > Do You Yahoo!? > Send online invitations with Yahoo! Invites. > http://invites.yahoo.com > > _______________________________________________ > orbitcpp-list mailing list > orb...@li... > http://lists.sourceforge.net/mailman/listinfo/orbitcpp-list |