gEDA-dev: Preview widget in File-Open (schem)

Patrick Bernaud b-patrick at wanadoo.fr
Tue Jul 25 13:27:29 EDT 2006


Peter Clifton writes:
 > [...]
 > Having spotted the missing i18n bits during that compile, I went back
 > to ./configure in your gschem directory looking for an option to "fix"
 > the i18n settings.  --with-libintl-prefix=/usr/ fixed the warnings but
 > not the link. Do you know what library or ".o" file should provide the
 > "_" function?

'_' is a macro defined in libgeda (see globals.h) as an alias to
gettext() if i18n support is requested. It is included in libgeda.h
and libgeda.h is included by the files that trigger the error.

Could you please send me the complete output of make (after a make
clean) with and without the --with-libintl-prefix, plus the
configure.log? (you can send in private).


Regards,


Patrick


More information about the geda-dev mailing list