GNOME Bugzilla – Bug 559181
Missing dllmap for Banshee.Unix.dll
Last modified: 2008-11-04 23:16:08 UTC
The Backends/Banshee.Unix/Banshee.IO.Unix/Directory.cs file contains a DllImport ("libglib-2.0-0.dll"), but the Banshee.Unix.dll assembly doesn't have a .config file. Credits go to Sebastian Dröge for noticing this. I'll attach a patch.
Created attachment 121916 [details] [review] Add a Banshee.Unix.dll.config file This patch add a Banshee.Unix.dll.config file with the proper dllmap for linux and osx.
Your patch contains: module_SCRIPTS += Banshee.Unix.dll.config Why _SCRIPTS?
The reason we use _SCRIPTS is because I like the output in my ls to be green.
Committed, along with a slew of other related fixes and a new tool to verify and enforce DllImport maps.
(In reply to comment #3) > The reason we use _SCRIPTS is because I like the output in my ls to be green. Ah, that makes sense. You do know you can make green the default terminal foreground color, right? ;) (Seriously, is there a reason?)