[glade--]Can't compile
Damjan Zemljic <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <[email protected]> |
Hi, using glade I cannot get the source that will compile on my configuration. First, it took me quite some time to install appropriate tools and libraries: - compilation and installation went smoothly (after installing few packages - automake, autoconf, glib-devel, gettext...) gtk+-1.2.10.tar.gz, gtkmm-1.2.10.tar.gz and gtkmm-1.2.10.tar.gz (at the beginning gtk-config script was missing on a system because gtk+ was installed via rpm package!?) Then I started glade, drew simple GUI and C++ code was generated. Unfortunately, can't compile it. [zemljic@rudonja test]$ make ./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 . deletefiles is macros/gnome-gettext.m4 Creating ./aclocal.m4 ... Running gettextize... Ignore non-fatal messages. Wiping out intl/ subdirectory Copying file ABOUT-NLS Copying file intl/bindtextdom.c ... aclocal: macros/linger.m4: 4: duplicated macro `AC_STRUCT_LINGER' aclocal: macros/need-declaration.m4: 3: duplicated macro `GCC_NEED_DECLARATION' aclocal: macros/need-declaration.m4: 36: duplicated macro `GCC_NEED_DECLARATIONS' **Error**: aclocal failed. This may mean that you have not installed all of the packages you need, or you may need to set ACLOCAL_FLAGS to include "-I $prefix/share/aclocal" for the prefix where you installed the packages whose macros were not found make: *** [all] Error 1 What could be missing? Any advise would help, since don't have idea at the moment what to do further. Regards, Damjan