<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><div>Hi All,</div><div><br></div><div>I've been following the tutorial from Zetcode (<a href="http://zetcode.com/gui/csharpqyoto/introduction/">http://zetcode.com/gui/csharpqyoto/introduction/</a>) and trying to build Qyoto on openSUSE 12.3 (both 32 and 64 versions).</div><div><br></div><div>I've found all the various dependencies in order for the cmake / make / install to work.</div><div><br></div><div>I can successfully install all the .NET assemblies etc. to the Mono/Qyoto directory (as per the make install utility).</div><div><br></div><div>But when ever I try and run / compile a C# Qyoto app I get the following error.<br><br><span style="font-size: small;">Unhandled Exception:</span><br style="font-size: small;"><span style="font-size: small;">System.TypeInitializationException: An exception was thrown by the type initializer for QtCore.Qt ---> System.TypeInitializationException: An exception was thrown by the type initializer for QtCore.SmokeInvocation ---> System.DllNotFoundException: qyoto-qtcore-native</span><br style="font-size: small;"><span style="font-size: small;">  at (wrapper managed-to-native) QtCore.Qyoto:Init_qyoto_qtcore ()</span><br style="font-size: small;"><span style="font-size: small;">  at QtCore.SmokeInvocation.InitRuntime () [0x00000] in <filename unknown>:0 </span><br style="font-size: small;"><span style="font-size: small;">  at QtCore.SmokeInvocation..cctor () [0x00000] in <filename unknown>:0 </span><br style="font-size: small;"><span style="font-size: small;">  --- End of inner exception stack trace ---</span><br style="font-size: small;"><span style="font-size: small;">  at QtCore.Qt..cctor () [0x00000] in <filename unknown>:0 </span><br style="font-size: small;"><span style="font-size: small;">  --- End of inner exception stack trace ---</span><br style="font-size: small;"><span style="font-size: small;">  at tet.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0 </span><br style="font-size: small;"><span style="font-size: small;">[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for QtCore.Qt ---> System.TypeInitializationException: An exception was thrown by the type initializer for QtCore.SmokeInvocation ---> System.DllNotFoundException: qyoto-qtcore-native</span><br style="font-size: small;"><span style="font-size: small;">  at (wrapper managed-to-native) QtCore.Qyoto:Init_qyoto_qtcore ()</span><br style="font-size: small;"><span style="font-size: small;">  at QtCore.SmokeInvocation.InitRuntime () [0x00000] in <filename unknown>:0 </span><br style="font-size: small;"><span style="font-size: small;">  at QtCore.SmokeInvocation..cctor () [0x00000] in <filename unknown>:0 </span><br style="font-size: small;"><span style="font-size: small;">  --- End of inner exception stack trace ---</span><br style="font-size: small;"><span style="font-size: small;">  at QtCore.Qt..cctor () [0x00000] in <filename unknown>:0 </span><br style="font-size: small;"><span style="font-size: small;">  --- End of inner exception stack trace ---</span><br style="font-size: small;"><span style="font-size: small;">  at tet.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0 </span></div><div><font size="2"><br></font></div><div><font size="2">I've tried this on Xubuntu 12.04 and Kubuntu 12.04 (32 bit) and got the same result.</font></div><div><font size="2"><br></font></div><div><font size="2">It looks like it can't find the </font><span style="font-size: small;">qyoto-qtcore-native.dll (but the *native.so files are there). I've even tried a symbolic link in the Mono/Qyoto dir and called them *native.dll, and that failed also.</span></div><div><span style="font-size: small;"><br></span></div><div><span style="font-size: small;">Any advice or help would be much appreciated.</span></div><div><span style="font-size: small;"><br></span></div><div><span style="font-size: small;">Many Thanks</span></div><div><br></div><div>Chris Tottle<br></div></font>