Alexey, the package is not ready for configure;make;make install.
autogen.sh fails: >>> mkdir -p config >>> libtoolize --copy --force --automake >>> aclocal-1.9 /usr/local/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/local/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF >>> autoheader >>> autoconf >>> automake-1.9 -a --copy configure.in:285: required file `sptk3/gui/Makefile.in' not found oops! autotools are not easy. Any reason not to have the package autotooled in advance rather than let users run autogen.bash? kind regards Kai-Uwe Behrmann -- developing for colour management www.behrmann.name + www.oyranos.org Am 02.11.07, 15:54 -0700 schrieb Alexey Parshin: > SPTK 3.5.6 is out. You can download the updated version *nix tarball or > zip archive from http://www.sptk.net. > > This release introduces general UTF-8 compatibility of the whole toolkit. It > means that most of the components work with UTF-8 just fine. > > The GUI components, however, require FLTK-utf8 version 1.1.x in order to work > with UTF-8. SPTK automatically selects FLTK-utf8 if both FLTK versions are > installed on the system. Also, for masked inputs, UTF-8 masks with non-ASCII > chars wouldn't work correctly. > > The GUI headers in this version are separated into sptk3/gui directory. If > your code uses #include then it wouldn't be affected. If you configured SPTK > without FLTK support then GUI headers are not installed. > > SPTK development team _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

