Bye, bye
edscott wilson garcia
edscott at xfce.org
Fri Jan 28 02:35:03 CET 2005
El jue, 27-01-2005 a las 19:31 +0100, Benedikt Meurer escribió:
>
> > 2- I had to change the order of the parameters in XDT_I18N(). Simply
> > removing the first parameter as done in libxfcegui4 just caused further
> > breakage down the line (eventhough no breakage occurs in libxfcegui4).
>
> The second parameter to XDT_I18N() is optional. If you do not specify
> the package name, XDT_I18N() will use the package name given to
> autoconf. This is the first parameter to AC_INIT(). But in
> xffm/configure.ac, you specify "src/main.c" as the package name to
> AC_INIT(), and so XDT_I18N() will use that name as well, which will
> result in breakage, as a file po/src/main.c.pot doesn't exists. You
> should fix the AC_INIT() call, and specify the first 3 parameters
> properly (the 4th parameter isn't required for xffm), e.g.:
>
> AC_INIT([xffm], [4.3.0], [xfce4-dev at xfce.org])
>
> The last parameter is the bug report address, that will occur in
> ./configure --help output.
Yes, thanks. That was the problem. I've corrected the configure.ac file
now.
regards,
Edscott
More information about the Xfce4-dev
mailing list