[Tim reports a build problem, unable to read class spec for _Dialog]

The most common cause is: building Unicon without adding the Unicon bin/
directory to your path. The configure step says to add the bin directory
to your path, and you can't do "make Unicon" unless its been done and is
visible in the shell you are working from.

Someone (maybe me) needs to correct things so it will build even without
iconx on your path, but right now Unicon's bin/ needs to be on the path,
and probably needs to be ahead of any other directory in which you have an
executable named "iconx".  This is used to find the default IPATH and LPATH,
which should find the spec for class _Dialog in the uni/lib directory.

I've seen this problem a couple other times, if I have missing or corrupt
(say, wrong architecture for example) uniclass DBM database files in my
uni/lib directory.  GDBM database files are not portable, sad isn't it?

If you're sure your path finds the Unicon iconx, and that your uni/lib
gui.u and uniclass.{dir,pag} files are all good, then we have a mystery
that I'd like to look into with you.

Clint [EMAIL PROTECTED]


-------------------------------------------------------
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