Xffm

Daichi Kawahata daichi at xfce.org
Sat Sep 24 12:14:55 CEST 2005


Hola,

On Thu, 22 Sep 2005 11:31:28 -0500
Edscott Wilson Garcia wrote:

> Yes. Xffm has ceased to be a filemanager and now is a set of programs
> and libraries (including a filemanager in three gui flavours). This
> will greatly speed up compilation since you need not compile that which
> has not changed nor that which you do not want.
> 
> This is the build order:
> 1. xffm/libtubo
> 2. xffm/libxffm
> 3. xffm/xffm-gui, xffm/xfdiff
> 4. xffm/plugins (can be compiled separately or in batch following
> instructions in README file)

I'm now in the order number 4 (due to customized po/Makefile.in.in),

  In plugins/xfapps/po:

  file=`echo es | sed 's,.*/,,'`.gmo \
    && rm -f $file && /usr/local/bin/msgfmt -c -o $file es.po
  es.po:23:179: invalid multibyte sequence
  es.po:23:180: invalid multibyte sequence
  /usr/local/bin/msgfmt: found 2 fatal errors

es_MX.po has errors either, please modify your file as well as I have
modified, location will be,

  /usr/share/glib-2.0/gettext/po/Makefile.in.in, 79-81

  Orginal:

  .po.gmo:
          file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
            && rm -f $$file && $(GMSGFMT) -o $$file $<

  Modified:

  .po.gmo:
          file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
            && rm -f $$file && $(GMSGFMT) -c -o $$file $<

Regards,
-- 
Daichi

language codes: http://www.w3.org/WAI/ER/IG/ert/iso639.htm
country codes: http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt



More information about the Xfce4-dev mailing list