Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17291 - glade mis-configuration
Summary: glade mis-configuration
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-11 02:36 UTC by Chris Bruner
Modified: 2003-03-15 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Bruner 2003-03-11 02:36:39 UTC
Creating a project in Glade, C source out. It says AM_GNU_GETTEXT in `configure.in' 
but `intl' not in SUBDIRS 
when doing autogen.sh 
I don't know what it's talking about. But looking on the glade site, all the support 
programs are >= to the versions they ask for.  
My code uses the "Gnome Application Window" and some checkboxes and tables. 
Nothing too special other then that. 
 
I think this is a problem with glade itself, but I really don't know.  

Reproducible: Always
Steps to Reproduce:
1.Create gnome project 
2.run autoconf.sh and follow the instructions 
3. 
Actual Results:  
Making ./aclocal.m4 writable ... 
Running aclocal  -I macros ... 
Running autoheader... 
Running automake --gnu  ... 
Makefile.am:3: AM_GNU_GETTEXT in `configure.in' but `intl' not in SUBDIRS 
**Error**: automake failed.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-03-14 18:41:40 UTC
i don't think this is a blocker.

anyway, meanwhile, this is a known problem with glade. the authors have not addressed this problem with the 0.6.x series, even in CVS. there is a workaround here:

http://perso.club-internet.fr/denis.etienne/2002/comparatif/solution_glade_en.html

i'm inclined to close this, but i'll take a look at the code to see if we can patch this.
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-03-15 13:06:49 UTC
i've added a patch to fix their template autogen.sh files. but it still requires you to do the "mv po/Makevars.template po/Makevars" suggested in the workaround page if you use gettext support. it is possibly easier to just uncheck gettext support as suggested in the workaround document.