glade-2 C++ binding autogen issues

George Armah armahg at gmail.com
Sun Apr 8 20:29:01 PDT 2007


I am trying to autogen C++ code for glade-2 and i run into the following 
problems


//---------------------------------------------------------------------------------------------------

Macintosh:~/Projects/adminGUIcopy Armahg$ ./autogen.sh
GNU Make 3.80 found
./autogen.sh: line 1: autoconf2.50: command not found
found
./autogen.sh: line 1: automake-1.9: command not found
found
This script runs configure and make...
You did remember necessary arguments for configure, right?
./autogen.sh: line 49: aclocal-1.9: command not found
./autogen.sh: line 50: libtoolize: command not found
Copying file ABOUT-NLS
Copying file config.rpath
Not copying intl/ directory.
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en at boldquot.header
Copying file po/en at quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
Adding an entry to po/ChangeLog (backup is in po/ChangeLog~)
Creating directory m4
Copying file m4/gettext.m4
Copying file m4/iconv.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/progtest.m4
Creating m4/ChangeLog
Updating Makefile.am (backup is in Makefile.am~)
Updating configure.in (backup is in configure.in~)
Adding an entry to ChangeLog (backup is in ChangeLog~)

Please use AM_GNU_GETTEXT([external]) in order to cause autoconfiguration
to look for an external libintl.

Please create po/Makevars from the template in po/Makevars.template.
You can then remove po/Makevars.template.

Please run 'aclocal -I m4' to regenerate the aclocal.m4 file.
You need aclocal from GNU automake 1.9 (or newer) to do this.
Then run 'autoconf' to regenerate the configure file.

You will also need config.guess and config.sub, which you can get from 
the CVS
of the 'config' project at http://savannah.gnu.org/. The commands to 
fetch them
are
$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess' 

$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub' 


You might also want to copy the convenience header file gettext.h
from the /opt/local/share/gettext directory into your package.
It is a wrapper around <libintl.h> that implements the configure 
--disable-nls
option.

Press Return to acknowledge the previous five paragraphs.

./autogen.sh: line 58: autoheader2.50: command not found
./autogen.sh: line 59: automake-1.9: command not found
./autogen.sh: line 60: autoconf2.50: command not found
./autogen.sh: line 61: ./configure: No such file or directory
Macintosh:~/Projects/adminGUIcopy Armahg$
//---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 

I have autoconf 2.6.1_0 , automake 1.10_0 installed, could that be why i 
get the automake, autoheader, autoconf command not found messages? How 
do I correct that?
Where should I save config.guess and config.sub after downloading them 
from CVS?
Is there anything I can do to know have to make five changes each time I 
autogen my glade project? I don't ran into any of these problems when 
generating C code.
Any help needed would be much appreciated,

thanks.



More information about the macports-users mailing list