
Problem on Ubuntu 11.10 with libXi and solution
Posted Monday, 17 October, 2011 - 23:02 by migueltk inI downloaded OpenTK from SVN and I found this problem when trying to run an application in Ubuntu 11.10
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for OpenTK.Input.Mouse ---> System.DllNotFoundException: libXi
The solution is to add this line
<dllmap os="linux" dll="libXi" target="libXi.so.6"/>
to file 'OpenTK.dll.config'.
Regards, ...
Miguel


Comments
Re: Problem on Ubuntu 11.10 with libXi and solution
You are may hero of the day.
Shouldn't this be an issue with Linux in general and not just Ubuntu?
Re: Problem on Ubuntu 11.10 with libXi and solution
I just tried it with Ubuntu.