After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 163126 - autogen.sh fails
autogen.sh fails
Status: RESOLVED NOTABUG
Product: gtkmm
Classification: Bindings
Component: build
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2005-01-06 14:57 UTC by Benoît Dejean
Modified: 2005-01-07 09:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benoît Dejean 2005-01-06 14:57:22 UTC
./autogen.sh --prefix=/usr/local/gnome --enable-more-warnings Found GNU make at
/usr/bin/make... good.
Adding libtools.
Building macros.
Building makefiles.
automake: configure.in: installing `scripts/install-sh'
automake: configure.in: installing `scripts/mkinstalldirs'
automake: configure.in: installing `scripts/missing'
automake: Makefile.am: installing `./INSTALL'
atk/src/Makefile.am:82: files_extra_h defined both conditionally and unconditionally
atk/atkmm/Makefile.am:82: files_extra_h defined both conditionally and
unconditionally
atk/atkmm/private/Makefile.am:82: files_extra_h defined both conditionally and
unconditionally
gdk/src/Makefile.am:82: files_extra_h defined both conditionally and unconditionally
gdk/gdkmm/Makefile.am:82: files_extra_h defined both conditionally and
unconditionally
gdk/gdkmm/private/Makefile.am:82: files_extra_h defined both conditionally and
unconditionally
gtk/src/Makefile.am:82: files_extra_h defined both conditionally and unconditionally
gtk/gtkmm/Makefile.am:82: files_extra_h defined both conditionally and
unconditionally
gtk/gtkmm/private/Makefile.am:82: files_extra_h defined both conditionally and
unconditionally
pango/src/Makefile.am:82: files_extra_h defined both conditionally and
unconditionally
pango/pangomm/Makefile.am:82: files_extra_h defined both conditionally and
unconditionally
pango/pangomm/private/Makefile.am:82: files_extra_h defined both conditionally
and unconditionally

:/
Comment 1 Murray Cumming 2005-01-06 21:33:15 UTC
What platform/distro is this? I suggest using jhbuild to get the correct
versions of the autotools.
Comment 2 Benoît Dejean 2005-01-06 23:24:36 UTC
update SID. automake-1.[46789]. I know i should use jhbuild, but i just wanted
to test gtkmm only. It's not on one of my computer, so i thought jhbuild wasn't
the best solution. I've tested a bunch of other modules, and it ran fine.
Comment 3 Murray Cumming 2005-01-07 09:22:45 UTC
If you just want to install gtkmm, then install from a tarball or a binary
package. autogen.sh is for building from cvs.
Comment 4 Benoît Dejean 2005-01-07 09:39:36 UTC
i wanted to build from CVS