[glade--]Glade 2.0.0 C++ autogen.sh problem



Hi,

I recently created a simple C++ generated application
using Glade 2.0.0 and subsequently encountered an
autogen.sh problem which reports an error that it
cannot find the file "config.h.in".  I was wondering
if this is a known problem and if there is a fix. 
Included below is my autogen.sh debug output:

[jstahl jms test]$ bash -x autogen.sh
+ test '!' -f install-sh
+ touch install-sh
++ which gnumake
which: no gnumake in
(/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/jstahl/bin:/sbin:/u
sr/local/lib/glademm2/bin:.)
+ MAKE=
+ test '!' -x ''
++ which gmake
+ MAKE=/usr/bin/gmake
+ test '!' -x /usr/bin/gmake
++ /usr/bin/gmake --version
++ grep -c 'Free Software Foundation'
+ HAVE_GNU_MAKE=1
+ test 1 '!=' 1
+ echo Found GNU Make at /usr/bin/gmake ... good.
Found GNU Make at /usr/bin/gmake ... good.
+ echo This script runs configure and make...
This script runs configure and make...
+ echo You did remember necessary arguments for
configure, 'right?'
You did remember necessary arguments for configure,
right?
++ which aclocal
+ test '!' -x /usr/bin/aclocal
++ which automake
+ test '!' -x /usr/bin/automake
+ libtoolize --force --copy
You should add the contents of
`/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
+ autoheader
WARNING: Using auxiliary files such as `acconfig.h',
`config.h.bot'
WARNING: and `config.h.top', to define templates for
`config.h.in'
WARNING: is deprecated and discouraged.
 
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a
template without
WARNING: `acconfig.h':
 
WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING:             [Define if a function `main' is
needed.])
 
WARNING: More sophisticated templates can also be
produced, see the
WARNING: documentation.
autoheader: error: AC_CONFIG_HEADERS not found in
configure.in
+ aclocal
+ automake --add-missing --copy --gnu
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
Makefile.am: installing `./COPYING'
Makefile.am: installing `./INSTALL'
configure.in:6: required file `./config.h.in' not
found
src/Makefile.am: installing `./depcomp'
+ autoconf
+ ./configure
checking for a BSD-compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... 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 strerror in -lcposix... no
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 option to accept ANSI C... none
needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler...
yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output...
/bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object
files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries...
pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... g77
checking whether we are using the GNU Fortran 77
compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line
arguments... 32768
checking command to parse /usr/bin/nm -B output from
gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions...
no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports
shared libraries... yes
checking whether -lc should be explicitly linked in...
no
checking how to hardcode library paths into
programs... immediate
checking whether stripping libraries is possible...
yes
checking dynamic linker characteristics... GNU/Linux
ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports
shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports
shared libraries... yes
checking how to hardcode library paths into
programs... immediate
checking whether stripping libraries is possible...
yes
checking dynamic linker characteristics... GNU/Linux
ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports
shared libraries... yes
checking how to hardcode library paths into
programs... immediate
checking whether stripping libraries is possible...
yes
checking dynamic linker characteristics... GNU/Linux
ld.so
checking for pkg-config... /usr/bin/pkg-config
checking for gtkmm-2.0 >= 2.2.8... yes
checking GTKMM_CFLAGS... -I/usr/include/gtkmm-2.0
-I/usr/lib/gtkmm-2.0/include -I/usr/include/gtk-2.0
-I/usr/ lib/sigc++-1.2/include
-I/usr/include/sigc++-1.2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/l
ib/gtk-2.0/include -I/usr/include/pango-1.0
-I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/atk- 1.0
checking GTKMM_LIBS... -Wl,--export-dynamic
-lgtkmm-2.0 -lgdkmm-2.0 -latkmm-1.0 -lgtk-x11-2.0
-lpangomm-1.0 - lglibmm-2.0 -lsigc-1.2 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0
-lpangox-1.0 -lpango-1.0 - lgobject-2.0 -lgmodule-2.0
-ldl -lglib-2.0
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: error: cannot find input file:
config.h.in


My configuration is as follows:

RedHat Fedora Core 1 (i686)
glademm-2.0.0.1 (tar.gz file)
aclocal(GNU automake) 1.7.8
autoheader (GNU Autoconf) 2.57
automake (GNU automake) 1.7.8
GNU Make version 3.79.1
libtoolize (GNU libtool) 1.5

thanks in advance,

Jerry Stahl



__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]