Re: [orbitcpp-list] Yep, I'm the FNG
Status: Beta
Brought to you by:
philipd
From: Adam Y. <ay...@fo...> - 2000-07-17 17:11:30
|
config.log had nothing in it. I think that is only used once the compilation process starts... Here's the result of running auotgen. Does Autoget require ORBIT_LIBS to be set from my shell? If so, what is it looking for? Once I get through this, I'll update the HACKING file with these lessons learned. Adam [ayoung@yosemite orbitcpp]$ ./autogen.sh 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/local/share/aclocal/libtool.m4' to `aclocal.m4'. aclocal: configure.in: 76: macro `AM_PROG_LIBTOOL' not found in library Makefile.am:5: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL configure.in: 103: required file `orb/orbitcpp_config.hh.in' not found orb/Makefile.am:34: variable `ORBIT_LIBS' not defined services/name/Makefile.am:17: 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_CONDITIONALtest/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 test/name/generated/Makefile.am:21: HAVE_ORBIT_IDL_BACKENDDIR does not appear in AM_CONDITIONAL Running ./configure --enable-maintainer-mode loading cache ./config.cache ./configure: syntax error near unexpected token `AM_INIT_AUTOMAKE($PACKAGE,' ./configure: ./configure: line 552: `AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)' Phil Dawes wrote: > > Hi Adam, > > Sorry I took so long to reply - I've been away from the fray for a few > days, > > The standard dev approach we use is to grab autoconf, automake and > libtool, then do: > > ./autogen.sh > make > make check > > Then start hacking! > > Could you mail your config.log file to the mailing list? That file > contains more information. > > I'm not sure what's wrong - I use redhat 6.1 and the configure script > works out of the box. It could be a gcc 2.96 thing (I'm using gcc > 2.95.2). I'll try and grab a copy of gcc 2.96 today if I remember. > > Cheers, > > Phil. > |