Did something change in the latest CVS regarding the util
package?  There used to be a lot of Robert's functions in the
util package, but I don't see them in the current CVS.

Also, I noticed the following:

xml/node.icn
  package xml
  import lang

lib/langprocs.icn
  package lang
  import util

lib/money.icn
  package util
  import lang

Do these last two create a circular reference?  I can't seem to
get them to build.

BTW, ipl/cfuncs/mklib.sh has errors on RedHat systems, (';;' are
needed only on the last line of the case stmt).  This worked for
me:
   Darwin*)
      cc -shared -o $LIBNAME -fPIC "$@"
      echo 1>&2 "No loadfunc() under OS X yet. Continuing."
      exit 0;;

Wendell



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to