------------------- emelfm for TC6 x86 ------------------- - Utilizing emelfm-0.9.2.tar.gz source (last version) - Load: - compiletc - gtk1-dev.tcz - gettext-dev.tcz - Run: - export CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe" - export CFLAGS="-march=i486 -mtune=i686 -Os -pipe" - make PREFIX=/usr/local [1] - mkdir -p /tmp/emelextension/ - sudo make DESTDIR=/tmp/emelextension/ install [2] - add desktop file and pixmap stuff - strip locale files as desired [1] Couple make errors processing emelfm-0.9.2/po/cs.po file, gettext issue, needed to add \n (new line) at end of the lines tc@box:/tmp/checking/emelfm-0.9.2/po$ diff cs.po.original cs.po.modified 710c710 < msgstr "Nem? p??up ke ?n?a tento adres?n" --- > msgstr "Nem? p??up ke ?n?a tento adres?n\n" 780c780 < msgstr "Extense nem??e b?t pr?n?" --- > msgstr "Extense nem??e b?t pr?n?\n" [2] Makefile.common modified: PREFIX = /tmp/emelextension/usr/local - Dependencies: - gtk1.tcz