On Thursday 16 December 2004 00:39, Wendell Turner wrote:

>
> 1) guih.icn not found
> I can manually get around this by copying
>   unicon/uni/gui/guih.icn
> over to the right place, but does this indicate a missing
> makefile or Install target?
>
> 2) "link": Unable to import package gui
> The offending statement is
>   import gui
> so, just where is the 'import' statement looking, and what is it
> looking for?  gui.u, or a uniclass.*, or something else?
>
> Wendell

Header files use the LPATH environment variable (so this needs to include 
unicon/uni/gui), whilst the import statement does indeed look for the 
uniclass.* files, using the IPATH environment variable. 

Personally I have the following environment variable settings for unicon :-

export UNICON_HOME=/opt/unicon
export ICON_IPL=$UNICON_HOME/ipl
U=$UNICON_HOME/uni
export IPATH="$U/lib $U/gui $U/parser $U/xml $ICON_IPL/lib"
export LPATH="$U/gui $ICON_IPL/incl $ICON_IPL/gincl"
export FPATH=$UNICON_HOME/bin
export ICONX=$UNICON_HOME/bin/iconx
export ICONT=$UNICON_HOME/bin/icont
. /opt/bin/appendpath.sh PATH $UNICON_HOME/bin
export TRACE

Hope this helps,

R





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to