You are not logged in.

#1 2006-03-13 19:17:17

DarkTux
Member
From: Prague, Czech Republic
Registered: 2006-01-23
Posts: 17
Website

Problems using Glade or autogen

Hi everybody, I have a little problem running autogen.sh script after generating source code using Glade (i have current version 2.12.1-2) and current autogen version, I am running it under Xfce and I have fully installed Gnome and GTK2. But autogen has generate the configure script with this errors:

**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 glib-gettextize...  Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./aclocal.m4 writable ...
Running aclocal  -I /opt/gnome/share/aclocal ...
Running autoheader...
Running automake --gnu  ...
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
Running autoconf ...
Running ./configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
./configure: line 5092: syntax error near unexpected token `PACKAGE,'
./configure: line 5092: `PKG_CHECK_MODULES(PACKAGE, $pkg_modules)'

Do you anybody got same error? Any suggestions to fix it?

Cheers


Nothing is perfect, just Linux and me :-D

Offline

#2 2006-03-13 21:54:01

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Problems using Glade or autogen

install pkgconfig, you don't have the macros supplied with that installed.

Offline

#3 2006-03-13 22:45:44

DarkTux
Member
From: Prague, Czech Republic
Registered: 2006-01-23
Posts: 17
Website

Re: Problems using Glade or autogen

Thanx so much!!! I have a new hard drive a new installation, i was missing it! Thank You!


Nothing is perfect, just Linux and me :-D

Offline

Board footer

Powered by FluxBB