TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Autoconf/automake



  Hi,

I decided to take a look at Glade (http://glade.pn.org), which is a
'visual'-type tool for C,C++ and Perl (among others). Since thelink to the
Perl support stuff is dead, I figured, what the heck, I'll try and build
some C stuff. 

When you tell Glade to build the sourec code for your project, it makes a
lot of files you're supposed to use automake and autoconf for. It requires
the latest versions, which I have installed. However, running ./autogen.sh
produces:

---
./autogen.sh 
**Warning**: 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 .
Creating ./aclocal.m4 ...
Running gettextize...  Ignore non-fatal messages.
./autogen.sh: gettextize: command not found
Making ./aclocal.m4 writable ...
Running aclocal  ...
aclocal: configure.in: 17: macro `AM_GNU_GETTEXT' not found in library
Running autoheader...
Running automake --gnu  ...
configure.in: 17: required file `./ABOUT-NLS' not found
Makefile.am:3: required directory ./intl does not exist
src/Makefile.am:15: variable `INTLLIBS' not defined
Running autoconf ...
Running ./configure ...
loading cache ./config.cache
./configure: syntax error near unexpected token
`AM_INIT_AUTOMAKE(project1,'
./configure: ./configure: line 524: `AM_INIT_AUTOMAKE(project1, 0.1)'
---

Anyway, I know nothing about automake/autoconf... anyone know how I can
fix this?



-Yaron

--