2 messages in com.mysql.lists.plusplus'make' question| From | Sent On | Attachments |
|---|---|---|
| Orton, Steve | 15 Aug 2003 08:50 | |
| Sinisa Milivojevic | 19 Aug 2003 04:21 |
| Subject: | 'make' question![]() |
|---|---|
| From: | Orton, Steve (stev...@ngc.com) |
| Date: | 08/15/2003 08:50:52 AM |
| List: | com.mysql.lists.plusplus |
Hello,
I hope this is the correct address for this type of question. My apologies if it isn't and please let me know with a quick reply with the correct address.
I have a problem with running 'make' after running 'configure'. Configure seems to succeed in the right places (I watched the output to stdout), but when it makes the Makefiles there is unacceptable (at least to my compiler) output as follows:
************************* sqlplusint/Makefile ****************************
--snip--
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coldata.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/datetime.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/field_names.Plo@am__quote@
--snip--
.cc.o: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
--snip--
**********************************************************************
The @<whatever>@ directives are not recognized with the following output from my compile-line:
************************* compile line ********************************
gmake all-recursive gmake[1]: Entering directory `/home1/sorton/Linux/src/mysql++-1.7.9' Making all in sqlplusint gmake[2]: Entering directory `/home1/sorton/Linux/src/mysql++-1.7.9/sqlplusint' Makefile:220: *** missing separator. Stop. gmake[2]: Leaving directory `/home1/sorton/Linux/src/mysql++-1.7.9/sqlplusint' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home1/sorton/Linux/src/mysql++-1.7.9' gmake: *** [all] Error 2
***********************************************************************
Just for grins, here is the output from 'automake' which also did not work as expected as you will plainly see.
**************************** automake.out ******************************
configure.in:11: your implementation of AM_INIT_AUTOMAKE comes from an configure.in:11: old Automake version. You should recreate aclocal.m4 configure.in:11: with aclocal and run automake again. Makefile.am: required file `./INSTALL' not found Makefile.am: required file `./NEWS' not found Makefile.am: required file `./COPYING' not found Makefile.am: required file `./AUTHORS' not found Makefile.am: required file `./ChangeLog' not found examples/Makefile.am: required file `./depcomp' not found /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
************************************************************************
Here are the versions of what I'm running on my box which is a PentiumIII PC:
gmake -- 3.79.1 automake -- 1.6.3 autoconf -- 2.53 Red Hat -- Version 8.0 g++ -- 2.96 (with all C development includes/tools the same versions) mysql-server -- 3.23.52 (w/ associated libs/includes from same package)
I would appreciate any kind of help on this. It would make my development efforts easier with this package and can't wait to start using it.
Best Regards,
Steven Orton




