Mono on OSX: Couldn't find gtksharpglue-2.dll

后端 未结 3 1346
执念已碎
执念已碎 2020-12-28 10:48

I\'m trying to do my first steps in C# and wanted to build an empty GTK window as my first task. Via macports I installed the following packages:

3条回答
  •  长发绾君心
    2020-12-28 11:19

    Ran into this issue aswell and although Fabian's answer was on the right track, it wasn't the solution for me. As per this bug filed with Xamarin, the following entries to the dllmap were required to be added to /Library/Frameworks/Mono.framework/Versions/Current/etc/mono/config (with a couple of duplicates removed).

    
    
    
    
    
    
    
    
    
    
    
    

提交回复
热议问题