[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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


_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev