Ok, I built unicon from CVS (as of March 12 23:00 UTC) on
Mandrake 8.1 (which uses gcc 2.96 so it might not work on all
systems!). It's a 1.3 MB tarball - unpack it wherever you have
permission, then run "setup" (using its full pathname):

   $ cd /usr/local/lib
   $ wget http://www.drones.com/unicon-Mar-12-2002.tar.gz
   ....stuff
   $ tar xzf unicon-Mar-12-2002.tar.gz
   $ /usr/local/lib/unicon/setup
   The installation directory is /usr/local/lib/unicon
       patchstr: replaced 1 occurrence
    
   Unicon setup is complete. Add /usr/local/lib/unicon to your PATH, or
   make symlinks from a directory in your PATH to unicon and icont in
   /usr/local/lib/unicon:
       ln -s /usr/local/lib/unicon/unicon /usr/local/bin
       ln -s /usr/local/lib/unicon/icont /usr/local/bin
    
   Set your IPATH and LPATH env. variables in your startup files:
   sh, ksh, bash etc. users
       IPATH=/usr/local/lib/unicon
       LPATH=/usr/local/lib/unicon/incl
       export IPATH LPATH
   csh, tcsh etc. users
       setenv IPATH /usr/local/lib/unicon
       setenv LPATH /usr/local/lib/unicon/incl
    
   Have fun!
   
It passes all iconx regressions except for select.icn -- and that will
be a little time before it gets fixed because it involves actual
thinking. I couldn't build the GUI toolkit.

Try it out if you have a Mandrake 8.x or RedHat 7.x system.

-s

_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to