It looks like you have icont installed on your system, I'm guessing that came from installing Icon's debian package. Unicon is finding that on the path and is using it instead of using Unicon's version of icont. We should fix Unicon to look first for icont in the same path where it is being launched, but for the mean time is to uninstall Icon package.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Help Getting Started" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hello,
I've had to reinstall my OS and downloaded and compiled unicon.
But in trying to run a siple program I get the following:
The code I'm trying to run is very simple:
So I'm not quite sure where the problem is.
Any pointers would help. I compiled with Xlib headers for linux 64 bit.
It looks like you have icont installed on your system, I'm guessing that came from installing Icon's debian package. Unicon is finding that on the path and is using it instead of using Unicon's version of icont. We should fix Unicon to look first for icont in the same path where it is being launched, but for the mean time is to uninstall Icon package.
Or, put the Unicon bin/ directory before /usr/bin in PATH? Works for me with Icon installed from Ubuntu repos.
Cheers,
Brian
View and moderate all "Help Getting Started" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Thanks Brian, that's exactly what was going on. Uninstalling icon fixed the issue.