[glade--] GNOME macros in configure.in
Michael Reed <[email protected]> Thu, 17 Aug 2006 15:18:31 -0400
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <[email protected]> |
Hello, Using Gnome glade-2 2.10.0 glademm V2.6.0 (glade to Gtk-- converter) gnome-about says "2.12.1" I'm attempting to build my glade-- output files via "./autogen.sh", but running into problems w/ Gnome macros that it cannot find. I'm running Yellow Dog Linux 4.1. I couldn't find a yum package for gnome-common (where the macros are supposedly defined), but I found a source-tarball. The tarball contains a macro2/ dir, but that didn't work either: [mreed@cryptonomicon gtemp]$ ll total 64 -rw-r--r-- 1 mreed mreed 56 Aug 17 13:49 AUTHORS -rwxr-xr-x 1 mreed mreed 1206 Aug 17 13:49 autogen.sh -rwxr-xr-x 1 mreed mreed 1206 Aug 17 14:24 autogen.sh_new -rw-r--r-- 1 mreed mreed 220 Aug 17 14:24 ChangeLog -rw-r--r-- 1 mreed mreed 896 Aug 17 13:49 configure.in -rw-r--r-- 1 mreed mreed 896 Aug 17 14:24 configure.in_new -rw-r--r-- 1 mreed mreed 11883 Aug 17 14:22 gtemp.glade -rw-r--r-- 1 mreed mreed 11883 Aug 17 14:22 gtemp.glade.bak -rw-r--r-- 1 mreed mreed 302 Aug 17 14:22 gtemp.gladep -rw-r--r-- 1 mreed mreed 302 Aug 17 14:22 gtemp.gladep.bak -rw-r--r-- 1 mreed mreed 190 Aug 17 13:49 Makefile.am -rw-r--r-- 1 mreed mreed 190 Aug 17 14:24 Makefile.am_new -rw-r--r-- 1 mreed mreed 0 Aug 17 13:49 NEWS -rw-r--r-- 1 mreed mreed 203 Aug 17 13:49 README drwxr-xr-x 2 mreed mreed 18 Aug 17 14:24 src -rw-r--r-- 1 mreed mreed 41 Aug 17 13:49 TODO [mreed@cryptonomicon gtemp]$ ./autogen.sh which: no glade in (/bin:/usr/bin:/usr/sbin:/usr/ucb:/usr/local/bin:/etc:/export /home/local/qt-4.1.2/bin:/home/mreed/scripts/:.:/export/home/local/:/export/home /local/lib) I can't find glade's gnome m4 macros. Please copy them to ./macros and retry. [mreed@cryptonomicon gtemp]$ cp -r ~/installs/gnome-common-2.12.0/macros2 . [mreed@cryptonomicon gtemp]$ ./autogen.sh which: no glade in (/bin:/usr/bin:/usr/sbin:/usr/ucb:/usr/local/bin:/etc:/export /home/local/qt-4.1.2/bin:/home/mreed/scripts/:.:/export/home/local/:/export/home /local/lib) I can't find glade's gnome m4 macros. Please copy them to ./macros and retry. [mreed@cryptonomicon gtemp]$ mv macros2/ macros/ [mreed@cryptonomicon gtemp]$ ./autogen.sh ./autogen.sh: line 40: ./macros/autogen.sh: No such file or directory [mreed@cryptonomicon gtemp]$ Thanks, Mike