From: Nikita Z. <nic...@gm...> - 2018-03-12 16:19:43
|
In Tue, 13 Mar 2018 00:24:25 +0900 (JST) Araki Ken <ara...@us...> wrote: > 'mlterm-menu' is not specified as the value of --with-tools option. > Please add mlterm-menu to --with-tools option. > > BTW, /etc/mlterm/menu-simple is for 'mlmenu' executable. > Big thanks :) > It is not supported to specify multiple values of --with-gui option. > --with-gui=xlib,fb,sdl2,console is regarded as --with-gui=xlib. Strange. I bumped ebuild for 3.8.4 with few changes (added sdl and some other missing options and features to configure). However, with 3.8.4 i had both gtk and mlterm-fb, this is why i managed to try both. Is this behavior now deprecated? > > > Full config line is this (made by gentoo ebuild): > > ./configure --prefix=/usr --build=x86_64-pc-linux-gnu > > --host=x86_64-pc-linux-gnu --mandir=/usr/share/man > > --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc > > --localstatedir=/var/lib --disable-dependency-tracking > > --docdir=/usr/share/doc/mlterm-3.8.5 > > --htmldir=/usr/share/doc/mlterm-3.8.5/html --libdir=/usr/lib64 > > --enable-fribidi --disable-canna --disable-debug --disable-fcitx > > --disable-wnn --enable-otl --disable-ibus --disable-ssh2 > > --disable-m17nlib --enable-nls --disable-scim --disable-skk > > --disable-uim --disable-utmp --with-x > > --with-gui=xlib,fb,sdl2,console > > --with-type-engines=,xcore,xft,cairo --enable-optimize-redrawing > > --enable-vt52 --disable-static --with-gtk=3.0 > > --with-imagelib=gdk-pixbuf > > --with-scrollbars=sample,extra,pixmap_engine > > --with-tools=mlclient,mlcc,mlfc,mlmenu,mlterm-zoom,mlconfig,mlimgloader,registobmp > > Regards, > --- > Araki Ken > ara...@us... > |